diff --git a/doc/images/qtcreator-buildenvironment.png b/doc/images/qtcreator-buildenvironment.png deleted file mode 100644 index 8b83d22de3d5eae656a36cab005ddda6559f922c..0000000000000000000000000000000000000000 Binary files a/doc/images/qtcreator-buildenvironment.png and /dev/null differ diff --git a/doc/images/qtcreator-buildsettingstab.png b/doc/images/qtcreator-buildsettingstab.png deleted file mode 100644 index 75448a99660ff0765f17537f2db12b7ad60d213d..0000000000000000000000000000000000000000 Binary files a/doc/images/qtcreator-buildsettingstab.png and /dev/null differ diff --git a/doc/images/qtcreator-buildsteps.png b/doc/images/qtcreator-buildsteps.png deleted file mode 100644 index 5a68b8093298b13e110f7a1f715493c3343ae40b..0000000000000000000000000000000000000000 Binary files a/doc/images/qtcreator-buildsteps.png and /dev/null differ diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index af4103cf4699e3f90d238b72ca5ce60cf10501e6..bc5efd68f110cf45029e86b4afe03fb86ad6ca2c 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -180,7 +180,7 @@ /*! \contentspage index.html \previouspage creator-quick-tour.html \page creator-code-editor.html - \nextpage creator-build-settings.html + \nextpage creator-project-pane.html \title The Code Editor @@ -318,10 +318,10 @@ /*! \contentspage index.html \previouspage creator-code-editor.html - \page creator-build-settings.html + \page creator-project-pane.html \nextpage creator-version-management.html - \title Build Settings + \title Project Settings \table \row @@ -330,56 +330,63 @@ \l{CMake Support in Qt Creator}. \endtable - To modify the build settings of your project, switch to the \gui{Projects} - mode using the mouse or with \key{Ctrl+4}. + To modify the project settings of your project, switch to the \gui{Projects} + mode using the mouse or \key{Ctrl+4}. - \image qtcreator-buildsettingstab.png + \image qtcreator-projectpane.png - Action items to create, clone, or delete build configurations can be found - at the bottom of the dialog. You can have as many build configurations as - needed. By default Qt Creator creates a \bold{debug} and \bold{release} - build configuration. Both these configurations use the - \l{glossary-default-qt}{Default Qt Version}. + The project pane is divided into two areas. At the top the currently active + settings are shown. The active build or run configuration for all projects + can be changed there. The bottom area allows you to quickly get an overview + of the build, run and editor settings as well as the dependencies between your + projects. It also allows you to edit those settings. - In the tree on the left, a list of build configurations and their settings - are displayed. The screenshot above shows the \bold{debug} and - \bold{release} configurations and their corresponding settings: - \bold{Build Environment} and \bold{Build Steps}. + \section1 Build Settings - When you select a build configuration in the tree, a configuration page for - general build settings will be displayed. Here you can specify which - \l{glossary-project-qt}{Qt version} to use to build your project, whether + Build configurations allow you to quickly switch between different build + settings. By default Qt Creator Qt Creator creates a \bold{debug} and + \bold{release} build configuration. Both these configurations use the + \l{glossary-default-qt}{Default Qt Version}. Action items to create, clone, + or delete build configurations can be found at the top. You can have as + many build configurations as needed. To edit settings click on the + \gui{Show Details} button. Here you can specify which + \l{glossary-project-qt}{Qt version} to use to build your project, or whether to \l{glossary-shadow-build}{shadow build} the project, for instance. - \image qtcreator-buildenvironment.png + \image qtcreator-ppbuildsettings.png - In the \bold{Build Environment} page you can specify the environment used + The build system of Qt Creator is built on top of \c qmake and \c make. The + settings for \c qmake and \c make can be changed. Qt Creator will run the + make command using the correct Qt version. + + In the \bold{Build Environment} section you can specify the environment used for building. By default the environment in which Qt Creator was started is used and modified to include the Qt version. Depending on the selected Qt version, Qt Creator will automatically set the necessary environment variables. - \image qtcreator-buildsteps.png + \section1 Run Settings - The build system of Qt Creator is built on top of \c qmake and \c make. The - settings for \c qmake and \c make can be changed in the - \bold{Build Settings} page. Qt Creator will run the make command using the - correct Qt version. + \image qtcreator-pprunsettings.png + Qt Creator automatically creates run configurations for your project. + These run configurations derive their executable + from the parsed .pro files. You can also create \bold{custom executable} + run configurations where you can freely set the executable to be run. \section1 Dependencies If you have multiple projects loaded in your session, you can configure dependencies between them. This will affect the build order of your - projects. To do this, go the the \bold{Dependencies} tab after selecting + projects. To do this, go the the \bold{Dependencies} section after selecting the project for which you want to configure the dependencies, and then use the checkboxes to check which of the other projects is a dependency. - + \note This is unrelated to the dependencies inside a qmake project. */ /*! \contentspage index.html - \previouspage creator-build-settings.html + \previouspage creator-project-pane.html \page creator-version-management.html \nextpage creator-creating-project.html @@ -1423,7 +1430,8 @@ \title CMake Support in Qt Creator Since Qt Creator 1.1, support for \c CMake project files is available. - + Qt Creator 1.3 supports the Microsoft Toolchain if the cmake version + is at least 2.8. \section1 Opening CMake Projects @@ -1446,9 +1454,9 @@ \section1 Building CMake Projects - Qt Creator builds \c CMake Projects by running \c make or \c mingw32-make, - depending on your platform. The build errors and warnings are parsed and - displayed in the \gui{Build Issues} output pane. + Qt Creator builds \c CMake Projects by running \c make, \c mingw32-make, or + \c nmake depending on your platform. The build errors and warnings are + parsed and displayed in the \gui{Build Issues} output pane. By default Qt Creator builds the \e{all} target. You can specify which targets to build in \gui{Project} mode, under \gui{Build Settings}. @@ -1458,7 +1466,6 @@ Qt Creator supports multiple build configurations. Also, the build directory can be modified after the initial import. - \section1 Running CMake Projects Qt Creator automatically adds \gui{Run Configurations} for all targets specified in the \c CMake project file. diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts index 6768a4e2b0e3dd023cb9e9364ad97c0117373470..caa3800c81a641deb4f863d6e8b396c95db59dbf 100644 --- a/share/qtcreator/translations/qtcreator_de.ts +++ b/share/qtcreator/translations/qtcreator_de.ts @@ -12575,12 +12575,12 @@ Installiere Anwendung auf '%2'...</translation> <message> <location filename="../../../src/plugins/qt4projectmanager/qt4project.cpp" line="+252"/> <source>Using Default Qt Version</source> - <translation>Es wird die Vorgabe-Qt-Version benutzt</translation> + <translation>Vorgabe-Qt-Version verwenden</translation> </message> <message> <location line="+4"/> <source>Using Qt Version "%1"</source> - <translation>Es wird die Qt-Version "%1" benutzt</translation> + <translation>Qt-Version "%1" verwenden</translation> </message> <message> <location line="+26"/> diff --git a/share/qtcreator/translations/qtcreator_ru.ts b/share/qtcreator/translations/qtcreator_ru.ts index f142b4edb8926b3c9fe107789ce662283b44c6e4..4f9df2aac00d69ab520521b405348860870a07c2 100644 --- a/share/qtcreator/translations/qtcreator_ru.ts +++ b/share/qtcreator/translations/qtcreator_ru.ts @@ -4,7 +4,7 @@ <context> <name>Application</name> <message> - <location filename="../../../src/app/main.cpp" line="+147"/> + <location filename="../../../src/app/main.cpp" line="+129"/> <source>Failed to load core: %1</source> <translation>Ðевозможно загрузить Ñдро: %1</translation> </message> @@ -65,29 +65,6 @@ <translation>ОчиÑтить</translation> </message> </context> -<context> - <name>AttachTcfDialog</name> - <message> - <source>Start Debugger</source> - <translation type="obsolete">ЗапуÑк отладчика</translation> - </message> - <message> - <source>Host and port:</source> - <translation type="obsolete">Узел и порт:</translation> - </message> - <message> - <source>Architecture:</source> - <translation type="obsolete">Ðрхитектура:</translation> - </message> - <message> - <source>Use server start script:</source> - <translation type="obsolete">ИÑпользовать Ñкрипт:</translation> - </message> - <message> - <source>Server start script:</source> - <translation type="obsolete">Скрипт запуÑка Ñервера:</translation> - </message> -</context> <context> <name>BINEditor::Internal::BinEditorPlugin</name> <message> @@ -250,7 +227,7 @@ <location line="+4"/> <location line="+79"/> <source>Toggle Bookmark</source> - <translation>Переключить закладку</translation> + <translation>УÑтановить/убрать закладку</translation> </message> <message> <location line="-75"/> @@ -344,7 +321,7 @@ <message> <location filename="../../../src/plugins/cmakeprojectmanager/cmakeproject.cpp" line="+89"/> <source>Create</source> - <translation type="unfinished">Создать</translation> + <translation>Создать</translation> </message> <message> <location line="+10"/> @@ -373,7 +350,7 @@ <context> <name>CMakeProjectManager::Internal::CMakeBuildSettingsWidget</name> <message> - <location filename="../../../src/plugins/cmakeprojectmanager/cmakeproject.cpp" line="+699"/> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeproject.cpp" line="+702"/> <source>&Change</source> <translation>&Изменить</translation> </message> @@ -512,7 +489,7 @@ <translation>Генератор MinGW</translation> </message> <message> - <location line="+55"/> + <location line="+56"/> <source>No valid cmake executable specified.</source> <translation>Ðе указана ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° cmake.</translation> </message> @@ -520,7 +497,7 @@ <context> <name>CMakeProjectManager::Internal::CMakeSettingsPage</name> <message> - <location filename="../../../src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp" line="+248"/> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp" line="+246"/> <location line="+10"/> <source>CMake</source> <translation>CMake</translation> @@ -534,7 +511,7 @@ <context> <name>CMakeProjectManager::Internal::InSourceBuildPage</name> <message> - <location filename="../../../src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp" line="-228"/> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp" line="-229"/> <source>Qt Creator has detected an <b>in-source-build in %1</b> which prevents shadow builds. Qt Creator will not allow you to change the build directory. If you want a shadow build, clean your source directory and re-open the project.</source> <translation>Qt Creator обнаружил <b>Ñборку в каталоге Ñ Ð¸Ñходниками (%1)</b>, что препÑÑ‚Ñтвует фоновой Ñборке. ПоÑтому Qt Creator не позволит изменить каталог Ñборки. ЕÑли требуетÑÑ Ñ„Ð¾Ð½Ð¾Ð²Ð°Ñ Ñборка, необходимо очиÑтить каталог иÑходников и открыть проект Ñнова.</translation> </message> @@ -542,7 +519,7 @@ <context> <name>CMakeProjectManager::Internal::MakeStepConfigWidget</name> <message> - <location filename="../../../src/plugins/cmakeprojectmanager/makestep.cpp" line="+163"/> + <location filename="../../../src/plugins/cmakeprojectmanager/makestep.cpp" line="+165"/> <source>Additional arguments:</source> <translation>Дополнительные параметры:</translation> </message> @@ -593,7 +570,7 @@ <message> <location filename="../../../src/plugins/cvs/cvsplugin.cpp" line="+83"/> <source>Parsing of the log output failed</source> - <translation>Ðе удалоÑÑŒ выполнить обработку журнала</translation> + <translation>Ðе удалоÑÑŒ разобрать журнал</translation> </message> <message> <location line="+169"/> @@ -611,12 +588,12 @@ <translation>Добавить '%1'</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Alt+C,Alt+A</source> <translation>Alt+C,Alt+A</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Delete</source> <translation>Удалить</translation> </message> @@ -651,12 +628,12 @@ <translation>Сравнить '%1'</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Alt+C,Alt+D</source> <translation>Alt+C,Alt+D</translation> </message> <message> - <location line="+7"/> + <location line="+6"/> <source>Commit All Files</source> <translation>ФикÑировать вÑе файлы</translation> </message> @@ -671,12 +648,12 @@ <translation>ФикÑировать '%1'</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Alt+C,Alt+C</source> <translation>Alt+C,Alt+C</translation> </message> <message> - <location line="+7"/> + <location line="+6"/> <source>Filelog Current File</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ³Ð¾ файла</translation> </message> @@ -884,7 +861,7 @@ <message> <location filename="../../../src/plugins/cvs/settingspage.ui"/> <source>Prompt to submit</source> - <translation>Спрашивать при отправке</translation> + <translation>Спрашивать при фикÑации</translation> </message> <message> <location/> @@ -928,7 +905,7 @@ <context> <name>CVSPlugin</name> <message> - <location filename="../../../src/plugins/cvs/cvsplugin.cpp" line="-1045"/> + <location filename="../../../src/plugins/cvs/cvsplugin.cpp" line="-1039"/> <source>Cannot find repository for '%1'</source> <translation>Ðе удалоÑÑŒ найти репозиторий Ð´Ð»Ñ '%1'</translation> </message> @@ -998,12 +975,12 @@ <message> <location filename="../../../src/plugins/debugger/cdb/cdbstackframecontext.cpp" line="+136"/> <source><Unknown Type></source> - <translation type="unfinished"></translation> + <translation> <ÐеизвеÑтный тип> </translation> </message> <message> <location line="+13"/> <source><Unknown Value></source> - <translation type="unfinished"></translation> + <translation><ÐеизвеÑтное значение></translation> </message> <message> <location line="+219"/> @@ -1033,7 +1010,17 @@ <context> <name>CodePaster::CodePasterProtocol</name> <message> - <location filename="../../../src/plugins/cpaster/codepasterprotocol.cpp" line="+129"/> + <location filename="../../../src/plugins/cpaster/codepasterprotocol.cpp" line="+70"/> + <source>No Server defined in the CodePaster preferences.</source> + <translation>Ðе указан Ñервер в наÑтройках CodePaster.</translation> + </message> + <message> + <location line="+2"/> + <source>No Server defined in the CodePaster options.</source> + <translation>Ðе указан Ñервер в наÑтройках CodePaster.</translation> + </message> + <message> + <location line="+83"/> <source>No such paste</source> <translation type="unfinished">Ðет такой вÑтавки</translation> </message> @@ -1042,22 +1029,31 @@ <name>CodePaster::CodePasterSettingsPage</name> <message> <location filename="../../../src/plugins/cpaster/codepastersettings.cpp" line="+59"/> - <location line="+10"/> <source>CodePaster</source> <translation>CodePaster</translation> </message> + <message> + <location line="+10"/> + <source>Code Pasting</source> + <translation type="unfinished">Ð’Ñтавка кода</translation> + </message> <message> <location line="+6"/> <source>Server:</source> <translation>Сервер:</translation> </message> + <message> + <location line="+4"/> + <source>Note: Specify the host name for the CodePaster service without any protocol prepended (e.g. codepaster.mycompany.com).</source> + <translation>Обратите внимание, что узел ÑервиÑа CodePaster нужно задавать без ÑƒÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð° (например: codepaster.mycompany.com).</translation> + </message> </context> <context> <name>CodePaster::CodepasterPlugin</name> <message> <location filename="../../../src/plugins/cpaster/cpasterplugin.cpp" line="+109"/> - <source>&CodePaster</source> - <translation>&CodePaster</translation> + <source>&Code Pasting</source> + <translation type="unfinished">Ð’Ñтавка &Кода</translation> </message> <message> <location line="+5"/> @@ -1065,22 +1061,22 @@ <translation>Ð’Ñтавить фрагмент...</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+C,Alt+P</source> <translation>Alt+C,Alt+P</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Fetch Snippet...</source> <translation>Получить фрагмент...</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+C,Alt+F</source> <translation>Alt+C,Alt+F</translation> </message> <message> - <location line="+88"/> + <location line="+87"/> <source>This protocol supports no listing</source> <translation>Данный протокол не поддерживает получение ÑпиÑка</translation> </message> @@ -1107,7 +1103,7 @@ <name>CodePaster::SettingsPage</name> <message> <location filename="../../../src/plugins/cpaster/settingspage.ui"/> - <location filename="../../../src/plugins/cpaster/settingspage.cpp" line="+62"/> + <location filename="../../../src/plugins/cpaster/settingspage.cpp" line="+67"/> <source>General</source> <translation>ОÑновное</translation> </message> @@ -1128,7 +1124,6 @@ </message> <message> <location/> - <location filename="../../../src/plugins/cpaster/settingspage.cpp" line="+10"/> <source>CodePaster</source> <translation>CodePaster</translation> </message> @@ -1147,6 +1142,11 @@ <source>Pastebin.com</source> <translation>Pastebin.com</translation> </message> + <message> + <location filename="../../../src/plugins/cpaster/settingspage.cpp" line="+10"/> + <source>Code Pasting</source> + <translation type="unfinished">Ð’Ñтавка кода</translation> + </message> </context> <context> <name>CommonOptionsPage</name> @@ -1185,7 +1185,7 @@ <message> <location/> <source>Enable reverse debugging</source> - <translation>Включить обратную отладку</translation> + <translation>Включить реверÑивную отладку</translation> </message> <message> <location/> @@ -1331,12 +1331,12 @@ Would you like to overwrite them?</source> <name>Core::EditorManager</name> <message> <location filename="../../../src/plugins/coreplugin/editormanager/editormanager.cpp" line="+187"/> - <location line="+1495"/> + <location line="+1493"/> <source>Revert to Saved</source> <translation>Вернуть к Ñохранённому</translation> </message> <message> - <location line="-1492"/> + <location line="-1490"/> <location filename="../../../src/plugins/coreplugin/editormanager/editorview.cpp" line="+531"/> <source>Close</source> <translation>Закрыть</translation> @@ -1348,12 +1348,12 @@ Would you like to overwrite them?</source> </message> <message> <location line="+1"/> - <location line="+1294"/> + <location line="+1292"/> <source>Close Others</source> <translation>Закрыть другие</translation> </message> <message> - <location line="-1293"/> + <location line="-1291"/> <source>Next Open Document in History</source> <translation>Следующий открытый документ в иÑтории</translation> </message> @@ -1433,57 +1433,67 @@ Would you like to overwrite them?</source> <translation>Alt+Right</translation> </message> <message> - <location line="+5"/> - <source>Split</source> - <translation>Разделить</translation> + <location line="+6"/> + <source>Meta+E</source> + <translation>Meta+E</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+E</source> + <translation>Ctrl+E</translation> </message> <message> <location line="+3"/> - <source>Ctrl+E,2</source> - <translation>Ctrl+E,2</translation> + <source>Split</source> + <translation>Разделить</translation> </message> <message> - <location line="+5"/> + <location line="+6"/> <source>Split Side by Side</source> <translation>Разделить горизонтально</translation> </message> <message> - <location line="+3"/> - <source>Ctrl+E,3</source> - <translation></translation> - </message> - <message> - <location line="+5"/> + <location line="+6"/> <source>Remove Current Split</source> <translation>Удалить текущее разделение</translation> </message> <message> - <location line="+3"/> - <source>Ctrl+E,0</source> - <translation>Ctrl+E,0</translation> - </message> - <message> - <location line="+5"/> + <location line="+6"/> <source>Remove All Splits</source> <translation>Удалить вÑе разделениÑ</translation> </message> <message> - <location line="+3"/> - <source>Ctrl+E,1</source> - <translation>Ctrl+E,1</translation> - </message> - <message> - <location line="+5"/> + <location line="+6"/> <source>Goto Other Split</source> <translation>Перейти к другому разделению</translation> </message> <message> - <location line="+3"/> - <source>Ctrl+E,o</source> - <translation>Ctrl+E,o</translation> + <location line="-22"/> + <source>%1,2</source> + <translation>%1,2</translation> </message> <message> - <location line="+8"/> + <location line="+6"/> + <source>%1,3</source> + <translation>%1,3</translation> + </message> + <message> + <location line="+6"/> + <source>%1,0</source> + <translation>%1,0</translation> + </message> + <message> + <location line="+6"/> + <source>%1,1</source> + <translation>%1,1</translation> + </message> + <message> + <location line="+6"/> + <source>%1,o</source> + <translation>%1,o</translation> + </message> + <message> + <location line="+7"/> <source>&Advanced</source> <translation>&Дополнительно</translation> </message> @@ -1530,17 +1540,17 @@ Would you like to overwrite them?</source> </message> <message> <location line="+2"/> - <location line="+132"/> + <location line="+134"/> <source>Make writable</source> <translation>Сделать запиÑываемым</translation> </message> <message> - <location line="-128"/> + <location line="-130"/> <source>Save as ...</source> <translation>Сохранить как...</translation> </message> <message> - <location line="+27"/> + <location line="+29"/> <location line="+8"/> <source>Failed!</source> <translation>Ðе удалоÑÑŒ!</translation> @@ -1739,7 +1749,7 @@ Would you like to overwrite them?</source> <location line="+73"/> <location line="+37"/> <source>Placeholder</source> - <translation type="unfinished">Заполнитель</translation> + <translation>Заполнитель</translation> </message> <message> <location line="-31"/> @@ -1839,14 +1849,14 @@ Would you like to overwrite them?</source> <context> <name>Core::Internal::MainWindow</name> <message> - <location filename="../../../src/plugins/coreplugin/mainwindow.cpp" line="+156"/> + <location filename="../../../src/plugins/coreplugin/mainwindow.cpp" line="+157"/> <source>Qt Creator</source> <translation>Qt Creator</translation> </message> <message> <location line="+143"/> <source>Output</source> - <translation>Вывод</translation> + <translation>КонÑоль</translation> </message> <message> <location line="+161"/> @@ -2019,6 +2029,11 @@ Would you like to overwrite them?</source> <comment>Title of dialog</comment> <translation>Ðовый...</translation> </message> + <message> + <location line="+511"/> + <source>Settings...</source> + <translation>ÐаÑтройки...</translation> + </message> </context> <context> <name>Core::Internal::MessageOutputWindow</name> @@ -2200,7 +2215,7 @@ Would you like to overwrite them?</source> <message> <location line="+44"/> <source>Save All</source> - <translation>Сохранить вÑÑ‘</translation> + <translation>Сохранить вÑе</translation> </message> <message> <location line="+3"/> @@ -2418,6 +2433,14 @@ Would you like to overwrite them?</source> <translation>Ðе удалоÑÑŒ получить код возврата подчинённого процеÑÑа: %1</translation> </message> </context> +<context> + <name>Utils::DetailsButton</name> + <message> + <location filename="../../../src/libs/utils/detailsbutton.cpp" line="+19"/> + <source>Show Details</source> + <translation>Подробнее</translation> + </message> +</context> <context> <name>Utils::FileNameValidatingLineEdit</name> <message> @@ -2474,7 +2497,7 @@ Would you like to overwrite them?</source> <context> <name>Utils::NewClassWidget</name> <message> - <location filename="../../../src/libs/utils/newclasswidget.cpp" line="+392"/> + <location filename="../../../src/libs/utils/newclasswidget.cpp" line="+416"/> <source>Invalid base class name</source> <translation>Ðеверное Ð¸Ð¼Ñ Ð±Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ клаÑÑа</translation> </message> @@ -2528,13 +2551,18 @@ Would you like to overwrite them?</source> <source>Path:</source> <translation>Путь:</translation> </message> + <message> + <location/> + <source>Inherits QObject</source> + <translation>ÐаÑледует QObject</translation> + </message> </context> <context> <name>Utils::PathChooser</name> <message> <location filename="../../../src/libs/utils/pathchooser.cpp" line="+49"/> <source>Choose...</source> - <translation>Выбор...</translation> + <translation>Выбрать...</translation> </message> <message> <location line="+2"/> @@ -2542,7 +2570,7 @@ Would you like to overwrite them?</source> <translation>Обзор...</translation> </message> <message> - <location line="+122"/> + <location line="+123"/> <source>Choose a directory</source> <translation>Выбор каталога</translation> </message> @@ -2651,7 +2679,7 @@ Would you like to overwrite them?</source> <message> <location filename="../../../src/libs/utils/submiteditorwidget.ui"/> <source>Subversion Submit</source> - <translation>Отправка Subversion</translation> + <translation>ФикÑÐ°Ñ†Ð¸Ñ Subversion</translation> </message> <message> <location/> @@ -2697,25 +2725,25 @@ Would you like to overwrite them?</source> <message> <location line="+3"/> <source>The file %1 has changed outside Qt Creator. Do you want to reload it?</source> - <translation type="unfinished">Файл %1 изменён вне Qt Creator. Желаете перезагрузить его?</translation> + <translation>Файл %1 изменён вне Qt Creator. Желаете перезагрузить его?</translation> </message> </context> <context> <name>CppEditor::Internal::CPPEditor</name> <message> - <location filename="../../../src/plugins/cppeditor/cppeditor.cpp" line="+608"/> + <location filename="../../../src/plugins/cppeditor/cppeditor.cpp" line="+615"/> <source>Sort alphabetically</source> <translation>Сортировать по алфавиту</translation> </message> <message> - <location line="+265"/> + <location line="+163"/> <source>This change cannot be undone.</source> - <translation type="unfinished"></translation> + <translation>Ðто изменение Ð½ÐµÐ»ÑŒÐ·Ñ Ð±ÑƒÐ´ÐµÑ‚ отменить.</translation> </message> <message> <location line="+1"/> <source>Yes, I know what I am doing.</source> - <translation type="unfinished"></translation> + <translation>Да, Ñ Ð·Ð½Ð°ÑŽ, что делаю.</translation> </message> </context> <context> @@ -2731,7 +2759,7 @@ Would you like to overwrite them?</source> <translation>ÐÐ°Ð·Ð²Ð°Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² иÑходников будут получены из имени клаÑÑа</translation> </message> <message> - <location line="+25"/> + <location line="+26"/> <source>Configure...</source> <translation>ÐаÑтроить...</translation> </message> @@ -2739,7 +2767,7 @@ Would you like to overwrite them?</source> <context> <name>CppEditor::Internal::CppClassWizard</name> <message> - <location line="+116"/> + <location line="+117"/> <source>Error while generating file contents.</source> <translation>Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñодержимого файла.</translation> </message> @@ -2747,7 +2775,7 @@ Would you like to overwrite them?</source> <context> <name>CppEditor::Internal::CppClassWizardDialog</name> <message> - <location line="-66"/> + <location line="-67"/> <source>C++ Class Wizard</source> <translation>МаÑтер клаÑÑов C++</translation> </message> @@ -2763,7 +2791,7 @@ Would you like to overwrite them?</source> <context> <name>CppEditor::Internal::CppPlugin</name> <message> - <location filename="../../../src/plugins/cppeditor/cppplugin.cpp" line="+175"/> + <location filename="../../../src/plugins/cppeditor/cppplugin.cpp" line="+174"/> <source>C++</source> <translation>C++</translation> </message> @@ -2810,12 +2838,12 @@ Would you like to overwrite them?</source> <message> <location line="+9"/> <source>Find Usages</source> - <translation type="unfinished"></translation> + <translation>Ðайти иÑпользование</translation> </message> <message> <location line="+2"/> <source>Ctrl+Shift+U</source> - <translation type="unfinished">Ctrl+Shift+U</translation> + <translation>Ctrl+Shift+U</translation> </message> <message> <location line="+5"/> @@ -2855,7 +2883,7 @@ Would you like to overwrite them?</source> <context> <name>CppPreprocessor</name> <message> - <location filename="../../../src/plugins/cpptools/cppmodelmanager.cpp" line="+542"/> + <location filename="../../../src/plugins/cpptools/cppmodelmanager.cpp" line="+540"/> <source>%1: No such file or directory</source> <translation>%1: Ðет такого файла или каталога</translation> </message> @@ -2945,7 +2973,7 @@ Would you like to overwrite them?</source> <context> <name>CppTools::Internal::CppFindReferences</name> <message> - <location filename="../../../src/plugins/cpptools/cppfindreferences.cpp" line="+606"/> + <location filename="../../../src/plugins/cpptools/cppfindreferences.cpp" line="+238"/> <source>Searching...</source> <translation>ПоиÑк...</translation> </message> @@ -2961,7 +2989,7 @@ Would you like to overwrite them?</source> <context> <name>CppTools::Internal::CppModelManager</name> <message> - <location filename="../../../src/plugins/cpptools/cppmodelmanager.cpp" line="+290"/> + <location filename="../../../src/plugins/cpptools/cppmodelmanager.cpp" line="+295"/> <source>Scanning</source> <translatorcomment>Слово "Ñканирование" Ñлишком длинное</translatorcomment> <translation>Ðнализ</translation> @@ -2983,7 +3011,7 @@ Would you like to overwrite them?</source> <context> <name>CppTools::Internal::CppToolsPlugin</name> <message> - <location filename="../../../src/plugins/cpptools/cpptoolsplugin.cpp" line="+231"/> + <location filename="../../../src/plugins/cpptools/cpptoolsplugin.cpp" line="+120"/> <source>&C++</source> <translation>&C++</translation> </message> @@ -2993,36 +3021,10 @@ Would you like to overwrite them?</source> <translation>Переключить заголовочный/иÑходный</translation> </message> </context> -<context> - <name>CppTools::Internal::FindClassDeclarations</name> - <message> - <location line="-136"/> - <source>Search class</source> - <translation>ПоиÑк клаÑÑов</translation> - </message> - <message> - <location filename="../../../src/plugins/cpptools/cpptoolsplugin.h" line="+75"/> - <source>Class Declarations</source> - <translation>ОбъÑÐ²Ð»ÐµÐ½Ð¸Ñ ÐºÐ»Ð°ÑÑов</translation> - </message> -</context> -<context> - <name>CppTools::Internal::FindFunctionCalls</name> - <message> - <location filename="../../../src/plugins/cpptools/cpptoolsplugin.cpp" line="+53"/> - <source>Search functions</source> - <translation>ПоиÑк функций</translation> - </message> - <message> - <location filename="../../../src/plugins/cpptools/cpptoolsplugin.h" line="+25"/> - <source>Function calls</source> - <translation>Вызовы функции</translation> - </message> -</context> <context> <name>CppTools::Internal::FunctionArgumentWidget</name> <message> - <location filename="../../../src/plugins/cpptools/cppcodecompletion.cpp" line="+433"/> + <location filename="../../../src/plugins/cpptools/cppcodecompletion.cpp" line="+434"/> <source>%1 of %2</source> <translation>%1 из %2</translation> </message> @@ -3040,26 +3042,48 @@ Would you like to overwrite them?</source> <translation>Отладчик</translation> </message> <message> - <location filename="../../../src/plugins/debugger/watchutils.cpp" line="+432"/> + <location filename="../../../src/plugins/debugger/watchutils.cpp" line="+654"/> <source><Encoding error></source> <translation><Ошибка кодировки></translation> </message> </context> +<context> + <name>QtDumperHelper</name> + <message> + <location line="+103"/> + <source>Found an outdated version of the debugging helper library (%1); version %2 is required.</source> + <translation>Обнаружена уÑÑ‚Ð°Ñ€ÐµÐ²ÑˆÐ°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° помощника отладчика (%1). Ðеобходима верÑÐ¸Ñ %2.</translation> + </message> + <message numerus="yes"> + <location line="+37"/> + <source>%n known types, Qt version: %1, Qt namespace: %2 Dumper version: %3</source> + <translation> + <numerusform>%n извеÑтный тип, Qt верÑии: %1, проÑтранÑтво имен Qt: %2, ВерÑÐ¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð°: %3</numerusform> + <numerusform>%n извеÑтных типа, Qt верÑии: %1, проÑтранÑтво имен Qt: %2, ВерÑÐ¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð°: %3</numerusform> + <numerusform>%n извеÑтных типов, Qt верÑии: %1, проÑтранÑтво имен Qt: %2, ВерÑÐ¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð°: %3</numerusform> + </translation> + </message> + <message> + <location line="-1"/> + <source><none></source> + <translation><нет></translation> + </message> +</context> <context> <name>Debugger::DebuggerManager</name> <message> - <location filename="../../../src/plugins/debugger/debuggermanager.cpp" line="+456"/> + <location filename="../../../src/plugins/debugger/debuggermanager.cpp" line="+451"/> <source>Continue</source> <translation>Продолжить</translation> </message> <message> <location line="+3"/> - <location line="+1198"/> + <location line="+1207"/> <source>Interrupt</source> <translation>Прервать</translation> </message> <message> - <location line="-1195"/> + <location line="-1204"/> <source>Reset Debugger</source> <translation>СброÑить отладчик</translation> </message> @@ -3096,7 +3120,7 @@ Would you like to overwrite them?</source> <message> <location line="+2"/> <source>Toggle Breakpoint</source> - <translation>Переключить точку оÑтанова</translation> + <translation>ПоÑтавить/ÑнÑть точку оÑтанова</translation> </message> <message> <location line="+2"/> @@ -3109,7 +3133,7 @@ Would you like to overwrite them?</source> <translation>Обратное направление</translation> </message> <message> - <location line="+223"/> + <location line="+235"/> <source>Stopped.</source> <translation>ОÑтановлено.</translation> </message> @@ -3135,17 +3159,7 @@ Would you like to overwrite them?</source> <translation>Приложению требуетÑÑ Ð´Ð²Ð¸Ð¶Ð¾Ðº отладчика '%1', который выключен.</translation> </message> <message> - <location line="+636"/> - <source>The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each Qt version which you can do in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' for the debugging helper.</source> - <translation>Помощник отладчика иÑпользуетÑÑ Ð´Ð»Ñ Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹ некоторых типов данных Qt и Ñтандартной библиотеки к наглÑдному виду. Он должен быть Ñобран Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð¹ верÑии Qt. Ðто можно Ñделать в параметрах Qt, выбрав профиль Qt и нажав на 'ПереÑобрать'.</translation> - </message> - <message> - <location line="-553"/> - <source>Debugging VS executables is currently not enabled.</source> - <translation>Отладка программ Ñозданных VS ÑÐµÐ¹Ñ‡Ð°Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°.</translation> - </message> - <message> - <location line="+43"/> + <location line="+123"/> <source>Starting debugger for tool chain '%1'...</source> <translation>ЗапуÑкаетÑÑ Ð¾Ñ‚Ð»Ð°Ð´Ñ‡Ð¸Ðº из инÑÑ‚Ñ€ÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ '%1'...</translation> </message> @@ -3160,21 +3174,32 @@ Would you like to overwrite them?</source> <translation>Ðе удалоÑÑŒ отладить '%1' (инÑтрументарий: '%2'): %3</translation> </message> <message> - <source>Settings...</source> - <translation type="obsolete">ÐаÑтройки...</translation> - </message> - <message> - <location line="+175"/> + <location line="+178"/> <source>Save Debugger Log</source> <translation>Сохранить журнал отладчика</translation> </message> <message> - <location line="+486"/> + <location line="+312"/> + <source>Turn off helper usage</source> + <translation>Отключить помощника</translation> + </message> + <message> + <location line="+6"/> + <source>The debugger could not load the debugging helper library.</source> + <translation>Отладчик не Ñмог загрузить библиотеку помощника отладчика.</translation> + </message> + <message> + <location line="+1"/> + <source>The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. This can be done in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' in the 'Debugging Helper' row.</source> + <translation>Помощник отладчика иÑпользуетÑÑ Ð´Ð»Ñ Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ðº наглÑдному виду значений некоторых типов данных Qt и Ñтандартной библиотеки. Он должен быть Ñобран отдельно Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð¹ верÑии Qt. Ðто можно Ñделать в параметрах Qt, выбрав профиль Qt и нажав на 'ПереÑобрать' в Ñтроке 'Помощник отладчика'.</translation> + </message> + <message> + <location line="+164"/> <source>Stop Debugger</source> <translation>ОÑтановить отладчик</translation> </message> <message> - <location line="-189"/> + <location line="-182"/> <source>%1 (explicitly set in the Debugger Options)</source> <translation>%1 (уÑтановлено в параметрах отладчика)</translation> </message> @@ -3184,12 +3209,7 @@ Would you like to overwrite them?</source> <translation>Открыть параметры Qt</translation> </message> <message> - <location line="+2"/> - <source>Turn helper usage off</source> - <translation>Выключить помощника</translation> - </message> - <message> - <location line="+2"/> + <location line="+4"/> <source>Continue anyway</source> <translation>Ð’ÑÑ‘ равно продолжить</translation> </message> @@ -3198,16 +3218,11 @@ Would you like to overwrite them?</source> <source>Debugging helper missing</source> <translation>ОтÑутÑтвует помощник отладчика</translation> </message> - <message> - <location line="+1"/> - <source>The debugger did not find the debugging helper library.</source> - <translation>Отладчик не Ñмог найти библиотеку помощника.</translation> - </message> </context> <context> <name>Debugger::Internal::AddressDialog</name> <message> - <location filename="../../../src/plugins/debugger/debuggerdialogs.cpp" line="+470"/> + <location filename="../../../src/plugins/debugger/debuggerdialogs.cpp" line="+469"/> <source>Select start address</source> <translation>Выбор начального адреÑа</translation> </message> @@ -3253,51 +3268,6 @@ Would you like to overwrite them?</source> <translation>Обновить</translation> </message> </context> -<context> - <name>Debugger::MessageBox</name> - <message> - <location line="+284"/> - <source>Settings...</source> - <translation type="unfinished">ÐаÑтройки...</translation> - </message> -</context> -<context> - <name>Debugger::Internal::AttachGdbAdapter</name> - <message> - <source>Cannot set up communication with child process: %1</source> - <translation type="obsolete">Ðе удалоÑÑŒ уÑтановить ÑвÑзь Ñ Ð´Ð¾Ñ‡ÐµÑ€Ð½Ð¸Ð¼ процеÑÑом: %1</translation> - </message> - <message> - <location filename="../../../src/plugins/debugger/gdb/attachgdbadapter.cpp" line="+110"/> - <source>Attached to stopped inferior.</source> - <translation type="unfinished">Подключено к оÑтановленному подчинённому.</translation> - </message> - <message> - <source>Inferior running.</source> - <translation type="obsolete">Подчинённый выполнÑетÑÑ.</translation> - </message> - <message> - <location line="+48"/> - <source>Inferior process could not be stopped: -</source> - <translation type="unfinished">Ðе удалоÑÑŒ оÑтановить подчинённый процеÑÑ: -</translation> - </message> - <message> - <location line="+12"/> - <source>Gdb process could not be stopped: -</source> - <translation>Ðе удалоÑÑŒ оÑтановить процеÑÑ gdb: -</translation> - </message> -</context> -<context> - <name>Debugger::Internal::AttachTcfDialog</name> - <message> - <source>Select Executable</source> - <translation type="obsolete">Выбор программы</translation> - </message> -</context> <context> <name>Debugger::Internal::BreakHandler</name> <message> @@ -3398,7 +3368,7 @@ Would you like to overwrite them?</source> <message> <location line="+0"/> <source>Address</source> - <translation type="unfinished">ÐдреÑ</translation> + <translation>ÐдреÑ</translation> </message> <message> <location line="+62"/> @@ -3497,7 +3467,7 @@ Would you like to overwrite them?</source> <context> <name>Debugger::Internal::CdbDebugEngine</name> <message> - <location filename="../../../src/plugins/debugger/cdb/cdbdebugengine.cpp" line="+132"/> + <location filename="../../../src/plugins/debugger/cdb/cdbdebugengine.cpp" line="+133"/> <source>Unable to load the debugger engine library '%1': %2</source> <translation>Ðе удалоÑÑŒ загрузить библиотеку отладчика '%1': %2</translation> </message> @@ -3508,17 +3478,32 @@ Would you like to overwrite them?</source> <translation>Сбой функции "%1()": %2</translation> </message> <message> - <location line="+109"/> + <location line="+112"/> <source>Unable to resolve '%1' in the debugger engine library '%2'</source> <translation>Ðе удалоÑÑŒ определить '%1' в библиотеке отладчика '%2'</translation> </message> <message> - <location line="+355"/> + <location line="+349"/> + <source>Version: %1</source> + <translation>ВерÑиÑ: %1</translation> + </message> + <message> + <location line="+2"/> + <source><html>The installed version of the <i>Debugging Tools for Windows</i> (%1) is rather old. Upgrading to version %2 is recommended for the proper display of Qt's data types.</html></source> + <translation><html>УÑтановлена Ñлишком ÑÑ‚Ð°Ñ€Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ <i>Debugging Tools for Windows</i> (%1). РекомендуетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ до верÑии %2 Ð´Ð»Ñ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾Ð³Ð¾ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ñ‚Ð¸Ð¿Ð¾Ð² данных Qt.</html></translation> + </message> + <message> + <location line="+4"/> + <source>Debugger</source> + <translation>Отладчик</translation> + </message> + <message> + <location line="+33"/> <source>The dumper library was not found at %1.</source> <translation type="unfinished">Библиотека дампера не найдена в %1.</translation> </message> <message> - <location line="+31"/> + <location line="+33"/> <source>The console stub process was unable to start '%1'.</source> <translation>Ðе удалоÑÑŒ запуÑтить процеÑÑ ÐºÐ¾Ð½Ñоли '%1'.</translation> </message> @@ -3533,7 +3518,7 @@ Would you like to overwrite them?</source> <translation>Отладчик работает</translation> </message> <message> - <location line="+20"/> + <location line="+30"/> <source>Attaching to a process failed for process id %1: %2</source> <translation>Поключение к процеÑÑу ID %1 не удалоÑÑŒ: %2</translation> </message> @@ -3548,7 +3533,7 @@ Would you like to overwrite them?</source> <translation>Ðе удалоÑÑŒ Ñоздать процеÑÑ '%1': %2</translation> </message> <message> - <location line="+40"/> + <location line="+43"/> <source>The process exited with exit code %1.</source> <translation>ПроцеÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ð»ÑÑ Ñ ÐºÐ¾Ð´Ð¾Ð¼ %1.</translation> </message> @@ -3565,7 +3550,12 @@ Would you like to overwrite them?</source> <message> <location line="+24"/> <source>Reverse stepping is not implemented.</source> - <translation type="unfinished">Обратное движение не реализовано.</translation> + <translation>РеверÑивное движение не реализовано.</translation> + </message> + <message> + <location line="+6"/> + <source>Thread %1 cannot be stepped.</source> + <translation>ÐÐµÐ»ÑŒÐ·Ñ Ð´Ð²Ð¸Ð³Ð°Ñ‚ÑŒÑÑ Ð¿Ð¾ потоку %1.</translation> </message> <message> <location line="+27"/> @@ -3573,7 +3563,7 @@ Would you like to overwrite them?</source> <translation type="unfinished">Шаг %1</translation> </message> <message> - <location line="+61"/> + <location line="+63"/> <source>Running to 0x%1...</source> <translation>ВыподнÑетÑÑ Ð´Ð¾ 0x%1...</translation> </message> @@ -3583,7 +3573,7 @@ Would you like to overwrite them?</source> <translation type="unfinished">Потребовано выполнение...</translation> </message> <message> - <location line="+57"/> + <location line="+59"/> <source>Running up to %1:%2...</source> <translation>Выподнение до Ñтроки %1:%2...</translation> </message> @@ -3619,17 +3609,27 @@ Would you like to overwrite them?</source> <translation>Ошибка отладчика</translation> </message> <message> - <location line="+48"/> + <location line="+27"/> + <source>Ignoring initial breakpoint...</source> + <translation>ÐÐ°Ñ‡Ð°Ð»ÑŒÐ½Ð°Ñ Ñ‚Ð¾Ñ‡ÐºÐ° оÑтанова пропущена...</translation> + </message> + <message> + <location line="+55"/> + <source>Interrupted in thread %1, current thread: %2</source> + <translation>Прервано в потоке %1, текущий поток: %2</translation> + </message> + <message> + <location line="+1"/> <source>Stopped, current thread: %1</source> <translation>ОÑтановлено, текущий поток: %1</translation> </message> <message> - <location line="+49"/> + <location line="+51"/> <source>Changing threads: %1 -> %2</source> <translation>Смена потоков: %1 -> %2</translation> </message> <message> - <location line="+77"/> + <location line="+80"/> <source>Thread %1: Missing debug information for top stack frame (%2).</source> <translation>Поток %1: ОтÑутÑтвует Ð¾Ñ‚Ð»Ð°Ð´Ð¾Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ вершине кадра Ñтека (%2).</translation> </message> @@ -3642,7 +3642,7 @@ Would you like to overwrite them?</source> <context> <name>Debugger::Internal::CdbDumperHelper</name> <message> - <location filename="../../../src/plugins/debugger/cdb/cdbdumperhelper.cpp" line="+203"/> + <location filename="../../../src/plugins/debugger/cdb/cdbdumperhelper.cpp" line="+209"/> <source>injection</source> <translation type="unfinished">внедрение</translation> </message> @@ -3654,47 +3654,47 @@ Would you like to overwrite them?</source> <message> <location line="+5"/> <source>Loading the custom dumper library '%1' (%2) ...</source> - <translation type="unfinished">ЗагружаетÑÑ Ð¾ÑÐ¾Ð±Ð°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° дампера '%1' (%2)...</translation> + <translation>ЗагружаетÑÑ Ð¾ÑÐ¾Ð±Ð°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° дампера '%1' (%2)...</translation> </message> <message> <location line="+7"/> <source>Loading of the custom dumper library '%1' (%2) failed: %3</source> - <translation type="unfinished">Загрузка оÑобой библиотеки дампера '%1' (%2) не удалаÑÑŒ: %3</translation> + <translation>Загрузка оÑобой библиотеки дампера '%1' (%2) не удалаÑÑŒ: %3</translation> </message> <message> <location line="+7"/> <source>Loaded the custom dumper library '%1' (%2).</source> - <translation type="unfinished">Загружена оÑÐ¾Ð±Ð°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° дампера '%1' (%2).</translation> + <translation>Загружена оÑÐ¾Ð±Ð°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° дампера '%1' (%2).</translation> </message> <message> - <location line="+32"/> + <location line="+62"/> + <source>Stopped / Custom dumper library initialized.</source> + <translation type="unfinished">ОÑтановлено / инициализирована библиотека оÑобого дампера.</translation> + </message> + <message> + <location line="+77"/> <source>Disabling dumpers due to debuggee crash...</source> - <translation type="unfinished">Отключение дамперов из-за Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð»Ð°Ð¶Ð¸Ð²Ð°ÐµÐ¼Ð¾Ð¹ программы...</translation> + <translation>Отключение дамперов из-за Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð»Ð°Ð¶Ð¸Ð²Ð°ÐµÐ¼Ð¾Ð¹ программы...</translation> </message> <message> - <location line="+112"/> + <location line="-43"/> <source>The debuggee does not appear to be Qt application.</source> - <translation type="unfinished">ÐžÑ‚Ð»Ð°Ð¶Ð¸Ð²Ð°ÐµÐ¼Ð°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° не ÑвлÑетÑÑ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸ÐµÐ¼ Qt.</translation> + <translation>ÐžÑ‚Ð»Ð°Ð¶Ð¸Ð²Ð°ÐµÐ¼Ð°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° не ÑвлÑетÑÑ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸ÐµÐ¼ Qt.</translation> </message> <message> - <location line="+9"/> + <location line="+10"/> <source>Initializing dumpers...</source> - <translation type="unfinished">Ð˜Ð½Ð¸Ñ†Ð¸Ð°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð¾Ð²...</translation> + <translation>Ð˜Ð½Ð¸Ñ†Ð¸Ð°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð¾Ð²...</translation> </message> <message> - <location line="+3"/> - <source>Custom dumper library initialized.</source> - <translation type="unfinished">ОÑÐ¾Ð±Ð°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° дампера инициализирована.</translation> - </message> - <message> - <location line="+5"/> + <location line="-39"/> <source>The custom dumper library could not be initialized: %1</source> - <translation type="unfinished">Ðе удалоÑÑŒ инициализировать библиотеку дампера: %1</translation> + <translation>Ðе удалоÑÑŒ инициализировать библиотеку дампера: %1</translation> </message> <message> - <location line="+251"/> + <location line="+411"/> <source>Querying dumpers for '%1'/'%2' (%3)</source> - <translation type="unfinished">Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð¾Ð² Ð´Ð»Ñ '%1'/'%2' (%3)</translation> + <translation>Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð¾Ð² Ð´Ð»Ñ '%1'/'%2' (%3)</translation> </message> </context> <context> @@ -3748,53 +3748,56 @@ Would you like to overwrite them?</source> <context> <name>Debugger::Internal::CoreGdbAdapter</name> <message> - <source>Cannot set up communication with child process: %1</source> - <translation type="obsolete">Ðе удалоÑÑŒ уÑтановить ÑвÑзь Ñ Ð´Ð¾Ñ‡ÐµÑ€Ð½Ð¸Ð¼ процеÑÑом: %1</translation> - </message> - <message> - <location filename="../../../src/plugins/debugger/gdb/coregdbadapter.cpp" line="+182"/> + <location filename="../../../src/plugins/debugger/gdb/coregdbadapter.cpp" line="+158"/> <source>Attached to core.</source> <translation type="unfinished">Подключено к дампу.</translation> </message> <message> - <location line="-19"/> + <location line="-50"/> <source>Symbols found.</source> <translation>Символы найдены.</translation> </message> <message> - <location line="-44"/> - <source>Attached to core temporarily.</source> - <translation type="unfinished"></translation> + <location line="-23"/> + <location line="+27"/> + <location line="+42"/> + <source>Error Loading Symbols</source> + <translation>Ошибка загрузки Ñимволов</translation> </message> <message> - <location line="+6"/> - <source>No binary found.</source> - <translation type="unfinished"></translation> + <location line="-68"/> + <source>No executable to load symbols from specified.</source> + <translation>Ðе указана программа, из которой нужно загрузить Ñимволы.</translation> </message> <message> - <location line="+44"/> - <source>Symbols not found in "%1" failed: -%2</source> - <translation type="unfinished"></translation> + <location line="+24"/> + <source>Loading symbols from "%1" failed: +</source> + <translation>Ðе удалоÑÑŒ загрузить Ñимволы из "%1": +</translation> </message> <message> - <location line="+17"/> - <source>Attach to core "%1" failed: -%2</source> - <translation type="unfinished"></translation> + <location line="+36"/> + <source>Attached to core temporarily.</source> + <translation>Временно подключено к дампу.</translation> </message> <message> - <location line="+38"/> - <source>Gdb process could not be stopped: + <location line="+9"/> + <source>Unable to determine executable from core file.</source> + <translation type="unfinished">Ðевозможно определить программу из файла дампа.</translation> + </message> + <message> + <location line="+7"/> + <source>Attach to core "%1" failed: </source> - <translation>Ðе удалоÑÑŒ оÑтановить процеÑÑ gdb: + <translation type="unfinished">Ðе удалоÑÑŒ подключение к дампу "%1": </translation> </message> </context> <context> <name>Debugger::Internal::DebugMode</name> <message> - <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+195"/> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+196"/> <source>Debug</source> <translation>Отладка</translation> </message> @@ -3807,10 +3810,28 @@ Would you like to overwrite them?</source> <translation>Отладчик</translation> </message> </context> +<context> + <name>Debugger::Internal::DebuggerListener</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+36"/> + <source>Close Debugging Session</source> + <translation>Закрытие отладочной ÑеÑÑии</translation> + </message> + <message> + <location line="+17"/> + <source>A debugging session is still in progress. Would you like to terminate it?</source> + <translation type="unfinished">Идёт отладка. Завершить её?</translation> + </message> + <message> + <location line="+1"/> + <source>A debugging session is still in progress. Terminating the session in the current state (%1) can leave the target in an inconsistent state. Would you still like to terminate it?</source> + <translation type="unfinished">Идёт отладка. Её завершение в текущем режиме (%1) может оÑтавить иÑполнитель в неизвеÑтном ÑоÑтоÑнии. Завершить её?</translation> + </message> +</context> <context> <name>Debugger::Internal::DebuggerPlugin</name> <message> - <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+265"/> + <location line="+269"/> <source>Option '%1' is missing the parameter.</source> <translation>У наÑтройки '%1' пропущен параметр.</translation> </message> @@ -3844,14 +3865,6 @@ Would you like to overwrite them?</source> <source>Attach to Core...</source> <translation type="unfinished">Подключить к дампу...</translation> </message> - <message> - <source>Attach to Running Tcf Agent...</source> - <translation type="obsolete">Подключить к работающему агенту Tcf...</translation> - </message> - <message> - <source>This attaches to a running 'Target Communication Framework' agent.</source> - <translation type="obsolete">Подключает к работающему агенту 'Target Communication Framework'.</translation> - </message> <message> <location line="+5"/> <source>Start and Attach to Remote Application...</source> @@ -3933,10 +3946,18 @@ Would you like to overwrite them?</source> <translation>Подключение к дампу %1.</translation> </message> </context> +<context> + <name>Debugger::Internal::DebuggerRunControl</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerrunner.cpp" line="+187"/> + <source>Debugger</source> + <translation>Отладчик</translation> + </message> +</context> <context> <name>Debugger::Internal::DebuggerRunControlFactory</name> <message> - <location filename="../../../src/plugins/debugger/debuggerrunner.cpp" line="+78"/> + <location line="-108"/> <source>Debug</source> <translation>Отладка</translation> </message> @@ -3981,17 +4002,22 @@ Would you like to overwrite them?</source> <message> <location line="+4"/> <source>This switches the debugger to instruction-wise operation mode. In this mode, stepping operates on single instructions and the source location view also shows the disassembled instructions.</source> - <translation type="unfinished">Переключает отладчик Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ на уровне инÑтрукций процеÑÑора. Ð’ Ñтом режиме шаги проиÑходÑÑ‚ в пределах одной инÑтрукции, а в окне иÑходника так же отображаетÑÑ ÐµÑ‘ мнемоника.</translation> + <translation>Переключает отладчик Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ на уровне инÑтрукций процеÑÑора. +Ð’ Ñтом режиме шаги проиÑходÑÑ‚ в пределах одной инÑтрукции, а в окне +иÑходных текÑтов так же отображаетÑÑ Ð´Ð¸Ð·Ð°ÑÑемблированный код.</translation> </message> <message> <location line="+7"/> <source>Dereference pointers automatically</source> - <translation type="unfinished"></translation> + <translation>ÐвтоматичеÑки разыменовывать указатели</translation> </message> <message> <location line="+3"/> <source>This switches the Locals&Watchers view to automatically derefence pointers. This saves a level in the tree view, but also loses data for the now-missing intermediate level.</source> - <translation type="unfinished"></translation> + <translation>Переключает обзор отÑлеживаемых переменных в режим +автоматичеÑкого Ñ€Ð°Ð·Ñ‹Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÐºÐ°Ð·Ð°Ñ‚ÐµÐ»ÐµÐ¹. ПозволÑет +Ñохранить уровень древовидного отображениÑ, но при Ñтом +терÑÑŽÑ‚ÑÑ Ð´Ð°Ð½Ð½Ñ‹Ðµ промежуточного ÑƒÑ€Ð¾Ð²Ð½Ñ (ÑÐµÐ¹Ñ‡Ð°Ñ Ð¾Ñ‚ÑутÑтвует).</translation> </message> <message> <location line="+10"/> @@ -4020,6 +4046,11 @@ Would you like to overwrite them?</source> </message> <message> <location line="+8"/> + <source>Use code model</source> + <translation type="unfinished">ИÑпользовать модель кода</translation> + </message> + <message> + <location line="+7"/> <source>Recheck debugging helper availability</source> <translation type="unfinished">Перепроверить наличие помощника отладчика</translation> </message> @@ -4041,7 +4072,9 @@ Would you like to overwrite them?</source> <message> <location line="+1"/> <source>Checking this will enable tooltips for variable values during debugging. Since this can slow down debugging and does not provide reliable information as it does not use scope information, it is switched off by default.</source> - <translation>Включает вÑплывающие подÑказки Ð´Ð»Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹ переменных во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚Ð»Ð°Ð´ÐºÐ¸. Ðто может её замедлить, не предоÑтавлÑÑ Ð´Ð¾Ñтоверной информации, так как не учитываетÑÑ Ð¾Ð±Ð»Ð°Ñть видимоÑти. Данный параметр отключён по умолчанию.</translation> + <translation>Включает вÑплывающие подÑказки Ð´Ð»Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹ переменных во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚Ð»Ð°Ð´ÐºÐ¸. +Ðто может её замедлить, при Ñтом не предоÑтавлÑÑ Ð´Ð¾Ñтоверной информации, так +как не учитываетÑÑ Ð¾Ð±Ð»Ð°Ñть видимоÑти. Данный параметр отключён по умолчанию.</translation> </message> <message> <location line="+10"/> @@ -4096,7 +4129,7 @@ Would you like to overwrite them?</source> <message> <location line="+7"/> <source>Enable reverse debugging</source> - <translation type="unfinished">Включить обратную отладку</translation> + <translation>Включить реверÑивную отладку</translation> </message> <message> <location line="+31"/> @@ -4112,7 +4145,7 @@ Would you like to overwrite them?</source> <context> <name>Debugger::Internal::DebuggingHelperOptionPage</name> <message> - <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="-909"/> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="-912"/> <source>Debugging Helper</source> <translation>Помощник отладчика</translation> </message> @@ -4122,7 +4155,7 @@ Would you like to overwrite them?</source> <translation type="unfinished">Выберите размещение помощника</translation> </message> <message> - <location line="+32"/> + <location line="+35"/> <source>Ctrl+Shift+F11</source> <translation>Ctrl+Shift+F11</translation> </message> @@ -4130,7 +4163,7 @@ Would you like to overwrite them?</source> <context> <name>Debugger::Internal::GdbEngine</name> <message> - <location filename="../../../src/plugins/debugger/gdb/gdbengine.cpp" line="+304"/> + <location filename="../../../src/plugins/debugger/gdb/gdbengine.cpp" line="+293"/> <source>The Gdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program.</source> <translation>ПроцеÑÑ Gdb не Ñмог запуÑтитьÑÑ. Или Ð²Ñ‹Ð·Ñ‹Ð²Ð°ÐµÐ¼Ð°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° '%1' отÑутÑтвует, или у Ð²Ð°Ñ Ð½ÐµÑ‚ прав на ее вызов.</translation> </message> @@ -4155,27 +4188,22 @@ Would you like to overwrite them?</source> <translation>Возникла ошибка при получении данных от процеÑÑа Gdb. Ðапример, процеÑÑ Ð¼Ð¾Ð¶ÐµÑ‚ уже не работать.</translation> </message> <message> - <location line="+1016"/> - <source>Error</source> - <translation>Ошибка</translation> - </message> - <message> - <location line="-899"/> + <location line="+117"/> <source>Library %1 loaded.</source> <translation>Библиотека %1 загружена.</translation> </message> <message> - <location line="+6"/> + <location line="+7"/> <source>Library %1 unloaded.</source> <translation>Библиотека %1 выгружена.</translation> </message> <message> - <location line="+4"/> + <location line="+5"/> <source>Thread group %1 created.</source> <translation>Группа потоков %1 Ñоздана.</translation> </message> <message> - <location line="+4"/> + <location line="+7"/> <source>Thread %1 created.</source> <translation>Поток %1 Ñоздан.</translation> </message> @@ -4195,47 +4223,42 @@ Would you like to overwrite them?</source> <translation>Поток %1 выбран.</translation> </message> <message> - <location line="+43"/> + <location line="+46"/> <source>Reading %1...</source> <translation>Чтение %1...</translation> </message> <message> - <location line="+219"/> + <location line="+223"/> <source>Stopping temporarily.</source> <translation>Временно оÑтановлено.</translation> </message> <message> - <location line="+56"/> + <location line="+55"/> <source>Process failed to start.</source> <translation>Ðе удалоÑÑŒ запуÑтить процеÑÑ.</translation> </message> <message> - <location line="+141"/> + <location line="+152"/> <source>Jumped. Stopped.</source> <translation>Переход Ñделан. ОÑтановлено.</translation> </message> <message> - <location line="+223"/> - <source>Run to Function finished. Stopped.</source> - <translation>ЗапуÑк до функции выполнен. ОÑтановлено.</translation> - </message> - <message> - <location line="-99"/> + <location line="+107"/> <source>Processing queued commands.</source> <translation>Обработка очереди команд.</translation> </message> <message> - <location line="+15"/> + <location line="+54"/> <source>Loading %1...</source> <translation>ЗагружаетÑÑ %1...</translation> </message> <message> - <location line="+100"/> + <location line="+79"/> <source>Stopped at breakpoint.</source> <translation>ОÑтановлено на точке оÑтанова.</translation> </message> <message> - <location line="+33"/> + <location line="+9"/> <source><p>The inferior stopped because it received a signal from the Operating System.<p><table><tr><td>Signal name : </td><td>%1</td></tr><tr><td>Signal meaning : </td><td>%2</td></tr></table></source> <translation><p>Приложение оÑтановлено так как оно получило Ñигнал от операционной ÑиÑтемы.<p><table><tr><td>Сигнал: </td><td>%1</td></tr><tr><td>Ðазначение: </td><td>%2</td></tr></table></translation> </message> @@ -4251,20 +4274,18 @@ Would you like to overwrite them?</source> <translation>Получен Ñигнал</translation> </message> <message> - <location line="-163"/> - <location line="+168"/> - <location line="+20"/> - <location line="+104"/> + <location line="+5"/> + <location line="+101"/> <source>Stopped.</source> <translation>ОÑтановлено.</translation> </message> <message> - <location line="-122"/> + <location line="-99"/> <source>Stopped: "%1"</source> <translation>ОÑтановлено: "%1"</translation> </message> <message> - <location line="+74"/> + <location line="+52"/> <source>The debugger you are using identifies itself as:</source> <translation>Отладчик, иÑпользуемый вами, определÑет ÑÐµÐ±Ñ ÐºÐ°Ðº:</translation> </message> @@ -4278,44 +4299,37 @@ Using gdb 6.7 or later is strongly recommended.</source> ÐаÑтоÑтельно рекомендуетÑÑ Ð¸Ñпользование gdb верÑии не ниже 6.7.</translation> </message> <message> - <location line="+29"/> - <source>Starting executable failed</source> - <translation>Ðе удалоÑÑŒ запуÑтить программу</translation> + <location line="+260"/> + <source>Continuing after temporary stop...</source> + <translation>Продолжение поÑле временного оÑтанова...</translation> </message> <message> - <location line="+23"/> - <source>Starting executable failed: -</source> - <translation>Ðе удалоÑÑŒ запуÑтить программу: -</translation> + <location line="+2296"/> + <source>The debugging helper library was not found at %1.</source> + <translation>Библиотека помощника отладчика не обнаружена в %1.</translation> </message> <message> - <location line="+2648"/> - <source>Adapter start failed</source> - <translation>Ðе удалоÑÑŒ запуÑтить адаптер</translation> + <location line="+335"/> + <source>Unable to start gdb '%1': %2</source> + <translation>Ðе удалоÑÑŒ запуÑтить gdb '%1': %2</translation> </message> <message> - <location line="+14"/> - <source>Inferior start preparation failed</source> - <translation type="unfinished">Ðе удалоÑÑŒ запуÑтить подготовку подчинённого</translation> + <location line="+143"/> + <source>Adapter start failed</source> + <translation>Ðе удалоÑÑŒ запуÑтить адаптер</translation> </message> <message> - <location line="+110"/> + <location line="+46"/> <source>Inferior start failed</source> <translation type="unfinished">Ðе удалоÑÑŒ запуÑтить подчинённого</translation> </message> <message> - <location line="+12"/> + <location line="-2938"/> <source>Inferior shutdown failed</source> <translation type="unfinished">Ðе удалоÑÑŒ оÑтановить подчинённого</translation> </message> <message> - <location line="-113"/> - <source>Inferior prepared for startup.</source> - <translation type="unfinished">Подчинённый готов к запуÑку.</translation> - </message> - <message> - <location line="+75"/> + <location line="+2840"/> <source>Cannot find debugger initialization script</source> <translation>Ðе удалоÑÑŒ найти Ñкрипт инициализации отладчика</translation> </message> @@ -4325,24 +4339,24 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Ð’ наÑтройках указан файл Ñкрипта '%1', который ÑÐµÐ¹Ñ‡Ð°Ñ Ð½ÐµÐ´Ð¾Ñтупен. ЕÑли файл Ñкрипта не обÑзателен, проÑто очиÑтите поле, чтобы не было Ñтого предупреждениÑ.</translation> </message> <message> - <location line="-2032"/> + <location line="-2138"/> <source>Unable to run '%1': %2</source> <translation>Ðе удалоÑÑŒ запуÑтить '%1': %2</translation> </message> <message> - <location line="+61"/> + <location line="+74"/> <source><unknown></source> <extracomment>End address of loaded module</extracomment> <translation><неизвеÑтный></translation> </message> <message> - <location line="+35"/> + <location line="+45"/> <location line="+8"/> <source>Retrieving data for stack view...</source> <translation>Получение данных о Ñтеке...</translation> </message> <message numerus="yes"> - <location line="+838"/> + <location line="+856"/> <source>Dumper version %1, %n custom dumpers found.</source> <translation type="unfinished"> <numerusform>Дампер верÑии %1, обнаружен %n пользовательÑкий дампер.</numerusform> @@ -4351,39 +4365,24 @@ Using gdb 6.7 or later is strongly recommended.</source> </translation> </message> <message> - <location line="+667"/> - <source>The dumper library was not found at %1.</source> - <translation type="unfinished">Библиотека дампера не найдена в '%1'.</translation> - </message> - <message> - <location line="-1103"/> - <source><not in scope></source> - <extracomment>Variable</extracomment> - <translation><не в облаÑти></translation> - </message> - <message> - <location line="-2235"/> + <location line="-2767"/> <source>An unknown error in the Gdb process occurred. </source> <translation>ÐеизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ° возникла у процеÑÑа Gdb. </translation> </message> <message> - <location line="+317"/> + <location line="+327"/> <source>Stop requested...</source> <translation>Потребована оÑтановка...</translation> </message> <message> - <location line="+141"/> - <location line="+16"/> + <location line="+142"/> + <location line="+27"/> + <location line="+3"/> <source>Executable failed</source> <translation>Программа завершилаÑÑŒ Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¾Ð¹</translation> </message> <message> - <location line="+152"/> - <source>Function reached. Stopped.</source> - <translation>ДоÑтигнута функциÑ. ОÑтановлено.</translation> - </message> - <message> - <location line="+72"/> + <location line="+212"/> <source>Program exited with exit code %1.</source> <translation>Программа завершилаÑÑŒ Ñ ÐºÐ¾Ð´Ð¾Ð¼ %1.</translation> </message> @@ -4398,27 +4397,35 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Программа нормально завершилаÑÑŒ.</translation> </message> <message> - <location line="-483"/> + <location line="-481"/> <source>Running...</source> <translation>Выполнение...</translation> </message> <message> - <location line="+254"/> + <location line="+256"/> + <location line="+8"/> <source>Executable failed: %1</source> - <translation type="unfinished"></translation> + <translation>Программа завершилаÑÑŒ Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¾Ð¹: %1</translation> </message> <message> - <location line="+50"/> - <source>Continuing after temporary stop.</source> - <translation>Продолжение поÑле временного оÑтанова.</translation> + <location line="+489"/> + <source>Execution Error</source> + <translation>Ошибка выполнениÑ</translation> </message> <message> - <location line="+618"/> + <location line="+1"/> + <source>Cannot continue debugged process: +</source> + <translation>ÐÐµÐ»ÑŒÐ·Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶Ð¸Ñ‚ÑŒ отлаживаемый процеÑÑ: +</translation> + </message> + <message> + <location line="+217"/> <source>Running requested...</source> <translation>Потребован запуÑк...</translation> </message> <message> - <location line="+9"/> + <location line="+8"/> <source>Step requested...</source> <translation>Потребован шаг...</translation> </message> @@ -4438,7 +4445,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation type="unfinished">Потребован шаг через...</translation> </message> <message> - <location line="+19"/> + <location line="+18"/> <source>Step next instruction requested...</source> <translation type="unfinished">Потребован шаг через инÑтрукцию...</translation> </message> @@ -4448,12 +4455,17 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Потребовано выполнение до Ñтроки %1...</translation> </message> <message> - <location line="+10"/> + <location line="+13"/> <source>Run to function %1 requested...</source> <translation>Потребовано выполнение до функции %1...</translation> </message> + <message> + <location line="+706"/> + <source>Jumping out of bogus frame...</source> + <translation type="unfinished">Выход из подложного кадра...</translation> + </message> <message numerus="yes"> - <location line="+1118"/> + <location line="+409"/> <source>Retrieving data for watch view (%n requests pending)...</source> <translation> <numerusform>Получение наблюдаемых данных (%n Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¾Ð¶Ð¸Ð´Ð°ÐµÑ‚ÑÑ)...</numerusform> @@ -4462,7 +4474,7 @@ Using gdb 6.7 or later is strongly recommended.</source> </translation> </message> <message> - <location line="+290"/> + <location line="+324"/> <source>Finished retrieving data.</source> <translation>Закончено получение данных.</translation> </message> @@ -4477,7 +4489,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation type="unfinished">ÐаÑтройка пользовательÑкого дампера: %1</translation> </message> <message> - <location line="+149"/> + <location line="+128"/> <source><0 items></source> <translation><0 Ñлементов></translation> </message> @@ -4492,21 +4504,14 @@ Using gdb 6.7 or later is strongly recommended.</source> </translation> </message> <message> - <location line="+134"/> - <source>%1 <shadowed %2></source> - <extracomment>Variable %1 is the variable name, %2 is a simple count</extracomment> - <translation type="unfinished">%1 <Ñкрывает %2></translation> - </message> - <message> - <location line="+4"/> + <location line="+217"/> <source><shadowed></source> - <extracomment>Type of local variable or parameter shadowed by another</extracomment> - <translation type="unfinished"><перекрыто></translation> + <translation><затенено></translation> </message> <message> - <location line="+131"/> + <location line="+133"/> <source><n/a></source> - <translation type="unfinished"><н/д></translation> + <translation><н/д></translation> </message> <message> <location line="+2"/> @@ -4520,49 +4525,49 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation><нет информации></translation> </message> <message> - <location line="+16"/> - <source>Unknown error: </source> - <translation>ÐеизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: </translation> + <location line="+333"/> + <location line="+25"/> + <location line="+14"/> + <source>Disassembler failed: %1</source> + <translation>Ðе удалоÑÑŒ дизаÑÑемблировать: %1</translation> </message> <message> - <location line="+63"/> - <source>Dumper injection loading triggered (%1)...</source> - <translation type="unfinished">Включена загрузка Ð²Ð½ÐµÐ´Ñ€ÐµÐ½Ð¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð° (%1)...</translation> + <location line="+145"/> + <source>Gdb I/O Error</source> + <translation>Ошибка вводы/вывода gdb</translation> </message> <message> - <location line="+2"/> - <source>Dumper loading (%1) failed: %2</source> - <translation type="unfinished">Ðе удалаÑÑŒ загрузка дампера (%1): %2</translation> + <location line="+14"/> + <source>Unexpected Gdb Exit</source> + <translation>Ðеожиданный выход gdb</translation> </message> <message> - <location line="+7"/> - <source>Loading dumpers via debugger call (%1)...</source> - <translation type="unfinished">Загрузка дамперов через вызов отладчика (%1)...</translation> + <location line="+1"/> + <source>The gdb process exited unexpectedly (%1).</source> + <translation>ПроцеÑÑ gdb неожиданно завершилÑÑ (%1).</translation> </message> <message> - <location line="+243"/> - <location line="+25"/> - <location line="+14"/> - <source>Disassembler failed: %1</source> - <translation>Ðе удалоÑÑŒ дизаÑÑемблировать: %1</translation> + <location line="+2"/> + <source>crashed</source> + <translation type="unfinished">аварийный выход</translation> </message> <message> - <location line="+128"/> + <location line="+0"/> + <source>code %1</source> + <translation>код %1</translation> + </message> + <message> + <location line="+35"/> <source>Setting breakpoints...</source> <translation>УÑтановка точек оÑтанова...</translation> </message> <message> - <location line="+8"/> + <location line="-8"/> <source>Starting inferior...</source> <translation type="unfinished">ЗапуÑк подчинённого...</translation> </message> <message> <location line="+50"/> - <source>Adapter shutdown failed</source> - <translation>Ðе удалоÑÑŒ выключить адаптер</translation> - </message> - <message> - <location line="-12"/> <source>Adapter crashed</source> <translation>Ðдаптер аварийно завершилÑÑ</translation> </message> @@ -4720,40 +4725,17 @@ Using gdb 6.7 or later is strongly recommended.</source> <context> <name>Debugger::Internal::PlainGdbAdapter</name> <message> - <location filename="../../../src/plugins/debugger/gdb/plaingdbadapter.cpp" line="+79"/> + <location filename="../../../src/plugins/debugger/gdb/plaingdbadapter.cpp" line="+70"/> <source>Cannot set up communication with child process: %1</source> <translation>Ðе удалоÑÑŒ уÑтановить ÑвÑзь Ñ Ð´Ð¾Ñ‡ÐµÑ€Ð½Ð¸Ð¼ процеÑÑом: %1</translation> </message> <message> - <location line="+47"/> + <location line="+36"/> <source>Starting executable failed: </source> <translation>Ðе удалоÑÑŒ запуÑтить программу: </translation> </message> - <message> - <location line="+12"/> - <source>Inferior started.</source> - <translation type="unfinished">Подчинённый запущен.</translation> - </message> - <message> - <location line="+84"/> - <source>Inferior process could not be stopped: -</source> - <translation type="unfinished">Ðе удалоÑÑŒ оÑтановить подчинённый процеÑÑ: -</translation> - </message> - <message> - <location line="+12"/> - <source>Gdb process could not be stopped: -</source> - <translation>Ðе удалоÑÑŒ оÑтановить процеÑÑ gdb: -</translation> - </message> - <message> - <source>Debugger Error</source> - <translation type="obsolete">Ошибка отладчика</translation> - </message> </context> <context> <name>Debugger::Internal::RegisterHandler</name> @@ -4790,10 +4772,6 @@ Using gdb 6.7 or later is strongly recommended.</source> <source>Reload register listing</source> <translation>Перезагрузить ÑпиÑок региÑтров</translation> </message> - <message> - <source>Always reload register listing</source> - <translation type="obsolete">Ð’Ñегда перезагружать ÑпиÑок региÑтров</translation> - </message> <message> <location line="+7"/> <source>Open memory editor</source> @@ -4828,16 +4806,12 @@ Using gdb 6.7 or later is strongly recommended.</source> <context> <name>Debugger::Internal::RemoteGdbAdapter</name> <message> - <source>Cannot set up communication with child process: %1</source> - <translation type="obsolete">Ðе удалоÑÑŒ уÑтановить ÑвÑзь Ñ Ð´Ð¾Ñ‡ÐµÑ€Ð½Ð¸Ð¼ процеÑÑом: %1</translation> - </message> - <message> - <location filename="../../../src/plugins/debugger/gdb/remotegdbadapter.cpp" line="+112"/> - <source>The upload process failed to start. Either the invoked script '%1' is missing, or you may have insufficient permissions to invoke the program.</source> - <translation>Ðе удалоÑÑŒ запуÑтить процеÑÑ Ð²Ñ‹Ð³Ñ€ÑƒÐ·ÐºÐ¸. Или иÑполнÑемый Ñкрипт '%1' отÑутÑтвует, или у Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка программы.</translation> + <location filename="../../../src/plugins/debugger/gdb/remotegdbadapter.cpp" line="+93"/> + <source>The upload process failed to start. Shell missing?</source> + <translation type="unfinished">Ðе удалоÑÑŒ запуÑтить процеÑÑ Ð²Ñ‹Ð³Ñ€ÑƒÐ·ÐºÐ¸. ОтÑутÑтвует оболочка?</translation> </message> <message> - <location line="+6"/> + <location line="+3"/> <source>The upload process crashed some time after starting successfully.</source> <translation>ПроцеÑÑ Ð²Ñ‹Ð³Ñ€ÑƒÐ·ÐºÐ¸ аварийно завершилÑÑ Ñ‡ÐµÑ€ÐµÐ· некоторое Ð²Ñ€ÐµÐ¼Ñ Ð¿Ð¾Ñле уÑпешного запуÑка.</translation> </message> @@ -4869,39 +4843,13 @@ Using gdb 6.7 or later is strongly recommended.</source> <message> <location line="+47"/> <source>Adapter too old: does not support asynchronous mode.</source> - <translation type="unfinished"></translation> + <translation>Ðдаптер уÑтарел: не поддерживает аÑинхронный режим.</translation> </message> <message> - <location line="+14"/> + <location line="+20"/> <source>Starting remote executable failed: </source> <translation>Ðе удалоÑÑŒ удалённо запуÑтить программу: -</translation> - </message> - <message> - <location line="+18"/> - <source>Connecting to remote server failed: -</source> - <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº удалённому Ñерверу: -</translation> - </message> - <message> - <location line="-5"/> - <source>Attached to stopped inferior.</source> - <translation type="unfinished">Подключено к оÑтановленному подчинённому.</translation> - </message> - <message> - <location line="+61"/> - <source>Inferior process could not be stopped: -</source> - <translation type="unfinished">Ðе удалоÑÑŒ оÑтановить подчинённый процеÑÑ: -</translation> - </message> - <message> - <location line="+12"/> - <source>Gdb process could not be stopped: -</source> - <translation>Ðе удалоÑÑŒ оÑтановить процеÑÑ gdb: </translation> </message> </context> @@ -4934,28 +4882,17 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>ОÑтановлено.</translation> </message> </context> -<context> - <name>Debugger::Internal::SourceFilesModel</name> - <message> - <source>Internal name</source> - <translation type="obsolete">Внутреннее имÑ</translation> - </message> - <message> - <source>Full name</source> - <translation type="obsolete">Полное имÑ</translation> - </message> -</context> <context> <name>SourceFilesModel</name> <message> <location filename="../../../src/plugins/debugger/sourcefileswindow.cpp" line="+98"/> <source>Internal name</source> - <translation type="unfinished">Внутреннее имÑ</translation> + <translation>Внутреннее имÑ</translation> </message> <message> <location line="+1"/> <source>Full name</source> - <translation type="unfinished">Полное имÑ</translation> + <translation>Полное имÑ</translation> </message> </context> <context> @@ -4984,7 +4921,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <context> <name>Debugger::Internal::StackHandler</name> <message> - <location filename="../../../src/plugins/debugger/stackhandler.cpp" line="+55"/> + <location filename="../../../src/plugins/debugger/stackhandler.cpp" line="+66"/> <location line="+14"/> <source>Address:</source> <translation>ÐдреÑ:</translation> @@ -5020,7 +4957,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Ð’:</translation> </message> <message> - <location line="+40"/> + <location line="+57"/> <source>...</source> <translation>...</translation> </message> @@ -5060,22 +4997,22 @@ Using gdb 6.7 or later is strongly recommended.</source> <message> <location line="+159"/> <source>Function</source> - <translation type="unfinished">ФункциÑ</translation> + <translation>ФункциÑ</translation> </message> <message> <location line="+2"/> <source>File</source> - <translation type="unfinished">Файл</translation> + <translation>Файл</translation> </message> <message> <location line="+2"/> <source>Line</source> - <translation type="unfinished">Строка</translation> + <translation>Строка</translation> </message> <message> <location line="+2"/> <source>Address</source> - <translation type="unfinished">ÐдреÑ</translation> + <translation>ÐдреÑ</translation> </message> <message> <location line="-28"/> @@ -5085,12 +5022,12 @@ Using gdb 6.7 or later is strongly recommended.</source> <message> <location line="+3"/> <source>Thread: %1 at %2 (0x%3)</source> - <translation type="unfinished"></translation> + <translation>Поток: %1 в %2 (0x%3)</translation> </message> <message> <location line="+1"/> <source>Thread: %1 at %2, %3:%4 (0x%5)</source> - <translation type="unfinished"></translation> + <translation>Поток: %1 в %2, %3:%4 (0x%5)</translation> </message> <message> <location line="+16"/> @@ -5144,7 +5081,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <context> <name>Debugger::Internal::StartExternalDialog</name> <message> - <location filename="../../../src/plugins/debugger/debuggerdialogs.cpp" line="-203"/> + <location filename="../../../src/plugins/debugger/debuggerdialogs.cpp" line="+81"/> <source>Select Executable</source> <translation>Выбор программы</translation> </message> @@ -5167,30 +5104,15 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Выбор программы</translation> </message> </context> -<context> - <name>Debugger::Internal::TcfEngine</name> - <message> - <source>%1.</source> - <translation type="obsolete">%1.</translation> - </message> - <message> - <source>Running requested...</source> - <translation type="obsolete">Потребован запуÑк...</translation> - </message> - <message> - <source>Stopped.</source> - <translation type="obsolete">ОÑтановлено.</translation> - </message> -</context> <context> <name>Debugger::Internal::ThreadsWindow</name> <message> - <location filename="../../../src/plugins/debugger/threadswindow.cpp" line="+53"/> + <location filename="../../../src/plugins/debugger/threadswindow.cpp" line="+46"/> <source>Thread</source> <translation>Поток</translation> </message> <message> - <location line="+32"/> + <location line="+21"/> <source>Adjust column widths to contents</source> <translation>ВыровнÑть ширину Ñтолбцов по Ñодержимому</translation> </message> @@ -5203,43 +5125,34 @@ Using gdb 6.7 or later is strongly recommended.</source> <context> <name>Debugger::Internal::TrkGdbAdapter</name> <message> - <location filename="../../../src/plugins/debugger/gdb/trkgdbadapter.cpp" line="+1687"/> - <source>Connecting to trk server adapter failed: -</source> - <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº адаптеру trk Ñервера: -</translation> - </message> - <message> - <location line="+18"/> - <source>Inferior running.</source> - <translation type="unfinished">Подчинённый выполнÑетÑÑ.</translation> - </message> - <message> - <location line="+3"/> - <source>Connecting to remote server failed:</source> - <translation>Ðе удалоÑÑŒ подключение к удалённому Ñерверу:</translation> + <location filename="../../../src/plugins/debugger/gdb/trkgdbadapter.cpp" line="+1597"/> + <source>Process started, PID: 0x%1, thread id: 0x%2, code segment: 0x%3, data segment: 0x%4.</source> + <translation>ПроцеÑÑ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½, PID: 0x%1, ID потока: 0x%2, Ñегмент кода: 0x%3, Ñегмент данных: 0x%4.</translation> </message> <message> - <location line="+404"/> - <source>Inferior process could not be stopped: + <location line="+24"/> + <source>Connecting to TRK server adapter failed: </source> - <translation type="unfinished">Ðе удалоÑÑŒ оÑтановить подчинённый процеÑÑ: + <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº адаптеру TRK Ñервера: </translation> </message> <message> - <location line="+13"/> - <source>Gdb process could not be stopped: + <source>Connecting to trk server adapter failed: </source> - <translation>Ðе удалоÑÑŒ оÑтановить процеÑÑ gdb: + <translation type="obsolete">Ðе удалоÑÑŒ подключитьÑÑ Ðº адаптеру trk Ñервера: </translation> </message> </context> <context> <name>Debugger::Internal::TrkOptionsPage</name> + <message> + <source>Symbian Trk</source> + <translation type="obsolete">Symbian Trk</translation> + </message> <message> <location filename="../../../src/plugins/debugger/gdb/trkoptionspage.cpp" line="+43"/> - <source>S60 / Trk</source> - <translation>S60 / Trk</translation> + <source>Symbian TRK</source> + <translation>Symbian TRK</translation> </message> </context> <context> @@ -5259,11 +5172,6 @@ Using gdb 6.7 or later is strongly recommended.</source> <source>Symbian ARM gdb location:</source> <translation>Размещение gdb Ð´Ð»Ñ Symbian ARM:</translation> </message> - <message> - <location/> - <source>Cygwin location:</source> - <translation>Размещение Cygwin:</translation> - </message> <message> <location/> <source>Communication</source> @@ -5293,15 +5201,21 @@ Using gdb 6.7 or later is strongly recommended.</source> <context> <name>Debugger::Internal::WatchData</name> <message> - <location filename="../../../src/plugins/debugger/watchhandler.cpp" line="+70"/> + <location filename="../../../src/plugins/debugger/watchhandler.cpp" line="+71"/> + <location line="+250"/> <source><not in scope></source> <translation><вне облаÑти></translation> </message> + <message> + <location line="+8"/> + <source>%1 <shadowed %2></source> + <translation>%1 <затенÑет %2></translation> + </message> </context> <context> <name>Debugger::Internal::WatchHandler</name> <message> - <location line="+224"/> + <location line="-27"/> <source>Expression</source> <translation>Выражение</translation> </message> @@ -5341,55 +5255,55 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Поколение</translation> </message> <message> - <location line="+1074"/> + <location line="+1115"/> <source><Edit></source> - <translation type="unfinished"><Изменить></translation> + <translation><Измените></translation> </message> <message> - <location line="-1056"/> + <location line="-1084"/> <source>Root</source> <translation type="unfinished">Корень</translation> </message> <message> <location line="+7"/> <source>Locals</source> - <translation type="unfinished">Локальные переменные</translation> + <translation>Локальные переменные</translation> </message> <message> <location line="+8"/> <source>Tooltip</source> - <translation type="unfinished">ПодÑказка</translation> + <translation>ПодÑказка</translation> </message> <message> <location line="-4"/> <source>Watchers</source> - <translation type="unfinished">Ðаблюдаемые</translation> + <translation>Ðаблюдаемые</translation> </message> </context> <context> <name>Debugger::Internal::WatchModel</name> <message> - <location line="+404"/> + <location line="+405"/> <source>decimal</source> - <translation type="unfinished">деÑÑтичный</translation> + <translation>деÑÑтичный</translation> </message> <message> <location line="+0"/> <source>hexadecimal</source> - <translation type="unfinished">шеÑтнадцатиричный</translation> + <translation>шеÑтнадцатиричный</translation> </message> <message> <location line="+1"/> <source>binary</source> - <translation type="unfinished">двоичный</translation> + <translation>двоичный</translation> </message> <message> <location line="+0"/> <source>octal</source> - <translation type="unfinished">воÑьмиричный</translation> + <translation>воÑьмиричный</translation> </message> <message> - <location line="+83"/> + <location line="+86"/> <source>Name</source> <translation>ИмÑ</translation> </message> @@ -5409,7 +5323,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <message> <location filename="../../../src/plugins/debugger/watchwindow.cpp" line="+128"/> <source>Locals and Watchers</source> - <translation type="unfinished">Локальные и наблюдаемые переменные</translation> + <translation>ОтÑлеживаемые переменные</translation> </message> <message> <location line="+95"/> @@ -5432,12 +5346,17 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Сменить формат выражениÑ</translation> </message> <message> - <location line="+11"/> + <location line="+12"/> <source>Open memory editor...</source> <translation>Открыть редактор памÑти...</translation> </message> <message> - <location line="+28"/> + <location line="+21"/> + <source>Refresh code model snapshot</source> + <translation>Обновить образ модели кода</translation> + </message> + <message> + <location line="+9"/> <source>Adjust column widths to contents</source> <translation>ВыровнÑть ширину Ñтолбцов по Ñодержимому</translation> </message> @@ -5447,7 +5366,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Ð’Ñегда выравнивать ширину Ñтолбцов по Ñодержимому</translation> </message> <message> - <location line="-35"/> + <location line="-38"/> <source>Insert new watch item</source> <translation>Ð’Ñтавить новый наблюдаемый Ñлемент</translation> </message> @@ -5457,7 +5376,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>Выбрать виджет Ð´Ð»Ñ ÑлежениÑ</translation> </message> <message> - <location line="+8"/> + <location line="+9"/> <source>Open memory editor at %1</source> <translation>Открыть редактор памÑти Ñ %1</translation> </message> @@ -5485,7 +5404,7 @@ Using gdb 6.7 or later is strongly recommended.</source> <message> <location/> <source>This will enable nice display of Qt and Standard Library objects in the Locals&Watchers view</source> - <translation type="unfinished">Включит удобное отображение объектов Qt и Ñтандартной библиотеки в окне локальных и наблюдаемых переменных</translation> + <translation>Включит удобное отображение объектов Qt и Ñтандартной библиотеки в окне отÑлеживаемых переменных</translation> </message> <message> <location/> @@ -5512,6 +5431,17 @@ Using gdb 6.7 or later is strongly recommended.</source> <source>Debug debugging helper</source> <translation>Отладить помощника отладчика</translation> </message> + <message> + <location/> + <source>Makes use of Qt Creator's code model to find out if a variable has already been assigned a value at the point the debugger interrupts.</source> + <translation type="unfinished">Включит иÑпользование модели кода Qt Creator Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ, +было ли переменной приÑвоено значение в точке Ð¿Ñ€ÐµÑ€Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð¾Ñ‚Ð»Ð°Ð´Ñ‡Ð¸ÐºÐ¾Ð¼.</translation> + </message> + <message> + <location/> + <source>Use code model</source> + <translation>ИÑпользовать модель кода</translation> + </message> </context> <context> <name>DependenciesModel</name> @@ -5765,12 +5695,12 @@ Using gdb 6.7 or later is strongly recommended.</source> <message> <location line="+20"/> <source>Views</source> - <translation>ПредÑтавлениÑ</translation> + <translation type="unfinished">Виды</translation> </message> <message> <location line="+15"/> <source>Signals && Slots Editor</source> - <translation type="unfinished"></translation> + <translation>Редактор Ñигналов и Ñлотов</translation> </message> <message> <location line="+10"/> @@ -5821,13 +5751,6 @@ Using gdb 6.7 or later is strongly recommended.</source> <translation>%1 - Ошибка</translation> </message> </context> -<context> - <name>Designer::Internal::FormWindowEditor</name> - <message> - <source>untitled</source> - <translation type="obsolete">неозаглавленный</translation> - </message> -</context> <context> <name>Designer::Internal::FormWindowFile</name> <message> @@ -5996,7 +5919,7 @@ It also automatically sets the correct Qt version.</source> <message> <location line="+16"/> <source>Error parsing file %1: %2, at line %3, column %4</source> - <translation>Ошибка обработки файла %1: %2, в Ñтроке %3 позиции %4</translation> + <translation>Ошибка разбора файла %1: %2, в Ñтроке %3 позиции %4</translation> </message> </context> <context> @@ -6150,7 +6073,7 @@ Reason: %3</source> <message> <location filename="../../../src/plugins/fakevim/fakevimactions.cpp" line="+119"/> <source>Toggle vim-style editing</source> - <translation>Переключить редактирование в режим Vim</translation> + <translation>Включить/выключить редактирование в Ñтиле Vim</translation> </message> <message> <location line="+56"/> @@ -6161,15 +6084,7 @@ Reason: %3</source> <context> <name>FakeVim::Internal::FakeVimHandler</name> <message> - <source>%1,%2</source> - <translation type="obsolete">%1,%2</translation> - </message> - <message> - <source>%1</source> - <translation type="obsolete">%1</translation> - </message> - <message> - <location filename="../../../src/plugins/fakevim/fakevimhandler.cpp" line="+940"/> + <location filename="../../../src/plugins/fakevim/fakevimhandler.cpp" line="+944"/> <source>Not implemented in FakeVim</source> <translation>Ðе реализовано в FakeVim</translation> </message> @@ -6181,15 +6096,15 @@ Reason: %3</source> <message> <location line="+671"/> <source>%1%2%</source> - <translation type="unfinished"></translation> + <translation>%1%2%</translation> </message> <message> <location line="+2"/> <source>%1All</source> - <translation type="unfinished"></translation> + <translation type="unfinished">%1Ð’Ñе</translation> </message> <message> - <location line="+1023"/> + <location line="+1025"/> <source>File '%1' exists (add ! to override)</source> <translation>Файл '%1' уже ÑущеÑтвует (добавьте !, чтобы перезапиÑать)</translation> </message> @@ -6237,27 +6152,27 @@ Reason: %3</source> <translation>E512: ÐеизвеÑтный параметр: </translation> </message> <message> - <location line="+78"/> - <source>Pattern not found: </source> - <translation>Шаблон не найден: </translation> - </message> - <message> - <location line="-7"/> + <location line="+71"/> <source>search hit BOTTOM, continuing at TOP</source> - <translation type="unfinished">поиÑк дошёл до ÐИЗРи продолжилÑÑ Ð¡Ð’Ð•Ð Ð¥Ð£</translation> + <translation>поиÑк дошёл до ÐИЗРи продолжилÑÑ Ð¡Ð’Ð•Ð Ð¥Ð£</translation> </message> <message> <location line="+2"/> <source>search hit TOP, continuing at BOTTOM</source> - <translation type="unfinished">поиÑк дошёл до ВЕРХРи продолжилÑÑ Ð¡ÐИЗУ</translation> + <translation>поиÑк дошёл до ВЕРХРи продолжилÑÑ Ð¡ÐИЗУ</translation> </message> <message> - <location line="+575"/> + <location line="+5"/> + <source>Pattern not found: </source> + <translation>Шаблон не найден: </translation> + </message> + <message> + <location line="+570"/> <source>Already at oldest change</source> <translation>Уже на первом изменении</translation> </message> <message> - <location line="+15"/> + <location line="+16"/> <source>Already at newest change</source> <translation>Уже на поÑледнем изменении</translation> </message> @@ -6608,8 +6523,8 @@ Reason: %3</source> </message> <message> <location line="+4"/> - <source>Replace all occurances</source> - <translation type="unfinished">Заменить вÑе ÑовпадениÑ</translation> + <source>Replace all occurrences</source> + <translation>Заменить вÑе ÑовпадениÑ</translation> </message> <message> <location line="+1"/> @@ -6853,7 +6768,7 @@ Reason: %3</source> <context> <name>GenericProjectManager::Internal::GenericMakeStepConfigWidget</name> <message> - <location filename="../../../src/plugins/genericprojectmanager/genericmakestep.cpp" line="+189"/> + <location filename="../../../src/plugins/genericprojectmanager/genericmakestep.cpp" line="+190"/> <source>Override %1:</source> <translation>Заменить %1:</translation> </message> @@ -7046,7 +6961,7 @@ Reason: %3</source> <message> <location filename="../../../src/plugins/git/gitclient.cpp" line="+71"/> <source>Note that the git plugin for QtCreator is not able to interact with the server so far. Thus, manual ssh-identification etc. will not work.</source> - <translation type="unfinished">Следует иметь в виду, что модуль Git до Ñих пор не умеет работать Ñ Ñервером. ПоÑтому, Ñ€ÑƒÑ‡Ð½Ð°Ñ Ð½Ð°Ñтройка ssh-авторизации и другое не будет работать.</translation> + <translation>Следует иметь в виду, что модуль Git до Ñих пор не умеет работать Ñ Ñервером. ПоÑтому, Ñ€ÑƒÑ‡Ð½Ð°Ñ Ð½Ð°Ñтройка ssh-авторизации и другое не будет работать.</translation> </message> <message> <location line="+15"/> @@ -7223,12 +7138,12 @@ Reason: %3</source> <translation>Сравнить "%1"</translation> </message> <message> - <location line="+4"/> + <location line="+3"/> <source>Alt+G,Alt+D</source> <translation>Alt+G,Alt+D</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>File Status</source> <translation>Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ñ„Ð°Ð¹Ð»Ð°</translation> </message> @@ -7238,12 +7153,12 @@ Reason: %3</source> <translation>СоÑтоÑние отноÑительно "%1"</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+S</source> <translation>Alt+G,Alt+S</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Log File</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð°</translation> </message> @@ -7253,12 +7168,12 @@ Reason: %3</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ "%1"</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+L</source> <translation>Alt+G,Alt+L</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Blame</source> <translation>ÐннотациÑ</translation> </message> @@ -7268,12 +7183,12 @@ Reason: %3</source> <translation>ÐÐ½Ð½Ð¾Ñ‚Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ "%1"</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+B</source> <translation>Alt+G,Alt+B</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Undo Changes</source> <translation>Отменить изменениÑ</translation> </message> @@ -7283,12 +7198,12 @@ Reason: %3</source> <translation>Отменить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ "%1"</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+U</source> <translation>Alt+G,Alt+U</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Stage File for Commit</source> <translation>Подготовить файл к фикÑации</translation> </message> @@ -7298,12 +7213,12 @@ Reason: %3</source> <translation>Подготовить "%1" к фикÑации</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+A</source> <translation>Alt+G,Alt+A</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Unstage File from Commit</source> <translation>Убрать файл из подготовленного</translation> </message> @@ -7323,7 +7238,7 @@ Reason: %3</source> <translation>Сравнить проект "%1"</translation> </message> <message> - <location line="+9"/> + <location line="+7"/> <source>Project Status</source> <translation>СоÑтоÑние проекта</translation> </message> @@ -7343,12 +7258,12 @@ Reason: %3</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð° "%1"</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+K</source> <translation>Alt+G,Alt+K</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Undo Project Changes</source> <translation>Отменить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°</translation> </message> @@ -7383,12 +7298,12 @@ Reason: %3</source> <translation>ФикÑировать...</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+G,Alt+C</source> <translation>Alt+G,Alt+C</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Push</source> <translation>Отправить</translation> </message> @@ -7445,7 +7360,7 @@ Reason: %3</source> <message> <location line="+29"/> <source>Another submit is currently being executed.</source> - <translation>Ð’ данный момент уже идёт Ð´Ñ€ÑƒÐ³Ð°Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ°.</translation> + <translation>Ð’ данный момент уже идёт Ð´Ñ€ÑƒÐ³Ð°Ñ Ñ„Ð¸ÐºÑациÑ.</translation> </message> <message> <location line="+30"/> @@ -7596,7 +7511,7 @@ Perl через переменные Ñреды окружениÑ.</translation <message> <location/> <source>Prompt to submit</source> - <translation>Спрашивать при отправке</translation> + <translation>Спрашивать при фикÑации</translation> </message> <message> <location/> @@ -7630,7 +7545,7 @@ Perl через переменные Ñреды окружениÑ.</translation <message> <location filename="../../../src/plugins/git/gitorious/gitorious.cpp" line="+471"/> <source>Error parsing reply from '%1': %2</source> - <translation>Ошибка обработки ответа от '%1': %2</translation> + <translation>Ошибка разбора ответа от '%1': %2</translation> </message> <message> <location line="+45"/> @@ -8085,7 +8000,12 @@ Perl через переменные Ñреды окружениÑ.</translation <translation>Ctrl+0</translation> </message> <message> - <location line="+201"/> + <location line="+20"/> + <source>Go to Help Mode</source> + <translation>Перейти в режим Ñправки</translation> + </message> + <message> + <location line="+181"/> <location line="+4"/> <location line="+146"/> <source>Unfiltered</source> @@ -8372,7 +8292,7 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <context> <name>MimeType</name> <message> - <location filename="mime_tr.h" line="+1"/> + <location filename="../../../build/46/share/qtcreator/translations/mime_tr.h" line="+1"/> <source>unknown</source> <translation>неизвеÑтный</translation> </message> @@ -8520,7 +8440,7 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <context> <name>NameDemanglerPrivate</name> <message> - <location filename="../../../src/plugins/debugger/name_demangler.cpp" line="+310"/> + <location filename="../../../src/plugins/debugger/name_demangler.cpp" line="+331"/> <source>Premature end of input</source> <translation>Данные на входе преждевременно закончилиÑÑŒ</translation> </message> @@ -8530,7 +8450,7 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <translation>ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ ÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²ÐºÐ°</translation> </message> <message> - <location line="+53"/> + <location line="+54"/> <source>Invalid name</source> <translation>Ðеверное имÑ</translation> </message> @@ -8596,7 +8516,7 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <message> <location line="+135"/> <location line="+5"/> - <location line="+67"/> + <location line="+68"/> <source>Invalid type</source> <translation>Ðеверный тип</translation> </message> @@ -8617,13 +8537,13 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <translation>Ðеверный тип функции</translation> </message> <message> - <location line="+79"/> - <location line="+320"/> + <location line="+80"/> + <location line="+328"/> <source>Invalid unqualified-name</source> <translation>Ðеверный unqualified-name</translation> </message> <message> - <location line="-232"/> + <location line="-237"/> <source>Invalid operator-name '%s'</source> <translation>Ðеверное Ð¸Ð¼Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ‚Ð¾Ñ€Ð° '%s'</translation> </message> @@ -8634,19 +8554,19 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <translation>Ðеверный array-type</translation> </message> <message> - <location line="+16"/> + <location line="+17"/> <source>Invalid pointer-to-member-type</source> <translation>Ðеверный тип ÑƒÐºÐ°Ð·Ð°Ñ‚ÐµÐ»Ñ Ð½Ð° член клаÑÑа</translation> </message> <message> - <location line="+45"/> + <location line="+47"/> <location line="+10"/> - <location line="+35"/> + <location line="+36"/> <source>Invalid substitution</source> <translation>ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ Ð¿Ð¾Ð´Ñтановка</translation> </message> <message> - <location line="-41"/> + <location line="-42"/> <source>Invalid substitution: element %1 was requested, but there are only %2</source> <translation>ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ Ð¿Ð¾Ð´Ñтановка: необходим Ñлемент %1, но еÑть только %2</translation> </message> @@ -8656,14 +8576,14 @@ SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp.</translation> <translation>ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ Ð¿Ð¾Ð´Ñтановка: нет Ñлементов</translation> </message> <message> - <location line="+101"/> + <location line="+103"/> <source>Invalid special-name</source> <translation>Ðеверный special-name</translation> </message> <message> <location line="+43"/> <location line="+4"/> - <location line="+11"/> + <location line="+13"/> <source>Invalid local-name</source> <translation>Ðеверный local-name</translation> </message> @@ -8801,8 +8721,8 @@ p, li { white-space: pre-wrap; } </message> <message> <location line="+10"/> - <source>CodePaster</source> - <translation>CodePaster</translation> + <source>Code Pasting</source> + <translation type="unfinished">Ð’Ñтавка кода</translation> </message> </context> <context> @@ -8887,7 +8807,7 @@ p, li { white-space: pre-wrap; } <message> <location/> <source>Submit</source> - <translation>Отправить</translation> + <translation>ФикÑировать</translation> </message> <message> <location/> @@ -8897,7 +8817,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="../../../src/plugins/perforce/pendingchangesdialog.cpp" line="+46"/> <source>Change %1: %2</source> - <translation type="unfinished">Изменение %1: %2</translation> + <translation>Изменение %1: %2</translation> </message> </context> <context> @@ -8918,12 +8838,12 @@ p, li { white-space: pre-wrap; } <translation>Изменить "%1"</translation> </message> <message> - <location line="+4"/> + <location line="+3"/> <source>Alt+P,Alt+E</source> <translation>Alt+P,Alt+E</translation> </message> <message> - <location line="+2"/> + <location line="+1"/> <source>Edit File</source> <translation>Изменить файл</translation> </message> @@ -8938,12 +8858,12 @@ p, li { white-space: pre-wrap; } <translation>Добавить "%1"</translation> </message> <message> - <location line="+4"/> + <location line="+3"/> <source>Alt+P,Alt+A</source> <translation>Alt+P,Alt+A</translation> </message> <message> - <location line="+2"/> + <location line="+1"/> <source>Add File</source> <translation>Добавить файл</translation> </message> @@ -8973,12 +8893,12 @@ p, li { white-space: pre-wrap; } <translation>Откатить "%1"</translation> </message> <message> - <location line="+4"/> + <location line="+3"/> <source>Alt+P,Alt+R</source> <translation>Alt+P,Alt+R</translation> </message> <message> - <location line="+2"/> + <location line="+1"/> <source>Revert File</source> <translation>Откатить файл</translation> </message> @@ -9004,12 +8924,12 @@ p, li { white-space: pre-wrap; } <translation>Сравнить проект "%1"</translation> </message> <message> - <location line="+4"/> + <location line="+3"/> <source>Alt+P,Alt+D</source> <translation>Alt+P,Alt+D</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Diff Opened Files</source> <translation>Сравнить открытые файлы</translation> </message> @@ -9019,14 +8939,14 @@ p, li { white-space: pre-wrap; } <translation>Открытые</translation> </message> <message> - <location line="+3"/> + <location line="+2"/> <source>Alt+P,Alt+O</source> <translation>Alt+P,Alt+O</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Submit Project</source> - <translation>Отправить проект</translation> + <translation>ФикÑировать проект</translation> </message> <message> <location line="+2"/> @@ -9071,22 +8991,22 @@ p, li { white-space: pre-wrap; } </message> <message> <location line="+5"/> - <location line="+6"/> + <location line="+4"/> <source>Filelog Current File</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ³Ð¾ файла</translation> </message> <message> - <location line="-6"/> + <location line="-4"/> <source>Filelog "%1"</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ "%1"</translation> </message> <message> - <location line="+4"/> + <location line="+3"/> <source>Alt+P,Alt+F</source> <translation>Alt+P,Alt+F</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Filelog...</source> <translation>ИÑториÑ...</translation> </message> @@ -9098,7 +9018,7 @@ p, li { white-space: pre-wrap; } <message> <location line="+5"/> <source>Submit</source> - <translation>Отправить</translation> + <translation>ФикÑировать</translation> </message> <message> <location line="+4"/> @@ -9128,7 +9048,7 @@ p, li { white-space: pre-wrap; } <message> <location line="+93"/> <source>Another submit is currently executed.</source> - <translation type="unfinished">Ð”Ñ€ÑƒÐ³Ð°Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° уже идёт в Ñтот момент.</translation> + <translation>Ð”Ñ€ÑƒÐ³Ð°Ñ Ñ„Ð¸ÐºÑÐ°Ñ†Ð¸Ñ ÑƒÐ¶Ðµ идёт в Ñтот момент.</translation> </message> <message> <location line="+7"/> @@ -9221,12 +9141,12 @@ p, li { white-space: pre-wrap; } <location line="+19"/> <location line="+8"/> <source>Cannot execute p4 submit.</source> - <translation type="unfinished">Ðе удалоÑÑŒ запуÑтить отправку Perforce.</translation> + <translation type="unfinished">Ðе удалоÑÑŒ запуÑтить фикÑацию Perforce.</translation> </message> <message> <location line="+6"/> <source>p4 submit failed (exit code %1).</source> - <translation type="unfinished">Отправка Perforce не удалаÑÑŒ (код возврата %1).</translation> + <translation type="unfinished">ФикÑÐ°Ñ†Ð¸Ñ Perforce не удалаÑÑŒ (код возврата %1).</translation> </message> <message> <location line="+7"/> @@ -9236,7 +9156,7 @@ p, li { white-space: pre-wrap; } <message> <location line="+0"/> <source>Could not submit the change, because your workspace was out of date. Created a pending submit instead.</source> - <translation type="unfinished">Ðе удалоÑÑŒ отправить измененение, так как Ñ€Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ ÑƒÑтарела. Создана отправка Ð´Ð»Ñ Ñ€Ð°ÑÑмотрениÑ.</translation> + <translation type="unfinished">Ðе удалоÑÑŒ зафикÑировать измененениÑ, так как Ñ€Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ ÑƒÑтарела. Создана фикÑÐ°Ñ†Ð¸Ñ Ð´Ð»Ñ Ñ€Ð°ÑÑмотрениÑ.</translation> </message> <message> <location line="+59"/> @@ -9259,7 +9179,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="../../../src/plugins/perforce/perforcesubmiteditor.cpp" line="+49"/> <source>Perforce Submit</source> - <translation>Отправка Perforce</translation> + <translation>ФикÑÐ°Ñ†Ð¸Ñ Perforce</translation> </message> </context> <context> @@ -9321,7 +9241,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="../../../src/plugins/perforce/settingspage.ui"/> <source>Prompt to submit</source> - <translation>Спрашивать при отправке</translation> + <translation>Спрашивать при фикÑации</translation> </message> </context> <context> @@ -9347,7 +9267,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="../../../src/plugins/perforce/submitpanel.ui"/> <source>Submit</source> - <translation>Отправка</translation> + <translation>ФикÑировать</translation> </message> <message> <location/> @@ -9518,7 +9438,7 @@ p, li { white-space: pre-wrap; } <context> <name>ProjectExplorer::ApplicationLauncher</name> <message> - <location filename="../../../src/plugins/projectexplorer/applicationlauncher_x11.cpp" line="+123"/> + <location filename="../../../src/plugins/projectexplorer/applicationlauncher_x11.cpp" line="+126"/> <source>Failed to start program. Path or permissions wrong?</source> <translation>Ðе удалоÑÑŒ запуÑтить программу. Путь или права неверны?</translation> </message> @@ -9764,7 +9684,7 @@ Reason: %2</source> <context> <name>ProjectExplorer::Internal::BuildSettingsPanel</name> <message> - <location filename="../../../src/plugins/projectexplorer/buildsettingspropertiespage.cpp" line="+80"/> + <location filename="../../../src/plugins/projectexplorer/buildsettingspropertiespage.cpp" line="+81"/> <source>Build Settings</source> <translation>ÐаÑтройки Ñборки</translation> </message> @@ -9772,7 +9692,7 @@ Reason: %2</source> <context> <name>ProjectExplorer::Internal::BuildSettingsWidget</name> <message> - <location line="+73"/> + <location line="+77"/> <source>Edit Build Configuration:</source> <translation>Изменить конфигурацию Ñборки:</translation> </message> @@ -9787,7 +9707,7 @@ Reason: %2</source> <translation>Удалить</translation> </message> <message> - <location line="+32"/> + <location line="+49"/> <source>&Clone Selected</source> <translation>Д&ублировать выделенную</translation> </message> @@ -9802,7 +9722,12 @@ Reason: %2</source> <translation>Ðтапы очиÑтки</translation> </message> <message> - <location line="+69"/> + <location line="+48"/> + <source><a href="#">Make %1 active.</a></source> + <translation type="unfinished"><a href="#">Ðктивизировать %1.</a></translation> + </message> + <message> + <location line="+33"/> <source>New Configuration Name:</source> <translation>Ðазвание новой конфигурации:</translation> </message> @@ -10139,11 +10064,7 @@ Reason: %2</source> <message> <location line="+30"/> <source><b>%1</b> %2 %3 %4</source> - <translation type="unfinished"></translation> - </message> - <message> - <source><b>Process Step</b> %1 %2 %3</source> - <translation type="obsolete"><b>ОÑобый:</b> %1 %2 %3</translation> + <translation><b>%1</b> %2 %3 %4</translation> </message> <message> <location line="+4"/> @@ -10272,16 +10193,16 @@ Reason: %2</source> <context> <name>ProjectExplorer::Internal::ProjectWindow</name> <message> - <location line="+142"/> - <source>No project loaded.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="-38"/> + <location line="+104"/> <location line="+105"/> <source>Active Build and Run Configurations</source> <translation>Текущие конфигурации Ñборки и выполнениÑ</translation> </message> + <message> + <location line="-67"/> + <source>No project loaded.</source> + <translation>Проект не загружен.</translation> + </message> </context> <context> <name>ProjectExplorer::Internal::ProjectTreeWidget</name> @@ -10350,12 +10271,17 @@ Reason: %2</source> <translation>Продолжение ÑеÑÑии</translation> </message> <message> - <location line="+30"/> + <location line="+31"/> <source>%1 (last session)</source> <translation>%1 (поÑледнÑÑ ÑеÑÑиÑ)</translation> </message> <message> - <location line="+45"/> + <location line="+3"/> + <source>%1 (current session)</source> + <translation>%1 (Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ ÑеÑÑиÑ)</translation> + </message> + <message> + <location line="+46"/> <source>New Project...</source> <translation>Ðовый проект...</translation> </message> @@ -10434,6 +10360,11 @@ Reason: %2</source> <source>Remove</source> <translation>Удалить</translation> </message> + <message> + <location line="+133"/> + <source><a href="#">Make %1 active.</a></source> + <translation type="unfinished"><a href="#">Ðктивизировать %1.</a></translation> + </message> </context> <context> <name>ProjectExplorer::Internal::SessionDialog</name> @@ -10561,7 +10492,7 @@ Reason: %2</source> <context> <name>ProjectExplorer::ProjectExplorerPlugin</name> <message> - <location filename="../../../src/plugins/projectexplorer/projectexplorer.cpp" line="+256"/> + <location filename="../../../src/plugins/projectexplorer/projectexplorer.cpp" line="+257"/> <source>Projects</source> <translation>Проекты</translation> </message> @@ -10794,7 +10725,7 @@ Reason: %2</source> <translation>Ðовый проект</translation> </message> <message> - <location line="+867"/> + <location line="+900"/> <source>New File</source> <comment>Title of dialog</comment> <translation>Ðовый файл</translation> @@ -10883,6 +10814,49 @@ to version control (%2)?</source> <translation>Ðе удалоÑÑŒ удалить файл %1.</translation> </message> </context> +<context> + <name>ProjectExplorer::Internal::BuildConfigDialog</name> + <message> + <location line="+212"/> + <source>Change build configuration && continue</source> + <translation>Сменить конфигурацию Ñборки и продолжить</translation> + </message> + <message> + <location line="+2"/> + <source>Cancel</source> + <translation>Отмена</translation> + </message> + <message> + <location line="+2"/> + <source>Continue anyway</source> + <translation>Ð’ÑÑ‘ равно продолжить</translation> + </message> + <message> + <location line="+5"/> + <source>Run configuration does not match build configuration</source> + <translation>ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð·Ð°Ð¿ÑƒÑка не Ñовпадает Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸ÐµÐ¹ Ñборки</translation> + </message> + <message> + <location line="+1"/> + <source>The active build configuration builds a target that cannot be used by the active run configuration.</source> + <translation>Цель, ÑÐ¾Ð·Ð´Ð°Ð²Ð°ÐµÐ¼Ð°Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ конфигурацией Ñборки, не может иÑпользоватьÑÑ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ конфигурацией запуÑка.</translation> + </message> + <message> + <location line="+5"/> + <source>This can happen if the active build configuration uses the wrong Qt version and/or tool chain for the active run configuration (for example, running in Symbian emulator requires building with the WINSCW tool chain).</source> + <translation>Ðто может произойти, еÑли Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборки иÑпользует неверные Ð´Ð»Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ конфигурации запуÑка верÑию Qt и/или инÑтрументарий (например, Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð½Ð° ÑмулÑторе Symbian требуетÑÑ Ñборка Ñ Ð¸Ñпользованием инÑÑ‚Ñ€ÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ WINSCW).</translation> + </message> + <message> + <location line="+8"/> + <source>Choose build configuration:</source> + <translation>Выберите конфигурацию Ñборки:</translation> + </message> + <message> + <location line="+9"/> + <source>No valid build configuration found.</source> + <translation>ÐšÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборки не найдена.</translation> + </message> +</context> <context> <name>ProjectExplorer::SessionManager</name> <message> @@ -11057,7 +11031,7 @@ to version control (%2)?</source> <context> <name>QmlEditor::Internal::QmlEditorPlugin</name> <message> - <location filename="../../../src/plugins/qmleditor/qmleditorplugin.cpp" line="+103"/> + <location filename="../../../src/plugins/qmleditor/qmleditorplugin.cpp" line="+106"/> <source>Qt</source> <translation>Qt</translation> </message> @@ -11129,7 +11103,7 @@ to version control (%2)?</source> <translation>Проекты</translation> </message> <message> - <location line="+70"/> + <location line="+69"/> <source>The project %1 could not be opened.</source> <translation>Ðе удалоÑÑŒ открыть проект %1.</translation> </message> @@ -11137,7 +11111,7 @@ to version control (%2)?</source> <context> <name>QmlProjectManager::Internal::QmlNewProjectWizardDialog</name> <message> - <location line="-136"/> + <location line="-135"/> <source>New QML Project</source> <translation>Ðовый проект QML</translation> </message> @@ -11197,21 +11171,21 @@ to version control (%2)?</source> <name>QmlProjectManager::Internal::QmlRunConfiguration</name> <message> <location filename="../../../src/plugins/qmlprojectmanager/qmlproject.cpp" line="+339"/> - <location line="+101"/> + <location line="+106"/> <source>QML Viewer</source> <translation>ПроÑмотр QML</translation> </message> <message> <location line="-31"/> <location line="+40"/> - <location line="+49"/> + <location line="+60"/> <source><Current File></source> <translation><Текущий файл></translation> </message> <message> - <location line="-57"/> + <location line="-68"/> <source>QML Viewer arguments:</source> - <translation type="unfinished">Параметры проÑмотрщика QML:</translation> + <translation>Параметры проÑмотрщика QML:</translation> </message> <message> <location line="+1"/> @@ -11611,7 +11585,7 @@ to version control (%2)?</source> <translation>Открыть</translation> </message> <message> - <location filename="../../../src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp" line="+56"/> + <location filename="../../../src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp" line="+62"/> <source>Tutorials</source> <translation>Учебники</translation> </message> @@ -11656,7 +11630,42 @@ to version control (%2)?</source> <translation>Выберите пример...</translation> </message> <message> - <location line="+103"/> + <location line="+81"/> + <source>Copy Project to writable Location?</source> + <translation type="unfinished">Скопировать проект туда, где разрешена запиÑÑŒ?</translation> + </message> + <message> + <location line="+3"/> + <source><p>The project you are about to open is located in the write-protected location:</p><blockquote>%1</blockquote><p>Please select a writable location below and click "Copy Project and Open" to open a modifiable copy of the project or click "Keep Project and Open" to open the project in location.</p><p><b>Note:</b> You will not be able to alter or compile your project in the current location.</p></source> + <translation type="unfinished"><p>Открываемый проект находитÑÑ Ð² защищённом от запиÑи папке:</p><blockquote>%1</blockquote><p>Выберите ниже папку, в которую разрешена запиÑÑŒ, и щёлкните "Скопировать и открыть", Ð´Ð»Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½Ñемой копии проекта, или "Открыть Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ", чтобы открыть в текущей папке.</p><p><b>Замечание:</b> Ð½ÐµÐ»ÑŒÐ·Ñ Ð¼ÐµÐ½Ñть и компилировать проект раÑположенный в текущей папке.</p></translation> + </message> + <message> + <location line="+8"/> + <source>&Location:</source> + <translation>&Размещение:</translation> + </message> + <message> + <location line="+12"/> + <source>&Copy Project and Open</source> + <translation>&Скопировать и открыть</translation> + </message> + <message> + <location line="+2"/> + <source>&Keep Project and Open</source> + <translation>Открыть Ð´Ð»Ñ &чтениÑ</translation> + </message> + <message> + <location line="+10"/> + <source>Warning</source> + <translation>Внимание</translation> + </message> + <message> + <location line="+1"/> + <source>The specified location already exists. Please specify a valid location.</source> + <translation type="unfinished">Ð£ÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ð¿Ð°Ð¿ÐºÐ° уже ÑущеÑтвует. Укажите другую папку.</translation> + </message> + <message> + <location line="+61"/> <location line="+7"/> <source>Cmd</source> <comment>Shortcut key</comment> @@ -11672,7 +11681,7 @@ to version control (%2)?</source> <location line="+7"/> <source>Ctrl</source> <comment>Shortcut key</comment> - <translation type="unfinished"></translation> + <translation>Ctrl</translation> </message> <message> <location line="+4"/> @@ -11724,11 +11733,7 @@ to version control (%2)?</source> <message> <location line="+4"/> <source>You can quickly search methods, classes, help and more using the <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Locator bar</a> (<tt>%1+K</tt>).</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>You can quickly search methods, classes, help and more using the <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Locator bar</a> (<tt>Ctrl+K</tt>).</source> - <translation type="obsolete">Ð’Ñ‹ можете оÑущеÑтвлÑть быÑтрый поиÑк методов, клаÑÑов, Ñправки и прочего иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Панель поиÑковика</a> (<tt>Ctrl+K</tt>).</translation> + <translation>Ð’Ñ‹ можете оÑущеÑтвлÑть быÑтрый поиÑк методов, клаÑÑов, Ñправки и прочего иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Панель поиÑковика</a> (<tt>%1+K</tt>).</translation> </message> <message> <location line="+2"/> @@ -11757,8 +11762,12 @@ to version control (%2)?</source> </message> <message> <location line="+2"/> + <source>In the editor, <tt>F2</tt> follows symbol definition, <tt>Shift+F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file.</source> + <translation>Ð’ редакторе: <tt>F2</tt> делает переход к определению Ñимвола, <tt>Shift+F2</tt> переключает объÑвление и определение, а <tt>F4</tt> - заголовочный и иÑходный файл.</translation> + </message> + <message> <source>In the editor, <tt>F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file.</source> - <translation>Ð’ редакторе клавиша <tt>F2</tt> переключает объÑвление и определение, а <tt>F4</tt> - заголовочный и иÑходный файл.</translation> + <translation type="obsolete">Ð’ редакторе клавиша <tt>F2</tt> переключает объÑвление и определение, а <tt>F4</tt> - заголовочный и иÑходный файл.</translation> </message> </context> <context> @@ -11831,7 +11840,7 @@ to version control (%2)?</source> <context> <name>Qt4ProjectManager::Internal::MakeStepFactory</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/makestep.cpp" line="+327"/> + <location filename="../../../src/plugins/qt4projectmanager/makestep.cpp" line="+320"/> <source>Make</source> <translation>Сборка</translation> </message> @@ -11986,14 +11995,15 @@ to version control (%2)?</source> <context> <name>Qt4ProjectManager::Internal::ProjectLoadWizard</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/projectloadwizard.cpp" line="+202"/> - <source>Import existing settings</source> - <translation>Импорт наÑтроек</translation> + <location filename="../../../src/plugins/qt4projectmanager/projectloadwizard.cpp" line="+51"/> + <location line="+125"/> + <source>Import existing build settings</source> + <translation>Импорт наÑтроек Ñборки</translation> </message> <message> <location line="+8"/> <source>Qt Creator has found an already existing build in the source directory.<br><br><b>Qt Version:</b> %1<br><b>Build configuration:</b> %2<br><b>Additional QMake Arguments:</b>%3</source> - <translation>Qt Creator обнаружил Ñборку в каталоге иÑходников.<br><br><b>ВерÑÐ¸Ñ Qt:</b> %1<br><b>ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборки:</b> %2<br><b>Дополнительные параметры QMake:</b>%3</translation> + <translation type="unfinished">Qt Creator обнаружил Ñборку в каталоге иÑходников.<br><br><b>Профиль Qt:</b> %1<br><b>ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборки:</b> %2<br><b>Дополнительные параметры QMake:</b>%3</translation> </message> <message> <location line="+12"/> @@ -12003,7 +12013,7 @@ to version control (%2)?</source> <message> <location line="+6"/> <source><b>Note:</b> Importing the settings will automatically add the Qt Version identified by <br><b>%1</b> to the list of Qt versions.</source> - <translation type="unfinished"><b>Замечание:</b> импорт наÑтроек автоматичеÑки добавит верÑию Qt определенную как <b>%1</b> в ÑпиÑок верÑий Qt.</translation> + <translation><b>Замечание:</b> импорт наÑтроек автоматичеÑки добавит верÑию Qt, определённую как <b>%1</b>, в ÑпиÑок верÑий Qt.</translation> </message> </context> <context> @@ -12078,7 +12088,7 @@ to version control (%2)?</source> <message> <location line="+22"/> <source>Error while parsing file %1. Giving up.</source> - <translation>Ошибка при обработке файла %1. Отмена.</translation> + <translation>Ошибка разбора файла %1. Отмена.</translation> </message> <message> <location line="+7"/> @@ -12091,7 +12101,7 @@ to version control (%2)?</source> <message> <location line="+240"/> <source>Error while parsing file %1. Giving up.</source> - <translation type="unfinished">Ошибка при обработке файла %1. Отмена.</translation> + <translation>Ошибка разбора файла %1. Отмена.</translation> </message> <message> <location line="+364"/> @@ -12109,12 +12119,12 @@ to version control (%2)?</source> <message> <location/> <source>Qt Version:</source> - <translation>ВерÑÐ¸Ñ Qt:</translation> + <translation>Профиль Qt:</translation> </message> <message> <location/> <source>This Qt-Version is invalid.</source> - <translation>ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Qt.</translation> + <translation>Ðеверный профиль Qt.</translation> </message> <message> <location/> @@ -12137,15 +12147,15 @@ to version control (%2)?</source> <translation>Каталог фоновой Ñборки</translation> </message> <message> - <location line="+47"/> - <location line="+65"/> + <location line="+23"/> + <location line="+115"/> <source>Default Qt Version (%1)</source> - <translation>ВерÑÐ¸Ñ Qt по умолчанию (%1)</translation> + <translation>Профиль Qt по умолчанию (%1)</translation> </message> <message> - <location line="-61"/> + <location line="-111"/> <source>No Qt Version set</source> - <translation>Ðе выбрана верÑÐ¸Ñ Qt</translation> + <translation>Ðе выбран профиль Qt</translation> </message> <message> <location line="+3"/> @@ -12188,20 +12198,20 @@ to version control (%2)?</source> <message> <location line="+50"/> <source>Could not parse %1. The Qt4 run configuration %2 can not be started.</source> - <translation>Ðе удалоÑÑŒ обработать %1. ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить конфигурацию Ñборки Qt4 %2.</translation> + <translation>Ðе удалоÑÑŒ разобрать %1. ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить конфигурацию Ñборки Qt4 %2.</translation> </message> </context> <context> <name>Qt4ProjectManager::Internal::Qt4RunConfigurationWidget</name> <message> - <location line="-336"/> - <source>Running executable: <b>%1</b> %2 %3</source> - <translation>ВыполнÑетÑÑ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð°: <b>%1</b> %2 %3</translation> + <location line="-334"/> + <source>Running executable: <b>%1</b> %2 (in terminal)</source> + <translation>Выполнение программы: <b>%1</b> %2 (в терминале)</translation> </message> <message> - <location line="+3"/> - <source>(in terminal)</source> - <translation>(в терминале)</translation> + <location line="+1"/> + <source>Running executable: <b>%1</b> %2</source> + <translation>Выполнение программы: <b>%1</b> %2</translation> </message> <message> <location line="-73"/> @@ -12273,7 +12283,7 @@ to version control (%2)?</source> <context> <name>Qt4ProjectManager::Internal::QtOptionsPageWidget</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qtoptionspage.cpp" line="+109"/> + <location filename="../../../src/plugins/qt4projectmanager/qtoptionspage.cpp" line="+111"/> <source><specify a name></source> <translation><укажите имÑ></translation> </message> @@ -12294,11 +12304,21 @@ to version control (%2)?</source> </message> <message> <location line="+2"/> - <source>Select "x86build" Directory from Carbide Install</source> - <translation>Выбор каталога "x86build" в уÑтановке Carbide</translation> + <source>Select Carbide Install Directory</source> + <translation>Выберите каталог, в который уÑтановлен Carbide</translation> </message> <message> - <location line="+10"/> + <location line="+2"/> + <source>Select S60 SDK Root</source> + <translation type="unfinished">Выберите корень SDK Ð´Ð»Ñ S60</translation> + </message> + <message> + <location line="+2"/> + <source>Select the CSL Arm Toolchain (GCCE) Directory</source> + <translation>Выберите каталог Ñ Ð¸Ð½Ñтрументарием CSL Arm (GCCE)</translation> + </message> + <message> + <location line="+11"/> <source>Auto-detected</source> <translation>ÐвтоопределённаÑ</translation> </message> @@ -12308,9 +12328,9 @@ to version control (%2)?</source> <translation>ОÑобые</translation> </message> <message> - <location line="+120"/> + <location line="+144"/> <source>Building helpers</source> - <translation type="unfinished">Помощники Ñборки</translation> + <translation>Сборка помощников</translation> </message> <message> <location line="+77"/> @@ -12319,14 +12339,14 @@ to version control (%2)?</source> <translation><html><body><table><tr><td>Файл:</td><td><pre>%1</pre></td></tr><tr><td>Изменён:</td><td>%2</td></tr><tr><td>Размер:</td><td>%3 байт</td></tr></table></body></html></translation> </message> <message> - <location line="+112"/> + <location line="+124"/> <source>The Qt Version identified by %1 is not installed. Run make install</source> - <translation>ВерÑÐ¸Ñ Qt Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ð°Ñ ÐºÐ°Ðº %1 не уÑтановлена. Выполните make install</translation> + <translation>ВерÑÐ¸Ñ Qt, Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ð°Ñ ÐºÐ°Ðº %1, не уÑтановлена. Выполните make install</translation> </message> <message> <location line="+3"/> <source>%1 does not specify a valid Qt installation</source> - <translation type="unfinished">%1 не ÑвлÑетÑÑ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾ уÑтановленной Qt</translation> + <translation>%1 не ÑвлÑетÑÑ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾ уÑтановленной Qt</translation> </message> <message> <location line="+5"/> @@ -12340,7 +12360,7 @@ to version control (%2)?</source> <message> <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.ui"/> <source>Qt versions</source> - <translation>ВерÑии Qt</translation> + <translation>Профили Qt</translation> </message> <message> <location/> @@ -12408,26 +12428,32 @@ p, li { white-space: pre-wrap; } <message> <location/> <source>Default Qt Version:</source> - <translation>ВерÑÐ¸Ñ Qt по умолчанию:</translation> + <translation>Профиль Qt по умолчанию:</translation> </message> <message> <location/> - <source>MWC Directory:</source> - <translation>Каталог MWC:</translation> + <source>QMake Location</source> + <translation>Размещение QMake</translation> </message> <message> <location/> - <source>QMake Location</source> - <translation>Размещение QMake</translation> + <source>QMake Location:</source> + <translation>Размещение QMake:</translation> </message> <message> - <source>Path to QMake:</source> - <translation type="obsolete">Путь до QMake:</translation> + <location/> + <source>S60 SDK:</source> + <translation>SDK Ð´Ð»Ñ S60:</translation> </message> <message> <location/> - <source>QMake Location:</source> - <translation type="unfinished"></translation> + <source>Carbide Directory:</source> + <translation>Каталог Carbide:</translation> + </message> + <message> + <location/> + <source>CLS/GCCE Directory:</source> + <translation>Каталог CLS/GCCE:</translation> </message> </context> <context> @@ -12441,7 +12467,7 @@ p, li { white-space: pre-wrap; } <context> <name>Qt4ProjectManager::Internal::S60DeviceDebugRunControl</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp" line="+843"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp" line="+844"/> <source>Launching debugger...</source> <translation>ЗапуÑкаетÑÑ Ð¾Ñ‚Ð»Ð°Ð´Ñ‡Ð¸Ðº...</translation> </message> @@ -12459,56 +12485,53 @@ p, li { white-space: pre-wrap; } <context> <name>Qt4ProjectManager::Internal::S60DeviceRunConfiguration</name> <message> - <location line="-758"/> - <source>%1 on Device</source> - <translation>%1 на уÑтройÑтве</translation> - </message> - <message> - <location line="+2"/> + <location line="-750"/> <source>QtS60DeviceRunConfiguration</source> <translation>QtS60DeviceRunConfiguration</translation> </message> <message> - <location line="+185"/> + <location line="+205"/> <source>Could not parse %1. The QtS60 Device run configuration %2 can not be started.</source> - <translation type="unfinished">Ðе удалоÑÑŒ обработать %1. ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить конфигурацию запуÑка уÑтройÑтва QtS60 %2.</translation> - </message> - <message> - <source>Cannot open %1: %2</source> - <translation type="obsolete">Ðе удалоÑÑŒ открыть %1: %2</translation> + <translation>Ðе удалоÑÑŒ разобрать %1. ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить конфигурацию запуÑка %2 уÑтройÑтва QtS60.</translation> </message> <message> - <source>Unable to find the executable in the package file %1.</source> - <translation type="obsolete">Ðе удалоÑÑŒ найти иÑполнÑемый файл в пакете %1.</translation> + <location line="-207"/> + <source>%1 on Symbian Device</source> + <translation>%1 на уÑтройÑтве Ñ Symbian</translation> </message> </context> <context> <name>Qt4ProjectManager::Internal::S60DeviceRunConfigurationFactory</name> <message> - <location line="+220"/> - <source>%1 on Device</source> - <translation>%1 на уÑтройÑтве</translation> + <location line="+294"/> + <source>%1 on Symbian Device</source> + <translation>%1 на уÑтройÑтве Ñ Symbian</translation> </message> </context> <context> <name>Qt4ProjectManager::Internal::S60DeviceRunConfigurationWidget</name> <message> - <location line="-153"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicerunconfigurationwidget.cpp" line="+95"/> <source>Name:</source> <translation>ИмÑ:</translation> </message> <message> - <location line="+6"/> + <location line="+3"/> <source>Install File:</source> <translation>УÑтановочный файл:</translation> </message> <message> - <location line="+7"/> + <location line="+11"/> <source>Device on Serial Port:</source> <translation>ПоÑледовательный порт уÑтройÑтва:</translation> </message> <message> - <location line="+19"/> + <location line="+9"/> + <source>Queries the device for information</source> + <translation>Запрашивает информацию у уÑтройÑтва</translation> + </message> + <message> + <location line="+22"/> <source>Choose certificate file (.cer)</source> <translation>Выбор файл Ñертификата (.cer)</translation> </message> @@ -12523,12 +12546,47 @@ p, li { white-space: pre-wrap; } <translation>Файл ключа:</translation> </message> <message> - <location line="-18"/> + <location line="+126"/> + <source><No Device></source> + <extracomment>Summary text of S60 device run configuration</extracomment> + <translation><Ðет уÑтройÑтва></translation> + </message> + <message> + <location line="+2"/> + <source>(custom certificate)</source> + <translation>(пользовательÑкий Ñертификат)</translation> + </message> + <message> + <location line="+1"/> + <source>(self-signed certificate)</source> + <translation>(ÑобÑтвенный Ñертификат)</translation> + </message> + <message> + <location line="+1"/> + <source>Summary: Run on '%1' %2</source> + <translation>Итого: Выполнить %2 на '%1'</translation> + </message> + <message> + <location line="+50"/> + <source>Connecting...</source> + <translation>Подключение...</translation> + </message> + <message> + <source>A timeout occurred while querying the device. Check whether Trk is running</source> + <translation type="obsolete">ИÑтекло Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ от уÑтройÑтва. Проверьте, запущена Trk или нет</translation> + </message> + <message> + <location line="-198"/> <source>Self-signed certificate</source> <translation>СобÑтвенный Ñертификат</translation> </message> <message> - <location line="+14"/> + <location line="-52"/> + <source>Device:</source> + <translation>УÑтройÑтво:</translation> + </message> + <message> + <location line="+66"/> <source>Custom certificate:</source> <translation>ОÑобый Ñертификат:</translation> </message> @@ -12536,7 +12594,7 @@ p, li { white-space: pre-wrap; } <context> <name>Qt4ProjectManager::Internal::S60DeviceRunControl</name> <message> - <location line="+421"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp" line="+407"/> <source>Could not start application: %1</source> <translation>Ðе удалоÑÑŒ запуÑтить приложение: %1</translation> </message> @@ -12559,7 +12617,19 @@ p, li { white-space: pre-wrap; } <context> <name>Qt4ProjectManager::Internal::S60DeviceRunControlBase</name> <message> - <location line="-213"/> + <location line="-135"/> + <source>Could not connect to phone on port '%1': %2 +Check if the phone is connected and App TRK is running.</source> + <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº телефону через порт '%1': %2 +УбедитеÑÑŒ, что телефон подключён, и на нём работает App TRK.</translation> + </message> + <message> + <location line="-175"/> + <source>There is no device plugged in.</source> + <translation>УÑтройÑтво не подключено.</translation> + </message> + <message> + <location line="+5"/> <source>Creating %1.sisx ...</source> <translation>Создание %1.sisx...</translation> </message> @@ -12569,64 +12639,69 @@ p, li { white-space: pre-wrap; } <translation>ИÑполнÑемый файл: %1</translation> </message> <message> - <location line="+5"/> - <location line="+78"/> + <location line="+8"/> + <source>Debugger for Symbian Platform</source> + <translation>Отладчик Ð´Ð»Ñ Ð¿Ð»Ð°Ñ‚Ñ„Ð¾Ñ€Ð¼Ñ‹ Symbian</translation> + </message> + <message> + <location line="+12"/> + <location line="+90"/> <source>%1 %2</source> <translation>%1 %2</translation> </message> <message> - <location line="-43"/> + <location line="-42"/> <source>Could not read template package file '%1'</source> - <translation type="unfinished"></translation> + <translation>Ðе удалоÑÑŒ прочитать шаблон файла пакета '%1'</translation> </message> <message> - <location line="+10"/> + <location line="+9"/> <source>Could not write package file '%1'</source> - <translation type="unfinished"></translation> + <translation>Ðе удалоÑÑŒ запиÑать файл пакета: '%1'</translation> </message> <message> - <location line="+17"/> - <location line="+28"/> + <location line="+16"/> + <location line="+29"/> <source>An error occurred while creating the package.</source> <translation>Возникла ошибка при Ñоздание пакета.</translation> </message> <message> - <location line="+22"/> + <location line="+26"/> <source>Package: %1 Deploying application to '%2'...</source> <translation>Пакет: %1 УÑтановка Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð½Ð° '%2'...</translation> </message> <message> - <location line="+5"/> <source>Could not connect to phone on port '%1': %2 Check if the phone is connected and the TRK application is running.</source> - <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº телефону через порт '%1': %2 + <translation type="obsolete">Ðе удалоÑÑŒ подключитьÑÑ Ðº телефону через порт '%1': %2 УбедитеÑÑŒ, что телефон подключён, и на нём работает приложение TRK.</translation> </message> <message> - <location line="+8"/> + <location line="+30"/> <source>Could not create file %1 on device: %2</source> <translation>Ðе удалоÑÑŒ Ñоздать файл %1 на уÑтройÑтве: %2</translation> </message> <message> <location line="+5"/> <source>Could not write to file %1 on device: %2</source> - <translation type="unfinished"></translation> + <translation>Ðе удалоÑÑŒ запиÑать в файл %1 на уÑтройÑтве: %2</translation> </message> <message> <location line="+5"/> <source>Could not close file %1 on device: %2. It will be closed when App TRK is closed.</source> - <translation type="unfinished"></translation> + <translation>Ðе удалоÑÑŒ закрыть файл %1 на уÑтройÑтве: %2. Он будет закрыт при закрытии App TRK.</translation> </message> <message> <location line="+6"/> - <source>Copying install file...</source> - <translation>Копирование уÑтановочного файла...</translation> + <source>Could not connect to App TRK on device: %1. Restarting App TRK might help.</source> + <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº App TRK на уÑтройÑтве: %1. ПерезапуÑк App TRK может помочь.</translation> </message> <message> - <source>0% copied.</source> - <translation type="obsolete">0% Ñкопировано.</translation> + <location line="+5"/> + <source>Copying install file...</source> + <translation>Копирование уÑтановочного файла...</translation> </message> <message> <location line="+5"/> @@ -12641,10 +12716,25 @@ Check if the phone is connected and the TRK application is running.</source> <message> <location line="+5"/> <source>Could not install from package %1 on device: %2</source> - <translation type="unfinished"></translation> + <translation>Ðе удалоÑÑŒ уÑтановить из пакета %1 на уÑтройÑтве: %2</translation> </message> <message> - <location line="+15"/> + <location line="+12"/> + <source>Waiting for App TRK</source> + <translation>Ожидание App TRK</translation> + </message> + <message> + <location line="+2"/> + <source>Please start App TRK on %1.</source> + <translation>ЗапуÑтите App TRK на %1.</translation> + </message> + <message> + <location line="+22"/> + <source>Canceled.</source> + <translation>Отменено.</translation> + </message> + <message> + <location line="+10"/> <source>Failed to start %1.</source> <translation>Ðе удалоÑÑŒ запуÑтить %1.</translation> </message> @@ -12687,7 +12777,7 @@ Check if the phone is connected and the TRK application is running.</source> <translation>Обновить</translation> </message> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.cpp" line="+91"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.cpp" line="+96"/> <source>S60 SDKs</source> <translation>SDK Ð´Ð»Ñ S60</translation> </message> @@ -12695,7 +12785,7 @@ Check if the phone is connected and the TRK application is running.</source> <context> <name>Qt4ProjectManager::Internal::S60DevicesWidget</name> <message> - <location line="-23"/> + <location line="-28"/> <source>No Qt installed</source> <translation>Qt не уÑтановлена</translation> </message> @@ -12703,46 +12793,51 @@ Check if the phone is connected and the TRK application is running.</source> <context> <name>Qt4ProjectManager::Internal::S60EmulatorRunConfiguration</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60emulatorrunconfiguration.cpp" line="+55"/> - <source>%1 in Emulator</source> - <translation>%1 в ÑмулÑторе</translation> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60emulatorrunconfiguration.cpp" line="+59"/> + <source>%1 in Symbian Emulator</source> + <translation>%1 в ÑмулÑторе Symbian</translation> </message> <message> <location line="+2"/> - <source>QtS60EmulatorRunConfiguration</source> - <translation>QtS60EmulatorRunConfiguration</translation> + <source>QtSymbianEmulatorRunConfiguration</source> + <translation>QtSymbianEmulatorRunConfiguration</translation> </message> <message> <location line="+87"/> - <source>Could not parse %1. The QtS60 emulator run configuration %2 can not be started.</source> - <translation>Ðе удалоÑÑŒ обработать %1. ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить конфигурацию запуÑка ÑмулÑции QtS60 %2.</translation> + <source>Could not parse %1. The Qt for Symbian emulator run configuration %2 can not be started.</source> + <translation>Ðе удалоÑÑŒ разобрать %1. ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить конфигурацию запуÑка Qt Ð´Ð»Ñ Symbian %2.</translation> </message> </context> <context> <name>Qt4ProjectManager::Internal::S60EmulatorRunConfigurationFactory</name> <message> - <location line="+98"/> - <source>%1 in Emulator</source> - <translation>%1 в ÑмулÑторе</translation> + <location line="+113"/> + <source>%1 in Symbian Emulator</source> + <translation>%1 в ÑмулÑторе Symbian</translation> </message> </context> <context> <name>Qt4ProjectManager::Internal::S60EmulatorRunConfigurationWidget</name> <message> - <location line="-58"/> + <location line="-63"/> <source>Name:</source> <translation>ИмÑ:</translation> </message> <message> - <location line="+6"/> + <location line="+5"/> <source>Executable:</source> <translation>Программа:</translation> </message> + <message> + <location line="+21"/> + <source>Summary: Run %1 in emulator</source> + <translation>Итого: Выполнить %1 на ÑмулÑторе</translation> + </message> </context> <context> <name>Qt4ProjectManager::Internal::S60EmulatorRunControl</name> <message> - <location line="+100"/> + <location line="+85"/> <source>Starting %1...</source> <translation>ЗапуÑкаетÑÑ %1...</translation> </message> @@ -12760,7 +12855,7 @@ Check if the phone is connected and the TRK application is running.</source> <context> <name>Qt4ProjectManager::Internal::S60Manager</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60manager.cpp" line="+111"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60manager.cpp" line="+113"/> <source>Run in Emulator</source> <translation>Выполнить на ÑмулÑторе</translation> </message> @@ -12876,12 +12971,12 @@ Check if the phone is connected and the TRK application is running.</source> <context> <name>Qt4ProjectManager::MakeStep</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/makestep.cpp" line="-247"/> + <location filename="../../../src/plugins/qt4projectmanager/makestep.cpp" line="-244"/> <source><font color="#ff0000">Could not find make command: %1 in the build environment</font></source> <translation><font color="#ff0000">Ðе удалоÑÑŒ найти в Ñреде Ñборки команду: %1</font></translation> </message> <message> - <location line="+57"/> + <location line="+56"/> <source><font color="#0000ff"><b>No Makefile found, assuming project is clean.</b></font></source> <translation><font color="#0000ff"><b>Ðе найден файл Makefile, предположительно проект очищен.</b></font></translation> </message> @@ -12889,7 +12984,7 @@ Check if the phone is connected and the TRK application is running.</source> <context> <name>Qt4ProjectManager::MakeStepConfigWidget</name> <message> - <location line="+77"/> + <location line="+75"/> <source><b>Make Step:</b> %1 not found in the environment.</source> <translation><b>Ðтап Ñборки:</b>программа %1 не найдена.</translation> </message> @@ -12899,7 +12994,7 @@ Check if the phone is connected and the TRK application is running.</source> <translation><b>Make:</b> %1 %2 в %3</translation> </message> <message> - <location line="-43"/> + <location line="-38"/> <source>Override %1:</source> <translation>Заменить %1:</translation> </message> @@ -12912,7 +13007,7 @@ Check if the phone is connected and the TRK application is running.</source> <font color="#ff0000"><b>No valid Qt version set. Set one in Preferences </b></font> </source> <translation> -<font color="#ff0000"><b>Ðе выбрана ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Qt. Выберите её в наÑтройках </b></font> +<font color="#ff0000"><b>Ðе выбран корректный профиль Qt. Выберите его в наÑтройках </b></font> </translation> </message> <message> @@ -12921,7 +13016,7 @@ Check if the phone is connected and the TRK application is running.</source> <font color="#ff0000"><b>No valid Qt version set. Set one in Tools/Options </b></font> </source> <translation> -<font color="#ff0000"><b>Ðе выбрана ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Qt. Выберите её в ИнÑтрументы - Параметры </b></font> +<font color="#ff0000"><b>Ðе выбран корректный профиль Qt. Выберите его в ИнÑтрументы - Параметры </b></font> </translation> </message> <message> @@ -12935,12 +13030,12 @@ Check if the phone is connected and the TRK application is running.</source> <message> <location line="+78"/> <source><b>QMake:</b> No Qt version set. QMake can not be run.</source> - <translation><b>QMake:</b> ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить QMake, так как верÑÐ¸Ñ Qt не уÑтановлена.</translation> + <translation><b>QMake:</b> ÐÐµÐ»ÑŒÐ·Ñ Ð·Ð°Ð¿ÑƒÑтить QMake, так как профиль Qt не выбран.</translation> </message> <message> <location line="+74"/> <source>No valid Qt version set.</source> - <translation>Ðе выбрана ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Qt.</translation> + <translation>Ðе выбран корректный профиль Qt.</translation> </message> <message> <location line="-61"/> @@ -12953,15 +13048,15 @@ Check if the phone is connected and the TRK application is running.</source> <message> <location filename="../../../src/plugins/qt4projectmanager/qt4project.cpp" line="+252"/> <source>Using Default Qt Version</source> - <translation>ИÑпользуетÑÑ Ð²ÐµÑ€ÑÐ¸Ñ Qt по умолчанию</translation> + <translation>ИÑпользуетÑÑ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»ÑŒ Qt по умолчанию</translation> </message> <message> <location line="+4"/> <source>Using Qt Version "%1"</source> - <translation>ИÑпользуетÑÑ Qt верÑии "%1"</translation> + <translation>ИÑпользуетÑÑ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»ÑŒ Qt "%1"</translation> </message> <message> - <location line="+23"/> + <location line="+26"/> <source>New configuration</source> <translation>ÐÐ¾Ð²Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ</translation> </message> @@ -12970,6 +13065,16 @@ Check if the phone is connected and the TRK application is running.</source> <source>New Configuration Name:</source> <translation>Ðазвание новой конфигурации:</translation> </message> + <message> + <location line="+7"/> + <source>%1 Debug</source> + <translation type="unfinished">%1 Отладка</translation> + </message> + <message> + <location line="+3"/> + <source>%1 Release</source> + <translation type="unfinished">%1 Релиз</translation> + </message> </context> <context> <name>Qt4ProjectManager::Qt4Manager</name> @@ -13008,7 +13113,7 @@ Check if the phone is connected and the TRK application is running.</source> <context> <name>Qt4ProjectManager::QtVersionManager</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="+326"/> + <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="+351"/> <source><not found></source> <translation><не найдена></translation> </message> @@ -13018,27 +13123,53 @@ Check if the phone is connected and the TRK application is running.</source> <source>Qt in PATH</source> <translation>Qt в PATH</translation> </message> + <message> + <location line="+147"/> + <source>Name:</source> + <translation>Ðазвание:</translation> + </message> + <message> + <location line="+2"/> + <source>Source:</source> + <translation>ИÑходники:</translation> + </message> + <message> + <location line="+2"/> + <source>mkspec:</source> + <translation>mkspec:</translation> + </message> + <message> + <location line="+2"/> + <source>qmake:</source> + <translation>qmake:</translation> + </message> + <message> + <location line="+4"/> + <source>Default:</source> + <translation>По умолчанию:</translation> + </message> + <message> + <location line="+8"/> + <source>Compiler:</source> + <translation>КомпилÑтор:</translation> + </message> + <message> + <location line="+2"/> + <source>Version:</source> + <translation>ВерÑиÑ:</translation> + </message> + <message> + <location line="+3"/> + <source>Debugging helper:</source> + <translation>Помощник отладчика:</translation> + </message> </context> <context> - <name>QtDumperHelper</name> - <message> - <location filename="../../../src/plugins/debugger/watchutils.cpp" line="+103"/> - <source>Found a too-old version of the debugging helper library (%1); version %2 is required.</source> - <translation>Обнаружена Ñлишком ÑÑ‚Ð°Ñ€Ð°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° помощника отладчика (%1). Ðеобходима верÑÐ¸Ñ %2.</translation> - </message> - <message numerus="yes"> - <location line="+37"/> - <source>%n known types, Qt version: %1, Qt namespace: %2 Dumper version: %3</source> - <translation> - <numerusform>%n извеÑтный тип, Qt верÑии: %1, проÑтранÑтво имен Qt: %2, ВерÑÐ¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð°: %3</numerusform> - <numerusform>%n извеÑтных типа, Qt верÑии: %1, проÑтранÑтво имен Qt: %2, ВерÑÐ¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð°: %3</numerusform> - <numerusform>%n извеÑтных типов, Qt верÑии: %1, проÑтранÑтво имен Qt: %2, ВерÑÐ¸Ñ Ð´Ð°Ð¼Ð¿ÐµÑ€Ð°: %3</numerusform> - </translation> - </message> + <name>QApplication</name> <message> - <location line="-1"/> - <source><none></source> - <translation><нет></translation> + <location line="+872"/> + <source>The Qt Version has no toolchain.</source> + <translation>У Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Qt нет инÑтрументариÑ.</translation> </message> </context> <context> @@ -13408,7 +13539,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <message> <location filename="../../../src/plugins/locator/locatorfiltersfilter.cpp" line="+53"/> <source>Available filters</source> - <translation type="unfinished">ДоÑтупные фильтры</translation> + <translation>ДоÑтупные фильтры</translation> </message> </context> <context> @@ -13447,44 +13578,6 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <translation><введите здеÑÑŒ></translation> </message> </context> -<context> - <name>Locator::Internal::SettingsDialog</name> - <message> - <location filename="../../../src/plugins/locator/settingswidget.ui"/> - <source>Configure Filters</source> - <translation>ÐаÑтройка фильтров</translation> - </message> - <message> - <location/> - <source>Add</source> - <translation>Добавить</translation> - </message> - <message> - <location/> - <source>Remove</source> - <translation>Удалить</translation> - </message> - <message> - <location/> - <source>Edit...</source> - <translation>Изменить...</translation> - </message> - <message> - <location/> - <source>Refresh Interval:</source> - <translation>Период обновлениÑ:</translation> - </message> - <message> - <location/> - <source> min</source> - <translation> мин</translation> - </message> - <message> - <location/> - <source>Refresh now!</source> - <translation>Обновить ÑейчаÑ!</translation> - </message> -</context> <context> <name>Locator::Internal::SettingsPage</name> <message> @@ -13662,7 +13755,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <message> <location filename="../../../src/plugins/resourceeditor/resourceeditorw.cpp" line="+117"/> <source>untitled</source> - <translation>untitled</translation> + <translation>безымÑнный</translation> </message> </context> <context> @@ -14028,7 +14121,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <message> <location filename="../../../src/plugins/subversion/settingspage.ui"/> <source>Prompt to submit</source> - <translation>Спрашивать при отправке</translation> + <translation>Спрашивать при фикÑации</translation> </message> </context> <context> @@ -14057,12 +14150,12 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <translation>Добавить "%1"</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Alt+S,Alt+A</source> <translation>Alt+S,Alt+A</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Delete</source> <translation>Удалить</translation> </message> @@ -14097,12 +14190,12 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <translation>Сравнить "%1"</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Alt+S,Alt+D</source> <translation>Alt+S,Alt+D</translation> </message> <message> - <location line="+7"/> + <location line="+6"/> <source>Commit All Files</source> <translation>ФикÑировать вÑе файлы</translation> </message> @@ -14117,12 +14210,12 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <translation>ФикÑировать "%1"</translation> </message> <message> - <location line="+5"/> + <location line="+4"/> <source>Alt+S,Alt+C</source> <translation>Alt+S,Alt+C</translation> </message> <message> - <location line="+7"/> + <location line="+6"/> <source>Filelog Current File</source> <translation>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ³Ð¾ файла</translation> </message> @@ -14189,7 +14282,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <message> <location line="+1"/> <source>The commit message check failed. Do you want to commit the change?</source> - <translation type="unfinished">Сообщение о фикÑации Ñодержит ошибки. Ð’Ñ‹ вÑе-равно желаете фикÑировать изменение?</translation> + <translation>Сообщение о фикÑации Ñодержит ошибки. ФикÑировать изменение?</translation> </message> <message> <location line="+124"/> @@ -14265,13 +14358,13 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <message> <location filename="../../../src/plugins/subversion/subversionsubmiteditor.cpp" line="+42"/> <source>Subversion Submit</source> - <translation>Отправка Subversion</translation> + <translation>ФикÑÐ°Ñ†Ð¸Ñ Subversion</translation> </message> </context> <context> <name>SymbolGroup</name> <message> - <location filename="../../../src/plugins/debugger/cdb/cdbsymbolgroupcontext.cpp" line="+49"/> + <location filename="../../../src/plugins/debugger/cdb/cdbsymbolgroupcontext.cpp" line="+52"/> <source>Out of scope</source> <translation>Вне облаÑти</translation> </message> @@ -14300,7 +14393,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <message> <location filename="../../../src/plugins/texteditor/basetextdocument.cpp" line="+159"/> <source>untitled</source> - <translation>неозаглавленный</translation> + <translation>безымÑнный</translation> </message> <message> <location line="+67"/> @@ -14329,7 +14422,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <context> <name>TextEditor::BaseTextEditorEditable</name> <message> - <location line="+4283"/> + <location line="+4275"/> <source>Line: %1, Col: %2</source> <translation>Строка: %1, Столбец: %2</translation> </message> @@ -14513,7 +14606,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t <context> <name>TextEditor::FontSettingsPage</name> <message> - <location filename="../../../src/plugins/texteditor/fontsettingspage.cpp" line="+312"/> + <location filename="../../../src/plugins/texteditor/fontsettingspage.cpp" line="+314"/> <source>Font & Colors</source> <translation>Шрифт и цвета</translation> </message> @@ -14801,27 +14894,27 @@ The following encodings are likely to fit:</source> <translation>Ctrl+I</translation> </message> <message> - <location line="+4"/> - <source>&Rewrap Paragraph</source> - <translation type="unfinished">&Переделать переноÑÑ‹</translation> + <location line="+5"/> + <source>Meta</source> + <translation>Meta</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl</source> + <translation>Ctrl</translation> </message> <message> <location line="+3"/> - <source>Ctrl+E, R</source> - <translation>Ctrl+E, R</translation> + <source>&Rewrap Paragraph</source> + <translation>&Переделать переноÑÑ‹</translation> </message> <message> - <location line="+6"/> + <location line="+7"/> <source>&Visualize Whitespace</source> <translation type="unfinished">Отображение про&белов</translation> </message> <message> - <location line="+5"/> - <source>Ctrl+E, Ctrl+V</source> - <translation>Ctrl+E, Ctrl+V</translation> - </message> - <message> - <location line="+5"/> + <location line="+8"/> <source>Clean Whitespace</source> <translation type="unfinished">ОчиÑтить пробелы</translation> </message> @@ -14831,12 +14924,22 @@ The following encodings are likely to fit:</source> <translation>П&ÐµÑ€ÐµÐ½Ð¾Ñ Ñ‚ÐµÐºÑта</translation> </message> <message> - <location line="+4"/> - <source>Ctrl+E, Ctrl+W</source> - <translation>Ctrl+E, Ctrl+W</translation> + <location line="-20"/> + <source>%1+E, R</source> + <translation>%1+E, R</translation> </message> <message> - <location line="+6"/> + <location line="+9"/> + <source>%1+E, %2+V</source> + <translation>%1+E, %2+V</translation> + </message> + <message> + <location line="+14"/> + <source>%1+E, %2+W</source> + <translation>%1+E, %2+W</translation> + </message> + <message> + <location line="+5"/> <source>(Un)Comment &Selection</source> <translation>&Закомментировать/раÑкомментировать</translation> </message> @@ -14960,14 +15063,10 @@ The following encodings are likely to fit:</source> <source>Select Block Down</source> <translation>Выделить блок вниз</translation> </message> - <message> - <source>Ctrl+Shift+U</source> - <translation type="obsolete">Ctrl+Shift+U</translation> - </message> <message> <location line="+5"/> <source>Move Line Up</source> - <translation type="unfinished">ПеремеÑтить Ñтроку выше</translation> + <translation>ПеремеÑтить Ñтроку выше</translation> </message> <message> <location line="+2"/> @@ -14977,7 +15076,7 @@ The following encodings are likely to fit:</source> <message> <location line="+3"/> <source>Move Line Down</source> - <translation type="unfinished">ПеремеÑтить Ñтроку ниже</translation> + <translation>ПеремеÑтить Ñтроку ниже</translation> </message> <message> <location line="+2"/> @@ -14987,7 +15086,7 @@ The following encodings are likely to fit:</source> <message> <location line="+3"/> <source>Copy Line Up</source> - <translation type="unfinished">Скопировать Ñтроку выше</translation> + <translation>Скопировать Ñтроку выше</translation> </message> <message> <location line="+2"/> @@ -14997,7 +15096,7 @@ The following encodings are likely to fit:</source> <message> <location line="+3"/> <source>Copy Line Down</source> - <translation type="unfinished">Скопировать Ñтроку ниже</translation> + <translation>Скопировать Ñтроку ниже</translation> </message> <message> <location line="+2"/> @@ -15262,11 +15361,16 @@ The following encodings are likely to fit:</source> </message> </context> <context> - <name>Utils::DetailsButton</name> + <name>TrkOptions</name> <message> - <location filename="../../../src/libs/utils/detailsbutton.cpp" line="+19"/> - <source>Show Details</source> - <translation>Показать подробноÑти</translation> + <location filename="../../../src/plugins/debugger/gdb/trkoptions.cpp" line="+91"/> + <source>No Symbian gdb executable specified.</source> + <translation>Ðе указан иÑполнÑемый файл gdb Ð´Ð»Ñ Symbian.</translation> + </message> + <message> + <location line="+5"/> + <source>The Symbian gdb executable '%1' could not be found in the search path.</source> + <translation>Ðе удалоÑÑŒ найти иÑполнÑемый файл gdb Ð´Ð»Ñ Symbian '%1'.</translation> </message> </context> <context> @@ -15452,7 +15556,7 @@ The following encodings are likely to fit:</source> <message> <location line="+313"/> <source>Prompt to submit</source> - <translation>Спрашивать при отправке</translation> + <translation>Спрашивать при фикÑации</translation> </message> <message> <location line="+59"/> @@ -15495,7 +15599,7 @@ The following encodings are likely to fit:</source> <message> <location/> <source>An executable which is called with the submit message in a temporary file as first argument. It should return with an exit != 0 and a message on standard error to indicate failure.</source> - <translation>Программа, которой передаётÑÑ Ñ„Ð°Ð¹Ð» ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð± отправке в качеÑтве первого аргумента. Она должна завершитьÑÑ Ñ ÐºÐ¾Ð´Ð¾Ð¼ неравным нулю и Ñообщением в Ñтандартный поток ошибок в Ñлучае Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¸.</translation> + <translation>Программа, которой передаётÑÑ Ñ„Ð°Ð¹Ð» ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾ фикÑации в качеÑтве первого аргумента. Она должна завершитьÑÑ Ñ ÐºÐ¾Ð´Ð¾Ð¼ неравным нулю и Ñообщением в Ñтандартный поток ошибок в Ñлучае Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¸.</translation> </message> <message> <location/> @@ -15617,7 +15721,7 @@ p, li { white-space: pre-wrap; } <translation>Форма</translation> </message> <message> - <location filename="../../../src/plugins/welcome/communitywelcomepagewidget.cpp" line="+46"/> + <location filename="../../../src/plugins/welcome/communitywelcomepagewidget.cpp" line="+47"/> <source>News From the Qt Labs</source> <translation>ÐовоÑти от Qt Labs</translation> </message> @@ -15633,7 +15737,7 @@ p, li { white-space: pre-wrap; } <translation>http://labs.trolltech.com/blogs/feed</translation> </message> <message> - <location line="+2"/> + <location line="+3"/> <source>Qt Home</source> <translation>ДомашнÑÑ Ñтраница Qt</translation> </message> @@ -15654,14 +15758,19 @@ p, li { white-space: pre-wrap; } </message> <message> <location line="+1"/> - <source>Qt for S60 at Forum Nokia</source> - <translation>Qt Ð´Ð»Ñ S60 на форуме Nokia</translation> + <source>Qt Apps</source> + <translation>ÐŸÑ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Qt</translation> + </message> + <message> + <location line="+1"/> + <source>Qt for Symbian at Forum Nokia</source> + <translation>Qt Ð´Ð»Ñ Symbian на форуме Nokia</translation> </message> </context> <context> <name>Welcome::WelcomeMode</name> <message> - <location filename="../../../src/plugins/welcome/welcomemode.cpp" line="+115"/> + <location filename="../../../src/plugins/welcome/welcomemode.cpp" line="+116"/> <source>Welcome</source> <translation>Ðачало</translation> </message> @@ -15731,7 +15840,250 @@ p, li { white-space: pre-wrap; } <message> <location filename="../../../src/plugins/designer/formwindoweditor.cpp" line="+167"/> <source>untitled</source> - <translation type="unfinished"></translation> + <translation>безымÑнное</translation> + </message> +</context> +<context> + <name>Debugger::Internal::AbstractGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/abstractgdbadapter.cpp" line="+74"/> + <source>The Gdb process could not be stopped: +%1</source> + <translation>ÐÐµÐ»ÑŒÐ·Ñ Ð¾Ñтановить процеÑÑ gdb: +%1</translation> + </message> + <message> + <location line="+5"/> + <source>Inferior process could not be stopped: +%1</source> + <translation type="unfinished">ÐÐµÐ»ÑŒÐ·Ñ Ð¾Ñтановить подчинённый процеÑÑ: +%1</translation> + </message> + <message> + <location line="+5"/> + <source>Inferior started.</source> + <translation type="unfinished">Подчинённый запущен.</translation> + </message> + <message> + <location line="+5"/> + <source>Inferior running.</source> + <translation type="unfinished">Подчинённый выполнÑетÑÑ.</translation> + </message> + <message> + <location line="+5"/> + <source>Attached to stopped inferior.</source> + <translation type="unfinished">Подключено к оÑтановленному подчинённому.</translation> + </message> + <message> + <location line="+5"/> + <source>Connecting to remote server failed: +%1</source> + <translation>Ðе удалоÑÑŒ подключитьÑÑ Ðº удалённому Ñерверу: +%1</translation> + </message> +</context> +<context> + <name>Debugger::Internal::TermGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/termgdbadapter.cpp" line="+142"/> + <source>Debugger Error</source> + <translation>Ошибка отладчика</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60Devices::Device</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devices.cpp" line="+66"/> + <source>Id:</source> + <translation>Id:</translation> + </message> + <message> + <location line="+2"/> + <source>Name:</source> + <translation>Ðазвание:</translation> + </message> + <message> + <location line="+2"/> + <source>EPOC:</source> + <translation>EPOC:</translation> + </message> + <message> + <location line="+2"/> + <source>Tools:</source> + <translation type="unfinished">ИнÑтрументарий:</translation> + </message> + <message> + <location line="+2"/> + <source>Qt:</source> + <translation>Qt:</translation> + </message> +</context> +<context> + <name>trk::BluetoothListener</name> + <message> + <location filename="../../../src/shared/trk/bluetoothlistener.cpp" line="+133"/> + <source>%1: Stopping listener %2...</source> + <translation>%1: ОÑтановка приёмника %2...</translation> + </message> + <message> + <location line="+30"/> + <source>%1: Starting Bluetooth listener %2...</source> + <translation>%1: ЗапуÑк приёмника Bluetooth %2...</translation> + </message> + <message> + <location line="+4"/> + <source>Unable to run '%1': %2</source> + <translation>Ðе удалоÑÑŒ запуÑтить '%1': %2</translation> + </message> + <message> + <location line="+4"/> + <source>%1: Bluetooth listener running (%2).</source> + <translation>%1: Приёмник Bluetooth работает (%2).</translation> + </message> + <message> + <location line="+25"/> + <source>%1: Process %2 terminated with exit code %3.</source> + <translation>%1: ПроцеÑÑ %2 завершилÑÑ Ñ ÐºÐ¾Ð´Ð¾Ð¼ %3.</translation> + </message> + <message> + <location line="+4"/> + <source>%1: Process %2 crashed.</source> + <translation>%1: ПроцеÑÑ %2 завершилÑÑ Ð°Ð²Ð°Ñ€Ð¸Ð¹Ð½Ð¾.</translation> + </message> + <message> + <location line="+8"/> + <source>%1: Process error %2: %3</source> + <translation>%1: Ошибка процеÑÑа %2: %3</translation> + </message> +</context> +<context> + <name>QmlParser</name> + <message> + <location filename="../../../src/plugins/qmleditor/parser/qmljslexer.cpp" line="+553"/> + <source>Illegal character</source> + <translation>ÐедопуÑтимый Ñимвол</translation> + </message> + <message> + <location line="+14"/> + <source>Unclosed string at end of line</source> + <translation type="unfinished">Ðезакрытый литерал в конце Ñтроки</translation> + </message> + <message> + <location line="+26"/> + <source>Illegal escape squence</source> + <translation>ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ ESC-поÑледовательноÑть</translation> + </message> + <message> + <location line="+46"/> + <source>Illegal unicode escape sequence</source> + <translation type="unfinished">ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ ESC-поÑледовательноÑть юникода</translation> + </message> + <message> + <location line="+26"/> + <source>Unclosed comment at end of file</source> + <translation>Ðезакрытый комментарий в конце файла</translation> + </message> + <message> + <location line="+87"/> + <source>Illegal syntax for exponential number</source> + <translation>Ðеверный формат Ñкпоненциального чиÑла</translation> + </message> + <message> + <location line="+26"/> + <source>Identifier cannot start with numeric literal</source> + <translation>Идентификатор не может начинатьÑÑ Ñ Ñ‡Ð¸Ñлового литерала</translation> + </message> + <message> + <location line="+331"/> + <source>Unterminated regular expression literal</source> + <translation>Ðезавершённый литерал регулÑрного выражениÑ</translation> + </message> + <message> + <location line="+24"/> + <source>Invalid regular expression flag '%0'</source> + <translation>Ðеверный флаг регулÑрного Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ '%0'</translation> + </message> + <message> + <source>Unexpected token `%1'</source> + <translation type="obsolete">ÐÐµÐ¾Ð¶Ð¸Ð´Ð°Ð½Ð½Ð°Ñ Ð»ÐµÐºÑема '%1'</translation> + </message> + <message> + <source>Expected token `%1'</source> + <translation type="obsolete">ÐžÐ¶Ð¸Ð´Ð°ÐµÐ¼Ð°Ñ Ð»ÐµÐºÑема '%1'</translation> + </message> + <message> + <location filename="../../../src/plugins/qmleditor/parser/qmljsparser.cpp" line="+1752"/> + <source>Unexpected token '%1'</source> + <translation type="unfinished">ÐÐµÐ¾Ð¶Ð¸Ð´Ð°Ð½Ð½Ð°Ñ Ð»ÐµÐºÑема '%1'</translation> + </message> + <message> + <location line="+28"/> + <location line="+23"/> + <source>Expected token '%1'</source> + <translation type="unfinished">ÐžÐ¶Ð¸Ð´Ð°ÐµÐ¼Ð°Ñ Ð»ÐµÐºÑема '%1'</translation> + </message> + <message> + <location line="+13"/> + <source>Syntax error</source> + <translation>СинтакÑичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°</translation> + </message> +</context> +<context> + <name>trk::promptStartCommunication</name> + <message> + <location filename="../../../src/shared/trk/bluetoothlistener_gui.cpp" line="+68"/> + <source>Connection on %1 canceled.</source> + <translation type="unfinished">Подключение на %1 отменено.</translation> + </message> + <message> + <source>Waiting for TRK</source> + <translation type="obsolete">Ожидание TRK</translation> + </message> + <message> + <source>Waiting for TRK to start on %1...</source> + <translation type="obsolete">Ожидание TRK Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка на %1...</translation> + </message> + <message> + <location line="+16"/> + <source>Waiting for App TRK</source> + <translation>Ожидание App TRK</translation> + </message> + <message> + <location line="+1"/> + <source>Waiting for App TRK to start on %1...</source> + <translation>Ожидание запуÑка App TRK на %1...</translation> + </message> + <message> + <location line="+9"/> + <source>Waiting for Bluetooth Connection</source> + <translation>Ожидание Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ Bluetooth</translation> + </message> + <message> + <location line="+1"/> + <source>Connecting to %1...</source> + <translation>Подключение к %1...</translation> + </message> +</context> +<context> + <name>trk::BaseCommunicationStarter</name> + <message numerus="yes"> + <location filename="../../../src/shared/trk/communicationstarter.cpp" line="+165"/> + <source>%1: timed out after %n attempts using an interval of %2ms.</source> + <translation> + <numerusform>%1: Ð²Ñ€ÐµÐ¼Ñ Ð¸Ñтекло поÑле %n попытки через каждые %2 мÑ.</numerusform> + <numerusform>%1: Ð²Ñ€ÐµÐ¼Ñ Ð¸Ñтекло поÑле %n попыток через каждые %2 мÑ.</numerusform> + <numerusform>%1: Ð²Ñ€ÐµÐ¼Ñ Ð¸Ñтекло поÑле %n попыток через каждые %2 мÑ.</numerusform> + </translation> + </message> + <message> + <location line="+8"/> + <source>%1: Connection attempt %2 succeeded.</source> + <translation>%1: Подключено в %2-й попытки.</translation> + </message> + <message> + <location line="+5"/> + <source>%1: Connection attempt %2 failed: %3 (retrying)...</source> + <translation>%1: Попытка подключитьÑÑ %2 не удалаÑÑŒ: %3 (повтор)...</translation> </message> </context> </TS> diff --git a/share/qtcreator/translations/qtcreator_sl.ts b/share/qtcreator/translations/qtcreator_sl.ts new file mode 100644 index 0000000000000000000000000000000000000000..46217312b619ffc010dd2d6270b13e3c625c2e7a --- /dev/null +++ b/share/qtcreator/translations/qtcreator_sl.ts @@ -0,0 +1,19736 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sl"> +<context> + <name></name> + <message> + <source></source> + <translatorcomment>Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +This file is distributed under the same license as the PACKAGE package. + +Jure Repinc <jlp@holodeck1.com>, 2009. +</translatorcomment> + <translation>Last-Translator: Jure Repinc <jlp@holodeck1.com> +PO-Revision-Date: 2009-10-29 00:37+0100 +Project-Id-Version: qtcreator_sl +Language-Team: Slovenian <lugos-slo@lugos.si> +Content-Transfer-Encoding: 8bit +X-Generator: Lokalize 1.0 +MIME-Version: 1.0 +Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0); +Content-Type: text/plain; charset=UTF-8 +</translation> + </message> +</context> +<context> + <name>Application</name> + <message> + <location filename="../../../src/app/main.cpp" line="+129"/> + <source>Failed to load core: %1</source> + <translation>Nalaganje jedra je spodletelo: %1</translation> + </message> + <message> + <location line="+5"/> + <source>Unable to send command line arguments to the already running instance. It appears to be not responding.</source> + <translation>Argumentov iz ukazne vrstice ni bilo moÄ poslati že zagnanemu izvodu. Kot kaže se ne odziva.</translation> + </message> + <message> + <location line="+135"/> + <source>Could not find 'Core.pluginspec' in %1</source> + <translation>»Core.pluginspec« v %1 ni bilo moÄ najti</translation> + </message> + <message> + <location line="+36"/> + <source>Qt Creator - Plugin loader messages</source> + <translation>Qt Creator - sporoÄila nalagalnika vstavkov</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Couldn't find 'Core.pluginspec' in %1</source> + <translation type="obsolete">V %1 ni bilo moÄ najti »Core.pluginspec«</translation> + </message> +</context> +<context> + <name>AttachCoreDialog</name> + <message> + <location filename="../../../src/plugins/debugger/attachcoredialog.ui"/> + <source>Start Debugger</source> + <translation>Zaženi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Executable:</source> + <translation>IzvrÅ¡ljiva datoteka:</translation> + </message> + <message> + <location/> + <source>Core File:</source> + <translation>Datoteka posnetka:</translation> + </message> +</context> +<context> + <name>AttachExternalDialog</name> + <message> + <location filename="../../../src/plugins/debugger/attachexternaldialog.ui"/> + <source>Start Debugger</source> + <translation>Zaženi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Attach to Process ID:</source> + <translation>Priklopi se na ID procesa:</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> + <message> + <location/> + <source>Clear</source> + <translation>PoÄisti</translation> + </message> +</context> +<context> + <name>BINEditor::Internal::BinEditorPlugin</name> + <message> + <location filename="../../../src/plugins/bineditor/bineditorplugin.cpp" line="+446"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+3"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> +</context> +<context> + <name>BookmarkDialog</name> + <message> + <location filename="../../../src/shared/help/bookmarkdialog.ui"/> + <source>Add Bookmark</source> + <translation>Dodaj zaznamek</translation> + </message> + <message> + <location/> + <source>Bookmark:</source> + <translation>Zaznamek:</translation> + </message> + <message> + <location/> + <source>Add in Folder:</source> + <translation>Dodaj v mapo:</translation> + </message> + <message> + <location/> + <source>+</source> + <translation>+</translation> + </message> + <message> + <location/> + <source>New Folder</source> + <translation>Nova mapa</translation> + </message> + <message> + <location filename="../../../src/shared/help/bookmarkmanager.cpp" line="+171"/> + <location line="+18"/> + <location line="+39"/> + <location line="+18"/> + <location line="+30"/> + <source>Bookmarks</source> + <translation>Zaznamki</translation> + </message> + <message> + <location line="-61"/> + <source>Delete Folder</source> + <translation>ZbriÅ¡i mapo</translation> + </message> + <message> + <location line="+1"/> + <source>Rename Folder</source> + <translation>Preimenuj mapo</translation> + </message> +</context> +<context> + <name>BookmarkManager</name> + <message> + <location line="+429"/> + <source>Bookmarks</source> + <translation>Zaznamki</translation> + </message> + <message> + <location line="+38"/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location line="+1"/> + <source>You are going to delete a Folder which will also<br>remove its content. Are you sure you would like to continue?</source> + <translation>Nameravate zbrisati mapo, pri Äemer bo zbrisana<br>tudi njena vsebina. Ali res želite nadaljevati?</translation> + </message> + <message> + <location line="+111"/> + <location line="+9"/> + <source>New Folder</source> + <translation>Nova mapa</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Bookmark</source> + <translation type="obsolete">Zaznamek</translation> + </message> + <message> + <location/> + <source>You are going to delete a Folder which will also<br>remove its content. Are you sure to continue?</source> + <translation type="obsolete">Nameravate zbrisati mapo, pri Äemer bo zbrisana<br>tudi njena vsebina. Ali res želite nadaljevati?</translation> + </message> +</context> +<context> + <name>BookmarkWidget</name> + <message> + <location filename="../../../src/shared/help/bookmarkmanager.cpp" line="-426"/> + <source>Delete Folder</source> + <translation>ZbriÅ¡i mapo</translation> + </message> + <message> + <location line="+1"/> + <source>Rename Folder</source> + <translation>Preimenuj mapo</translation> + </message> + <message> + <location line="+2"/> + <source>Show Bookmark</source> + <translation>Prikaži zaznamek</translation> + </message> + <message> + <location line="+1"/> + <source>Show Bookmark in New Tab</source> + <translation>Prikaži zaznamek v novem zavihku</translation> + </message> + <message> + <location line="+3"/> + <source>Delete Bookmark</source> + <translation>ZbriÅ¡i zaznamek</translation> + </message> + <message> + <location line="+1"/> + <source>Rename Bookmark</source> + <translation>Preimenuj zaznamek</translation> + </message> + <message> + <location line="+38"/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> + <message> + <location line="+26"/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location line="+9"/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> +</context> +<context> + <name>Bookmarks::Internal::BookmarkView</name> + <message> + <location filename="../../../src/plugins/bookmarks/bookmarkmanager.cpp" line="+207"/> + <location line="+565"/> + <source>Bookmarks</source> + <translation>Zaznamki</translation> + </message> + <message> + <location line="-542"/> + <source>&Remove Bookmark</source> + <translation>&Odstrani zaznamek</translation> + </message> + <message> + <location line="+1"/> + <source>Remove all Bookmarks</source> + <translation>Odstrani vse zaznamke</translation> + </message> +</context> +<context> + <name>Bookmarks::Internal::BookmarksPlugin</name> + <message> + <location filename="../../../src/plugins/bookmarks/bookmarksplugin.cpp" line="+82"/> + <source>&Bookmarks</source> + <translation>&Zaznamki</translation> + </message> + <message> + <location line="+4"/> + <location line="+79"/> + <source>Toggle Bookmark</source> + <translation>Preklopi zaznamek</translation> + </message> + <message> + <location line="-75"/> + <source>Ctrl+M</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Meta+M</source> + <translation></translation> + </message> + <message> + <location line="+10"/> + <source>Move Up</source> + <translation>Premakni gor</translation> + </message> + <message> + <location line="+5"/> + <source>Move Down</source> + <translation>Premakni dol</translation> + </message> + <message> + <location line="+10"/> + <source>Previous Bookmark</source> + <translation>Predhodni zaznamek</translation> + </message> + <message> + <location line="+3"/> + <source>Ctrl+,</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Meta+,</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Next Bookmark</source> + <translation>Naslednji zaznamek</translation> + </message> + <message> + <location line="+3"/> + <source>Ctrl+.</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Meta+.</source> + <translation></translation> + </message> + <message> + <location line="+10"/> + <source>Previous Bookmark In Document</source> + <translation>Predhodni zaznamek v dokumentu</translation> + </message> + <message> + <location line="+5"/> + <source>Next Bookmark In Document</source> + <translation>Naslednji zaznamek v dokumentu</translation> + </message> +</context> +<context> + <name>BreakByFunctionDialog</name> + <message> + <location filename="../../../src/plugins/debugger/breakbyfunction.ui"/> + <source>Set Breakpoint at Function</source> + <translation>Nastavi prekinitveno toÄko pri funkciji</translation> + </message> + <message> + <location/> + <source>Function to break on:</source> + <translation>Prekinitev pri funkciji:</translation> + </message> +</context> +<context> + <name>BreakCondition</name> + <message> + <location filename="../../../src/plugins/debugger/breakcondition.ui"/> + <source>Condition:</source> + <translation>Pogoj:</translation> + </message> + <message> + <location/> + <source>Ignore count:</source> + <translation>Å tevilo prezrtij:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Dialog</source> + <translation type="obsolete">Pogovorno okno</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeBuildConfigurationFactory</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeproject.cpp" line="+89"/> + <source>Create</source> + <translation>Ustvari</translation> + </message> + <message> + <location line="+10"/> + <source>New configuration</source> + <translation>Nova nastavitev</translation> + </message> + <message> + <location line="+1"/> + <source>New Configuration Name:</source> + <translation>Ime nove nastavitve:</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeBuildSettingsWidget</name> + <message> + <location line="+702"/> + <source>&Change</source> + <translation>&Spremeni</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeOpenProjectWizard</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp" line="+125"/> + <source>CMake Wizard</source> + <translation>ÄŒarovnik za CMake</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::InSourceBuildPage</name> + <message> + <location line="+91"/> + <source>Qt Creator has detected an <b>in-source-build in %1</b> which prevents shadow builds. Qt Creator will not allow you to change the build directory. If you want a shadow build, clean your source directory and re-open the project.</source> + <translation>Qt Creator je zaznal <b>gradnjo znotraj mape %1 z izvorno kodo</b>, kar prepreÄuje gradnje izven te mape, zato vam Qt Creator ne bo dovolil spremeniti mape za gradnjo. ÄŒe želite gradnjo izven mape, poÄistite mapo z izvorno kodo in projekt odprite znova.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Qt Creator has detected an in-source-build which prevents shadow builds. Qt Creator will not allow you to change the build directory. If you want a shadow build, clean your source directory and re-open the project.</source> + <translation type="obsolete">Qt Creator je zaznal gradnjo znotraj mape z izvorno kodo, kar prepreÄuje gradnje izven te mape, zato vam Qt Creator ne bo dovolil spremeniti mape za gradnjo. ÄŒe želite gradnjo izven mape, poÄistite mapo z izvorno kodo in projekt odprite znova.</translation> + </message> + <message> + <location/> + <source>Qt Creator has detected an in source build. This prevents shadow builds, Qt Creator won't allow you to change the build directory. If you want a shadow build, clean your source directory and open the project again.</source> + <translation type="obsolete">Qt Creator je zaznal gradnjo znotraj mape z izvorno kodo. To prepreÄuje gradnje izven te mape, zato vam Qt Creator ne bo dovolil spremeniti mape za gradnjo. ÄŒe želite gradnjo izven mape, poÄistite mapo z izvorno kodo in projekt odprite znova.</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeRunPage</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp" line="+57"/> + <source>Please specify the path to the cmake executable. No cmake executable was found in the path.</source> + <translation>DoloÄite pot do programa cmake. Programa cmak ni bilo moÄ najti v poti.</translation> + </message> + <message> + <location line="+5"/> + <source> The cmake executable (%1) does not exist.</source> + <translation> Program cmake (%1) ne obstaja.</translation> + </message> + <message> + <location line="+2"/> + <source> The path %1 is not a executable.</source> + <translation> Pot %1 ni izvrÅ¡ljiva.</translation> + </message> + <message> + <location line="+2"/> + <source> The path %1 is not a valid cmake.</source> + <translation> Pot %1 ni veljaven cmake.</translation> + </message> + <message> + <location line="+17"/> + <source>Run CMake</source> + <translation>Zaženi CMake</translation> + </message> + <message> + <location line="+8"/> + <source>Arguments</source> + <translation>Argumenti</translation> + </message> + <message> + <location line="+19"/> + <source>The directory %1 already contains a cbp file, which is recent enough. You can pass special arguments or change the used toolchain here and rerun cmake. Or simply finish the wizard directly</source> + <translation>Mapa %1 že vsebuje datoteko *.cbp, ki je dovolj nova. Podate lahko posebne argumente ali pa spremenite uporabljeno zaporedje orodij in znova zaženete cmake. Lahko tudi takoj zakljuÄite Äarovnika.</translation> + </message> + <message> + <location line="+5"/> + <source>The directory %1 does not contain a cbp file. Qt Creator needs to create this file by running cmake. Some projects require command line arguments to the initial cmake call.</source> + <translation>Mapa %1 ne vsebuje datoteke *.cbp. Qt Creator mora s pomoÄjo programa cmake ustvariti to datoteko. Nekateri projekti pri prvem zagonu cmake potrebujejo posebne argumente v ukazni vrstici.</translation> + </message> + <message> + <location line="+4"/> + <source>The directory %1 contains an outdated .cbp file. Qt Creator needs to update this file by running cmake. If you want to add additional command line arguments, add them below. Note that cmake remembers command line arguments from the previous runs.</source> + <translation>Mapa %1 vsebuje zastarelo datoteko *.cbp. Qt Creator mora s pomoÄjo programa cmake posodobiti to datoteko. ÄŒe želite dodati argumente v ukazno vrstico, jih vnesite spodaj. Vedite, da si cmake zapomni argumente iz ukazne vrstice predhodnega zagona.</translation> + </message> + <message> + <location line="+6"/> + <source>The directory %1 specified in a build-configuration, does not contain a cbp file. Qt Creator needs to recreate this file, by running cmake. Some projects require command line arguments to the initial cmake call. Note that cmake remembers command line arguments from the previous runs.</source> + <translation>V nastavitvah gradnje podana mapa %1 ne vsebuje datoteke *.cbp. Qt Creator mora s pomoÄjo programa cmake ustvariti to datoteko. Nekateri projekti pri prvem zagonu cmake potrebujejo posebne argumente v ukazni vrstici. Vedite, da si cmake zapomni argumente iz ukazne vrstice predhodnega zagona.</translation> + </message> + <message> + <location line="+8"/> + <source>Qt Creator needs to run cmake in the new build directory. Some projects require command line arguments to the initial cmake call.</source> + <translation>Qt Creator mora v novi mapi za gradnjo zagnati cmake. Nekateri projekti pri prvem zagonu cmake potrebujejo posebne argumente v ukazni vrstici.</translation> + </message> + <message> + <location line="+31"/> + <source>NMake Generator</source> + <translation>Ustvarjalnik za NMake</translation> + </message> + <message> + <location line="+3"/> + <source>NMake Generator (%1)</source> + <translation>Ustvarjalnik za NMake (%1)</translation> + </message> + <message> + <location line="+6"/> + <source>MinGW Generator</source> + <translation>Ustvarjalnik za MinGW</translation> + </message> + <message> + <location line="+56"/> + <source>No valid cmake executable specified.</source> + <translation>DoloÄenega ni nobenega veljavnega programa cmake.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>The directory %1 contains an outdated .cbp file. Qt Creator needs to update this file by running cmake. If you want to add additional command line arguments, add them in the below. Note, that cmake remembers command line arguments from the former runs.</source> + <translation type="obsolete">Mapa %1 vsebuje zastarelo datoteko *.cbp. Qt Creator mora s pomoÄjo programa cmake posodobiti to datoteko. ÄŒe želite dodati argumente v ukazno vrstico, jih vnesite spodaj. Vedite, da si cmake zapomni argumente iz ukazne vrstice predhodnega zagona.</translation> + </message> + <message> + <location/> + <source>The directory %1 specified in a buildconfiguration, does not contain a cbp file. Qt Creator needs to recreate this file, by running cmake. Some projects require command line arguments to the initial cmake call. Note, that cmake remembers command line arguments from the former runs.</source> + <translation type="obsolete">V nastavitvah gradnje podana mapa %1 ne vsebuje datoteke *.cbp. Qt Creator mora s pomoÄjo programa cmake ustvariti to datoteko. Nekateri projekti pri prvem zagonu cmake potrebujejo posebne argumente v ukazni vrstici. Vedite, da si cmake zapomni argumente iz ukazne vrstice predhodnega zagona.</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeSettingsPage</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp" line="+246"/> + <location line="+10"/> + <source>CMake</source> + <translation>CMake</translation> + </message> + <message> + <location line="+9"/> + <source>CMake executable</source> + <translation>Program CMake</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::MakeStepConfigWidget</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/makestep.cpp" line="+165"/> + <source>Additional arguments:</source> + <translation>Dodatni argumenti:</translation> + </message> + <message> + <location line="+6"/> + <source>Targets:</source> + <translation>Cilji:</translation> + </message> + <message> + <location line="+59"/> + <source><b>Make:</b> %1 %2</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::ShadowBuildPage</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp" line="-213"/> + <source>Please enter the directory in which you want to build your project. </source> + <translation>Vnesite mapo, v kateri želite zgraditi svoj projekt. </translation> + </message> + <message> + <location line="+2"/> + <source>Please enter the directory in which you want to build your project. Qt Creator recommends to not use the source directory for building. This ensures that the source directory remains clean and enables multiple builds with different settings.</source> + <translation>Vnesite mapo, v kateri želite zgraditi svoj projekt. Qt Creator za gradnjo odsvetuje mapo z izvorno kodo. To zagotavlja, da mapa z izvorno kodo ostane Äista, in omogoÄa veÄ gradenj z razliÄnimi nastavitvami.</translation> + </message> + <message> + <location line="+8"/> + <source>Build directory:</source> + <translation>Mapa za gradnjo:</translation> + </message> +</context> +<context> + <name>CPlusPlus::OverviewModel</name> + <message> + <location filename="../../../src/libs/cplusplus/OverviewModel.cpp" line="+153"/> + <source><Select Symbol></source> + <translation><izberite simbol></translation> + </message> + <message> + <location line="+2"/> + <source><No Symbols></source> + <translation><brez simbolov></translation> + </message> +</context> +<context> + <name>CdbOptionsPageWidget</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdboptionspagewidget.ui"/> + <source>These options take effect at the next start of Qt Creator.</source> + <translation>Te možnosti stopijo v veljavo pri naslednjem zagonu Qt Creatorja.</translation> + </message> + <message> + <location/> + <source>Cdb</source> + <extracomment>Placeholder +</extracomment> + <translation>CDB</translation> + </message> + <message> + <location/> + <source>Debugger Paths</source> + <translation>Poti za razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Symbol paths:</source> + <translation>Poti za simbole:</translation> + </message> + <message> + <location/> + <source>Source paths:</source> + <translation>Poti za izvorno kodo:</translation> + </message> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdboptionspage.cpp" line="+58"/> + <source><html><body><p>Specify the path to the <a href="%1">Debugging Tools for Windows</a> (%2) here.</p><p><b>Note:</b> Restarting Qt Creator is required for these settings to take effect.</p></p></body></html></source> + <extracomment>Label text for path configuration. %2 is "x-bit version". +</extracomment> + <translation><html><body><p>Tu doloÄite pot do <a href="%1">Debugging Tools for Windows</a> (%2).</p><p><b>Vedite:</b> Da bi te spremembe stopile v veljavo je potreben ponoven zagon Qt Creatorja.</p></body></html></translation> + </message> + <message> + <location line="+5"/> + <source>64-bit version</source> + <translation>64-bitna razliÄica</translation> + </message> + <message> + <location line="+1"/> + <source>32-bit version</source> + <translation>32-bitna razliÄica</translation> + </message> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdboptionspagewidget.ui"/> + <source>Path:</source> + <translation>Pot:</translation> + </message> + <message> + <location/> + <source>Other options</source> + <translation>Ostale možnosti</translation> + </message> + <message> + <location/> + <source>Verbose Symbol Loading</source> + <translation>Zgovorno nalaganje simbolov</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Path to "Debugging Tools for Windows":</source> + <translation type="obsolete">Pot do »Debugging Tools for Windows«:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> + <message> + <location/> + <source>CDB</source> + <translation type="obsolete">CDB</translation> + </message> +</context> +<context> + <name>ChangeSelectionDialog</name> + <message> + <location filename="../../../src/plugins/git/changeselectiondialog.ui"/> + <source>Repository Location:</source> + <translation>Lokacija skladiÅ¡Äa:</translation> + </message> + <message> + <location/> + <source>Select</source> + <translation>Izberi</translation> + </message> + <message> + <location/> + <source>Change:</source> + <translation>Spremeni:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Dialog</source> + <translation type="obsolete">Pogovorno okno</translation> + </message> +</context> +<context> + <name>CodePaster::CodepasterPlugin</name> + <message> + <location filename="../../../src/plugins/cpaster/cpasterplugin.cpp" line="+109"/> + <source>&Code Pasting</source> + <translation>&Lepljenje kode</translation> + </message> + <message> + <location line="+5"/> + <source>Paste Snippet...</source> + <translation>Prilepi delÄek ...</translation> + </message> + <message> + <location line="+2"/> + <source>Alt+C,Alt+P</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Fetch Snippet...</source> + <translation>Dobi delÄek ...</translation> + </message> + <message> + <location line="+2"/> + <source>Alt+C,Alt+F</source> + <translation></translation> + </message> + <message> + <location line="+87"/> + <source>This protocol supports no listing</source> + <translation>Ta protokol ne podpira izpisa seznama</translation> + </message> + <message> + <location line="+13"/> + <source>Waiting for items</source> + <translation>ÄŒakanje na delÄke</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>&CodePaster</source> + <translation type="obsolete">&CodePaster</translation> + </message> +</context> +<context> + <name>CodePaster::PasteSelectDialog</name> + <message> + <location filename="../../../src/plugins/cpaster/pasteselect.ui"/> + <source>Paste:</source> + <translation>Prilepi:</translation> + </message> + <message> + <location/> + <source>Protocol:</source> + <translation>Protokol:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Dialog</source> + <translation type="obsolete">Pogovorno okno</translation> + </message> +</context> +<context> + <name>CodePaster::SettingsPage</name> + <message> + <location filename="../../../src/plugins/cpaster/settingspage.ui"/> + <source>Username:</source> + <translation>UporabniÅ¡ko ime:</translation> + </message> + <message> + <location/> + <source>Copy Paste URL to clipboard</source> + <translation>Skopiraj URL na odložiÅ¡Äe</translation> + </message> + <message> + <location/> + <source>Display Output Pane after sending a post</source> + <translation>Po objavi prikaži podokno z rezultatom</translation> + </message> + <message> + <location/> + <location filename="../../../src/plugins/cpaster/settingspage.cpp" line="+67"/> + <source>General</source> + <translation>SploÅ¡no</translation> + </message> + <message> + <location/> + <source>CodePaster</source> + <translation>CodePaster</translation> + </message> + <message> + <location/> + <source>Default Protocol:</source> + <translation>Privzeti protokol:</translation> + </message> + <message> + <location/> + <source>Pastebin.ca</source> + <translation>Pastebin.ca</translation> + </message> + <message> + <location/> + <source>Pastebin.com</source> + <translation>Pastebin.com</translation> + </message> + <message> + <location filename="../../../src/plugins/cpaster/settingspage.cpp" line="+10"/> + <source>Code Pasting</source> + <translation>Prilepljanje kode</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>CodePaster Server:</source> + <translation type="obsolete">Strežnik za CodePaster:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>CommonOptionsPage</name> + <message> + <location filename="../../../src/plugins/debugger/commonoptionspage.ui"/> + <source>User interface</source> + <translation>UporabniÅ¡ki vmesnik</translation> + </message> + <message> + <location/> + <source>Checking this will populate the source file view automatically but might slow down debugger startup considerably.</source> + <translation>ÄŒe je omogoÄena ta možnost, bo prikaz datoteke z izvorno kodo zapolnjen samodejno, vendar to lahko moÄno upoÄasni zagon razhroÅ¡Äevalnika.</translation> + </message> + <message> + <location/> + <source>Populate source file view automatically</source> + <translation>Samodejno zapolni prikaz datoteke z izvorno kodo</translation> + </message> + <message> + <location/> + <source>When this option is checked, 'Step Into' compresses several steps into one in certain situations, leading to 'less noisy' debugging. So will, e.g., the atomic + reference counting code be skipped, and a single 'Step Into' for a signal emission will end up directly in the slot connected to it.</source> + <translation>ÄŒe je omogoÄena ta možnost, ukaz »Vstopi« v doloÄenih okoliÅ¡Äinah združi veÄ korakov v enega, kar vodi do razhroÅ¡Äevanja z »manj dogajanja«. Tako bo npr. atomiÄno Å¡tetje referenc preskoÄeno, +enojen »Vstopi« za oddajo signala pa vas bo privedel neposredno do ustrezne prejemne reže.</translation> + </message> + <message> + <location/> + <source>Skip known frames when stepping</source> + <translation>Med stopanjem preskoÄi znane okvirje</translation> + </message> + <message> + <location/> + <source>Maximal stack depth:</source> + <translation>NajveÄja globina sklada:</translation> + </message> + <message> + <location/> + <source><unlimited></source> + <translation><neomejena></translation> + </message> + <message> + <location/> + <source>Use alternating row colors in debug views</source> + <translation>V prikazih razhroÅ¡Äevalnika uporabi izmenjajoÄi se barvi vrstic</translation> + </message> + <message> + <location/> + <source>Show a message box when receiving a signal</source> + <translation>Ob prejemu signala prikaži okno s sporoÄilom</translation> + </message> + <message> + <location/> + <source>Use tooltips in main editor while debugging</source> + <translation>Med razhroÅ¡Äevanjem v glavnem oknu uporabljaj namige</translation> + </message> + <message> + <location/> + <source>Enable reverse debugging</source> + <translation>OmogoÄi obratno razhroÅ¡Äevanje</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Use tooltips while debugging</source> + <translation type="obsolete">Med razhroÅ¡Äevanjem omogoÄi namige</translation> + </message> + <message> + <location/> + <source>Checking this will enable tooltips for variable values during debugging. Since this can slow down debugging and does not provide reliable information as it does not use scope information, it is switched off by default.</source> + <translation type="obsolete">ÄŒe omogoÄite to možnost, bodo med razhroÅ¡Äevanjem omogoÄeni namigi z vrednostmi spremenljivk. Ker to lahko upoÄasni razhroÅ¡Äevanje in ne ponuja zanesljivih podatkov, saj ne uporablja podatkov o dosegu, je privzeto možnost onemogoÄena.</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>Checking this will make enable tooltips for variable values during debugging. Since this can slow down debugging and does not provide reliable information as it does not use scope information, it is switched off by default.</source> + <translation type="obsolete">ÄŒe omogoÄite to možnost, bodo med razhroÅ¡Äevanjem omogoÄeni namigi z vrednostmi spremenljivk. Ker to lahko upoÄasni razhroÅ¡Äevanje in ne ponuja zanesljivih podatkov, saj ne uporablja podatkov o dosegu, je privzeto možnost onemogoÄena.</translation> + </message> +</context> +<context> + <name>CompletionSettingsPage</name> + <message> + <location filename="../../../src/plugins/cpptools/completionsettingspage.ui"/> + <source>Code Completion</source> + <translation>DokonÄevanje kode</translation> + </message> + <message> + <location/> + <source>Do a case-sensitive match for completion items.</source> + <translation>Ujemanje za dokonÄevanje naj bo obÄutljivo na velikost Ärk.</translation> + </message> + <message> + <location/> + <source>&Case-sensitive completion</source> + <translation>&DokonÄevanje obÄutljivo na velikost Ärk</translation> + </message> + <message> + <location/> + <source>Automatically insert (, ) and ; when appropriate.</source> + <translation>Ko je primerno, samodejno vstavi (, ) in ;</translation> + </message> + <message> + <location/> + <source>Insert the common prefix of available completion items.</source> + <translation>Vstavi skupni zaÄetek razpoložljivih možnosti za dokonÄanje.</translation> + </message> + <message> + <location/> + <source>Autocomplete common &prefix</source> + <translation>Samodejno dokonÄaj skupni &zaÄetek</translation> + </message> + <message> + <location/> + <source>&Automatically insert brackets</source> + <translation>&Samodejno vstavi oklepaje</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>&Automatically insert braces</source> + <translation type="obsolete">&Samodejno vstavi oklepaje</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ContentWindow</name> + <message> + <location filename="../../../src/shared/help/contentwindow.cpp" line="+136"/> + <source>Open Link</source> + <translation>Odpri povezavo</translation> + </message> + <message> + <location line="+1"/> + <source>Open Link in New Tab</source> + <translation>Odpri povezavo v novem zavihku</translation> + </message> +</context> +<context> + <name>Core::BaseFileWizard</name> + <message> + <location filename="../../../src/plugins/coreplugin/basefilewizard.cpp" line="+470"/> + <location line="+30"/> + <location line="+7"/> + <location line="+6"/> + <source>File Generation Failure</source> + <translation>Napaka ustvarjanja datoteke</translation> + </message> + <message> + <location line="-22"/> + <location line="+111"/> + <source>Existing files</source> + <translation>ObstojeÄe datoteke</translation> + </message> + <message> + <location line="-444"/> + <source>Unable to create the directory %1.</source> + <translation>Ni moÄ ustvariti mape %1.</translation> + </message> + <message> + <location line="+12"/> + <source>Unable to open %1 for writing: %2</source> + <translation>Ni moÄ odpreti %1 za pisanje: %2</translation> + </message> + <message> + <location line="+4"/> + <source>Error while writing to %1: %2</source> + <translation>Napaka pri pisanju v %1: %2</translation> + </message> + <message> + <location line="+366"/> + <source>Failed to open an editor for '%1'.</source> + <translation>Ni bilo moÄ odpreti urejevalnika za »%1«.</translation> + </message> + <message> + <location line="+18"/> + <source> [read only]</source> + <translation> [samo za branje]</translation> + </message> + <message> + <location line="+1"/> + <source> [directory]</source> + <translation> [mapa]</translation> + </message> + <message> + <location line="+1"/> + <source> [symbolic link]</source> + <translation> [simbolna povezava]</translation> + </message> + <message> + <location line="+34"/> + <source>The project directory %1 contains files which cannot be overwritten: +%2.</source> + <translation>Projektna mapa %1 vsebuje datoteke, ki jih ni moÄ nadomestiti: +%2.</translation> + </message> + <message> + <location line="+4"/> + <source>The following files already exist in the directory %1: +%2. +Would you like to overwrite them?</source> + <translation>Naslednje datoteke v mapi %1 že obstajajo: +%2. +Ali jih želite nadomestiti?</translation> + </message> +</context> +<context> + <name>Core::EditorManager</name> + <message> + <location filename="../../../src/plugins/coreplugin/editormanager/editormanager.cpp" line="+187"/> + <location line="+1491"/> + <source>Revert to Saved</source> + <translation>Povrni na shranjeno</translation> + </message> + <message> + <location line="-1488"/> + <location filename="../../../src/plugins/coreplugin/editormanager/editorview.cpp" line="+531"/> + <source>Close</source> + <translation>Zapri</translation> + </message> + <message> + <location line="+1"/> + <source>Close All</source> + <translation>Zapri vse</translation> + </message> + <message> + <location line="+1"/> + <location line="+1290"/> + <source>Close Others</source> + <translation>Zapri ostale</translation> + </message> + <message> + <location line="-1285"/> + <source>Open in External Editor</source> + <translation>Odpri v zunanjem urejevalniku</translation> + </message> + <message> + <location line="+45"/> + <source>Revert File to Saved</source> + <translation>Povrni datoteko na shranjeno</translation> + </message> + <message> + <location line="+28"/> + <source>Ctrl+W</source> + <translation></translation> + </message> + <message> + <location line="+8"/> + <source>Ctrl+Shift+W</source> + <translation></translation> + </message> + <message> + <location line="+13"/> + <source>Alt+Tab</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Tab</source> + <translation></translation> + </message> + <message> + <location line="+8"/> + <source>Alt+Shift+Tab</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+Tab</source> + <translation></translation> + </message> + <message> + <location line="+8"/> + <source>Ctrl+Alt+Left</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+Left</source> + <translation></translation> + </message> + <message> + <location line="+8"/> + <source>Ctrl+Alt+Right</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+Right</source> + <translation></translation> + </message> + <message> + <location line="+11"/> + <source>Split</source> + <translation>Razdeli</translation> + </message> + <message> + <location line="+6"/> + <source>Split Side by Side</source> + <translation>Razdeli, da bo eno ob drugem</translation> + </message> + <message> + <location line="+6"/> + <source>Remove Current Split</source> + <translation>Odstrani trenutni razdelek</translation> + </message> + <message> + <location line="+6"/> + <source>Remove All Splits</source> + <translation>Odstrani vse razdelke</translation> + </message> + <message> + <location line="+6"/> + <source>Goto Other Split</source> + <translation>Pojdi v drug razdelek</translation> + </message> + <message> + <location line="+9"/> + <source>&Advanced</source> + <translation>&Napredno</translation> + </message> + <message> + <location line="+18"/> + <source>Alt+V,Alt+I</source> + <translation></translation> + </message> + <message> + <location line="+754"/> + <location line="+24"/> + <source>Opening File</source> + <translation>Odpiranje datoteke</translation> + </message> + <message> + <location line="-24"/> + <source>Cannot open file %1!</source> + <translation>Ni moÄ odpreti datoteke %1.</translation> + </message> + <message> + <location line="+40"/> + <source>Open File</source> + <translation>Odpri datoteko</translation> + </message> + <message> + <location line="+140"/> + <source>File is Read Only</source> + <translation>Datoteka je samo za branje</translation> + </message> + <message> + <location line="+1"/> + <source>The file %1 is read only.</source> + <translation>Datoteka %1 je samo za branje.</translation> + </message> + <message> + <location line="+5"/> + <source>Open with VCS (%1)</source> + <translation>Odpri v sistemu za nadzor razliÄic (%1)</translation> + </message> + <message> + <location line="+6"/> + <source>Save as ...</source> + <translation>Shrani kot ...</translation> + </message> + <message> + <location line="+27"/> + <location line="+8"/> + <source>Failed!</source> + <translation>Spodletelo.</translation> + </message> + <message> + <location line="+0"/> + <source>Could not set permissions to writable.</source> + <translation>Dovoljenj ni bilo moÄ nastaviti na zapisljivo.</translation> + </message> + <message> + <location line="+92"/> + <source><b>Warning:</b> You are changing a read-only file.</source> + <translation><b>Opozorilo:</b> spreminjate datoteko, ki je samo za branje.</translation> + </message> + <message> + <location line="-131"/> + <location line="+132"/> + <source>Make writable</source> + <translation>Spremeni v zapisljivo</translation> + </message> + <message> + <location line="-1266"/> + <source>Next Open Document in History</source> + <translation>Naslednji odprti dokument v zgodovini</translation> + </message> + <message> + <location line="+1"/> + <source>Previous Open Document in History</source> + <translation>Predhodni odprti dokument v zgodovini</translation> + </message> + <message> + <location line="+1"/> + <source>Go Back</source> + <translation>Pojdi nazaj</translation> + </message> + <message> + <location line="+1"/> + <source>Go Forward</source> + <translation>Pojdi naprej</translation> + </message> + <message> + <location line="+133"/> + <source>Meta+E</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+E</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>%1,2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>%1,3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>%1,0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>%1,1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>%1,o</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+745"/> + <source>All Files (*)</source> + <translation>Vse datoteke (*)</translation> + </message> + <message> + <location line="+253"/> + <source>Could not open the file for editing with SCC.</source> + <translation>Ni bilo moÄ odpreti datoteke za urejanje v SCC.</translation> + </message> + <message> + <location line="+115"/> + <source>Save %1 As...</source> + <translation>Shrani %1 kot ...</translation> + </message> + <message> + <location line="+1"/> + <source>&Save %1</source> + <translation>&Shrani %1</translation> + </message> + <message> + <location line="+1"/> + <source>Revert %1 to Saved</source> + <translation>Povrni %1 na shranjeno</translation> + </message> + <message> + <location line="+4"/> + <source>Close %1</source> + <translation>Zapri %1</translation> + </message> + <message> + <location line="+3"/> + <source>Close All Except %1</source> + <translation>Zapri vse, razen %1</translation> + </message> + <message> + <location line="+197"/> + <source>You will lose your current changes if you proceed reverting %1.</source> + <translation>ÄŒe nadaljujete s povraÄanjem %1, boste izgubili vse trenutne spremembe.</translation> + </message> + <message> + <location line="+2"/> + <source>Proceed</source> + <translation>Nadaljuj</translation> + </message> + <message> + <location line="+1"/> + <source>Cancel</source> + <translation>PrekliÄi</translation> + </message> + <message> + <location line="+44"/> + <source><table border=1 cellspacing=0 cellpadding=3><tr><th>Variable</th><th>Expands to</th></tr><tr><td>%f</td><td>file name</td></tr><tr><td>%l</td><td>current line number</td></tr><tr><td>%c</td><td>current column number</td></tr><tr><td>%x</td><td>editor's x position on screen</td></tr><tr><td>%y</td><td>editor's y position on screen</td></tr><tr><td>%w</td><td>editor's width in pixels</td></tr><tr><td>%h</td><td>editor's height in pixels</td></tr><tr><td>%W</td><td>editor's width in characters</td></tr><tr><td>%H</td><td>editor's height in characters</td></tr><tr><td>%%</td><td>%</td></tr></table></source> + <translation><table border=1 cellspacing=0 cellpadding=3><tr><th>Spremenljivka</th><th>Se razÅ¡iri v</th></tr><tr><td>%f</td><td>ime datoteke</td></tr><tr><td>%l</td><td>Å¡tevilko trenutne vrstice</td></tr><tr><td>%c</td><td>Å¡tevilko trenutnega stolpca</td></tr><tr><td>%x</td><td>urejevalnikov vodoravni položaj na zaslonu</td></tr><tr><td>%y</td><td>urejevalnikov navpiÄni položaj na zaslonu</td></tr><tr><td>%w</td><td>urejevalnikovo Å¡irino v pikah</td></tr><tr><td>%h</td><td>urejevalnikovo viÅ¡ino v pikah</td></tr><tr><td>%W</td><td>urejevalnikovo Å¡irino v znakih</td></tr><tr><td>%H</td><td>urejevalnikovo viÅ¡ino v znakih</td></tr><tr><td>%%</td><td>%</td></tr></table></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Next Document in History</source> + <translation type="obsolete">Naslednji dokument v zgodovini</translation> + </message> + <message> + <location/> + <source>Previous Document in History</source> + <translation type="obsolete">Predhodni dokument v zgodovini</translation> + </message> + <message> + <location/> + <source>Go back</source> + <translation type="obsolete">Pojdi nazaj</translation> + </message> + <message> + <location/> + <source>Go forward</source> + <translation type="obsolete">Pojdi naprej</translation> + </message> + <message> + <location/> + <source>Could not open the file for edit with SCC.</source> + <translation type="obsolete">Ni bilo moÄ odpreti datoteke za urejanje v SCC.</translation> + </message> +</context> +<context> + <name>Core::FileManager</name> + <message> + <location filename="../../../src/plugins/coreplugin/filemanager.cpp" line="+306"/> + <source>Cannot save file</source> + <translation>Ni moÄ shraniti datoteke</translation> + </message> + <message> + <location line="+1"/> + <source>Cannot save changes to '%1'. Do you want to continue and lose your changes?</source> + <translation>Ni moÄ shraniti sprememb v »%1«. Ali želite nadaljevati in izgubiti svoje spremembe?</translation> + </message> + <message> + <location line="+113"/> + <source>Overwrite?</source> + <translation>Nadomestim?</translation> + </message> + <message> + <location line="+1"/> + <source>An item named '%1' already exists at this location. Do you want to overwrite it?</source> + <translation>Datoteka z imenom »%1« na tej lokaciji že obstaja. Ali jo želite nadomestiti?</translation> + </message> + <message> + <location line="+35"/> + <source>Save File As</source> + <translation>Shrani datoteko kot</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Can't save file</source> + <translation type="obsolete">Ni moÄ shraniti datoteke</translation> + </message> + <message> + <location/> + <source>Can't save changes to '%1'. Do you want to continue and loose your changes?</source> + <translation type="obsolete">Ni moÄ shraniti sprememb v »%1«. Ali želite nadaljevati in izgubiti svoje spremembe?</translation> + </message> +</context> +<context> + <name>Core::Internal::ComboBox</name> + <message> + <location filename="../../../src/plugins/coreplugin/sidebar.cpp" line="+371"/> + <source>Activate %1</source> + <translation>Aktiviraj %1</translation> + </message> +</context> +<context> + <name>Core::Internal::EditMode</name> + <message> + <location filename="../../../src/plugins/coreplugin/editmode.cpp" line="+95"/> + <source>Edit</source> + <translation>Urejanje</translation> + </message> +</context> +<context> + <name>Core::Internal::EditorSplitter</name> + <message> + <location filename="../../../src/plugins/coreplugin/editormanager/editorsplitter.cpp" line="+75"/> + <source>Split Left/Right</source> + <translation>Razdeli levo/desno</translation> + </message> + <message> + <location line="+7"/> + <source>Split Top/Bottom</source> + <translation>Razdeli zgoraj/spodaj</translation> + </message> + <message> + <location line="+7"/> + <source>Unsplit</source> + <translation>Odstrani razdelitev</translation> + </message> + <message> + <location line="+11"/> + <source>Default Splitter Layout</source> + <translation>Privzeta postavitev delitelja</translation> + </message> + <message> + <location line="+3"/> + <source>Save Current as Default</source> + <translation>Shrani trenutno kot privzeto</translation> + </message> + <message> + <location line="+7"/> + <source>Restore Default Layout</source> + <translation>Obnovi privzeto postavitev</translation> + </message> + <message> + <location line="+11"/> + <source>Previous Document</source> + <translation>Predhodni dokument</translation> + </message> + <message> + <location line="+2"/> + <source>Alt+Left</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Next Document</source> + <translation>Naslednji dokument</translation> + </message> + <message> + <location line="+2"/> + <source>Alt+Right</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Previous Group</source> + <translation>Predhodna skupina</translation> + </message> + <message> + <location line="+6"/> + <source>Next Group</source> + <translation>Naslednja skupina</translation> + </message> + <message> + <location line="+6"/> + <source>Move Document to Previous Group</source> + <translation>Premakni dokument v predhodno skupino</translation> + </message> + <message> + <location line="+6"/> + <source>Move Document to Next Group</source> + <translation>Premakni dokument v naslednjo skupino</translation> + </message> +</context> +<context> + <name>Core::Internal::EditorView</name> + <message id="===============EditorView===================="> + <location filename="../../../src/plugins/coreplugin/editormanager/editorview.cpp" line="-442"/> + <source>Go Back</source> + <translation>Pojdi nazaj</translation> + </message> + <message> + <location line="+2"/> + <source>Go Forward</source> + <translation>Pojdi naprej</translation> + </message> + <message> + <location line="+73"/> + <location line="+37"/> + <source>Placeholder</source> + <translation>Vsebnik</translation> + </message> + <message> + <location line="-31"/> + <source>Close</source> + <translation>Zapri</translation> + </message> + <message> + <location line="+213"/> + <source>Make writable</source> + <translation>Spremeni v zapisljivo</translation> + </message> + <message> + <location line="+4"/> + <source>File is writable</source> + <translation>Datoteka je zapisljiva</translation> + </message> + <message> + <location line="+57"/> + <source>Copy full path to clipboard</source> + <translation>Skopiraj celotno pot na odložiÅ¡Äe</translation> + </message> +</context> +<context> + <name>Core::Internal::GeneralSettings</name> + <message> + <location filename="../../../src/plugins/coreplugin/generalsettings.cpp" line="+56"/> + <source>General</source> + <translation>SploÅ¡no</translation> + </message> + <message> + <location line="+10"/> + <source>Environment</source> + <translation>Okolje</translation> + </message> + <message> + <location line="+77"/> + <source>Variables</source> + <translation>Spremenljivke</translation> + </message> + <message> + <location filename="../../../src/plugins/coreplugin/generalsettings.ui"/> + <source>General settings</source> + <translation>SploÅ¡ne nastavitve</translation> + </message> + <message> + <location/> + <source>User &interface color:</source> + <translation>Barva &uporabniÅ¡kega vmesnika:</translation> + </message> + <message> + <location/> + <source>Reset to default</source> + <translation>Ponastavi na privzeto</translation> + </message> + <message> + <location/> + <source>R</source> + <translation>P</translation> + </message> + <message> + <location/> + <source>Terminal:</source> + <translation>Konzola:</translation> + </message> + <message> + <location/> + <source>External editor:</source> + <translation>Zunanji urejevalnik:</translation> + </message> + <message> + <location/> + <source>?</source> + <translation>?</translation> + </message> + <message> + <location/> + <source>When files are externally modified:</source> + <translation>Ko so datoteke spremenjene od zunaj:</translation> + </message> + <message> + <location/> + <source>Always ask</source> + <translation>Vedno vpraÅ¡aj</translation> + </message> + <message> + <location/> + <source>Reload all modified files</source> + <translation>Znova naloži vse spremenjene datoteke</translation> + </message> + <message> + <location/> + <source>Ignore modifications</source> + <translation>Prezri spremembe</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Core::Internal::MainWindow</name> + <message> + <location filename="../../../src/plugins/coreplugin/mainwindow.cpp" line="+157"/> + <source>Qt Creator</source> + <translation>Qt Creator</translation> + </message> + <message> + <location line="+143"/> + <source>Output</source> + <translation>Izhod</translation> + </message> + <message> + <location line="+161"/> + <source>&File</source> + <translation>&Datoteka</translation> + </message> + <message> + <location line="+14"/> + <source>&Edit</source> + <translation>&Urejanje</translation> + </message> + <message> + <location line="+11"/> + <source>&Tools</source> + <translation>&Orodja</translation> + </message> + <message> + <location line="+5"/> + <source>&Window</source> + <translation>O&kno</translation> + </message> + <message> + <location line="+10"/> + <source>&Help</source> + <translation>&PomoÄ</translation> + </message> + <message> + <location line="+62"/> + <source>&New File or Project...</source> + <translation>&Nova datoteka ali projekt ...</translation> + </message> + <message> + <location line="+7"/> + <source>&Open File or Project...</source> + <translation>&Odpri datoteko ali projekt ...</translation> + </message> + <message> + <location line="+7"/> + <source>&Open File With...</source> + <translation>&Odpri datoteko v ...</translation> + </message> + <message> + <location line="+8"/> + <source>Recent Files</source> + <translation>Nedavne datoteke</translation> + </message> + <message> + <location line="+3"/> + <location line="+4"/> + <source>&Save</source> + <translation>&Shrani</translation> + </message> + <message> + <location line="+4"/> + <location line="+6"/> + <source>Save &As...</source> + <translation>Shrani &kot ...</translation> + </message> + <message> + <location line="-3"/> + <location line="+10"/> + <source>Ctrl+Shift+S</source> + <translation></translation> + </message> + <message> + <location line="-3"/> + <source>Save A&ll</source> + <translation>Shrani &vse</translation> + </message> + <message> + <location line="+9"/> + <source>&Print...</source> + <translation>&Natisni ...</translation> + </message> + <message> + <location line="+5"/> + <source>E&xit</source> + <translation>KonÄa&j</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Q</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <location line="+4"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+5"/> + <location line="+4"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> + <message> + <location line="+5"/> + <source>Cu&t</source> + <translation>&Izreži</translation> + </message> + <message> + <location line="+7"/> + <source>&Copy</source> + <translation>S&kopiraj</translation> + </message> + <message> + <location line="+7"/> + <source>&Paste</source> + <translation>Pri&lepi</translation> + </message> + <message> + <location line="+7"/> + <source>&Select All</source> + <translation>&Izberi vse</translation> + </message> + <message> + <location line="+7"/> + <source>&Go To Line...</source> + <translation>Pojdi v &vrstico ...</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+L</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>&Options...</source> + <translation>&Možnosti ...</translation> + </message> + <message> + <location line="+11"/> + <source>Minimize</source> + <translation>PomanjÅ¡aj</translation> + </message> + <message> + <location line="+7"/> + <source>Zoom</source> + <translation>PoveÄava</translation> + </message> + <message> + <location line="+12"/> + <source>Show Sidebar</source> + <translation>Prikaži stranski pas</translation> + </message> + <message> + <location line="+15"/> + <source>Full Screen</source> + <translation>Celozaslonski naÄin</translation> + </message> + <message> + <location line="+10"/> + <source>About &Qt Creator</source> + <translation>O &Qt Creatorju</translation> + </message> + <message> + <location line="+2"/> + <source>About &Qt Creator...</source> + <translation>O &Qt Creatorju ...</translation> + </message> + <message> + <location line="+11"/> + <source>About &Plugins...</source> + <translation>O &vstavkih ...</translation> + </message> + <message> + <location line="+25"/> + <source>New...</source> + <comment>Title of dialog</comment> + <translation>Novo ...</translation> + </message> + <message> + <location line="+511"/> + <source>Settings...</source> + <translation>Nastavitve ...</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>&New...</source> + <translation type="obsolete">&Novo ...</translation> + </message> + <message> + <location/> + <source>&Open...</source> + <translation type="obsolete">&Odpri ...</translation> + </message> + <message> + <location/> + <source>&Open With...</source> + <translation type="obsolete">&Odpri z ...</translation> + </message> + <message> + <location/> + <source>New</source> + <comment>Title of dialog</comment> + <translation type="obsolete">Novo</translation> + </message> +</context> +<context> + <name>Core::Internal::MessageOutputWindow</name> + <message> + <location filename="../../../src/plugins/coreplugin/messageoutputwindow.cpp" line="+76"/> + <source>General</source> + <translation>SploÅ¡no</translation> + </message> +</context> +<context> + <name>Core::Internal::NavComboBox</name> + <message> + <location filename="../../../src/plugins/coreplugin/navigationwidget.cpp" line="+527"/> + <source>Activate %1</source> + <translation>Aktiviraj %1</translation> + </message> +</context> +<context> + <name>Core::Internal::NavigationSubWidget</name> + <message> + <location line="-146"/> + <source>Split</source> + <translation>Razdeli</translation> + </message> + <message> + <location line="+3"/> + <source>Close</source> + <translation>Zapri</translation> + </message> +</context> +<context> + <name>Core::Internal::NavigationWidget</name> + <message> + <location line="-40"/> + <source>Activate %1 Pane</source> + <translation>Aktiviraj podokno %1</translation> + </message> +</context> +<context> + <name>Core::Internal::NewDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/newdialog.ui"/> + <source>New Project</source> + <translation>Nov projekt</translation> + </message> + <message> + <location/> + <source>1</source> + <translation>1</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> +</context> +<context> + <name>Core::Internal::OpenEditorsWidget</name> + <message> + <location filename="../../../src/plugins/coreplugin/editormanager/openeditorsview.cpp" line="+100"/> + <location line="+147"/> + <source>Open Documents</source> + <translation>Odprti dokumenti</translation> + </message> + <message> + <location line="-39"/> + <source>Close %1</source> + <translation>Zapri %1</translation> + </message> + <message> + <location line="+1"/> + <source>Close Editor</source> + <translation>Zapri urejevalnik</translation> + </message> + <message> + <location line="+2"/> + <source>Close All Except %1</source> + <translation>Zapri vse, razen %1</translation> + </message> + <message> + <location line="+1"/> + <source>Close Other Editors</source> + <translation>Zapri druge urejevalnike</translation> + </message> + <message> + <location line="+1"/> + <source>Close All Editors</source> + <translation>Zapri vse urejevalnike</translation> + </message> +</context> +<context> + <name>Core::Internal::OpenEditorsWindow</name> + <message> + <location filename="../../../src/plugins/coreplugin/editormanager/openeditorswindow.cpp" line="+210"/> + <location line="+27"/> + <source>*</source> + <translation>*</translation> + </message> +</context> +<context> + <name>Core::Internal::OpenWithDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/openwithdialog.cpp" line="+43"/> + <source>Open file '%1' with:</source> + <translation>Odpri datoteko »%1« v:</translation> + </message> +</context> +<context> + <name>Core::Internal::OutputPaneManager</name> + <message> + <location filename="../../../src/plugins/coreplugin/outputpane.cpp" line="+173"/> + <source>Output</source> + <translation>Izhod</translation> + </message> + <message> + <location line="+4"/> + <source>Clear</source> + <translation>PoÄisti</translation> + </message> + <message> + <location line="+5"/> + <source>Next Item</source> + <translation>Naslednja postavka</translation> + </message> + <message> + <location line="+5"/> + <source>Previous Item</source> + <translation>Predhodna postavka</translation> + </message> + <message> + <location line="+62"/> + <source>Output &Panes</source> + <translation>&Podokna z izhodom</translation> + </message> +</context> +<context> + <name>Core::Internal::PluginDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/plugindialog.cpp" line="+54"/> + <source>Details</source> + <translation>Podrobnosti</translation> + </message> + <message> + <location line="+1"/> + <source>Error Details</source> + <translatorcomment>Fehlermeldungen zu %1 +</translatorcomment> + <translation>Podrobnosti napake</translation> + </message> + <message> + <location line="+1"/> + <source>Close</source> + <translation>Zapri</translation> + </message> + <message> + <location line="+15"/> + <source>Installed Plugins</source> + <translation>NameÅ¡Äeni vstavki</translation> + </message> + <message> + <location line="+35"/> + <source>Plugin Details of %1</source> + <translation>Podrobnosti vstavka %1</translation> + </message> + <message> + <location line="+20"/> + <source>Plugin Errors of %1</source> + <translation>Napake vstavka %1</translation> + </message> +</context> +<context> + <name>Core::Internal::ProgressView</name> + <message> + <location filename="../../../src/plugins/coreplugin/progressmanager/progressview.cpp" line="+47"/> + <source>Processes</source> + <translation>Procesi</translation> + </message> +</context> +<context> + <name>Core::Internal::SaveItemsDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/saveitemsdialog.cpp" line="+55"/> + <source>Do not Save</source> + <translation>Ne shrani</translation> + </message> + <message> + <location line="+44"/> + <source>Save All</source> + <translation>Shrani vse</translation> + </message> + <message> + <location line="+3"/> + <source>Save</source> + <translation>Shrani</translation> + </message> + <message> + <location line="+3"/> + <source>Save Selected</source> + <translation>Shrani izbrane</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Don't Save</source> + <translation type="obsolete">Ne shrani</translation> + </message> +</context> +<context> + <name>Core::Internal::ShortcutSettings</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/shortcutsettings.cpp" line="+72"/> + <source>Keyboard</source> + <translation>Tipkovnica</translation> + </message> + <message> + <location line="+10"/> + <source>Environment</source> + <translation>Okolje</translation> + </message> + <message> + <location line="+157"/> + <source>Import Keyboard Mapping Scheme</source> + <translation>Uvozi shemo preslikave tipkovnice</translation> + </message> + <message> + <location line="+2"/> + <location line="+32"/> + <source>Keyboard Mapping Scheme (*.kms)</source> + <translation>Shema preslikave tipkovnice (*.kms)</translation> + </message> + <message> + <location line="-2"/> + <source>Export Keyboard Mapping Scheme</source> + <translation>Izvozi shemo preslikave tipkovnice</translation> + </message> +</context> +<context> + <name>Core::Internal::SideBarWidget</name> + <message> + <location filename="../../../src/plugins/coreplugin/sidebar.cpp" line="-130"/> + <source>Split</source> + <translation>Razdeli</translation> + </message> + <message> + <location line="+5"/> + <source>Close</source> + <translation>Zapri</translation> + </message> +</context> +<context> + <name>Core::Internal::VersionDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/versiondialog.cpp" line="+58"/> + <source>About Qt Creator</source> + <translation>O Qt Creatorju</translation> + </message> + <message> + <location line="+11"/> + <source>From revision %1<br/></source> + <extracomment>This gets conditionally inserted as argument %8 into the description string. +</extracomment> + <translation>Od revizije %1<br/></translation> + </message> + <message> + <location line="+3"/> + <source><h3>Qt Creator %1</h3>Based on Qt %2 (%3 bit)<br/><br/>Built on %4 at %5<br /><br/>%8<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/></source> + <translation><h3>Qt Creator %1</h3>Temelji na Qt %2 (%3-biten)<br/><br/>Zgrajen dne %4 ob %5<br /><br/>%8<br/>Avtorske pravice 2008-%6 %7. Vse pravice pridržane.<br/><br/>Program je na voljo KOT TAK, BREZ KAKRÅ NEGAKOLI JAMSTVA, niti jamstva USTREZNOSTI ZA PRODAJO niti PRIMERNOSTI ZA UPORABO.<br/></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source><h3>Qt Creator %1</h3>Based on Qt %2<br/><br/>Built on </source> + <translation type="obsolete"><h3>Qt Creator %1</h3>Temelji na Qt %2<br/><br/>Zgrajen </translation> + </message> +</context> +<context> + <name>Core::ModeManager</name> + <message> + <location filename="../../../src/plugins/coreplugin/modemanager.cpp" line="+145"/> + <source>Switch to %1 mode</source> + <translation>Preklopi v naÄin %1</translation> + </message> +</context> +<context> + <name>Core::ScriptManager</name> + <message> + <location filename="../../../src/plugins/coreplugin/scriptmanager/scriptmanager.cpp" line="+228"/> + <source>Exception at line %1: %2 +%3</source> + <translation>Izjema v vrstici %1: %2 +%3</translation> + </message> + <message> + <location line="+66"/> + <source>Unknown error</source> + <translation>Neznana napaka</translation> + </message> +</context> +<context> + <name>Core::StandardFileWizard</name> + <message> + <location filename="../../../src/plugins/coreplugin/basefilewizard.cpp" line="+53"/> + <source>New %1</source> + <translatorcomment>TODO: Grammatical case problem +</translatorcomment> + <translation>Novo: %1</translation> + </message> +</context> +<context> + <name>CppEditor::Internal::CPPEditor</name> + <message> + <location filename="../../../src/plugins/cppeditor/cppeditor.cpp" line="+615"/> + <source>Sort alphabetically</source> + <translation>Razvrsti po abecedi</translation> + </message> + <message> + <location line="+163"/> + <source>This change cannot be undone.</source> + <translation>Te spremembe ni moÄ razveljaviti.</translation> + </message> + <message> + <location line="+1"/> + <source>Yes, I know what I am doing.</source> + <translation>Da, vem kaj poÄnem.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Reformat Document</source> + <translation type="obsolete">Preoblikuj dokument</translation> + </message> +</context> +<context> + <name>CppEditor::Internal::ClassNamePage</name> + <message> + <location filename="../../../src/plugins/cppeditor/cppclasswizard.cpp" line="+63"/> + <source>Enter class name</source> + <translation>Vnesite ime razreda</translation> + </message> + <message> + <location line="+1"/> + <source>The header and source file names will be derived from the class name</source> + <translation>Imeni datotek z glavo in izvorno kodo bosta izpeljani iz imena razreda</translation> + </message> + <message> + <location line="+26"/> + <source>Configure...</source> + <translation>Nastavi ...</translation> + </message> +</context> +<context> + <name>CppEditor::Internal::CppClassWizard</name> + <message> + <location line="+117"/> + <source>Error while generating file contents.</source> + <translation>Napaka med ustvarjanjem vsebine datotek.</translation> + </message> +</context> +<context> + <name>CppEditor::Internal::CppClassWizardDialog</name> + <message> + <location line="-67"/> + <source>C++ Class Wizard</source> + <translation>ÄŒarovnik razreda C++</translation> + </message> +</context> +<context> + <name>CppEditor::Internal::CppHoverHandler</name> + <message> + <location filename="../../../src/plugins/cppeditor/cpphoverhandler.cpp" line="+87"/> + <source>Unfiltered</source> + <translation>Nefiltrirano</translation> + </message> +</context> +<context> + <name>CppEditor::Internal::CppPlugin</name> + <message> + <location filename="../../../src/plugins/cppeditor/cppplugin.cpp" line="+174"/> + <source>C++</source> + <translation>C++</translation> + </message> + <message> + <location line="+2"/> + <source>C++ Header File</source> + <translation>Datoteka z glavo C++</translation> + </message> + <message> + <location line="-1"/> + <source>Creates a C++ header file.</source> + <translation>Ustvari datoteko z glavo C++.</translation> + </message> + <message> + <location line="+4"/> + <source>Creates a C++ source file.</source> + <translation>Ustvari datoteko z izvorno kodo C++.</translation> + </message> + <message> + <location line="+1"/> + <source>C++ Source File</source> + <translation>Datoteka z izvorno kodo C++</translation> + </message> + <message> + <location line="+4"/> + <source>C++ Class</source> + <translation>Razred C++</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a header and a source file for a new class.</source> + <translation>Ustvari datoteki z glavo in izvorno kodo za nov razred.</translation> + </message> + <message> + <location line="+11"/> + <source>Follow Symbol under Cursor</source> + <translation>Sledi simbolu pod kazalcem</translation> + </message> + <message> + <location line="+9"/> + <source>Switch between Method Declaration/Definition</source> + <translation>Preklopi med deklaracijo in definicijo metode</translation> + </message> + <message> + <location line="+9"/> + <source>Find Usages</source> + <translation>Najdi uporabe</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+U</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Rename Symbol under Cursor</source> + <translation>Preimenuj simbol pod kazalcem</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Creates a new C++ header file.</source> + <translation type="obsolete">Ustvari novo datoteko z glavo C++.</translation> + </message> + <message> + <location/> + <source>Creates a new C++ source file.</source> + <translation type="obsolete">Ustvari novo datoteko z izvorno kodo C++</translation> + </message> +</context> +<context> + <name>CppFileSettingsPage</name> + <message> + <location filename="../../../src/plugins/cpptools/cppfilesettingspage.ui"/> + <source>Header suffix:</source> + <translation>KonÄnica glave:</translation> + </message> + <message> + <location/> + <source>Source suffix:</source> + <translation>KonÄnica izvorne kode:</translation> + </message> + <message> + <location/> + <source>File Naming Conventions</source> + <translation>Pravila poimenovanja datotek</translation> + </message> + <message> + <location/> + <source>Lower case file names</source> + <translation>Imena datotek z malimi Ärkami</translation> + </message> + <message> + <location/> + <source>License Template:</source> + <translation>Predloga za licenco:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>This determines how the file names of the class wizards are generated ("MyClass.h" versus "myclass.h").</source> + <translation type="obsolete">To doloÄa, kako so ustvarjena imena datotek v Äarovnikih za razrede (»MojRazred.h« ali »mojrazred.h«).</translation> + </message> + <message> + <location/> + <source>Lower case file names:</source> + <translation type="obsolete">Imena datotek z malimi Ärkami:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>CppPreprocessor</name> + <message> + <location filename="../../../src/plugins/cpptools/cppmodelmanager.cpp" line="+540"/> + <source>%1: No such file or directory</source> + <translation>%1: ta datoteka ali mapa ne obstaja</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppModelManager</name> + <message> + <location line="+295"/> + <source>Scanning</source> + <translation>Pregledovanje</translation> + </message> + <message> + <location line="+42"/> + <source>Indexing</source> + <translation>Indeksiranje</translation> + </message> +</context> +<context> + <name>CppTools</name> + <message> + <location filename="../../../src/plugins/cpptools/cpptoolsconstants.h" line="+53"/> + <source>File Naming Conventions</source> + <translation>Pravila poimenovanja datotek</translation> + </message> + <message> + <location line="+1"/> + <source>C++</source> + <translation>C++</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>File naming conventions</source> + <translation type="obsolete">Pravila poimenovanja datotek</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CompletionSettingsPage</name> + <message> + <location filename="../../../src/plugins/cpptools/completionsettingspage.cpp" line="+57"/> + <source>Completion</source> + <translation>DokonÄevanje</translation> + </message> + <message> + <location line="+10"/> + <source>Text Editor</source> + <translation>Urejevalnik besedil</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppClassesFilter</name> + <message> + <location filename="../../../src/plugins/cpptools/cppclassesfilter.h" line="+46"/> + <source>Classes</source> + <translation>Razredi</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppFunctionsFilter</name> + <message> + <location filename="../../../src/plugins/cpptools/cppfunctionsfilter.h" line="+46"/> + <source>Methods</source> + <translation>Metode</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppToolsPlugin</name> + <message> + <location filename="../../../src/plugins/cpptools/cpptoolsplugin.cpp" line="+120"/> + <source>&C++</source> + <translation>&C++</translation> + </message> + <message> + <location line="+8"/> + <source>Switch Header/Source</source> + <translation>Preklopi med glavo in izvorno kodo</translation> + </message> +</context> +<context> + <name>CppTools::Internal::FunctionArgumentWidget</name> + <message> + <location filename="../../../src/plugins/cpptools/cppcodecompletion.cpp" line="+434"/> + <source>%1 of %2</source> + <translation>%1 od %2</translation> + </message> +</context> +<context> + <name>Debugger</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerconstants.h" line="+55"/> + <source>Common</source> + <translation>SploÅ¡no</translation> + </message> + <message> + <location line="+1"/> + <source>Debugger</source> + <translation>RazhroÅ¡Äevalnik</translation> + </message> + <message> + <location filename="../../../src/plugins/debugger/watchutils.cpp" line="+654"/> + <source><Encoding error></source> + <translation><napaka nabora znakov></translation> + </message> +</context> +<context> + <name>QtDumperHelper</name> + <message> + <location line="+103"/> + <source>Found an outdated version of the debugging helper library (%1); version %2 is required.</source> + <translation>Najdena je bila zastarela razliÄica knjižnice pomoÄnika za razhroÅ¡Äevanje (%1). Potrebna je razliÄica %2.</translation> + </message> + <message numerus="yes"> + <location line="+37"/> + <source>%n known types, Qt version: %1, Qt namespace: %2 Dumper version: %3</source> + <translation type="unfinished"> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + </translation> + </message> + <message> + <location line="-1"/> + <source><none></source> + <translation><brez></translation> + </message> + <message numerus="yes"> + <location filename="Obsolete_PO_entries"/> + <source>%n known types, Qt version: %1, Qt namespace: %2</source> + <translation type="obsolete"> + <numerusform>%n znana vrsta, razliÄica Qt: %1, imenski prostor Qt: %2</numerusform> + <numerusform>%n znani vrsti, razliÄica Qt: %1, imenski prostor Qt: %2</numerusform> + <numerusform>%n znane vrste, razliÄica Qt: %1, imenski prostor Qt: %2</numerusform> + <numerusform>%n znanih vrst, razliÄica Qt: %1, imenski prostor Qt: %2</numerusform> + </translation> + </message> +</context> +<context> + <name>Debugger::Internal::AttachCoreDialog</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerdialogs.cpp" line="+135"/> + <source>Select Executable</source> + <translation>Izberite izvrÅ¡ljivo datoteko</translation> + </message> + <message> + <location line="+3"/> + <source>Select Core File</source> + <translation>Izberite datoteko posnetka</translation> + </message> +</context> +<context> + <name>Debugger::Internal::AttachExternalDialog</name> + <message> + <location line="-58"/> + <source>Process ID</source> + <translation>ID procesa</translation> + </message> + <message> + <location line="+1"/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location line="+1"/> + <source>State</source> + <translation>Stanje</translation> + </message> + <message> + <location line="+167"/> + <source>Refresh</source> + <translation>Osveži</translation> + </message> +</context> +<context> + <name>Debugger::Internal::AddressDialog</name> + <message> + <location line="+220"/> + <source>Select start address</source> + <translation>Izberite zaÄetni naslov</translation> + </message> + <message> + <location line="+3"/> + <source>Enter an address: </source> + <translation>Vnesite naslov: </translation> + </message> +</context> +<context> + <name>Debugger::Internal::BreakHandler</name> + <message> + <location filename="../../../src/plugins/debugger/breakhandler.cpp" line="+200"/> + <source>Marker File:</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Marker Line:</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Breakpoint Number:</source> + <translation>Å tevilka prekinitvene toÄke:</translation> + </message> + <message> + <location line="+2"/> + <source>Breakpoint Address:</source> + <translation>Naslov prekinitvene toÄke:</translation> + </message> + <message> + <location line="+3"/> + <source>Property</source> + <translation>Lastnost</translation> + </message> + <message> + <location line="+1"/> + <source>Requested</source> + <translation>Zahtevana</translation> + </message> + <message> + <location line="+1"/> + <source>Obtained</source> + <translation>Pridobljena</translation> + </message> + <message> + <location line="+1"/> + <source>Internal Number:</source> + <translation>Notranja Å¡tevilka:</translation> + </message> + <message> + <location line="+2"/> + <source>File Name:</source> + <translation>Ime datoteke:</translation> + </message> + <message> + <location line="+2"/> + <source>Function Name:</source> + <translation>Ime funkcije:</translation> + </message> + <message> + <location line="+2"/> + <source>Line Number:</source> + <translation>Å tevilka vrstice:</translation> + </message> + <message> + <location line="+2"/> + <source>Condition:</source> + <translation>Pogoj:</translation> + </message> + <message> + <location line="+2"/> + <source>Ignore Count:</source> + <translation>Å tevilo prezrtij:</translation> + </message> + <message> + <location line="+215"/> + <source>Number</source> + <translation>Å tevilka</translation> + </message> + <message> + <location line="+0"/> + <source>Function</source> + <translation>Funkcija</translation> + </message> + <message> + <location line="+0"/> + <source>File</source> + <translation>Datoteka</translation> + </message> + <message> + <location line="+0"/> + <source>Line</source> + <translation>Vrstica</translation> + </message> + <message> + <location line="+1"/> + <source>Condition</source> + <translation>Pogoj</translation> + </message> + <message> + <location line="+0"/> + <source>Ignore</source> + <translation>Prezri</translation> + </message> + <message> + <location line="+0"/> + <source>Address</source> + <translation>Naslov</translation> + </message> + <message> + <location line="+62"/> + <source>Breakpoint will only be hit if this condition is met.</source> + <translation>Prekinitvena toÄka velja, samo Äe je izpolnjen ta pogoj.</translation> + </message> + <message> + <location line="+6"/> + <source>Breakpoint will only be hit after being ignored so many times.</source> + <translation>Prekinitvena toÄka velja, samo po tolikÅ¡nem Å¡tevilu prezrtij.</translation> + </message> +</context> +<context> + <name>Debugger::Internal::BreakWindow</name> + <message> + <location filename="../../../src/plugins/debugger/breakwindow.cpp" line="+86"/> + <source>Breakpoints</source> + <translation>Prekinitvene toÄke</translation> + </message> + <message> + <location line="+61"/> + <source>Delete breakpoint</source> + <translation>ZbriÅ¡i prekinitveno toÄko</translation> + </message> + <message> + <location line="+3"/> + <source>Delete all breakpoints</source> + <translation>ZbriÅ¡i vse prekinitvene toÄke</translation> + </message> + <message> + <location line="+13"/> + <source>Delete breakpoints of "%1"</source> + <translation>ZbriÅ¡i prekinitvene toÄke za »%1«</translation> + </message> + <message> + <location line="+6"/> + <source>Delete breakpoints of file</source> + <translation>ZbriÅ¡i prekinitvene toÄke za datoteko</translation> + </message> + <message> + <location line="+4"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+2"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> + <message> + <location line="+4"/> + <source>Edit condition...</source> + <translation>Urejanje pogoja ...</translation> + </message> + <message> + <location line="+3"/> + <source>Synchronize breakpoints</source> + <translation>Uskladi prekinitvene toÄke</translation> + </message> + <message> + <location line="+6"/> + <source>Disable breakpoint</source> + <translation>OnemogoÄi prekinitveno toÄko</translation> + </message> + <message> + <location line="+0"/> + <source>Enable breakpoint</source> + <translation>OmogoÄi prekinitveno toÄko</translation> + </message> + <message> + <location line="+5"/> + <source>Use short path</source> + <translation>Uporabi kratko pot</translation> + </message> + <message> + <location line="+0"/> + <source>Use full path</source> + <translation>Uporabi polno pot</translation> + </message> + <message> + <location line="+4"/> + <source>Set Breakpoint at Function...</source> + <translation>Nastavi prekinitveno toÄko pri funkciji ...</translation> + </message> + <message> + <location line="+1"/> + <source>Set Breakpoint at Function "main"</source> + <translation>Nastavi prekinitveno toÄko pri funkciji »main«</translation> + </message> + <message> + <location line="+101"/> + <source>Conditions on Breakpoint %1</source> + <translation>Pogoji pri prekinitveni toÄki %1</translation> + </message> +</context> +<context> + <name>Debugger::Internal::CdbDebugEngine</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdbdebugengine.cpp" line="+133"/> + <source>Unable to load the debugger engine library '%1': %2</source> + <translation>Ni moÄ naložiti knjižnice razhroÅ¡Äevalnega pogona »%1«: %2</translation> + </message> + <message> + <location line="+17"/> + <source>The function "%1()" failed: %2</source> + <extracomment>Function call failed +</extracomment> + <translation>Funkcija »%1()« ni uspela: %2</translation> + </message> + <message> + <location line="+112"/> + <source>Unable to resolve '%1' in the debugger engine library '%2'</source> + <translation>Ni moÄ razreÅ¡iti »%1« v knjižnici razhroÅ¡Äevalnega pogona »%2«</translation> + </message> + <message> + <location line="+349"/> + <source>Version: %1</source> + <translation>RazliÄica: %1</translation> + </message> + <message> + <location line="+2"/> + <source><html>The installed version of the <i>Debugging Tools for Windows</i> (%1) is rather old. Upgrading to version %2 is recommended for the proper display of Qt's data types.</html></source> + <translation><html>NameÅ¡Äena razliÄica <i>Debugging Tools for Windows</i> (%1) je precej stara. Da bodo podatkovne vrste Qt pravilno prikazane, je priporoÄljiva nadgradnja na razliÄico %2.</translation> + </message> + <message> + <location line="+4"/> + <source>Debugger</source> + <translation>RazhroÅ¡Äevalnik</translation> + </message> + <message> + <location line="+33"/> + <source>The dumper library was not found at %1.</source> + <translation>Knjižnica odlagalnika v %1 ni bila najdena.</translation> + </message> + <message> + <location line="+33"/> + <source>The console stub process was unable to start '%1'.</source> + <translation>Konzolni nastavek procesa ni mogel zagnati »%1«.</translation> + </message> + <message> + <location line="+8"/> + <source>Attaching to core files is not supported!</source> + <translation>Priklapljanje na datoteko s posnetkom ni podprto.</translation> + </message> + <message> + <location line="+4"/> + <source>Debugger running</source> + <translation>RazhroÅ¡Äevalnik je zagnan</translation> + </message> + <message> + <location line="+30"/> + <source>Attaching to a process failed for process id %1: %2</source> + <translation>Priklapljanje na proces z ID-jem %1 ni uspelo: %2</translation> + </message> + <message> + <location line="+27"/> + <source>Unable to set the image path to %1: %2</source> + <translation>Ni moÄ nastaviti poti slike na %1: %2</translation> + </message> + <message> + <location line="+31"/> + <source>Unable to create a process '%1': %2</source> + <translation>Ni moÄ ustvariti procesa »%1«: %2</translation> + </message> + <message> + <location line="+43"/> + <source>The process exited with exit code %1.</source> + <translation>Proces se je konÄal z izhodno kodo %1.</translation> + </message> + <message> + <location line="+191"/> + <source>Continuing with '%1'...</source> + <translation>Nadaljevanje z »%1« ...</translation> + </message> + <message> + <location line="+8"/> + <source>Unable to continue: %1</source> + <translation>Ni moÄ nadaljevati: %1</translation> + </message> + <message> + <location line="+24"/> + <source>Reverse stepping is not implemented.</source> + <translation>Korakanje nazaj ni implementirano.</translation> + </message> + <message> + <location line="+6"/> + <source>Thread %1 cannot be stepped.</source> + <translation>Po niti %1 ni moÄ korakati.</translation> + </message> + <message> + <location line="+27"/> + <source>Stepping %1</source> + <translation>Korakanje po %1</translation> + </message> + <message> + <location line="+63"/> + <source>Running to 0x%1...</source> + <translation>Zaganjanje do 0x%1 ...</translation> + </message> + <message> + <location line="+67"/> + <source>Running requested...</source> + <translation>Zaganjanje zahtevanega ...</translation> + </message> + <message> + <location line="+59"/> + <source>Running up to %1:%2...</source> + <translation>Zaganjanje do %1:%2 ...</translation> + </message> + <message> + <location line="+14"/> + <source>Running up to function '%1()'...</source> + <translation>Zaganjanje do funkcije »%1()« ...</translation> + </message> + <message> + <location line="+13"/> + <source>Jump to line is not implemented</source> + <translation>Skakanje v vrstico ni implementirano</translation> + </message> + <message> + <location line="+27"/> + <source>Unable to assign the value '%1' to '%2': %3</source> + <translation>»%2« ni moÄ dodeliti vrednosti »%1«: %3</translation> + </message> + <message> + <location line="+239"/> + <source>Unable to retrieve %1 bytes of memory at 0x%2: %3</source> + <translation>Ni moÄ pridobiti %1 B pomnilnika na 0x%2: %3</translation> + </message> + <message> + <location line="+32"/> + <source>Cannot retrieve symbols while the debuggee is running.</source> + <translation>Ni moÄ pridobiti simbolov, medtem ko je razhroÅ¡Äevan proces zagnan.</translation> + </message> + <message> + <location line="+64"/> + <location line="+6"/> + <source>Debugger Error</source> + <translation>Napaka razhroÅ¡Äevalnika</translation> + </message> + <message> + <location line="+27"/> + <source>Ignoring initial breakpoint...</source> + <translation>Preziranje zaÄetne prekinitvene toÄke ...</translation> + </message> + <message> + <location line="+55"/> + <source>Interrupted in thread %1, current thread: %2</source> + <translation>Prekinjeno v niti %1, trenutna nit: %2</translation> + </message> + <message> + <location line="+1"/> + <source>Stopped, current thread: %1</source> + <translation>Ustavljeno, trenutna nit: %1</translation> + </message> + <message> + <location line="+51"/> + <source>Changing threads: %1 -> %2</source> + <translation>Zamenjava niti: %1 → %2</translation> + </message> + <message> + <location line="+80"/> + <source>Thread %1: Missing debug information for top stack frame (%2).</source> + <translation>Nit %1: manjkajo razhroÅ¡Äevalni podatki za vrhnji okvir sklada (%2).</translation> + </message> + <message> + <location line="+1"/> + <source>Thread %1: No debug information available (%2).</source> + <translation>Nit %1: razhroÅ¡Äevalni podatki niso razpoložljivi (%2).</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>The dumper library '%1' does not exist.</source> + <translation type="obsolete">Knjižnica odlagalnika »%1« ne obstaja.</translation> + </message> + <message> + <location/> + <source>CdbDebugEngine: Attach to core not supported!</source> + <translation type="obsolete">CdbDebugEngine: priklapljanje na posnetek ni podprto.</translation> + </message> + <message> + <location/> + <source>Debugger Running</source> + <translation type="obsolete">RazhroÅ¡Äevalnik je zagnan</translation> + </message> + <message> + <location/> + <source>AttachProcess failed for pid %1: %2</source> + <translation type="obsolete">AttachProcess je spodletel za PID %1: %2</translation> + </message> + <message> + <location/> + <source>CreateProcess2Wide failed for '%1': %2</source> + <translation type="obsolete">CreateProcess2Wide je spodletel za »%1«: %2</translation> + </message> +</context> +<context> + <name>Debugger::Internal::CdbDumperHelper</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdbdumperhelper.cpp" line="+209"/> + <source>injection</source> + <translation>vstavek</translation> + </message> + <message> + <location line="+1"/> + <source>debugger call</source> + <translation>klic razhroÅ¡Äevalnika</translation> + </message> + <message> + <location line="+5"/> + <source>Loading the custom dumper library '%1' (%2) ...</source> + <translation>Nalaganje knjižnice odlagalnika po meri »%1« (%2) ...</translation> + </message> + <message> + <location line="+7"/> + <source>Loading of the custom dumper library '%1' (%2) failed: %3</source> + <translation>Nalaganje knjižnice odlagalnika po meri »%1« (%2) ni uspelo: %3</translation> + </message> + <message> + <location line="+7"/> + <source>Loaded the custom dumper library '%1' (%2).</source> + <translation>Knjižnica odlagalnika po meri »%1« (%2) je bila naložena.</translation> + </message> + <message> + <location line="+62"/> + <source>Stopped / Custom dumper library initialized.</source> + <translation>Ustavljen / Knjižnica odlagalnika po meri je bila inicializirana.</translation> + </message> + <message> + <location line="+77"/> + <source>Disabling dumpers due to debuggee crash...</source> + <translation>OnemogoÄanje odlagalnikov, ker se je razhroÅ¡Äevani sesul ...</translation> + </message> + <message> + <location line="-43"/> + <source>The debuggee does not appear to be Qt application.</source> + <translation>Kot kaže razhroÅ¡Äevani ni program napisan s Qt.</translation> + </message> + <message> + <location line="+10"/> + <source>Initializing dumpers...</source> + <translation>Inicializiranje odlagalnikov ...</translation> + </message> + <message> + <location line="-39"/> + <source>The custom dumper library could not be initialized: %1</source> + <translation>Knjižnice odlagalnika po meri ni bilo moÄ inicializirati: %1</translation> + </message> + <message> + <location line="+411"/> + <source>Querying dumpers for '%1'/'%2' (%3)</source> + <translation>Pri odlagalnikih poizvedujem po »%1«/»%2« (%3)</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Custom dumper library initialized.</source> + <translation type="obsolete">Knjižnica odlagalnika po meri je bila inicializirana.</translation> + </message> +</context> +<context> + <name>Debugger::Internal::CdbOptionsPageWidget</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdboptionspage.cpp" line="-23"/> + <source>Cdb</source> + <translation>CDB</translation> + </message> + <message> + <location line="+35"/> + <source>Autodetect</source> + <translation>Samodejno zaznaj</translation> + </message> + <message> + <location line="+35"/> + <source>"Debugging Tools for Windows" could not be found.</source> + <translation>Ni bilo moÄ najti »Debugging Tools for Windows«.</translation> + </message> + <message> + <location line="+1"/> + <source>Checked: +%1</source> + <translation>Preverjeno: +%1</translation> + </message> + <message> + <location line="+1"/> + <source>Autodetection</source> + <translation>Samodejna zaznava</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>CDB</source> + <translation type="obsolete">CDB</translation> + </message> +</context> +<context> + <name>Debugger::Internal::CdbSymbolPathListEditor</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp" line="+42"/> + <source>Symbol Server...</source> + <translation>Strežnik za simbole ...</translation> + </message> + <message> + <location line="+1"/> + <source>Adds the Microsoft symbol server providing symbols for operating system libraries.Requires specifying a local cache directory.</source> + <translation>Doda strežnik za simbole za knjižnice operacijskega sistema. Potrebno je doloÄiti mapo s krajevnim medpomnilnikom.</translation> + </message> + <message> + <location line="+6"/> + <source>Pick a local cache directory</source> + <translation>Izberite mapo s krajevnim medpomnilnikom</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebugMode</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+196"/> + <source>Debug</source> + <translation>RazhroÅ¡Äevanje</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerOutputWindow</name> + <message> + <location filename="../../../src/plugins/debugger/debuggeroutputwindow.cpp" line="+296"/> + <source>Debugger</source> + <translation>RazhroÅ¡Äevalnik</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Gdb</source> + <translation type="obsolete">GDB</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerPlugin</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+445"/> + <source>Start and Debug External Application...</source> + <translation>Zaženi in razhroÅ¡Äuj zunanji program ...</translation> + </message> + <message> + <location line="+5"/> + <source>Attach to Running External Application...</source> + <translation>Priklopi se na zagnan zunanji program ...</translation> + </message> + <message> + <location line="+5"/> + <source>Attach to Core...</source> + <translation>Priklopi se na posnetek ...</translation> + </message> + <message> + <location line="+5"/> + <source>Start and Attach to Remote Application...</source> + <translation>Zaženi in se priklopi na oddaljen program ...</translation> + </message> + <message> + <location line="-137"/> + <source>Option '%1' is missing the parameter.</source> + <translation>Manjka parameter možnosti »%1«.</translation> + </message> + <message> + <location line="+5"/> + <source>The parameter '%1' of option '%2' is not a number.</source> + <translation>Parameter »%1« možnosti »%2« ni Å¡tevilo.</translation> + </message> + <message> + <location line="+54"/> + <source>Invalid debugger option: %1</source> + <translation>Neveljavna možnost razhroÅ¡Äevalnika: %1</translation> + </message> + <message> + <location line="+22"/> + <source>Error evaluating command line arguments: %1</source> + <translation>Napaka pri vrednotenju argumentov v ukazni vrstici: %1</translation> + </message> + <message> + <location line="+62"/> + <source>Detach Debugger</source> + <translation>Odklopi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location line="+41"/> + <source>Stop Debugger/Interrupt Debugger</source> + <translation>Ustavi ali prekini razhroÅ¡Äevalnik</translation> + </message> + <message> + <location line="+7"/> + <source>Reset Debugger</source> + <translation>Ponastavi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location line="+75"/> + <source>&Views</source> + <translation>&Prikazi</translation> + </message> + <message> + <location line="+3"/> + <source>Locked</source> + <translation>Zaklenjeno</translation> + </message> + <message> + <location line="+15"/> + <source>Reset to default layout</source> + <translation>Ponastavi na privzet razpored</translation> + </message> + <message> + <location line="+79"/> + <source>Threads:</source> + <translation>Niti:</translation> + </message> + <message> + <location line="+84"/> + <source>Attaching to PID %1.</source> + <translation>Priklapljanje na PID %1.</translation> + </message> + <message> + <location line="+75"/> + <source>Remove Breakpoint</source> + <translation>Odstrani prekinitveno toÄko</translation> + </message> + <message> + <location line="+8"/> + <source>Disable Breakpoint</source> + <translation>OnemogoÄi prekinitveno toÄko</translation> + </message> + <message> + <location line="+2"/> + <source>Enable Breakpoint</source> + <translation>OmogoÄi prekinitveno toÄko</translation> + </message> + <message> + <location line="+7"/> + <source>Set Breakpoint</source> + <translation>Nastavi prekinitveno toÄko</translation> + </message> + <message> + <location line="+229"/> + <source>Warning</source> + <translation>Opozorilo</translation> + </message> + <message> + <location line="+0"/> + <source>Cannot attach to PID 0</source> + <translation>Ni se moÄ priklopiti na PID 0</translation> + </message> + <message> + <location line="+17"/> + <source>Attaching to core %1.</source> + <translation>Priklapljanje na jedro %1.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Attach to Running Tcf Agent...</source> + <translation type="obsolete">Priklopi se na zagnanega posrednika TCF ...</translation> + </message> + <message> + <location/> + <source>This attaches to a running 'Target Communication Framework' agent.</source> + <translation type="obsolete">S tem se priklopi na zagnanega posrednika za »Target Communication Framework«.</translation> + </message> + <message> + <location/> + <source>Detach debugger</source> + <translation type="obsolete">Odklopi razhroÅ¡Äevalnik</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerListener</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="-1072"/> + <source>Close Debugging Session</source> + <translation>Zapri razhroÅ¡Äevalno sejo</translation> + </message> + <message> + <location line="+17"/> + <source>A debugging session is still in progress. Would you like to terminate it?</source> + <translation>RazhroÅ¡Äevalna seja je Å¡e vedno v teku. Ali jo žalite konÄati?</translation> + </message> + <message> + <location line="+1"/> + <source>A debugging session is still in progress. Terminating the session in the current state (%1) can leave the target in an inconsistent state. Would you still like to terminate it?</source> + <translation>RazhroÅ¡Äevalna seja je Å¡e vedno v teku. ÄŒe sejo konÄate v trenutnem stanju (%1), bo tarÄa morda ostala v neskladnem stanju. Ali Å¡e vedno želite konÄati sejo?</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerSettings</name> + <message> + <location filename="../../../src/plugins/debugger/debuggeractions.cpp" line="+118"/> + <source>Debugger properties...</source> + <translation>Lastnosti razhroÅ¡Äevalnika ...</translation> + </message> + <message> + <location line="+6"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+4"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> + <message> + <location line="+5"/> + <source>Use alternating row colors</source> + <translation>Uporabi izmenjajoÄi se barvi vrstic</translation> + </message> + <message> + <location line="+7"/> + <source>Show a message box when receiving a signal</source> + <translation>Ob prejemu signala prikaži okno s sporoÄilom</translation> + </message> + <message> + <location line="+8"/> + <source>Log time stamps</source> + <translation>ÄŒasovne oznake v dnevniku</translation> + </message> + <message> + <location line="+7"/> + <source>Operate by instruction</source> + <translation>Deluj po ukazih</translation> + </message> + <message> + <location line="+4"/> + <source>This switches the debugger to instruction-wise operation mode. In this mode, stepping operates on single instructions and the source location view also shows the disassembled instructions.</source> + <translation>To preklopi razhroÅ¡Äevalnik v naÄin delovanja po ukazih. V tem naÄinu korakanje deluje po posameznih ukazih, prikaz položaja v izvorni kodi pa prikazuje ukaze v zbirniku.</translation> + </message> + <message> + <location line="+7"/> + <source>Dereference pointers automatically</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>This switches the Locals&Watchers view to automatically derefence pointers. This saves a level in the tree view, but also loses data for the now-missing intermediate level.</source> + <translation></translation> + </message> + <message> + <location line="+10"/> + <source>Watch expression "%1"</source> + <translation>Opazuj izraz »%1«</translation> + </message> + <message> + <location line="+4"/> + <source>Remove watch expression "%1"</source> + <translation>Odstrani opazovanje izraza »%1«</translation> + </message> + <message> + <location line="+4"/> + <source>Watch expression "%1" in separate window</source> + <translation>Opazuj izraz »%1« v loÄenem oknu</translation> + </message> + <message> + <location line="+91"/> + <source>Use tooltips in main editor when debugging</source> + <translation>Med razhroÅ¡Äevanjem v glavnem oknu uporabljaj namige</translation> + </message> + <message> + <location line="+1"/> + <source>Checking this will enable tooltips for variable values during debugging. Since this can slow down debugging and does not provide reliable information as it does not use scope information, it is switched off by default.</source> + <translation>ÄŒe omogoÄite to možnost, bodo med razhroÅ¡Äevanjem omogoÄeni namigi z vrednostmi spremenljivk. Ker to lahko upoÄasni razhroÅ¡Äevanje in ne ponuja zanesljivih podatkov, saj ne uporablja podatkov o dosegu, je privzeto možnost onemogoÄena.</translation> + </message> + <message> + <location line="+10"/> + <source>Use tooltips in locals view when debugging</source> + <translation>Med razhroÅ¡Äevanjem v prikazu krajevnih uporabljaj namige</translation> + </message> + <message> + <location line="+1"/> + <source>Checking this will enable tooltips in the locals view during debugging.</source> + <translation>S tem med razhroÅ¡Äevanjem v prikazu krajevnih omogoÄite namige.</translation> + </message> + <message> + <location line="+8"/> + <source>Use tooltips in breakpoints view when debugging</source> + <translation>Med razhroÅ¡Äevanjem v prikazu prekinitvenih toÄk uporabljaj namige</translation> + </message> + <message> + <location line="+1"/> + <source>Checking this will enable tooltips in the breakpoints view during debugging.</source> + <translation>S tem med razhroÅ¡Äevanjem v prikazu prekinitvenih toÄk omogoÄite namige.</translation> + </message> + <message> + <location line="+8"/> + <source>Show address data in breakpoints view when debugging</source> + <translation>Med razhroÅ¡Äevanjem v prikazu prekinitvenih toÄk prikaži podatke o naslovih</translation> + </message> + <message> + <location line="+1"/> + <source>Checking this will show a column with address information in the breakpoint view during debugging.</source> + <translation>S tem med razhroÅ¡Äevanjem v prikazu prekinitvenih toÄk vklopite prikaz stolpca s podatki o naslovih.</translation> + </message> + <message> + <location line="+9"/> + <source>Show address data in stack view when debugging</source> + <translation>Med razhroÅ¡Äevanjem v prikazu sklada prikaži podatke o naslovih</translation> + </message> + <message> + <location line="+1"/> + <source>Checking this will show a column with address information in the stack view during debugging.</source> + <translation>S tem med razhroÅ¡Äevanjem v prikazu sklada vklopite prikaz stolpca s podatki o naslovih.</translation> + </message> + <message> + <location line="-114"/> + <source>Use debugging helper</source> + <translation>Uporabi razhroÅ¡Äevalnega pomoÄnika</translation> + </message> + <message> + <location line="+22"/> + <source>Debug debugging helper</source> + <translation>RazhroÅ¡Äuj razhroÅ¡Äevalnega pomoÄnika</translation> + </message> + <message> + <location line="+8"/> + <source>Use code model</source> + <translation>Uporabi model kode</translation> + </message> + <message> + <location line="+7"/> + <source>Recheck debugging helper availability</source> + <translation>Znova preveri razpoložljivost razhroÅ¡Äevalnega pomoÄnika</translation> + </message> + <message> + <location line="+7"/> + <source>Synchronize breakpoints</source> + <translation>Uskladi prekinitvene toÄke</translation> + </message> + <message> + <location line="+23"/> + <source>Automatically quit debugger</source> + <translation>Samodejno konÄaj razhroÅ¡Äevalnik</translation> + </message> + <message> + <location line="+55"/> + <source>List source files</source> + <translation>Prikaži seznam datotek z izvorno kodo</translation> + </message> + <message> + <location line="+7"/> + <source>Skip known frames</source> + <translation>PreskoÄi znane okvirje</translation> + </message> + <message> + <location line="+7"/> + <source>Enable reverse debugging</source> + <translation>OmogoÄi obratno razhroÅ¡Äevanje</translation> + </message> + <message> + <location line="+31"/> + <source>Reload full stack</source> + <translation>Znova naloži ves sklad</translation> + </message> + <message> + <location line="+4"/> + <source>Execute line</source> + <translation>IzvrÅ¡i vrstico</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Expand item</source> + <translation type="obsolete">RazÅ¡iri postavko</translation> + </message> + <message> + <location/> + <source>Collapse item</source> + <translation type="obsolete">SkrÄi postavko</translation> + </message> + <message> + <location/> + <source>Hexadecimal</source> + <translation type="obsolete">Å estnajstiÅ¡ko</translation> + </message> + <message> + <location/> + <source>Decimal</source> + <translation type="obsolete">DesetiÅ¡ko</translation> + </message> + <message> + <location/> + <source>Octal</source> + <translation type="obsolete">OsmiÅ¡ko</translation> + </message> + <message> + <location/> + <source>Binary</source> + <translation type="obsolete">DvojiÅ¡ko</translation> + </message> + <message> + <location/> + <source>Raw</source> + <translation type="obsolete">Surovo</translation> + </message> + <message> + <location/> + <source>Natural</source> + <translation type="obsolete">Naravno</translation> + </message> + <message> + <location/> + <source>Use tooltips when debugging</source> + <translation type="obsolete">Med razhroÅ¡Äevanjem omogoÄi namige</translation> + </message> + <message> + <location/> + <source>Syncronize breakpoints</source> + <translation type="obsolete">Uskladi prekinitvene toÄke</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggingHelperOptionPage</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerplugin.cpp" line="+142"/> + <source>Debugging Helper</source> + <translation>RazhroÅ¡Äevalni pomoÄnik</translation> + </message> + <message> + <location line="+23"/> + <source>Choose DebuggingHelper Location</source> + <translation>Izberite lokacijo razhroÅ¡Äevalnega pomoÄnika</translation> + </message> + <message> + <location line="+35"/> + <source>Ctrl+Shift+F11</source> + <translation></translation> + </message> +</context> +<context> + <name>Debugger::Internal::GdbEngine</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/gdbengine.cpp" line="+293"/> + <source>The Gdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program.</source> + <translation>Proces GDB se ni uspel zagnati. Bodisi manjka klicani program »%1« bodisi nimate zadosti pravic za klic programa.</translation> + </message> + <message> + <location line="+5"/> + <source>The Gdb process crashed some time after starting successfully.</source> + <translation>Proces GDB se je nekaj Äasa po uspeÅ¡nem zagonu sesul.</translation> + </message> + <message> + <location line="+3"/> + <source>The last waitFor...() function timed out. The state of QProcess is unchanged, and you can try calling waitFor...() again.</source> + <translation>Potekel je Äas za zadnjo funkcijo waitFor...(). Stanje QProcessa se ni spremenilo. Znova lahko poskusite klicati waitFor...().</translation> + </message> + <message> + <location line="+4"/> + <source>An error occurred when attempting to write to the Gdb process. For example, the process may not be running, or it may have closed its input channel.</source> + <translation>Med pisanjem v proces GDB je priÅ¡lo do napake. Proces morda ne teÄe, ali pa je morda zaprl svoj vhodni kanal.</translation> + </message> + <message> + <location line="+4"/> + <source>An error occurred when attempting to read from the Gdb process. For example, the process may not be running.</source> + <translation>Med branjem iz procesa GDB je priÅ¡lo do napake. Proces morda ne teÄe.</translation> + </message> + <message> + <location line="+3"/> + <source>An unknown error in the Gdb process occurred. </source> + <translation>PriÅ¡lo je do neznane napake v procesu GDB.</translation> + </message> + <message> + <location line="+114"/> + <source>Library %1 loaded.</source> + <translation>Knjižnica %1 je naložena.</translation> + </message> + <message> + <location line="+7"/> + <source>Library %1 unloaded.</source> + <translation>Knjižnica %1 je odstranjena.</translation> + </message> + <message> + <location line="+5"/> + <source>Thread group %1 created.</source> + <translation>Skupina niti %1 je ustvarjena.</translation> + </message> + <message> + <location line="+7"/> + <source>Thread %1 created.</source> + <translation>Nit %1 je ustvarjena.</translation> + </message> + <message> + <location line="+4"/> + <source>Thread group %1 exited.</source> + <translation>Skupina niti %1 je konÄala.</translation> + </message> + <message> + <location line="+5"/> + <source>Thread %1 in group %2 exited.</source> + <translation>Nit %1 iz skupine %2 je konÄala.</translation> + </message> + <message> + <location line="+4"/> + <source>Thread %1 selected.</source> + <translation>Nit %1 je izbrana.</translation> + </message> + <message> + <location line="+46"/> + <source>Reading %1...</source> + <translation>Branje %1 ...</translation> + </message> + <message> + <location line="+130"/> + <source>Stop requested...</source> + <translation>Zahtevanje ustavitve ...</translation> + </message> + <message> + <location line="+141"/> + <location line="+16"/> + <source>Executable failed</source> + <translation>Program ni uspel</translation> + </message> + <message> + <location line="-15"/> + <source>Process failed to start.</source> + <translation>Proces se ni uspel zagnati.</translation> + </message> + <message> + <location line="+16"/> + <source>Executable failed: %1</source> + <translation>Program ni uspel: %1</translation> + </message> + <message> + <location line="+217"/> + <source>Program exited with exit code %1.</source> + <translation>Program se je konÄal z izhodno kodo %1.</translation> + </message> + <message> + <location line="+3"/> + <source>Program exited after receiving signal %1.</source> + <translation>Program se je konÄal po sprejemu signala %1.</translation> + </message> + <message> + <location line="+3"/> + <source>Program exited normally.</source> + <translation>Program se je konÄal normalno.</translation> + </message> + <message> + <location line="+282"/> + <source>Execution Error</source> + <translation>Napaka pri izvajanju</translation> + </message> + <message> + <location line="+1"/> + <source>Cannot continue debugged process: +</source> + <translation>RazhroÅ¡Äevanega procesa ni moÄ nadaljevati: +</translation> + </message> + <message> + <location line="+88"/> + <source>Inferior shutdown failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+118"/> + <source>Continuing after temporary stop...</source> + <translation>Nadaljevanje po zaÄasni ustavitvi ...</translation> + </message> + <message> + <location line="+8"/> + <source>Running requested...</source> + <translation>Zahtevanje zagona ...</translation> + </message> + <message> + <location line="+8"/> + <source>Step requested...</source> + <translation>Zahtevanje koraka ...</translation> + </message> + <message> + <location line="+12"/> + <source>Step by instruction requested...</source> + <translation>Zahtevanje koraka po ukazu ...</translation> + </message> + <message> + <location line="+12"/> + <source>Finish function requested...</source> + <translation>Zahtevanje zakljuÄitve funkcije ...</translation> + </message> + <message> + <location line="+9"/> + <source>Step next requested...</source> + <translation>Zahtevanje koraka naprej ...</translation> + </message> + <message> + <location line="+18"/> + <source>Step next instruction requested...</source> + <translation>Zahtevanje koraka po ukazu naprej ...</translation> + </message> + <message> + <location line="+12"/> + <source>Run to line %1 requested...</source> + <translation>Zahtevanje zagona do vrstice %1 ...</translation> + </message> + <message> + <location line="+13"/> + <source>Run to function %1 requested...</source> + <translation>Zahtevanje zagona do funkcije %1 ...</translation> + </message> + <message> + <location line="+692"/> + <source>Jumping out of bogus frame...</source> + <translation>Skok iz lažnega okvira ...</translation> + </message> + <message numerus="yes"> + <location line="+409"/> + <source>Retrieving data for watch view (%n requests pending)...</source> + <translation> + <numerusform>Pridobivanje podatkov za prikaz opazovanj (%n ÄakajoÄ zahtevek) ...</numerusform> + <numerusform>Pridobivanje podatkov za prikaz opazovanj (%n ÄakajoÄa zahtevka) ...</numerusform> + <numerusform>Pridobivanje podatkov za prikaz opazovanj (%n ÄakajoÄi zahtevki) ...</numerusform> + <numerusform>Pridobivanje podatkov za prikaz opazovanj (%n ÄakajoÄih zahtevkov) ...</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+360"/> + <source>Dumper version %1, %n custom dumpers found.</source> + <translation> + <numerusform>Odlagalnik razliÄice %1, najden %n odlagalnik po meri.</numerusform> + <numerusform>Odlagalnik razliÄice %1, najdena %n odlagalnika po meri.</numerusform> + <numerusform>Odlagalnik razliÄice %1, najdeni %n odlagalniki po meri.</numerusform> + <numerusform>Odlagalnik razliÄice %1, najdenih %n odlagalnikov po meri.</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+272"/> + <source><%n items></source> + <extracomment>In string list +</extracomment> + <translation> + <numerusform><%n postavka></numerusform> + <numerusform><%n postavki></numerusform> + <numerusform><%n postavke></numerusform> + <numerusform><%n postavk></numerusform> + </translation> + </message> + <message> + <location line="+455"/> + <source>The debugging helper library was not found at %1.</source> + <translation>Knjižnica pomoÄnika za razhroÅ¡Äevanje v %1 ni bila najdena.</translation> + </message> + <message> + <location line="+266"/> + <location line="+25"/> + <location line="+14"/> + <source>Disassembler failed: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+30"/> + <source>Unable to start gdb '%1': %2</source> + <translation>Ni moÄ zagnati GDB-ja »%1«: %2</translation> + </message> + <message> + <location line="+114"/> + <source>Gdb I/O Error</source> + <translation>V/I napaka GDB-ja</translation> + </message> + <message> + <location line="+14"/> + <source>Unexpected Gdb Exit</source> + <translation>NepriÄakovan izhod GDB-ja</translation> + </message> + <message> + <location line="+1"/> + <source>The gdb process exited unexpectedly (%1).</source> + <translation>Proces GDB-ja se je nepriÄakovano konÄal (%1).</translation> + </message> + <message> + <location line="+2"/> + <source>crashed</source> + <translation>sesutje</translation> + </message> + <message> + <location line="+0"/> + <source>code %1</source> + <translation>koda %1</translation> + </message> + <message> + <location line="+11"/> + <source>Adapter start failed</source> + <translation>Zagon prilagojevalnika ni uspel</translation> + </message> + <message> + <location line="+16"/> + <source>Starting inferior...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>Setting breakpoints...</source> + <translation>Nastavljanje prekinitvenih toÄk ...</translation> + </message> + <message> + <location line="+20"/> + <source>Inferior start failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+20"/> + <source>Adapter crashed</source> + <translation>Prilagojevalnik se je sesul</translation> + </message> + <message> + <location line="-3603"/> + <source>Stopping temporarily.</source> + <translation>ZaÄasno ustavljanje.</translation> + </message> + <message> + <location line="+198"/> + <source>Jumped. Stopped.</source> + <translation>SkoÄil. Ustavljeno.</translation> + </message> + <message> + <location line="+161"/> + <source>Loading %1...</source> + <translation>Nalaganje %1 ...</translation> + </message> + <message> + <location line="+76"/> + <source>Stopped at breakpoint.</source> + <translation>Ustavljeno pri prekinitveni toÄki.</translation> + </message> + <message> + <location line="+13"/> + <source><p>The inferior stopped because it received a signal from the Operating System.<p><table><tr><td>Signal name : </td><td>%1</td></tr><tr><td>Signal meaning : </td><td>%2</td></tr></table></source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <location line="+1"/> + <source> <Unknown> </source> + <translation> <neznano> </translation> + </message> + <message> + <location line="+2"/> + <source>Signal received</source> + <translation>Prejet signal</translation> + </message> + <message> + <location line="+7"/> + <source>Stopped: "%1"</source> + <translation>Ustavljeno: »%1«</translation> + </message> + <message> + <location line="+61"/> + <source>The debugger you are using identifies itself as:</source> + <translation>Uporabljeni razhroÅ¡Äevalnik se predstavlja kot:</translation> + </message> + <message> + <location line="+2"/> + <source>This version is not officially supported by Qt Creator. +Debugging will most likely not work well. +Using gdb 6.7 or later is strongly recommended.</source> + <translation>Te razliÄice Qt Creator uradno ne podpira. +RazhroÅ¡Äevanje verjetno ne bo delovalo dobro. +MoÄno priporoÄamo uporabo GDB-ja 6.7, ali novejÅ¡ega.</translation> + </message> + <message> + <location line="-220"/> + <source>Processing queued commands.</source> + <translation>Obdelovanje vrste z ukazi.</translation> + </message> + <message> + <location line="+155"/> + <location line="+110"/> + <source>Stopped.</source> + <translation>Ustavljeno.</translation> + </message> + <message> + <location line="+2917"/> + <source>Cannot find debugger initialization script</source> + <translation>Ni moÄ najti skripta za inicializacijo razhroÅ¡Äevalnika</translation> + </message> + <message> + <location line="+1"/> + <source>The debugger settings point to a script file at '%1' which is not accessible. If a script file is not needed, consider clearing that entry to avoid this warning. </source> + <translation>Nastavitve razhroÅ¡Äevalnika kažejo na skriptno datoteko »%1«, ki pa ni dosegljiva. ÄŒe skriptna datoteka ni potrebna, razmislite o tem, da bi poÄistili to nastavitev in se tako izognili temu opozorilu.</translation> + </message> + <message> + <location line="-2121"/> + <source>Unable to run '%1': %2</source> + <translation>Ni moÄ zagnati »%1«: %2</translation> + </message> + <message> + <location line="+68"/> + <source><unknown></source> + <extracomment>End address of loaded module +</extracomment> + <translation><neznan></translation> + </message> + <message> + <location line="+37"/> + <location line="+8"/> + <source>Retrieving data for stack view...</source> + <translation>Pridobivanje podatkov za prikaz sklada ...</translation> + </message> + <message> + <location line="+818"/> + <source>Finished retrieving data.</source> + <translation>Pridobivanje podatkov zakljuÄeno.</translation> + </message> + <message> + <location line="+43"/> + <source>Debugging helpers not found.</source> + <translation>RazhroÅ¡Äevalni pomoÄniki niso bili najdeni.</translation> + </message> + <message> + <location line="+131"/> + <source>Custom dumper setup: %1</source> + <translation>Nastavitev odlagalnika po meri: %1</translation> + </message> + <message> + <location line="+128"/> + <source><0 items></source> + <translation><0 postavk></translation> + </message> + <message> + <location line="+223"/> + <source><shadowed></source> + <translation><zakrita></translation> + </message> + <message> + <location line="+133"/> + <source><n/a></source> + <translation><ni na voljo></translation> + </message> + <message> + <location line="+2"/> + <source><anonymous union></source> + <translation><anonimna unija></translation> + </message> + <message> + <location line="+37"/> + <source><no information></source> + <extracomment>About variable's value +</extracomment> + <translation><ni podatkov></translation> + </message> + <message> + <location line="-3174"/> + <source>Running...</source> + <translation>TeÄe ...</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>An unknown error in the Gdb process occurred. This is the default return value of error().</source> + <translation type="obsolete">PriÅ¡lo je do neznane napake v procesu GDB. To je privzeta vrnjena vrednost funkcije error().</translation> + </message> + <message> + <location/> + <source>Error</source> + <translation type="obsolete">Napaka</translation> + </message> + <message> + <location/> + <source>The upload process failed to start. Either the invoked script '%1' is missing, or you may have insufficient permissions to invoke the program.</source> + <translation type="obsolete">Proces poÅ¡iljanja se ni uspel zagnati. Bodisi manjka klicani skript »%1« bodisi nimate zadosti pravic za klic programa.</translation> + </message> + <message> + <location/> + <source>The upload process crashed some time after starting successfully.</source> + <translation type="obsolete">Proces poÅ¡iljanja se je nekaj Äasa po uspeÅ¡nem zagonu sesul.</translation> + </message> + <message> + <location/> + <source>An error occurred when attempting to write to the upload process. For example, the process may not be running, or it may have closed its input channel.</source> + <translation type="obsolete">Med pisanjem v proces poÅ¡iljanja je priÅ¡lo do napake. Proces morda ne teÄe, ali pa je morda zaprl svoj vhodni kanal.</translation> + </message> + <message> + <location/> + <source>An error occurred when attempting to read from the upload process. For example, the process may not be running.</source> + <translation type="obsolete">Med branjem iz procesa poÅ¡iljanja je priÅ¡lo do napake. Proces morda ne teÄe.</translation> + </message> + <message> + <location/> + <source>An unknown error in the upload process occurred. This is the default return value of error().</source> + <translation type="obsolete">PriÅ¡lo je do neznane napake v procesu poÅ¡iljanja. To je privzeta vrnjena vrednost funkcije error().</translation> + </message> + <message> + <location/> + <source>Debugger Error</source> + <translation type="obsolete">Napaka razhroÅ¡Äevalnika</translation> + </message> + <message> + <location/> + <source>Continuing after temporary stop.</source> + <translation type="obsolete">Nadaljevanje po zaÄasni ustavitvi.</translation> + </message> + <message> + <location/> + <source>Core file loaded.</source> + <translation type="obsolete">Datoteka s posnetkom naložena.</translation> + </message> + <message> + <location/> + <source>Run to Function finished. Stopped.</source> + <translation type="obsolete">Zaganjanje do funkcije je zakljuÄeno. Ustavljeno.</translation> + </message> + <message> + <location/> + <source>Program exited with exit code %1</source> + <translation type="obsolete">Program se je konÄal z izhodno kodo %1</translation> + </message> + <message> + <location/> + <source>Program exited after receiving signal %1</source> + <translation type="obsolete">Program se je konÄal po sprejemu signala %1</translation> + </message> + <message> + <location/> + <source>Program exited normally</source> + <translation type="obsolete">Program se je konÄal normalno</translation> + </message> + <message> + <location/> + <source>Starting executable failed: +</source> + <translation type="obsolete">Zaganjanje izvrÅ¡ljive datoteke ni uspelo: +</translation> + </message> + <message> + <location/> + <source>Debugger Startup Failure</source> + <translation type="obsolete">Spodletel zagon razhroÅ¡Äevalnika</translation> + </message> + <message> + <location/> + <source>Cannot set up communication with child process: %1</source> + <translation type="obsolete">Ni moÄ vzpostaviti komunikacije s podprocesom: %1</translation> + </message> + <message> + <location/> + <source>Starting Debugger: </source> + <translation type="obsolete">Zaganjanje razhroÅ¡Äevalnika: </translation> + </message> + <message> + <location/> + <source>Cannot start debugger: %1</source> + <translation type="obsolete">Ni moÄ zagnati razhroÅ¡Äevalnika: %1</translation> + </message> + <message> + <location/> + <source>Gdb Running...</source> + <translation type="obsolete">GDB teÄe ...</translation> + </message> + <message> + <location/> + <source>Attached to running process. Stopped.</source> + <translation type="obsolete">Priklopljeno na proces, ki teÄe. Ustavljeno.</translation> + </message> + <message> + <location/> + <source>Connecting to remote server failed:</source> + <translation type="obsolete">Povezovanje z oddaljenim strežnikom ni uspelo:</translation> + </message> + <message> + <location/> + <source>Debugger exited.</source> + <translation type="obsolete">RazhroÅ¡Äevalnik se je zaprl.</translation> + </message> + <message> + <location/> + <source><could not retreive module information></source> + <translation type="obsolete"><ni bilo moÄ pridobiti podatkov o modulu></translation> + </message> + <message> + <location/> + <source>'%1' contains no identifier</source> + <translation type="obsolete">»%1« ne vsebuje nobenega identifikatorja</translation> + </message> + <message> + <location/> + <source>Cowardly refusing to evaluate expression '%1' with potential side effects</source> + <translation type="obsolete">PrepreÄujem ovrednotenje izraza »%1« zaradi možnih stranskih uÄinkov</translation> + </message> + <message> + <location/> + <source><not in scope></source> + <extracomment>Variable +</extracomment> + <translation type="obsolete"><ni v dosegu></translation> + </message> + <message> + <location/> + <source>Retrieving data for watch view (%1 requests pending)...</source> + <translation type="obsolete">Pridobivanje podatkov za prikaz opazovanj (%1 ÄakajoÄih zahtevkov) ...</translation> + </message> + <message> + <location/> + <source>Cannot evaluate expression: %1</source> + <translation type="obsolete">Ni moÄ ovrednotiti izraza: %1</translation> + </message> + <message> + <location/> + <source>%1 custom dumpers found.</source> + <translation type="obsolete">Najdenih %1 odlagalnikov po meri.</translation> + </message> + <message> + <location/> + <source><%1 items></source> + <extracomment>In string list +</extracomment> + <translation type="obsolete"><%1 postavk></translation> + </message> + <message> + <location/> + <source>%1 <shadowed %2></source> + <extracomment>Variable %1 <FIXME: does something - bug Andre about it> +</extracomment> + <translation type="obsolete">%1 <zakriva %2></translation> + </message> + <message> + <location/> + <source>Unknown error: </source> + <translation type="obsolete">Neznana napaka: </translation> + </message> + <message> + <location/> + <source>%1 is a typedef.</source> + <translation type="obsolete">%1 je definicija vrste.</translation> + </message> + <message> + <location/> + <source>Retrieving data for tooltip...</source> + <translation type="obsolete">Pridobivanje podatkov za namig ...</translation> + </message> + <message> + <location/> + <source>The dumper library '%1' does not exist.</source> + <translation type="obsolete">Knjižnica odlagalnika »%1« ne obstaja.</translation> + </message> + <message> + <location/> + <source>Reading </source> + <translation type="obsolete">Branje </translation> + </message> + <message> + <location/> + <source>Temporarily stopped.</source> + <translation type="obsolete">ZaÄasno ustavljeno.</translation> + </message> + <message> + <location/> + <source>Handling queued commands.</source> + <translation type="obsolete">Obdelovanje vrste z ukazi.</translation> + </message> + <message> + <location/> + <source><unavailable></source> + <extracomment>Value for variable +---------- +Value for variable +</extracomment> + <translation type="obsolete"><ni na voljo></translation> + </message> +</context> +<context> + <name>Debugger::Internal::GdbOptionsPage</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/gdboptionspage.cpp" line="+8"/> + <source>Gdb</source> + <translation>GDB</translation> + </message> + <message> + <location line="+34"/> + <source>Choose Gdb Location</source> + <translation>Izberite lokacijo GDB-ja</translation> + </message> + <message> + <location line="+2"/> + <source>Choose Location of Startup Script File</source> + <translation>Izberite lokacijo datoteke zagonskega skripta</translation> + </message> +</context> +<context> + <name>Debugger::Internal::ModulesModel</name> + <message> + <location filename="../../../src/plugins/debugger/moduleshandler.cpp" line="+87"/> + <source>Module name</source> + <translation>Ime modula</translation> + </message> + <message> + <location line="+1"/> + <source>Symbols read</source> + <translation>Prebrani simboli</translation> + </message> + <message> + <location line="+1"/> + <source>Start address</source> + <translation>ZaÄetni naslov</translation> + </message> + <message> + <location line="+1"/> + <source>End address</source> + <translation>KonÄni naslov</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>End addAress</source> + <translation type="obsolete">KonÄni naslov</translation> + </message> +</context> +<context> + <name>Debugger::Internal::ModulesWindow</name> + <message> + <location filename="../../../src/plugins/debugger/moduleswindow.cpp" line="+64"/> + <source>Modules</source> + <translation>Moduli</translation> + </message> + <message> + <location line="+47"/> + <source>Update module list</source> + <translation>Posodobi seznam modulov</translation> + </message> + <message> + <location line="+29"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+2"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> + <message> + <location line="-29"/> + <source>Show source files for module "%1"</source> + <translation>Prikaži datoteke z izvorno kodo za modul »%1«</translation> + </message> + <message> + <location line="+2"/> + <source>Load symbols for all modules</source> + <translation>Naloži simbole za vse module</translation> + </message> + <message> + <location line="+6"/> + <source>Load symbols for module</source> + <translation>Naloži simbole za modul</translation> + </message> + <message> + <location line="+1"/> + <source>Edit file</source> + <translation>Urejanje datoteke</translation> + </message> + <message> + <location line="+1"/> + <source>Show symbols</source> + <translation>Prikaži simbole</translation> + </message> + <message> + <location line="+2"/> + <source>Load symbols for module "%1"</source> + <translation>Naloži simbole za modul »%1«</translation> + </message> + <message> + <location line="+1"/> + <source>Edit file "%1"</source> + <translation>Urejanje datoteke »%1«</translation> + </message> + <message> + <location line="+1"/> + <source>Show symbols in file "%1"</source> + <translation>Prikaži simbole v datoteki »%1«</translation> + </message> + <message> + <location line="+79"/> + <source>Address</source> + <translation>Naslov</translation> + </message> + <message> + <location line="+0"/> + <source>Code</source> + <translation>Koda</translation> + </message> + <message> + <location line="+0"/> + <source>Symbol</source> + <translation>Simbol</translation> + </message> + <message> + <location line="+1"/> + <source>Symbols in "%1"</source> + <translation>Simboli v »%1«</translation> + </message> +</context> +<context> + <name>Debugger::Internal::OutputCollector</name> + <message> + <location filename="../../../src/plugins/debugger/outputcollector.cpp" line="+95"/> + <source>Cannot create temporary file: %1</source> + <translation>Ni moÄ ustvariti zaÄasne datoteke: %1</translation> + </message> + <message> + <location line="+11"/> + <source>Cannot create FiFo %1: %2</source> + <translation>Ni moÄ ustvariti FIFO %1: %2</translation> + </message> + <message> + <location line="+6"/> + <source>Cannot open FiFo %1: %2</source> + <translation>Ni moÄ odpreti FIFO %1: %2</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Cannot create temporary file: %2</source> + <translation type="obsolete">Ni moÄ ustvariti zaÄasne datoteke: %2</translation> + </message> +</context> +<context> + <name>Debugger::Internal::RegisterHandler</name> + <message> + <location filename="../../../src/plugins/debugger/registerhandler.cpp" line="+112"/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location line="+1"/> + <source>Value (base %1)</source> + <translation>Vrednost (osnova %1)</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Value</source> + <translation type="obsolete">Vrednost</translation> + </message> +</context> +<context> + <name>Debugger::Internal::RegisterWindow</name> + <message> + <location filename="../../../src/plugins/debugger/registerwindow.cpp" line="+150"/> + <source>Registers</source> + <translation>Registri</translation> + </message> + <message> + <location line="+25"/> + <source>Open memory editor</source> + <translation>Odpri urejevalnik pomnilnika</translation> + </message> + <message> + <location line="+3"/> + <source>Open memory editor at %1</source> + <translation>Odpri urejevalnik pomnilnika na %1</translation> + </message> + <message> + <location line="+6"/> + <source>Hexadecimal</source> + <translation>Å estnajstiÅ¡ko</translation> + </message> + <message> + <location line="+3"/> + <source>Decimal</source> + <translation>DesetiÅ¡ko</translation> + </message> + <message> + <location line="+3"/> + <source>Octal</source> + <translation>OsmiÅ¡ko</translation> + </message> + <message> + <location line="+3"/> + <source>Binary</source> + <translation>DvojiÅ¡ko</translation> + </message> + <message> + <location line="+5"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+2"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> + <message> + <location line="-32"/> + <source>Reload register listing</source> + <translation>Znova naloži seznam registrov</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Always reload register listing</source> + <translation type="obsolete">Vedno znova naloži seznam registrov</translation> + </message> +</context> +<context> + <name>Debugger::Internal::ScriptEngine</name> + <message> + <location filename="../../../src/plugins/debugger/script/scriptengine.cpp" line="+244"/> + <source>Running requested...</source> + <translation>Zahtevanje zagona ...</translation> + </message> + <message> + <location line="+228"/> + <source>'%1' contains no identifier</source> + <translation>»%1« ne vsebuje nobenega identifikatorja</translation> + </message> + <message> + <location line="+5"/> + <source>String literal %1</source> + <translation></translation> + </message> + <message> + <location line="+15"/> + <source>Cowardly refusing to evaluate expression '%1' with potential side effects</source> + <translation>PrepreÄujem ovrednotenje izraza »%1« zaradi možnih stranskih uÄinkov</translation> + </message> + <message> + <location line="+81"/> + <location line="+50"/> + <source>Stopped.</source> + <translation>Ustavljeno.</translation> + </message> +</context> +<context> + <name>SourceFilesModel</name> + <message> + <location filename="../../../src/plugins/debugger/sourcefileswindow.cpp" line="+98"/> + <source>Internal name</source> + <translation>Notranje ime</translation> + </message> + <message> + <location line="+1"/> + <source>Full name</source> + <translation>Polno ime</translation> + </message> +</context> +<context> + <name>Debugger::Internal::SourceFilesWindow</name> + <message> + <location line="+76"/> + <source>Source Files</source> + <translation>Datoteke z izvorno kodo</translation> + </message> + <message> + <location line="+27"/> + <source>Reload data</source> + <translation>Znova naloži podatke</translation> + </message> + <message> + <location line="+5"/> + <source>Open file</source> + <translation>Odpri datoteko</translation> + </message> + <message> + <location line="+3"/> + <source>Open file "%1"'</source> + <translation>Odpri datoteko »%1«</translation> + </message> +</context> +<context> + <name>Debugger::Internal::StackHandler</name> + <message> + <location filename="../../../src/plugins/debugger/stackhandler.cpp" line="+142"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location line="+2"/> + <source><More></source> + <translation><veÄ></translation> + </message> + <message> + <location line="-78"/> + <location line="+14"/> + <source>Address:</source> + <translation>Naslov:</translation> + </message> + <message> + <location line="-13"/> + <location line="+14"/> + <source>Function:</source> + <translation>Funkcija:</translation> + </message> + <message> + <location line="-13"/> + <location line="+14"/> + <source>File:</source> + <translation>Datoteka:</translation> + </message> + <message> + <location line="-13"/> + <location line="+14"/> + <source>Line:</source> + <translation>Vrstica:</translation> + </message> + <message> + <location line="-13"/> + <location line="+14"/> + <source>From:</source> + <translation>Od:</translation> + </message> + <message> + <location line="-13"/> + <location line="+14"/> + <source>To:</source> + <translation>Do:</translation> + </message> + <message> + <location line="+103"/> + <source>Level</source> + <translation>Stopnja</translation> + </message> + <message> + <location line="+1"/> + <source>Function</source> + <translation>Funkcija</translation> + </message> + <message> + <location line="+1"/> + <source>File</source> + <translation>Datoteka</translation> + </message> + <message> + <location line="+1"/> + <source>Line</source> + <translation>Vrstica</translation> + </message> + <message> + <location line="+1"/> + <source>Address</source> + <translation>Naslov</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source><table><tr><td>Address:</td><td>%1</td></tr><tr><td>Function: </td><td>%2</td></tr><tr><td>File: </td><td>%3</td></tr><tr><td>Line: </td><td>%4</td></tr><tr><td>From: </td><td>%5</td></tr></table><tr><td>To: </td><td>%6</td></tr></table></source> + <extracomment>Tooltip for variable +</extracomment> + <translation type="obsolete"><table><tr><td>Naslov:</td><td>%1</td></tr><tr><td>Funkcija: </td><td>%2</td></tr><tr><td>Datoteka: </td><td>%3</td></tr><tr><td>Vrstica: </td><td>%4</td></tr><tr><td>Od: </td><td>%5</td></tr></table><tr><td>Do: </td><td>%6</td></tr></table></translation> + </message> +</context> +<context> + <name>Debugger::Internal::ThreadsHandler</name> + <message> + <location filename="../../../src/plugins/debugger/stackhandler.cpp" line="+159"/> + <source>Function</source> + <translation>Funkcija</translation> + </message> + <message> + <location line="+2"/> + <source>File</source> + <translation>Datoteka</translation> + </message> + <message> + <location line="+2"/> + <source>Line</source> + <translation>Vrstica</translation> + </message> + <message> + <location line="+2"/> + <source>Address</source> + <translation>Naslov</translation> + </message> + <message> + <location line="-28"/> + <source>Thread: %1</source> + <translation>Nit: %1</translation> + </message> + <message> + <location line="+3"/> + <source>Thread: %1 at %2 (0x%3)</source> + <translation>Nit: %1 pri %2 (0x%3)</translation> + </message> + <message> + <location line="+1"/> + <source>Thread: %1 at %2, %3:%4 (0x%5)</source> + <translation>Nit: %1 pri %2, %3:%4 (0x%5)</translation> + </message> + <message> + <location line="+16"/> + <source>Thread ID</source> + <translation>ID niti</translation> + </message> +</context> +<context> + <name>Debugger::Internal::StackWindow</name> + <message> + <location filename="../../../src/plugins/debugger/stackwindow.cpp" line="+60"/> + <source>Stack</source> + <translation>Sklad</translation> + </message> + <message> + <location line="+36"/> + <source>Copy contents to clipboard</source> + <translation>Skopiraj vsebino na odložiÅ¡Äe</translation> + </message> + <message> + <location line="+5"/> + <source>Open memory editor</source> + <translation>Odpri urejevalnik pomnilnika</translation> + </message> + <message> + <location line="+3"/> + <source>Open memory editor at %1</source> + <translation>Odpri urejevalnik pomnilnika na %1</translation> + </message> + <message> + <location line="+5"/> + <source>Open disassembler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Open disassembler at %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+9"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+3"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> +</context> +<context> + <name>Debugger::Internal::StartExternalDialog</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerdialogs.cpp" line="-142"/> + <source>Select Executable</source> + <translation>Izberite izvrÅ¡ljivo datoteko</translation> + </message> + <message> + <location line="+7"/> + <source>Executable:</source> + <translation>IzvrÅ¡ljiva datoteka:</translation> + </message> + <message> + <location line="+1"/> + <source>Arguments:</source> + <translation>Argumenti:</translation> + </message> +</context> +<context> + <name>Debugger::Internal::StartRemoteDialog</name> + <message> + <location line="+51"/> + <source>Select Executable</source> + <translation>Izberite izvrÅ¡ljivo datoteko</translation> + </message> +</context> +<context> + <name>Debugger::Internal::ThreadsWindow</name> + <message> + <location filename="../../../src/plugins/debugger/threadswindow.cpp" line="+46"/> + <source>Thread</source> + <translation>Nit</translation> + </message> + <message> + <location line="+21"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+1"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> +</context> +<context> + <name>Debugger::Internal::WatchData</name> + <message> + <location filename="../../../src/plugins/debugger/watchhandler.cpp" line="+70"/> + <location line="+250"/> + <source><not in scope></source> + <translation><ni v dosegu></translation> + </message> + <message> + <location line="+8"/> + <source>%1 <shadowed %2></source> + <translation>%1 <zakriva %2></translation> + </message> +</context> +<context> + <name>Debugger::Internal::WatchHandler</name> + <message> + <location line="-27"/> + <source>Expression</source> + <translation>Izraz</translation> + </message> + <message> + <location line="+5"/> + <source> ... <cut off></source> + <translation>... <odrezano></translation> + </message> + <message> + <location line="+3"/> + <source>Object Address</source> + <translation>Naslov objekta</translation> + </message> + <message> + <location line="+1"/> + <source>Stored Address</source> + <translation>Shranjen naslov</translation> + </message> + <message> + <location line="+1"/> + <source>Internal ID</source> + <translation>Notranji ID</translation> + </message> + <message> + <location line="+1"/> + <source>Generation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1104"/> + <source><Edit></source> + <translation><urejanje></translation> + </message> + <message> + <location line="-1073"/> + <source>Root</source> + <translation>Vrh</translation> + </message> + <message> + <location line="+7"/> + <source>Locals</source> + <translation>Krajevno</translation> + </message> + <message> + <location line="+8"/> + <source>Tooltip</source> + <translation>Namig</translation> + </message> + <message> + <location line="-4"/> + <source>Watchers</source> + <translation>Opazovalci</translation> + </message> + <message> + <location line="-46"/> + <source>Value</source> + <translation>Vrednost</translation> + </message> + <message> + <location line="-6"/> + <source>Type</source> + <translation>Vrsta</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Name</source> + <translation type="obsolete">Ime</translation> + </message> + <message> + <location/> + <source><No Locals></source> + <translation type="obsolete"><ni krajevnih></translation> + </message> + <message> + <location/> + <source><No Tooltip></source> + <translation type="obsolete"><ni namigov></translation> + </message> + <message> + <location/> + <source><No Watchers></source> + <translation type="obsolete"><ni opazovalcev></translation> + </message> +</context> +<context> + <name>Debugger::Internal::WatchModel</name> + <message> + <location filename="../../../src/plugins/debugger/watchhandler.cpp" line="+457"/> + <source>decimal</source> + <translation>desetiÅ¡ko</translation> + </message> + <message> + <location line="+0"/> + <source>hexadecimal</source> + <translation>Å¡estnajstiÅ¡ko</translation> + </message> + <message> + <location line="+1"/> + <source>binary</source> + <translation>dvojiÅ¡ko</translation> + </message> + <message> + <location line="+0"/> + <source>octal</source> + <translation>osmiÅ¡ko</translation> + </message> + <message> + <location line="+86"/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location line="+1"/> + <source>Value</source> + <translation>Vrednost</translation> + </message> + <message> + <location line="+1"/> + <source>Type</source> + <translation>Vrsta</translation> + </message> +</context> +<context> + <name>Debugger::Internal::WatchWindow</name> + <message> + <location filename="../../../src/plugins/debugger/watchwindow.cpp" line="+128"/> + <source>Locals and Watchers</source> + <translation>Krajevni in opazovalci</translation> + </message> + <message> + <location line="+95"/> + <source>Change format for type '%1'</source> + <translation>Spremeni obliko za vrsto »%1«</translation> + </message> + <message> + <location line="+1"/> + <source>Change format for expression '%1'</source> + <translation>Spremeni obliko za izraz »%1«</translation> + </message> + <message> + <location line="+21"/> + <source>Change format for type</source> + <translation>Spremeni obliko za vrsto</translation> + </message> + <message> + <location line="+2"/> + <source>Change format for expression</source> + <translation>Spremeni obliko za izraz</translation> + </message> + <message> + <location line="+7"/> + <source>Select widget to watch</source> + <translation>Izberite gradnik za opazovanje</translation> + </message> + <message> + <location line="+5"/> + <source>Open memory editor...</source> + <translation>Odpri urejevalnik pomnilnika ...</translation> + </message> + <message> + <location line="+4"/> + <source>Open memory editor at %1</source> + <translation>Odpri urejevalnik pomnilnika na %1</translation> + </message> + <message> + <location line="+17"/> + <source>Refresh code model snapshot</source> + <translation>Osveži posnetek modela kode</translation> + </message> + <message> + <location line="+9"/> + <source>Adjust column widths to contents</source> + <translation>Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location line="+2"/> + <source>Always adjust column widths to contents</source> + <translation>Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> + <message> + <location line="-38"/> + <source>Insert new watch item</source> + <translation>Vstavi novo postavko opazovalca</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source><Edit></source> + <translation type="obsolete"><urejanje></translation> + </message> +</context> +<context> + <name>DebuggerPane</name> + <message> + <location filename="../../../src/plugins/debugger/debuggeroutputwindow.cpp" line="-140"/> + <source>Clear contents</source> + <translation>PoÄisti vsebino</translation> + </message> + <message> + <location line="+6"/> + <source>Save contents</source> + <translation>Shrani vsebino</translation> + </message> +</context> +<context> + <name>DebuggingHelperOptionPage</name> + <message> + <location filename="../../../src/plugins/debugger/dumperoptionpage.ui"/> + <source>This will enable nice display of Qt and Standard Library objects in the Locals&Watchers view</source> + <translation>To omogoÄi lep prikaz objektov iz Qt in Standard Library v prikazu Krajevni in opazovalci</translation> + </message> + <message> + <location/> + <source>Use debugging helper</source> + <translation>Uporabi razhroÅ¡Äevalnega pomoÄnika</translation> + </message> + <message> + <location/> + <source>This will load a dumper library</source> + <translation>To naloži knjižnico odlagalnika</translation> + </message> + <message> + <location/> + <source>Use debugging helper from custom location</source> + <translation>Uporabi razhroÅ¡Äevalnega pomoÄnika z lokacije po meri</translation> + </message> + <message> + <location/> + <source>Location: </source> + <translation>Lokacija: </translation> + </message> + <message> + <location/> + <source>Debug debugging helper</source> + <translation>RazhroÅ¡Äuj razhroÅ¡Äevalnega pomoÄnika</translation> + </message> + <message> + <location/> + <source>Debugging helper</source> + <translation>RazhroÅ¡Äevalni pomoÄnik</translation> + </message> + <message> + <location/> + <source>Makes use of Qt Creator's code model to find out if a variable has already been assigned a value at the point the debugger interrupts.</source> + <translation>Uporabi Qt Creatorjev model kode, da ugotovi, ali je ob prekinitvi razhroÅ¡Äevalnika spremenljivki že bila prirejena vrednost.</translation> + </message> + <message> + <location/> + <source>Use code model</source> + <translation>Uporabi model kode</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>DependenciesModel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/dependenciespanel.cpp" line="+121"/> + <source>Unable to add dependency</source> + <translation>Ni moÄ dodati odvisnosti</translation> + </message> + <message> + <location line="+1"/> + <source>This would create a circular dependency.</source> + <translation>To bi ustvarilo krožno odvisnost.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::DependenciesWidget</name> + <message> + <location line="+143"/> + <source>%1 has no dependencies.</source> + <translation>%1 nima odvisnosti.</translation> + </message> + <message> + <location line="+2"/> + <source>%1 depends on %2.</source> + <translation>%1 je odvisen od %2.</translation> + </message> + <message> + <location line="+2"/> + <source>%1 depends on: %2.</source> + <translation>%1 je odvisen od: %2.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Project Dependencies</source> + <translation type="obsolete">Odvisnosti projekta</translation> + </message> + <message> + <location/> + <source>Project Dependencies:</source> + <translation type="obsolete">Odvisnosti projekta:</translation> + </message> +</context> +<context> + <name>Designer</name> + <message> + <location filename="../../../src/shared/qrceditor/resourcefile.cpp" line="+54"/> + <source>The file name is empty.</source> + <translation>Ime datoteke je prazno.</translation> + </message> + <message> + <location line="+54"/> + <source>XML error on line %1, col %2: %3</source> + <translation>Napaka XML v vrstici %1 in stolpcu %2: %3</translation> + </message> + <message> + <location line="+7"/> + <source>The <RCC> root element is missing.</source> + <translation>Manjka vrhnji element <RCC>.</translation> + </message> + <message> + <location filename="../../../src/plugins/designer/designerconstants.h" line="+38"/> + <source>Designer</source> + <translation>Designer</translation> + </message> + <message> + <location line="+1"/> + <source>Class Generation</source> + <translation>Ustvarjanje razreda</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>file name is empty</source> + <translation type="obsolete">Ime datoteke je prazno</translation> + </message> + <message> + <location/> + <source>no <RCC> root element</source> + <translation type="obsolete">Ni vrhnjega elementa <RCC></translation> + </message> +</context> +<context> + <name>Designer::Internal::FormClassWizardDialog</name> + <message> + <location filename="../../../src/plugins/designer/cpp/formclasswizarddialog.cpp" line="+50"/> + <source>Qt Designer Form Class</source> + <translation>Razred obrazca Qt Designer</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormClassWizardPage</name> + <message> + <location filename="../../../src/plugins/designer/cpp/formclasswizardpage.cpp" line="+148"/> + <source>%1 - Error</source> + <translation>%1 - Napaka</translation> + </message> + <message> + <location filename="../../../src/plugins/designer/cpp/formclasswizardpage.ui"/> + <source>Choose a class name</source> + <translation>Izberite ime razreda</translation> + </message> + <message> + <location/> + <source>Class</source> + <translation>Razred</translation> + </message> + <message> + <location/> + <source>Configure...</source> + <translation>Nastavitve ...</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>More</source> + <translation type="obsolete">VeÄ</translation> + </message> + <message> + <location/> + <source>Embedding of the UI class</source> + <translation type="obsolete">Vgrajevanje razreda uporabniÅ¡kega vmesnika</translation> + </message> + <message> + <location/> + <source>Aggregation as a pointer member</source> + <translation type="obsolete">Združevanje s kazalcem kot Älanom</translation> + </message> + <message> + <location/> + <source>Aggregation</source> + <translation type="obsolete">Združevanje</translation> + </message> + <message> + <location/> + <source>Multiple Inheritance</source> + <translation type="obsolete">Dedovanje od veÄih</translation> + </message> + <message> + <location/> + <source>Support for changing languages at runtime</source> + <translation type="obsolete">Podpora za preklapljanje jezikov med tekom</translation> + </message> + <message> + <location/> + <source>buttonGroup</source> + <translation type="obsolete">skupinaGumbov</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormEditorPlugin</name> + <message> + <location filename="../../../src/plugins/designer/formeditorplugin.cpp" line="+137"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location line="+2"/> + <source>Qt Designer Form</source> + <translation>Obrazec Qt Designer</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a Qt Designer form file (.ui).</source> + <translation>Ustvari datoteko z obrazcem Qt Designer (*.ui)</translation> + </message> + <message> + <location line="+6"/> + <source>Creates a Qt Designer form file (.ui) with a matching class.</source> + <translation>Ustvari datoteko z obrazcem Qt Designer (*.ui) in ustrezen razred.</translation> + </message> + <message> + <location line="-1"/> + <source>Qt Designer Form Class</source> + <translation>Razred obrazca Qt Designer</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>This creates a new Qt Designer form file.</source> + <translation type="obsolete">To ustvari novo datoteko obrazca Qt Designer.</translation> + </message> + <message> + <location/> + <source>This creates a new Qt Designer form class.</source> + <translation type="obsolete">To ustvari nov razred obrazca Qt Designer.</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormEditorW</name> + <message> + <location filename="../../../src/plugins/designer/formeditorw.cpp" line="+335"/> + <location line="+170"/> + <source>Widget Box</source> + <translation>Podokno z gradniki</translation> + </message> + <message> + <location line="-165"/> + <location line="+169"/> + <source>Object Inspector</source> + <translation>Preiskovalnik objektov</translation> + </message> + <message> + <location line="-164"/> + <location line="+168"/> + <source>Property Editor</source> + <translation>Urejevalnik lastnosti</translation> + </message> + <message> + <location line="-163"/> + <source>Signals & Slots Editor</source> + <translation>Urejevalnik signalov in rež</translation> + </message> + <message> + <location line="+4"/> + <location line="+167"/> + <source>Action Editor</source> + <translation>Urejevalnik dejanj</translation> + </message> + <message> + <location line="-125"/> + <source>For&m editor</source> + <translation>Urejevalnik &obrazcev</translation> + </message> + <message> + <location line="+35"/> + <source>Edit widgets</source> + <translation>Urejanje gradnikov</translation> + </message> + <message> + <location line="+1"/> + <source>F3</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Edit signals/slots</source> + <translation>Urejanje signalov in rež</translation> + </message> + <message> + <location line="+1"/> + <source>F4</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Edit buddies</source> + <translation>Urejanje povezav</translation> + </message> + <message> + <location line="+5"/> + <source>Edit tab order</source> + <translation>Urejanje vrstnega reda tabulatorja</translation> + </message> + <message> + <location line="+5"/> + <source>Meta+H</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Ctrl+H</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Meta+L</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Ctrl+L</source> + <translation></translation> + </message> + <message> + <location line="+17"/> + <source>Meta+G</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Ctrl+G</source> + <translation></translation> + </message> + <message> + <location line="+9"/> + <source>Meta+J</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Ctrl+J</source> + <translation></translation> + </message> + <message> + <location line="+20"/> + <source>Views</source> + <translation>Prikazi</translation> + </message> + <message> + <location line="+15"/> + <source>Signals && Slots Editor</source> + <translation>Urejevalnik signalov in rež</translation> + </message> + <message> + <location line="+10"/> + <source>Locked</source> + <translation>Zaklenjeno</translation> + </message> + <message> + <location line="+7"/> + <source>Reset to Default Layout</source> + <translation>Ponastavi na privzet razpored</translation> + </message> + <message> + <location line="+10"/> + <source>Ctrl+Alt+R</source> + <translation></translation> + </message> + <message> + <location line="+15"/> + <source>About Qt Designer plugins....</source> + <translation>O vstavkih za Qt Designer ...</translation> + </message> + <message> + <location line="+35"/> + <source>Preview in</source> + <translation>Prikaži ogled v</translation> + </message> + <message> + <location line="+48"/> + <source>Designer</source> + <translation>Snovalnik</translation> + </message> + <message> + <location line="+161"/> + <source>The image could not be created: %1</source> + <translation>Slike ni bilo moÄ ustvariti: %1</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Designer widgetbox</source> + <translation type="obsolete">Okvir z gradniki</translation> + </message> + <message> + <location/> + <source>Object inspector</source> + <translation type="obsolete">Preiskovalnik objektov</translation> + </message> + <message> + <location/> + <source>Property editor</source> + <translation type="obsolete">Urejevalnik lastnosti</translation> + </message> + <message> + <location/> + <source>Signals and slots editor</source> + <translation type="obsolete">Urejevalnik signalov in rež</translation> + </message> + <message> + <location/> + <source>Action editor</source> + <translation type="obsolete">Urejevalnik dejanj</translation> + </message> + <message> + <location/> + <source>The image could not be create: %1</source> + <translation type="obsolete">Slike ni bilo moÄ ustvariti: %1</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormTemplateWizardPage</name> + <message> + <location filename="../../../src/plugins/designer/formtemplatewizardpage.cpp" line="+62"/> + <source>Choose a form template</source> + <translation>Izberite predlogo za obrazec</translation> + </message> + <message> + <location line="+30"/> + <source>%1 - Error</source> + <translation>%1 - Napaka</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormWindowFile</name> + <message> + <location filename="../../../src/plugins/designer/formwindowfile.cpp" line="+77"/> + <source>Error saving %1</source> + <translation>Napaka shranjevanja %1</translation> + </message> + <message> + <location line="+106"/> + <source>Unable to open %1: %2</source> + <translation>Ni moÄ odpreti %1: %2</translation> + </message> + <message> + <location line="+12"/> + <source>Unable to write to %1: %2</source> + <translation>Ni moÄ pisati v %1: %2</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormWizardDialog</name> + <message> + <location filename="../../../src/plugins/designer/formwizarddialog.cpp" line="+60"/> + <source>Qt Designer Form</source> + <translation>Obrazec Qt Designer</translation> + </message> +</context> +<context> + <name>Designer::Internal::QtCreatorIntegration</name> + <message> + <location filename="../../../src/plugins/designer/qtcreatorintegration.cpp" line="+72"/> + <source>The class definition of '%1' could not be found in %2.</source> + <translation>Definicije razreda »%1« ni bilo moÄ najti v %2.</translation> + </message> + <message> + <location line="+475"/> + <source>Error finding/adding a slot.</source> + <translation>Napaka iskanja ali dodajanja reže.</translation> + </message> + <message> + <location line="+41"/> + <source>No documents matching '%1' could be found. +Rebuilding the project might help.</source> + <translation>Ni bilo moÄ najti nobenega dokumenta, ki se ujema z »%1«. +Morda lahko pomaga ponovna gradnja projekta.</translation> + </message> + <message> + <location line="+59"/> + <source>Unable to add the method definition.</source> + <translation>Ni moÄ dodati definicije metode.</translation> + </message> +</context> +<context> + <name>DocSettingsPage</name> + <message> + <location filename="../../../src/plugins/help/docsettingspage.ui"/> + <source>Add...</source> + <translation>Dodaj ...</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location/> + <source>Registered Documentation</source> + <translation>Registrirana dokumentacija</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Registered Documentation:</source> + <translation type="obsolete">Registrirana dokumentacija:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>EmbeddedPropertiesPage</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/embeddedpropertiespage.ui"/> + <source>Skin:</source> + <translation>Tema:</translation> + </message> + <message> + <location/> + <source>Use Virtual Box +Note: This adds the toolchain to the build environment and runs the program inside a virtual machine. +It also automatically sets the correct Qt version.</source> + <translation>Uporabi Virtual Box +Pomnite: To doda verigo orodij v okolje za gradnjo in program zažene v navideznem raÄunalniku. +Prav tako samodejno nastavi pravo razliÄico Qt.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>Use Virtual Box +Note: This adds the toolchain to the build environment and runs the program inside a virtual machine. +It also automatically sets the correct qt version.</source> + <translation type="obsolete">Uporabi Virtual Box +Pomnite: To doda verigo orodij v okolje za gradnjo in program zažene v navideznem raÄunalniku. +Prav tako samodejno nastavi pravo razliÄico Qt.</translation> + </message> +</context> +<context> + <name>ExtensionSystem::Internal::PluginDetailsView</name> + <message> + <location filename="../../../src/libs/extensionsystem/plugindetailsview.ui"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location/> + <source>Version:</source> + <translation>RazliÄica:</translation> + </message> + <message> + <location/> + <source>Compatibility Version:</source> + <translation>Združljiva razliÄica:</translation> + </message> + <message> + <location/> + <source>Vendor:</source> + <translation>Proizvajalec:</translation> + </message> + <message> + <location/> + <source>Url:</source> + <translation>URL:</translation> + </message> + <message> + <location/> + <source>Location:</source> + <translation>Lokacija:</translation> + </message> + <message> + <location/> + <source>Description:</source> + <translation>Opis:</translation> + </message> + <message> + <location/> + <source>Copyright:</source> + <translation>Avtorske pravice:</translation> + </message> + <message> + <location/> + <source>License:</source> + <translation>Licenca:</translation> + </message> + <message> + <location/> + <source>Dependencies:</source> + <translation>Odvisnosti:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> +</context> +<context> + <name>ExtensionSystem::Internal::PluginErrorView</name> + <message> + <location filename="../../../src/libs/extensionsystem/pluginerrorview.ui"/> + <source>State:</source> + <translation>Stanje:</translation> + </message> + <message> + <location/> + <source>Error Message:</source> + <translation>SporoÄilo napake:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> +</context> +<context> + <name>ExtensionSystem::Internal::PluginSpecPrivate</name> + <message> + <location filename="../../../src/libs/extensionsystem/pluginspec.cpp" line="+415"/> + <source>File does not exist: %1</source> + <translation>Datoteka ne obstaja: %1</translation> + </message> + <message> + <location line="+2"/> + <source>Could not open file for read: %1</source> + <translation>Ni moÄ odpreti datoteke za branje: %1</translation> + </message> + <message> + <location line="+16"/> + <source>Error parsing file %1: %2, at line %3, column %4</source> + <translation>Napaka razÄlenjevanja datoteke %1: %2, v vrstici %3 in stolpcu %4</translation> + </message> +</context> +<context> + <name>ExtensionSystem::Internal::PluginView</name> + <message> + <location filename="../../../src/libs/extensionsystem/pluginview.ui"/> + <source>State</source> + <translation>Stanje</translation> + </message> + <message> + <location/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location/> + <source>Version</source> + <translation>RazliÄica</translation> + </message> + <message> + <location/> + <source>Vendor</source> + <translation>Proizvajalec</translation> + </message> + <message> + <location/> + <source>Location</source> + <translation>Lokacija</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ExtensionSystem::PluginErrorView</name> + <message> + <location filename="../../../src/libs/extensionsystem/pluginerrorview.cpp" line="+79"/> + <source>Invalid</source> + <translation>Neveljavno</translation> + </message> + <message> + <location line="+1"/> + <source>Description file found, but error on read</source> + <translation>Datoteka z opisom je bila najdena, a je priÅ¡lo do napake pri branju</translation> + </message> + <message> + <location line="+3"/> + <source>Read</source> + <translation>Prebrano</translation> + </message> + <message> + <location line="+1"/> + <source>Description successfully read</source> + <translation>Opis je bil uspeÅ¡no prebran</translation> + </message> + <message> + <location line="+3"/> + <source>Resolved</source> + <translation>RazreÅ¡eno</translation> + </message> + <message> + <location line="+1"/> + <source>Dependencies are successfully resolved</source> + <translation>Odvisnosti so bile uspeÅ¡no razreÅ¡ene</translation> + </message> + <message> + <location line="+3"/> + <source>Loaded</source> + <translation>Naloženo</translation> + </message> + <message> + <location line="+1"/> + <source>Library is loaded</source> + <translation>Knjižnica je bila naložena</translation> + </message> + <message> + <location line="+3"/> + <source>Initialized</source> + <translation>Inicializirano</translation> + </message> + <message> + <location line="+1"/> + <source>Plugin's initialization method succeeded</source> + <translation>Inicializacijska metoda vstavka je bila uspeÅ¡na</translation> + </message> + <message> + <location line="+3"/> + <source>Running</source> + <translation>TeÄe</translation> + </message> + <message> + <location line="+1"/> + <source>Plugin successfully loaded and running</source> + <translation>Vstavek je bil uspeÅ¡no naložen in teÄe</translation> + </message> + <message> + <location line="+3"/> + <source>Stopped</source> + <translation>Ustavljeno</translation> + </message> + <message> + <location line="+1"/> + <source>Plugin was shut down</source> + <translation>Vstavek je bil ustavljen</translation> + </message> + <message> + <location line="+2"/> + <source>Deleted</source> + <translation>Zbrisano</translation> + </message> + <message> + <location line="+1"/> + <source>Plugin ended its life cycle and was deleted</source> + <translation>Vstavek je konÄal svoj življenjski cikel in je bil izbrisan</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Plugin ended it's life cycle and was deleted</source> + <translation type="obsolete">Vstavek je prenehal obstajati in je bil zbrisan</translation> + </message> +</context> +<context> + <name>ExtensionSystem::PluginManager</name> + <message> + <location filename="../../../src/libs/extensionsystem/pluginmanager.cpp" line="+618"/> + <source>Circular dependency detected: +</source> + <translation>Zaznana je bila krožna odvisnost: +</translation> + </message> + <message> + <location line="+3"/> + <source>%1(%2) depends on +</source> + <translation>%1 (%2) je odvisen od +</translation> + </message> + <message> + <location line="+3"/> + <source>%1(%2)</source> + <translation>%1 (%2)</translation> + </message> + <message> + <location line="+8"/> + <source>Cannot load plugin because dependencies are not resolved</source> + <translation>Ni moÄ naložiti vstavka, ker odvisnosti niso bile razreÅ¡ene</translation> + </message> + <message> + <location line="+8"/> + <location line="+29"/> + <source>Cannot load plugin because dependency failed to load: %1(%2) +Reason: %3</source> + <translation>Ni moÄ naložiti vstavka, ker odvisnosti ni bilo moÄ naložiti: %1 (%2) +Razlog: %3</translation> + </message> +</context> +<context> + <name>FakeVim::Internal</name> + <message> + <location filename="../../../src/plugins/fakevim/fakevimactions.cpp" line="+119"/> + <source>Toggle vim-style editing</source> + <translation>Preklopi urejanje v slogu Vim</translation> + </message> + <message> + <location line="+56"/> + <source>FakeVim properties...</source> + <translation>Lastnosti FakeVim ...</translation> + </message> +</context> +<context> + <name>FakeVim::Internal::FakeVimHandler</name> + <message> + <location filename="../../../src/plugins/fakevim/fakevimhandler.cpp" line="+944"/> + <source>Not implemented in FakeVim</source> + <translation>Ni implementirano v FakeVim</translation> + </message> + <message> + <location line="-695"/> + <source>E20: Mark '%1' not set</source> + <translation>E20: oznaka »%1« ni nastavljena</translation> + </message> + <message> + <location line="+671"/> + <source>%1%2%</source> + <translation>%1%2%</translation> + </message> + <message> + <location line="+2"/> + <source>%1All</source> + <translation>%1Vse</translation> + </message> + <message> + <location line="+1025"/> + <source>File '%1' exists (add ! to override)</source> + <translation>Datoteka »%1« že obstaja (da vsilite, dodajte !)</translation> + </message> + <message> + <location line="+20"/> + <source>Cannot open file '%1' for writing</source> + <translation>Datoteke »%1« ni moÄ odpreti za pisanje</translation> + </message> + <message> + <location line="+7"/> + <source>"%1" %2 %3L, %4C written</source> + <translation>zapisana »%1« %2 %3 V, %4 Z</translation> + </message> + <message> + <location line="+8"/> + <source>Cannot open file '%1' for reading</source> + <translation>Ni moÄ odpreti datoteke »%1« za branje</translation> + </message> + <message> + <location line="+9"/> + <source>"%1" %2L, %3C</source> + <translation>»%1« %2 V, %3 Z</translation> + </message> + <message numerus="yes"> + <location line="+18"/> + <source>%n lines filtered</source> + <translation> + <numerusform>%n filtrirana vrstica</numerusform> + <numerusform>%n filtrirani vrstici</numerusform> + <numerusform>%n filtrirane vrstice</numerusform> + <numerusform>%n filtriranih vrstic</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+6"/> + <source>%n lines >ed %1 time</source> + <translation type="unfinished"> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + </translation> + </message> + <message> + <location line="+156"/> + <source>Pattern not found: </source> + <translation>Vzorec ni bil najden: </translation> + </message> + <message> + <location line="-78"/> + <source>E512: Unknown option: </source> + <translation>E512: Neznana možnost: </translation> + </message> + <message> + <location line="+71"/> + <source>search hit BOTTOM, continuing at TOP</source> + <translation>iskanje doseglo DNO, nadaljevanje na VRHU</translation> + </message> + <message> + <location line="+2"/> + <source>search hit TOP, continuing at BOTTOM</source> + <translation>iskanje doseglo VRH, nadaljevanje na DNU</translation> + </message> + <message> + <location line="+575"/> + <source>Already at oldest change</source> + <translation>Že pri najstarejÅ¡i spremembi</translation> + </message> + <message> + <location line="+16"/> + <source>Already at newest change</source> + <translation>Že pri najnovejÅ¡i spremembi</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>%1,%2</source> + <translation type="obsolete">%1, %2</translation> + </message> + <message> + <location/> + <source>%1</source> + <translation type="obsolete">%1</translation> + </message> + <message> + <location/> + <source>%1 lines filtered</source> + <translation type="obsolete">filtriranih %1 vrstic</translation> + </message> + <message> + <location/> + <source>E492: Not an editor command: </source> + <translation type="obsolete">E492: Ni ukaz urejevalnika: </translation> + </message> + <message> + <location/> + <source>E486: Pattern not found: </source> + <translation type="obsolete">E486: Vzorec ni najden: </translation> + </message> +</context> +<context> + <name>FakeVim::Internal::FakeVimOptionPage</name> + <message> + <location filename="../../../src/plugins/fakevim/fakevimplugin.cpp" line="+114"/> + <source>General</source> + <translation>SploÅ¡no</translation> + </message> + <message> + <location line="+2"/> + <source>FakeVim</source> + <translation>FakeVim</translation> + </message> +</context> +<context> + <name>FakeVim::Internal::FakeVimPluginPrivate</name> + <message> + <location line="+347"/> + <location line="+188"/> + <source>Quit FakeVim</source> + <translation>KonÄaj FakeVim</translation> + </message> + <message> + <location line="-117"/> + <source>Saving succeeded</source> + <translation>Shranjevanje je uspelo</translation> + </message> + <message numerus="yes"> + <location line="+2"/> + <source>%n files not saved</source> + <translation> + <numerusform>%n datoteka ni bila shranjena</numerusform> + <numerusform>%n datoteki nista bili shranjeni</numerusform> + <numerusform>%n datoteke niso bile shranjene</numerusform> + <numerusform>%n datotek ni bilo shranjenih</numerusform> + </translation> + </message> + <message> + <location line="+10"/> + <source>Not an editor command: %1</source> + <translation>Ni ukaz urejevalnika: %1</translation> + </message> + <message> + <location line="+112"/> + <source>FakeVim Information</source> + <translation>Podatki o FakeVim</translation> + </message> +</context> +<context> + <name>FakeVimOptionPage</name> + <message> + <location filename="../../../src/plugins/fakevim/fakevimoptions.ui"/> + <source>Use FakeVim</source> + <translation>Uporabi FakeVim</translation> + </message> + <message> + <location/> + <source>Vim style settings</source> + <translation>Nastavitve sloga Vim</translation> + </message> + <message> + <location/> + <source>vim's "expandtab" option</source> + <translation>Vimova možnost »expandtab«</translation> + </message> + <message> + <location/> + <source>Expand tabulators:</source> + <translation>RazÅ¡iri tabulatorje:</translation> + </message> + <message> + <location/> + <source>Highlight search results:</source> + <translation>Poudari rezultate iskanja:</translation> + </message> + <message> + <location/> + <source>Shift width:</source> + <translation>Å irina zamika:</translation> + </message> + <message> + <location/> + <source>Smart tabulators:</source> + <translation>Pametni tabulatorji:</translation> + </message> + <message> + <location/> + <source>Start of line:</source> + <translation>ZaÄetek vrstice:</translation> + </message> + <message> + <location/> + <source>vim's "tabstop" option</source> + <translation>Vimova možnost »tabstop«</translation> + </message> + <message> + <location/> + <source>Tabulator size:</source> + <translation>Velikost tabulatorja:</translation> + </message> + <message> + <location/> + <source>Backspace:</source> + <translation>VraÄalka:</translation> + </message> + <message> + <location/> + <source>VIM's "autoindent" option</source> + <translation>Vimova možnost »autoindent«</translation> + </message> + <message> + <location/> + <source>Automatic indentation:</source> + <translation>Samodejno zamikanje:</translation> + </message> + <message> + <location/> + <source>Copy text editor settings</source> + <translation>Skopiraj nastavitve urejevalnika besedil</translation> + </message> + <message> + <location/> + <source>Set Qt style</source> + <translation>Nastavi slog Qt</translation> + </message> + <message> + <location/> + <source>Set plain style</source> + <translation>Nastavi navaden slog</translation> + </message> + <message> + <location/> + <source>Incremental search:</source> + <translation>Postopno iskanje:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>FilterNameDialogClass</name> + <message> + <location filename="../../../src/shared/help/filternamedialog.ui"/> + <source>Add Filter Name</source> + <translation>Dodaj ime filtra</translation> + </message> + <message> + <location/> + <source>Filter Name:</source> + <translation>Ime filtra:</translation> + </message> +</context> +<context> + <name>FilterSettingsPage</name> + <message> + <location filename="../../../src/plugins/help/filtersettingspage.ui"/> + <source>1</source> + <translation>1</translation> + </message> + <message> + <location/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location/> + <source>Filters</source> + <translation>Filtri</translation> + </message> + <message> + <location/> + <source>Attributes</source> + <translation>Lastnosti</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Filter:</source> + <translation type="obsolete">Filter:</translation> + </message> + <message> + <location/> + <source>Attributes:</source> + <translation type="obsolete">Lastnosti:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Find::Internal::FindDialog</name> + <message> + <location filename="../../../src/plugins/find/finddialog.ui"/> + <source>Search for...</source> + <translation>PoiÅ¡Äi ...</translation> + </message> + <message> + <location/> + <source>Sc&ope:</source> + <translation>D&oseg:</translation> + </message> + <message> + <location/> + <source>&Search</source> + <translation>&IÅ¡Äi</translation> + </message> + <message> + <location/> + <source>Search &for:</source> + <translation>Poi&Å¡Äi:</translation> + </message> + <message> + <location/> + <source>Close</source> + <translation>Zapri</translation> + </message> + <message> + <location/> + <source>&Case sensitive</source> + <translation>O&bÄutljivo na velikost Ärk</translation> + </message> + <message> + <location/> + <source>&Whole words only</source> + <translation>Samo &cele besede</translation> + </message> +</context> +<context> + <name>Find::Internal::FindPlugin</name> + <message> + <location filename="../../../src/plugins/find/findplugin.cpp" line="+150"/> + <source>&Find/Replace</source> + <translation>&Najdi in zamenjaj</translation> + </message> + <message> + <location line="+17"/> + <source>Find...</source> + <translation>Najdi ...</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+F</source> + <translation></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Find Dialog</source> + <translation type="obsolete">Pogovorno okno iskanja</translation> + </message> +</context> +<context> + <name>Find::Internal::FindToolBar</name> + <message> + <location filename="../../../src/plugins/find/findtoolbar.cpp" line="+139"/> + <source>Current Document</source> + <translation>Trenutni dokument</translation> + </message> + <message> + <location line="+7"/> + <source>Enter Find String</source> + <translation>Vnesite iskani niz</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+E</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Find Next</source> + <translation>Najdi naslednje</translation> + </message> + <message> + <location line="+7"/> + <source>Find Previous</source> + <translation>Najdi prejÅ¡nje</translation> + </message> + <message> + <location line="+7"/> + <source>Replace && Find Next</source> + <translation>Zamenjaj in najdi naslednje</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+=</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Replace && Find Previous</source> + <translation>Zamenjaj in najdi prejÅ¡nje</translation> + </message> + <message> + <location line="+8"/> + <source>Replace All</source> + <translation>Zamenjaj vse</translation> + </message> + <message> + <location line="+6"/> + <source>Case Sensitive</source> + <translation>ObÄutljivo na velikost Ärk</translation> + </message> + <message> + <location line="+9"/> + <source>Whole Words Only</source> + <translation>Samo cele besede</translation> + </message> + <message> + <location line="+9"/> + <source>Use Regular Expressions</source> + <translation>Uporabi regularne izraze</translation> + </message> +</context> +<context> + <name>Find::Internal::FindWidget</name> + <message> + <location filename="../../../src/plugins/find/findwidget.ui"/> + <source>Find</source> + <translation>Najdi</translation> + </message> + <message> + <location/> + <source>Find:</source> + <translation>Najdi:</translation> + </message> + <message> + <location/> + <source>Replace with:</source> + <translation>Zamenjaj z:</translation> + </message> + <message> + <location/> + <source>All</source> + <translation>Vse</translation> + </message> + <message> + <location/> + <source>...</source> + <translation>...</translation> + </message> +</context> +<context> + <name>Find::SearchResultWindow</name> + <message> + <location filename="../../../src/plugins/find/searchresultwindow.h" line="+89"/> + <source>Search Results</source> + <translation>Rezultati iskanja</translation> + </message> + <message> + <location filename="../../../src/plugins/find/searchresultwindow.cpp" line="+67"/> + <source>No matches found!</source> + <translation>Ni najdenih ujemanj.</translation> + </message> + <message> + <location line="+8"/> + <source>Expand All</source> + <translation>RazÅ¡iri vse</translation> + </message> + <message> + <location line="+2"/> + <source>Replace with:</source> + <translation>Zamenjaj z:</translation> + </message> + <message> + <location line="+4"/> + <source>Replace all occurrences</source> + <translation>Zamenjaj vse pojavitve</translation> + </message> + <message> + <location line="+1"/> + <source>Replace</source> + <translation>Zamenjaj</translation> + </message> +</context> +<context> + <name>GdbOptionsPage</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/gdboptionspage.ui"/> + <source>Gdb interaction</source> + <translation>Interakcija z GDB</translation> + </message> + <message> + <location/> + <source>Gdb location:</source> + <translation>Lokacija GDB-ja:</translation> + </message> + <message> + <location/> + <source>Environment:</source> + <translation>Okolje:</translation> + </message> + <message> + <location/> + <source>This is either empty or points to a file containing gdb commands that will be executed immediately after gdb starts up.</source> + <translation>To je bodisi prazno bodisi kaže na datoteko, ki vsebuje ukaze za GDB, ki bodo izvrÅ¡eni takoj po zagonu GDB-ja.</translation> + </message> + <message> + <location/> + <source>Gdb startup script:</source> + <translation>Zagonski skript za GDB:</translation> + </message> + <message> + <location/> + <source>Behaviour of breakpoint setting in plugins</source> + <translation>ObnaÅ¡anje nastavljanja prekinitvenih toÄk v vstavkih</translation> + </message> + <message> + <location/> + <source>This is the slowest but safest option.</source> + <translation>To je najpoÄasnejÅ¡a in najvarnejÅ¡a možnost.</translation> + </message> + <message> + <location/> + <source>Try to set breakpoints in plugins always automatically.</source> + <translation>Prekinitvene toÄke v vstavkih vedno poskuÅ¡aj nastaviti samodejno.</translation> + </message> + <message> + <location/> + <source>Try to set breakpoints in selected plugins</source> + <translation>Poskusi nastaviti prekinitvene toÄke v izbranih vstavkih</translation> + </message> + <message> + <location/> + <source>Matching regular expression: </source> + <translation>UjemajoÄe z regularnim izrazom: </translation> + </message> + <message> + <location/> + <source>Never set breakpoints in plugins automatically</source> + <translation>Nikoli samodejno ne nastavljaj prekinitvenih toÄk v vstavkih</translation> + </message> + <message> + <location/> + <source>This is either a full absolute path leading to the gdb binary you intend to use or the name of a gdb binary that will be searched in your PATH.</source> + <translation>To je bodisi polna absolutna pot do programa GDB, ki ga želite uporabiti, bodisi ime izvrÅ¡ljive datoteke programa GDB, ki bo posikana v mapah doloÄenih v spremenljivki PATH.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>This is either a full abolute path leading to the gdb binary you intend to use or the name of a gdb binary that will be searched in your PATH.</source> + <translation type="obsolete">To je bodisi polna absolutna pot do programa GDB, ki ga želite uporabiti, bodisi ime izvrÅ¡ljive datoteke programa GDB, ki bo posikana v mapah doloÄenih v spremenljivki PATH.</translation> + </message> +</context> +<context> + <name>GenericMakeStep</name> + <message> + <location filename="../../../src/plugins/genericprojectmanager/genericmakestep.ui"/> + <source>Override %1:</source> + <translation>Povozi %1:</translation> + </message> + <message> + <location/> + <source>Make arguments:</source> + <translation>Argumenti za Make:</translation> + </message> + <message> + <location/> + <source>Targets:</source> + <translation>Cilji:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>GenericProject</name> + <message> + <location filename="../../../src/plugins/genericprojectmanager/genericproject.cpp" line="+93"/> + <source><new></source> + <translation><nov></translation> + </message> +</context> +<context> + <name>GenericProjectManager::Internal::GenericBuildConfigurationFactory</name> + <message> + <location line="+38"/> + <source>Create</source> + <translation>Ustvari</translation> + </message> + <message> + <location line="+10"/> + <source>New configuration</source> + <translation>Nova nastavitev</translation> + </message> + <message> + <location line="+1"/> + <source>New Configuration Name:</source> + <translation>Ime nove nastavitve:</translation> + </message> +</context> +<context> + <name>GenericProjectManager::Internal::GenericBuildSettingsWidget</name> + <message> + <location line="+450"/> + <source>Build directory:</source> + <translation>Mapa za gradnjo:</translation> + </message> + <message> + <location line="+17"/> + <source>Tool Chain:</source> + <translation>Zaporedje orodij:</translation> + </message> + <message> + <location line="+8"/> + <source>Generic Manager</source> + <translation>SploÅ¡en upravljalnik</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Toolchain:</source> + <translation type="obsolete">Zaporedje orodij:</translation> + </message> + <message> + <location/> + <source>Tool chain:</source> + <translation type="obsolete">Veriga orodij:</translation> + </message> +</context> +<context> + <name>GenericProjectManager::Internal::GenericMakeStepConfigWidget</name> + <message> + <location filename="../../../src/plugins/genericprojectmanager/genericmakestep.cpp" line="+190"/> + <source>Override %1:</source> + <translation>Povozi %1:</translation> + </message> + <message> + <location line="+32"/> + <source><b>Make:</b> %1 %2</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>GenericProjectManager::Internal::GenericProjectWizard</name> + <message> + <location filename="../../../src/plugins/genericprojectmanager/genericprojectwizard.cpp" line="+246"/> + <source>Import of Makefile-based Project</source> + <translation>Uvoz projekta temeljeÄega na Makefile</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a generic project, supporting any build system.</source> + <translation>Ustvari sploÅ¡en projekt, ki podpira katerikoli sistem za gradnjo.</translation> + </message> + <message> + <location line="+2"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location line="+124"/> + <source>The project %1 could not be opened.</source> + <translation>Projekta %1 ni bilo moÄ odpreti.</translation> + </message> +</context> +<context> + <name>GenericProjectManager::Internal::GenericProjectWizardDialog</name> + <message> + <location line="-249"/> + <source>Import of Makefile-based Project</source> + <translation>Uvoz projekta temeljeÄega na Makefile</translation> + </message> + <message> + <location line="+4"/> + <source>Generic Project</source> + <translation>SploÅ¡en projekt</translation> + </message> + <message> + <location line="+1"/> + <source>Project name:</source> + <translation>Ime projekta:</translation> + </message> + <message> + <location line="+1"/> + <source>Location:</source> + <translation>Lokacija:</translation> + </message> + <message> + <location line="+7"/> + <source>Second Page Title</source> + <translation>Naslov druge strani</translation> + </message> +</context> +<context> + <name>Git::Internal::BranchDialog</name> + <message> + <location filename="../../../src/plugins/git/branchdialog.cpp" line="+75"/> + <source>Checkout</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>Delete</source> + <translation>ZbriÅ¡i</translation> + </message> + <message> + <location line="+20"/> + <source>Unable to find the repository directory for '%1'.</source> + <translation>Ni moÄ najti mape skladiÅ¡Äa za »%1«.</translation> + </message> + <message> + <location line="+69"/> + <source>Delete Branch</source> + <translation>ZbriÅ¡i vejo</translation> + </message> + <message> + <location line="+0"/> + <source>Would you like to delete the branch '%1'?</source> + <translation>Ali želite zbrisati vejo »%1«?</translation> + </message> + <message> + <location line="+16"/> + <source>Failed to delete branch</source> + <translation>Izbris veje ni uspel</translation> + </message> + <message> + <location line="+17"/> + <source>Failed to create branch</source> + <translation>Ustvaritev veje ni uspela</translation> + </message> + <message> + <location line="+29"/> + <source>Failed to stash</source> + <translation></translation> + </message> + <message> + <location line="+36"/> + <source>Would you like to create a local branch '%1' tracking the remote branch '%2'?</source> + <translation>Ali želite ustvariti krajevno vejo »%1«, ki sledi oddaljeni veji »%2«?</translation> + </message> + <message> + <location line="+1"/> + <source>Create branch</source> + <translation>Ustvari vejo</translation> + </message> + <message> + <location line="+15"/> + <source>Failed to create a tracking branch</source> + <translation>Ustvaritev sledilne veje ni uspela</translation> + </message> + <message> + <location filename="../../../src/plugins/git/branchdialog.ui"/> + <source>Branches</source> + <translation>Veje</translation> + </message> + <message> + <location/> + <source>General information</source> + <translation>SploÅ¡ni podatki</translation> + </message> + <message> + <location/> + <source>Repository:</source> + <translation>SkladiÅ¡Äe:</translation> + </message> + <message> + <location/> + <source>Remote branches</source> + <translation>Oddaljene veje</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> +</context> +<context> + <name>Git::Internal::ChangeSelectionDialog</name> + <message> + <location filename="../../../src/plugins/git/changeselectiondialog.cpp" line="+42"/> + <source>Select a Git commit</source> + <translation></translation> + </message> + <message> + <location line="+7"/> + <source>Select Git repository</source> + <translation>Izberite skladiÅ¡Äe Git</translation> + </message> + <message> + <location line="+17"/> + <source>Error</source> + <translation>Napaka</translation> + </message> + <message> + <location line="+1"/> + <source>Selected directory is not a Git repository</source> + <translation>Izbrana mapa ni skladiÅ¡Äe Git</translation> + </message> +</context> +<context> + <name>Git::Internal::GitClient</name> + <message> + <location filename="../../../src/plugins/git/gitclient.cpp" line="+71"/> + <source>Note that the git plugin for QtCreator is not able to interact with the server so far. Thus, manual ssh-identification etc. will not work.</source> + <translation>Vedite, da trenutno Qt Creatorjev vstavek za Git Å¡e ne more interagirati s strežnikom. Zato roÄna identifikacija SSH in podobno ne bo delovalo.</translation> + </message> + <message> + <location line="+15"/> + <source>Unable to determine the repository for %1.</source> + <translation>Ni moÄ ugotoviti skladiÅ¡Äa za %1.</translation> + </message> + <message> + <location line="+5"/> + <source>Unable to parse the file output.</source> + <translation>Ni moÄ razÄleniti izhoda.</translation> + </message> + <message> + <location line="+7"/> + <source>Executing: %1 %2 +</source> + <extracomment>Executing: <executable> <arguments> +</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Waiting for data...</source> + <translation>ÄŒakanje na podatke ...</translation> + </message> + <message> + <location line="+100"/> + <source>Git Diff</source> + <translation></translation> + </message> + <message> + <location line="+46"/> + <source>Git Diff %1</source> + <translation></translation> + </message> + <message> + <location line="+29"/> + <source>Git Log %1</source> + <translation></translation> + </message> + <message> + <location line="+14"/> + <source>Git Show %1</source> + <translation></translation> + </message> + <message> + <location line="+17"/> + <source>Git Blame %1</source> + <translation></translation> + </message> + <message numerus="yes"> + <location line="+56"/> + <source>Unable to add %n file(s) to %1: %2</source> + <translation> + <numerusform>Ni moÄ dodati %n datoteke v %1: %2</numerusform> + <numerusform>Ni moÄ dodati %n datotek v %1: %2</numerusform> + <numerusform>Ni moÄ dodati %n datotek v %1: %2</numerusform> + <numerusform>Ni moÄ dodati %n datotek v %1: %2</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+33"/> + <source>Unable to reset %n file(s) in %1: %2</source> + <translation> + <numerusform>Ni moÄ ponastaviti %n datoteke v %1: %2</numerusform> + <numerusform>Ni moÄ ponastaviti %n datotek v %1: %2</numerusform> + <numerusform>Ni moÄ ponastaviti %n datotek v %1: %2</numerusform> + <numerusform>Ni moÄ ponastaviti %n datotek v %1: %2</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+18"/> + <source>Unable to checkout %n file(s) in %1: %2</source> + <translation> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + </translation> + </message> + <message> + <location line="+16"/> + <source>Unable stash in %1: %2</source> + <translation></translation> + </message> + <message> + <location line="+16"/> + <source>Unable to run branch command: %1: %2</source> + <translation></translation> + </message> + <message> + <location line="+18"/> + <source>Unable to run show: %1: %2</source> + <translation></translation> + </message> + <message> + <location line="+148"/> + <source>Changes</source> + <translation>Spremembe</translation> + </message> + <message> + <location line="+1"/> + <source>You have modified files. Would you like to stash your changes?</source> + <translation></translation> + </message> + <message> + <location line="+51"/> + <source>Unable to obtain the status: %1</source> + <translation>Ni moÄ pridobiti stanja: %1</translation> + </message> + <message> + <location line="+31"/> + <source>The repository %1 is not initialized yet.</source> + <translation>SkladiÅ¡Äe %1 Å¡e ni inicializirano.</translation> + </message> + <message numerus="yes"> + <location line="+106"/> + <source>Committed %n file(s). +</source> + <translation> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+2"/> + <source>Unable to commit %n file(s): %1 +</source> + <translation> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> + </translation> + </message> + <message> + <location line="+79"/> + <source>Revert</source> + <translation>Povrni</translation> + </message> + <message> + <location line="+1"/> + <source>The file has been changed. Do you want to revert it?</source> + <translation>Datoteka je bila spremenjena. Ali jo želite povrniti?</translation> + </message> + <message> + <location line="+24"/> + <source>The file is not modified.</source> + <translation>Datoteka ni spremenjena.</translation> + </message> + <message> + <location line="+22"/> + <source>There are no modified files.</source> + <translation>Ni spremenjenih datotek.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>%1 Executing: %2 %3 +</source> + <extracomment><timestamp> Executing: <executable> <arguments> +</extracomment> + <translation type="obsolete">%1 Izvajanje: %2 %3 +</translation> + </message> +</context> +<context> + <name>Git::Internal::GitPlugin</name> + <message> + <location filename="../../../src/plugins/git/gitplugin.cpp" line="+232"/> + <source>&Git</source> + <translation>&Git</translation> + </message> + <message> + <location line="+9"/> + <source>Diff Current File</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Diff "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Alt+G,Alt+D</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>File Status</source> + <translation>Stanje datoteke</translation> + </message> + <message> + <location line="+0"/> + <source>Status Related to "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+S</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Log File</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Log of "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+L</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Blame</source> + <translation>Odgovornost</translation> + </message> + <message> + <location line="+0"/> + <source>Blame for "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+B</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Undo Changes</source> + <translation>Razveljavi spremembe</translation> + </message> + <message> + <location line="+0"/> + <source>Undo Changes for "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+U</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Stage File for Commit</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Stage "%1" for Commit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+A</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Unstage File from Commit</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Unstage "%1" from Commit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>Diff Current Project</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Diff Project "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Project Status</source> + <translation>Stanje projekta</translation> + </message> + <message> + <location line="+0"/> + <source>Status Project "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>Log Project</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Log Project "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+K</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Undo Project Changes</source> + <translation>Razveljavi spremembe projekta</translation> + </message> + <message> + <location line="+8"/> + <source>Stash</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Saves the current state of your work.</source> + <translation>Shrani trenutno stanje vaÅ¡ega dela.</translation> + </message> + <message> + <location line="+6"/> + <source>Pull</source> + <translation>Potegni</translation> + </message> + <message> + <location line="+6"/> + <source>Stash Pop</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Restores changes saved to the stash list using "Stash".</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Commit...</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+G,Alt+C</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Push</source> + <translation>Potisni</translation> + </message> + <message> + <location line="+8"/> + <source>Branches...</source> + <translation>Veje ...</translation> + </message> + <message> + <location line="+6"/> + <source>List Stashes</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Show Commit...</source> + <translation></translation> + </message> + <message> + <location line="+9"/> + <source>Commit</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Diff Selected Files</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+3"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> + <message> + <location line="+60"/> + <source>Could not find working directory</source> + <translation>Ni bilo moÄ najti delovne mape</translation> + </message> + <message> + <location line="+61"/> + <source>Revert</source> + <translation type="unfinished">Povrni</translation> + </message> + <message> + <location line="+1"/> + <source>Would you like to revert all pending changes to the project?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+29"/> + <source>Another submit is currently being executed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+30"/> + <source>Cannot create temporary file: %1</source> + <translation>Ni moÄ ustvariti zaÄasne datoteke: %1</translation> + </message> + <message> + <location line="+58"/> + <source>Closing git editor</source> + <translation>Zapiranje urejevalnika Git</translation> + </message> + <message> + <location line="+1"/> + <source>Do you want to commit the change?</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>The commit message check failed. Do you want to commit the change?</source> + <translation></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Revert...</source> + <translation type="obsolete">Povrni ...</translation> + </message> + <message> + <location/> + <source>File</source> + <translation type="obsolete">Datoteka</translation> + </message> + <message> + <location/> + <source>Status Related to %1</source> + <translation type="obsolete">Stanje preusmerjeno v %1</translation> + </message> + <message> + <location/> + <source>Log of %1</source> + <translation type="obsolete">Dnevnik za %1</translation> + </message> + <message> + <location/> + <source>Blame for %1</source> + <translation type="obsolete">Odgovornost za %1</translation> + </message> + <message> + <location/> + <source>Undo Changes for %1</source> + <translation type="obsolete">Razveljavi spremembe za %1</translation> + </message> + <message> + <location/> + <source>Revert %1...</source> + <translation type="obsolete">Povrni %1 ...</translation> + </message> + <message> + <location/> + <source>Status Project</source> + <translation type="obsolete">Stanje projekta</translation> + </message> + <message> + <location/> + <source>Status Project %1</source> + <translation type="obsolete">Stanje projekta %1</translation> + </message> +</context> +<context> + <name>Git::Internal::GitSettings</name> + <message> + <location filename="../../../src/plugins/git/gitsettings.cpp" line="+110"/> + <source>The binary '%1' could not be located in the path '%2'</source> + <translation>IzvrÅ¡ljive datoteke »%1« na poti »%2« ni bilo moÄ najti</translation> + </message> +</context> +<context> + <name>Git::Internal::GitSubmitEditor</name> + <message> + <location filename="../../../src/plugins/git/gitsubmiteditor.cpp" line="+55"/> + <source>Git Commit</source> + <translation></translation> + </message> +</context> +<context> + <name>Git::Internal::GitSubmitPanel</name> + <message> + <location filename="../../../src/plugins/git/gitsubmitpanel.ui"/> + <source>General Information</source> + <translation>SploÅ¡ni podatki</translation> + </message> + <message> + <location/> + <source>Repository:</source> + <translation>SkladiÅ¡Äe:</translation> + </message> + <message> + <location/> + <source>repository</source> + <translation>skladiÅ¡Äe</translation> + </message> + <message> + <location/> + <source>Branch:</source> + <translation>Veja:</translation> + </message> + <message> + <location/> + <source>branch</source> + <translation>veja</translation> + </message> + <message> + <location/> + <source>Commit Information</source> + <translation></translation> + </message> + <message> + <location/> + <source>Author:</source> + <translation>Avtor:</translation> + </message> + <message> + <location/> + <source>Email:</source> + <translation>E-poÅ¡ta:</translation> + </message> +</context> +<context> + <name>Git::Internal::LocalBranchModel</name> + <message> + <location filename="../../../src/plugins/git/branchmodel.cpp" line="+181"/> + <source><New branch></source> + <translation><nova veja></translation> + </message> + <message> + <location line="+1"/> + <source>Type to create a new branch</source> + <translation>Vtipkajte, da ustvarite novo vejo</translation> + </message> +</context> +<context> + <name>Git::Internal::SettingsPage</name> + <message> + <location filename="../../../src/plugins/git/settingspage.cpp" line="+90"/> + <source>Git</source> + <translation>Git</translation> + </message> + <message> + <location line="+29"/> + <source>Git Settings</source> + <translation>Nastavitve Git</translation> + </message> + <message> + <location filename="../../../src/plugins/git/settingspage.ui"/> + <source>Environment variables</source> + <translation>Okoljske spremenljivke</translation> + </message> + <message> + <location/> + <source>PATH:</source> + <translation>PATH:</translation> + </message> + <message> + <location/> + <source>From system</source> + <translation>Od sistema</translation> + </message> + <message> + <location/> + <source><b>Note:</b></source> + <translation><b>Opomba:</b></translation> + </message> + <message> + <location/> + <source>Git needs to find Perl in the environment as well.</source> + <translation>Git mora v okolju najti tudi Perl.</translation> + </message> + <message> + <location/> + <source>Log commit display count:</source> + <translation></translation> + </message> + <message> + <location/> + <source>Note that huge amount of commits might take some time.</source> + <translation></translation> + </message> + <message> + <location/> + <source>Timeout (seconds):</source> + <translation>ÄŒasa na voljo (sekund):</translation> + </message> + <message> + <location/> + <source>Prompt to submit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>Omit date from annotation output</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>GitCommand</name> + <message> + <location filename="../../../src/plugins/git/gitcommand.cpp" line="+57"/> + <source> +'%1' failed (exit code %2). +</source> + <translation> +»%1« ni uspel (izhodna koda %2). +</translation> + </message> + <message> + <location line="+1"/> + <source> +'%1' completed (exit code %2). +</source> + <translation> +»%1« je zakljuÄil (izhodna koda %2). +</translation> + </message> +</context> +<context> + <name>HelloWorld::Internal::HelloWorldPlugin</name> + <message> + <location filename="../../../src/plugins/helloworld/helloworldplugin.cpp" line="+85"/> + <source>Say "&Hello World!"</source> + <translation>Reci »&Pozdravljen, Svet!«</translation> + </message> + <message> + <location line="+13"/> + <source>&Hello World</source> + <translation>&Pozdravljen, Svet</translation> + </message> + <message> + <location line="+15"/> + <source>Hello world!</source> + <translation>Pozdravljen, Svet!</translation> + </message> + <message> + <location line="+3"/> + <source>Hello World PushButton!</source> + <translation>Gumb Pozdravljen, Svet!</translation> + </message> + <message> + <location line="+31"/> + <source>Hello World!</source> + <translation>Pozdravljen, Svet!</translation> + </message> + <message> + <location line="+0"/> + <source>Hello World! Beautiful day today, isn't it?</source> + <translation>Pozdravljen, Svet! Danes je lep dan, kajne?</translation> + </message> +</context> +<context> + <name>HelloWorld::Internal::HelloWorldWindow</name> + <message> + <location filename="../../../src/plugins/helloworld/helloworldwindow.cpp" line="+41"/> + <source>Focus me to activate my context!</source> + <translation>Fokusirajte me, da aktivirate moj kontekst!</translation> + </message> + <message> + <location line="+1"/> + <source>Hello, world!</source> + <translation>Pozdravljen, Svet!</translation> + </message> +</context> +<context> + <name>Help::Internal::CentralWidget</name> + <message> + <location filename="../../../src/plugins/help/centralwidget.cpp" line="+97"/> + <source>Add new page</source> + <translation>Dodaj novo stran</translation> + </message> + <message> + <location line="+238"/> + <source>Print Document</source> + <translation>Natisni dokument</translation> + </message> + <message> + <location line="+120"/> + <location line="+2"/> + <source>unknown</source> + <translation>neznano</translation> + </message> + <message> + <location line="+87"/> + <source>Add New Page</source> + <translation>Dodaj novo stran</translation> + </message> + <message> + <location line="+3"/> + <source>Close This Page</source> + <translation>Zapri to stran</translation> + </message> + <message> + <location line="+3"/> + <source>Close Other Pages</source> + <translation>Zapri druge strani</translation> + </message> + <message> + <location line="+5"/> + <source>Add Bookmark for this Page...</source> + <translation>Dodaj zaznamek za to stran ...</translation> + </message> +</context> +<context> + <name>Help::Internal::DocSettingsPage</name> + <message> + <location filename="../../../src/plugins/help/docsettingspage.cpp" line="+51"/> + <location line="+84"/> + <source>Documentation</source> + <translation>Dokumentacija</translation> + </message> + <message> + <location line="-73"/> + <source>Help</source> + <translation>PomoÄ</translation> + </message> + <message> + <location line="+23"/> + <location line="+10"/> + <source>Add Documentation</source> + <translation>Dodaj dokumentacijo</translation> + </message> + <message> + <location line="-9"/> + <source>Qt Help Files (*.qch)</source> + <translation>Datoteke s pomoÄjo za Qt (*.qch)</translation> + </message> + <message> + <location line="+10"/> + <source>The file %1 is not a valid Qt Help file!</source> + <translation>Datoteka %1 ni veljavna datoteka s pomoÄjo za Qt.</translation> + </message> + <message> + <location line="+40"/> + <source>Cannot unregister documentation file %1!</source> + <translation>Ni moÄ odregistrirati datoteke z dokumentacijo %1.</translation> + </message> +</context> +<context> + <name>Help::Internal::FilterSettingsPage</name> + <message> + <location filename="../../../src/plugins/help/filtersettingspage.cpp" line="+51"/> + <source>Filters</source> + <translation>Filtri</translation> + </message> + <message> + <location line="+10"/> + <source>Help</source> + <translation>PomoÄ</translation> + </message> +</context> +<context> + <name>Help::Internal::HelpIndexFilter</name> + <message> + <location filename="../../../src/plugins/help/helpindexfilter.cpp" line="+72"/> + <source>Help index</source> + <translation>Seznam pomoÄi</translation> + </message> +</context> +<context> + <name>Help::Internal::HelpMode</name> + <message> + <location filename="../../../src/plugins/help/helpmode.cpp" line="+46"/> + <source>Help</source> + <translation>PomoÄ</translation> + </message> +</context> +<context> + <name>Help::Internal::HelpPlugin</name> + <message> + <location filename="../../../src/plugins/help/helpplugin.cpp" line="+209"/> + <location line="+46"/> + <source>Contents</source> + <translation>Vsebina</translation> + </message> + <message> + <location line="-44"/> + <location line="+38"/> + <source>Index</source> + <translation>Kazalo</translation> + </message> + <message> + <location line="-36"/> + <location line="+48"/> + <source>Search</source> + <translation>Iskanje</translation> + </message> + <message> + <location line="-45"/> + <source>Bookmarks</source> + <translation>Zaznamki</translation> + </message> + <message> + <location line="+8"/> + <source>Home</source> + <translation>Domov</translation> + </message> + <message> + <location line="+6"/> + <source>Previous Page</source> + <translation>Predhodna stran</translation> + </message> + <message> + <location line="+6"/> + <source>Next Page</source> + <translation>Naslednja stran</translation> + </message> + <message> + <location line="+179"/> + <source>Increase Font Size</source> + <translation>PoveÄaj velikost pisave</translation> + </message> + <message> + <location line="+3"/> + <source>Ctrl++</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Decrease Font Size</source> + <translation>ZmanjÅ¡aj velikost pisave</translation> + </message> + <message> + <location line="+3"/> + <source>Ctrl+-</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Reset Font Size</source> + <translation>Ponastavi velikost pisave</translation> + </message> + <message> + <location line="+3"/> + <source>Ctrl+0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+23"/> + <source>Previous</source> + <translation>Predhodna</translation> + </message> + <message> + <location line="+2"/> + <source>Next</source> + <translation>Naslednja</translation> + </message> + <message> + <location line="-214"/> + <source>Add Bookmark</source> + <translation>Dodaj zaznamek</translation> + </message> + <message> + <location line="+24"/> + <source>Context Help</source> + <translation>Kontekstna pomoÄ</translation> + </message> + <message> + <location line="+58"/> + <source>Activate Index in Help mode</source> + <translation>V naÄinu PomoÄ aktiviraj Kazalo</translation> + </message> + <message> + <location line="+8"/> + <source>Activate Contents in Help mode</source> + <translation>V naÄinu PomoÄ aktiviraj Vsebino</translation> + </message> + <message> + <location line="+8"/> + <source>Activate Search in Help mode</source> + <translation>V naÄinu PomoÄ aktiviraj Iskanje</translation> + </message> + <message> + <location line="+292"/> + <location line="+4"/> + <location line="+146"/> + <source>Unfiltered</source> + <translation>Nefiltrirano</translation> + </message> + <message> + <location line="+12"/> + <source><html><head><title>No Documentation</title></head><body><br/><center><b>%1</b><br/>No documentation available.</center></body></html></source> + <translation><html><head><title>Ni dokumentacije</title></head><body><br/><center><b>%1</b><br/>Na voljo ni nobene dokumentacije.</center></body></html></translation> + </message> + <message> + <location line="+54"/> + <source>Filtered by:</source> + <translation>Filtrirano z:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source><html><head><title>No Documentation</title></head><body><br/><br/><center>No documentation available.</center></body></html></source> + <translation type="obsolete"><html><head><title>Ni dokumentacije</title></head><body><br/><br/><center>Na voljo ni nobene dokumentacije.</center></body></html></translation> + </message> +</context> +<context> + <name>Help::Internal::SearchWidget</name> + <message> + <location filename="../../../src/plugins/help/searchwidget.cpp" line="+169"/> + <source>&Copy</source> + <translation>S&kopiraj</translation> + </message> + <message> + <location line="+4"/> + <source>Copy &Link Location</source> + <translation>Skopiraj &povezavo do lokacije</translation> + </message> + <message> + <location line="+4"/> + <source>Open Link in New Tab</source> + <translation>Odpri povezavo v novem zavihku</translation> + </message> + <message> + <location line="+8"/> + <source>Select All</source> + <translation>Izberi vse</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Open Link</source> + <translation type="obsolete">Odpri povezavo</translation> + </message> +</context> +<context> + <name>HelpViewer</name> + <message> + <location filename="../../../src/shared/help/helpviewer.cpp" line="+247"/> + <source>Open Link in New Tab</source> + <translation>Odpri povezavo v novem zavihku</translation> + </message> + <message> + <location line="+166"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'%1'</h3></div></source> + <translation><title>Napaka 404</title><div align="center"><br><br><h1>Strani ni bilo moÄ najti</h1><br><h3>»%1«</h3></div></translation> + </message> + <message> + <location line="+57"/> + <source>Help</source> + <translation>PomoÄ</translation> + </message> + <message> + <location line="+1"/> + <source>Unable to launch external application. +</source> + <translation>Ni moÄ zagnati zunanjega programa. +</translation> + </message> + <message> + <location line="+0"/> + <source>OK</source> + <translation>V redu</translation> + </message> + <message> + <location line="+63"/> + <source>Copy &Link Location</source> + <translation>Skopiraj &povezavo do lokacije</translation> + </message> + <message> + <location line="+3"/> + <source>Open Link in New Tab Ctrl+LMB</source> + <translation>Odpri povezavo v novem zavihku Ctrl+LGM</translation> + </message> +</context> +<context> + <name>IndexWindow</name> + <message> + <location filename="../../../src/shared/help/indexwindow.cpp" line="+52"/> + <source>&Look for:</source> + <translation>&IÅ¡Äi:</translation> + </message> + <message> + <location line="+74"/> + <source>Open Link</source> + <translation>Odpri povezavo</translation> + </message> + <message> + <location line="+1"/> + <source>Open Link in New Tab</source> + <translation>Odpri povezavo v novem zavihku</translation> + </message> +</context> +<context> + <name>InputPane</name> + <message> + <location filename="../../../src/plugins/debugger/debuggeroutputwindow.cpp" line="+76"/> + <source>Type Ctrl-<Return> to execute a line.</source> + <translation>Da izvrÅ¡ite vrstico, vtipkajte Ctrl+VnaÅ¡alka</translation> + </message> +</context> +<context> + <name>Locator</name> + <message> + <location filename="../../../src/plugins/locator/locatorconstants.h" line="+38"/> + <source>Filters</source> + <translation>Filtri</translation> + </message> + <message> + <location line="+1"/> + <source>Locator</source> + <translation>Lokator</translation> + </message> +</context> +<context> + <name>MainWindow</name> + <message> + <location filename="../../../src/tools/qdebugger/mainwindow.cpp" line="+159"/> + <source>Ctrl+Q</source> + <translation></translation> + </message> + <message> + <location line="+56"/> + <location filename="../../../src/tools/texteditor/mainwindow.cpp" line="+121"/> + <source>File</source> + <translation>Datoteka</translation> + </message> + <message> + <location line="-60"/> + <source>Open file</source> + <translation>Odpri datoteko</translation> + </message> + <message> + <location line="+1"/> + <source>Ctrl+O</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Quit</source> + <translation>KonÄaj</translation> + </message> + <message> + <location line="+4"/> + <source>Run to main()</source> + <translation>Zaženi do main()</translation> + </message> + <message> + <location line="+1"/> + <source>Ctrl+F5</source> + <translation></translation> + </message> + <message> + <location line="+11"/> + <source>F5</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Shift+F5</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>F6</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>F7</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Shift+F6</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Shift+F9</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Shift+F7</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Shift+F8</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>F8</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>ALT+D,ALT+W</source> + <translation></translation> + </message> + <message> + <location line="+8"/> + <source>Files</source> + <translation>Datoteke</translation> + </message> + <message> + <location line="+26"/> + <source>Debug</source> + <translation>RazhroÅ¡Äevanje</translation> + </message> + <message> + <location line="+105"/> + <source>Not a runnable project</source> + <translation>Ni zaženljiv projekt</translation> + </message> + <message> + <location line="+1"/> + <source>The current startup project can not be run.</source> + <translation>Trenutnega zaÄetnega projekta ni moÄ zagnati.</translation> + </message> + <message> + <location line="+146"/> + <source>Open File</source> + <translation>Odpri datoteko</translation> + </message> + <message> + <location line="+58"/> + <source>Cannot find special data dumpers</source> + <translation>Ni moÄ najti odlagalnikov posebnih podatkov</translation> + </message> + <message> + <location line="+1"/> + <source>The debugged binary does not contain information needed for nice display of Qt data types. + +Make sure you use something like + +SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp + +in your .pro file.</source> + <translation>RazhroÅ¡Äevan program ne vsebuje podatkov, ki so potrebni za lep prikaz podatkovnih vrst Qt. + +PrepriÄajte se, da je v datoteki *.pro nekaj podobnega + +SOURCES *= .../ide/main/bin/gdbmacros/gdbmacros.cpp</translation> + </message> + <message> + <location filename="../../../src/tools/texteditor/mainwindow.cpp" line="+62"/> + <source>Open Executable File</source> + <translation>Odpri izvrÅ¡ljivo datoteko</translation> + </message> +</context> +<context> + <name>MakeStep</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/makestep.ui"/> + <source>Override %1:</source> + <translation>Povozi %1:</translation> + </message> + <message> + <location/> + <source>Make arguments:</source> + <translation>Argumenti za Make:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>MyMain</name> + <message> + <location filename="../../../src/libs/aggregation/examples/text/main.cpp" line="+57"/> + <location line="+1"/> + <location line="+1"/> + <source>N/A</source> + <translation>Ni na voljo</translation> + </message> +</context> +<context> + <name>NickNameDialog</name> + <message> + <location filename="../../../src/plugins/vcsbase/nicknamedialog.ui"/> + <source>Nick Names</source> + <translation>Druga imena</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> + <message> + <location/> + <source>Clear</source> + <translation>PoÄisti</translation> + </message> +</context> +<context> + <name>OpenWithDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/openwithdialog.ui"/> + <source>Open File With...</source> + <translation>Odpri datoteko v ...</translation> + </message> + <message> + <location/> + <source>Open file extension with:</source> + <translation>Odpri konÄnico datoteke v:</translation> + </message> +</context> +<context> + <name>Perforce::Internal::ChangeNumberDialog</name> + <message> + <location filename="../../../src/plugins/perforce/changenumberdialog.ui"/> + <source>Change Number</source> + <translation>Å tevilka spremebe</translation> + </message> + <message> + <location/> + <source>Change Number:</source> + <translation>Å tevilka spremembe:</translation> + </message> +</context> +<context> + <name>Perforce::Internal::PendingChangesDialog</name> + <message> + <location filename="../../../src/plugins/perforce/pendingchangesdialog.ui"/> + <source>P4 Pending Changes</source> + <translation>ÄŒakajoÄe spremebe P4</translation> + </message> + <message> + <location/> + <source>Submit</source> + <translation></translation> + </message> + <message> + <location/> + <source>Cancel</source> + <translation>PrekliÄi</translation> + </message> + <message> + <location filename="../../../src/plugins/perforce/pendingchangesdialog.cpp" line="+46"/> + <source>Change %1: %2</source> + <translation>Sprememba %1: %2</translation> + </message> +</context> +<context> + <name>Perforce::Internal::PerforcePlugin</name> + <message> + <location filename="../../../src/plugins/perforce/perforceplugin.cpp" line="+243"/> + <source>&Perforce</source> + <translation>&Perforce</translation> + </message> + <message> + <location line="+17"/> + <source>Edit</source> + <translation>Urejanje</translation> + </message> + <message> + <location line="+0"/> + <source>Edit "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Alt+P,Alt+E</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Edit File</source> + <translation>Urejanje datoteke</translation> + </message> + <message> + <location line="+4"/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location line="+0"/> + <source>Add "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Alt+P,Alt+A</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Add File</source> + <translation>Dodaj datoteko</translation> + </message> + <message> + <location line="+4"/> + <source>Delete</source> + <translation>IzbriÅ¡i</translation> + </message> + <message> + <location line="+0"/> + <source>Delete "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Delete File</source> + <translation>IzbriÅ¡i datoteko</translation> + </message> + <message> + <location line="+4"/> + <source>Revert</source> + <translation>Povrni</translation> + </message> + <message> + <location line="+0"/> + <source>Revert "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Alt+P,Alt+R</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Revert File</source> + <translation>Povrni datoteko</translation> + </message> + <message> + <location line="+9"/> + <location line="+3"/> + <source>Diff Current File</source> + <translation></translation> + </message> + <message> + <location line="-3"/> + <source>Diff "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Diff Current Project/Session</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Diff Project "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Alt+P,Alt+D</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Diff Opened Files</source> + <translation></translation> + </message> + <message> + <location line="+10"/> + <source>Opened</source> + <translation>Odprta</translation> + </message> + <message> + <location line="+2"/> + <source>Alt+P,Alt+O</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Submit Project</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Alt+P,Alt+S</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Pending Changes...</source> + <translation>ÄŒakajoÄe spremembe ...</translation> + </message> + <message> + <location line="+5"/> + <source>Update Current Project/Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Update Project "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+12"/> + <source>Describe...</source> + <translation>Opis ...</translation> + </message> + <message> + <location line="+5"/> + <location line="+3"/> + <source>Annotate Current File</source> + <translation></translation> + </message> + <message> + <location line="-3"/> + <source>Annotate "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Annotate...</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <location line="+4"/> + <source>Filelog Current File</source> + <translation></translation> + </message> + <message> + <location line="-4"/> + <source>Filelog "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Alt+P,Alt+F</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Filelog...</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Update All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Submit</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Diff Selected Files</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+3"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> + <message> + <location line="+49"/> + <source>p4 revert</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>The file has been changed. Do you want to revert it?</source> + <translation>Datoteka je bila spremenjena. Ali jo želite povrniti?</translation> + </message> + <message> + <location line="+336"/> + <source>Executing: %1 +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-243"/> + <source>Another submit is currently executed.</source> + <translation></translation> + </message> + <message> + <location line="+7"/> + <source>Cannot create temporary file.</source> + <translation>Ni moÄ ustvariti zaÄasne datoteke.</translation> + </message> + <message> + <location line="+33"/> + <source>Project has no files</source> + <translation>Projekt nima nobene datoteke</translation> + </message> + <message> + <location line="+49"/> + <source>p4 annotate</source> + <translation></translation> + </message> + <message> + <location line="+15"/> + <source>p4 annotate %1</source> + <translation></translation> + </message> + <message> + <location line="+15"/> + <source>p4 filelog</source> + <translation></translation> + </message> + <message> + <location line="+14"/> + <source>p4 filelog %1</source> + <translation></translation> + </message> + <message> + <location line="+180"/> + <source>The process terminated with exit code %1.</source> + <translation>Proces se je konÄal z izhodno kodo %1.</translation> + </message> + <message> + <location line="+3"/> + <source>The process terminated abnormally.</source> + <translation>Proces se ni konÄal normalno.</translation> + </message> + <message> + <location line="+3"/> + <source>Could not start perforce '%1'. Please check your settings in the preferences.</source> + <translation>Ni bilo moÄ zagnati perforce »%1«. Preverite nastavitve.</translation> + </message> + <message> + <location line="+3"/> + <source>Perforce did not respond within timeout limit (%1 ms).</source> + <translation>Perforce se v za to namenjenem Äasu (%1 ms) ni odzval.</translation> + </message> + <message> + <location line="+84"/> + <source>p4 diff %1</source> + <translation></translation> + </message> + <message> + <location line="+22"/> + <source>p4 describe %1</source> + <translation></translation> + </message> + <message> + <location line="+41"/> + <source>Closing p4 Editor</source> + <translation>Zapiranje urejevalnika p4</translation> + </message> + <message> + <location line="+1"/> + <source>Do you want to submit this change list?</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>The commit message check failed. Do you want to submit this change list</source> + <translation></translation> + </message> + <message> + <location line="+18"/> + <source>Cannot open temporary file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+19"/> + <location line="+8"/> + <source>Cannot execute p4 submit.</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>p4 submit failed (exit code %1).</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Pending change</source> + <translation>ÄŒakajoÄa sprememba</translation> + </message> + <message> + <location line="+0"/> + <source>Could not submit the change, because your workspace was out of date. Created a pending submit instead.</source> + <translation></translation> + </message> + <message> + <location line="+59"/> + <source>Invalid configuration: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+63"/> + <source>Timeout waiting for "where" (%1).</source> + <translation>ÄŒas za Äakanje na »where« (%1) je potekel.</translation> + </message> + <message> + <location line="+11"/> + <source>Error running "where" on %1: The file is not mapped</source> + <translation>Napaka poganjanja »where« na %1: datoteka ni preslikana</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>No p4 executable specified!</source> + <translation type="obsolete">DoloÄen ni noben program p4.</translation> + </message> + <message> + <location/> + <source>Edit %1</source> + <translation type="obsolete">Urejanje %1</translation> + </message> + <message> + <location/> + <source>Add %1</source> + <translation type="obsolete">Dodaj %1</translation> + </message> + <message> + <location/> + <source>Delete %1</source> + <translation type="obsolete">IzbriÅ¡i %1</translation> + </message> + <message> + <location/> + <source>Revert %1</source> + <translation type="obsolete">Povrni %1</translation> + </message> + <message> + <location/> + <source>%1 Executing: %2 +</source> + <translation type="obsolete">%1 Izvajanje: %2 +</translation> + </message> + <message> + <location/> + <source>Resolve</source> + <translation type="obsolete">RazreÅ¡i</translation> + </message> +</context> +<context> + <name>Perforce::Internal::PerforceSubmitEditor</name> + <message> + <location filename="../../../src/plugins/perforce/perforcesubmiteditor.cpp" line="+49"/> + <source>Perforce Submit</source> + <translation></translation> + </message> +</context> +<context> + <name>Perforce::Internal::PromptDialog</name> + <message> + <location filename="../../../src/plugins/perforce/promptdialog.ui"/> + <source>Perforce Prompt</source> + <translation>Poziv Perforce</translation> + </message> + <message> + <location/> + <source>OK</source> + <translation>V redu</translation> + </message> +</context> +<context> + <name>Perforce::Internal::SettingsPage</name> + <message> + <location filename="../../../src/plugins/perforce/settingspage.ui"/> + <source>P4 Command:</source> + <translation>Ukaz P4:</translation> + </message> + <message> + <location/> + <source>Use default P4 environment variables</source> + <translation>Uporabi privzete okoljske spremenljivke za P4</translation> + </message> + <message> + <location/> + <source>Environment variables</source> + <translation>Okoljske spremenljivke</translation> + </message> + <message> + <location/> + <source>P4 Client:</source> + <translation>Odjemalec P4:</translation> + </message> + <message> + <location/> + <source>P4 User:</source> + <translation>Uporabnik P4:</translation> + </message> + <message> + <location/> + <source>P4 Port:</source> + <translation>Vrata P4:</translation> + </message> + <message> + <location filename="../../../src/plugins/perforce/settingspage.cpp" line="+106"/> + <source>Perforce</source> + <translation>Perforce</translation> + </message> + <message> + <location filename="../../../src/plugins/perforce/settingspage.ui"/> + <source>Prompt to submit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Perforce::Internal::SettingsPageWidget</name> + <message> + <location filename="../../../src/plugins/perforce/settingspage.cpp" line="-50"/> + <source>Testing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Test succeeded.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-14"/> + <source>Perforce Command</source> + <translation>Ukaz Perforce</translation> + </message> +</context> +<context> + <name>Perforce::Internal::SubmitPanel</name> + <message> + <location filename="../../../src/plugins/perforce/submitpanel.ui"/> + <source>Submit</source> + <translation></translation> + </message> + <message> + <location/> + <source>Change:</source> + <translation>Sprememba:</translation> + </message> + <message> + <location/> + <source>Client:</source> + <translation>Odjemalec:</translation> + </message> + <message> + <location/> + <source>User:</source> + <translation>Uporabnik:</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <location filename="../../../src/libs/extensionsystem/test/manual/pluginview/plugindialog.cpp" line="+55"/> + <source>Details</source> + <translation>Podrobnosti</translation> + </message> + <message> + <location line="+1"/> + <source>Error Details</source> + <translation>Podrobnosti napake</translation> + </message> + <message> + <location line="+7"/> + <source>Installed Plugins</source> + <translation>NameÅ¡Äeni vstavki</translation> + </message> + <message> + <location line="+33"/> + <source>Plugin Details of %1</source> + <translation>Podrobnosti vstavka %1</translation> + </message> + <message> + <location line="+20"/> + <source>Plugin Errors of %1</source> + <translation>Napake vstavka %1</translation> + </message> +</context> +<context> + <name>PluginManager</name> + <message> + <location filename="../../../src/libs/extensionsystem/optionsparser.cpp" line="+106"/> + <location line="+18"/> + <source>The plugin '%1' does not exist.</source> + <translation>Vstavek »%1« ne obstaja.</translation> + </message> + <message> + <location line="+45"/> + <source>Unknown option %1</source> + <translation>Neznana možnost %1</translation> + </message> + <message> + <location line="+12"/> + <source>The option %1 requires an argument.</source> + <translation>Možnost %1 potrebuje argument.</translation> + </message> +</context> +<context> + <name>PluginSpec</name> + <message> + <location filename="../../../src/libs/extensionsystem/pluginspec.cpp" line="+22"/> + <source>'%1' misses attribute '%2'</source> + <translation>»%1« pogreÅ¡a lastnost »%2«</translation> + </message> + <message> + <location line="+5"/> + <source>'%1' has invalid format</source> + <translation>»%1« nima veljavne oblike</translation> + </message> + <message> + <location line="+5"/> + <source>Invalid element '%1'</source> + <translation>Neveljaven element »%1«</translation> + </message> + <message> + <location line="+5"/> + <source>Unexpected closing element '%1'</source> + <translation>NepriÄakovan zakljuÄni element »%1«</translation> + </message> + <message> + <location line="+5"/> + <source>Unexpected token</source> + <translation>NepriÄakovan žeton</translation> + </message> + <message> + <location line="+11"/> + <source>Expected element '%1' as top level element</source> + <translation>Za vrhnji element je bil priÄakovan »%1«</translation> + </message> + <message> + <location line="+234"/> + <source>Resolving dependencies failed because state != Read</source> + <translation>RazreÅ¡evanje odvisnosti ni uspelo, ker stanje ni enako Prebrano</translation> + </message> + <message> + <location line="+17"/> + <source>Could not resolve dependency '%1(%2)'</source> + <translation>Ni bilo moÄ razreÅ¡iti odvisnosti »%1 (%2)«</translation> + </message> + <message> + <location line="+24"/> + <source>Loading the library failed because state != Resolved</source> + <translation>Nalaganje knjižnice ni uspelo, ker stanje ni enako RazreÅ¡eno</translation> + </message> + <message> + <location line="+35"/> + <source>Plugin is not valid (does not derive from IPlugin)</source> + <translation>Vstavek ni veljaven (ni izpeljan iz IPlugin)</translation> + </message> + <message> + <location line="+21"/> + <source>Initializing the plugin failed because state != Loaded</source> + <translation>Inicializacija vstavka ni uspela, ker stanje ni enako Naložen</translation> + </message> + <message> + <location line="+5"/> + <source>Internal error: have no plugin instance to initialize</source> + <translation>Notranja napaka: ni izvoda vstavka za inicializacijo</translation> + </message> + <message> + <location line="+6"/> + <source>Plugin initialization failed: %1</source> + <translation>Inicializacija vstavka ni uspela: %1</translation> + </message> + <message> + <location line="+19"/> + <source>Cannot perform extensionsInitialized because state != Initialized</source> + <translation>Ni moÄ izvesti extensionsInitialized, ker stanje ni enako Inicializirano</translation> + </message> + <message> + <location line="+5"/> + <source>Internal error: have no plugin instance to perform extensionsInitialized</source> + <translation>Notranja napaka: ni izvoda vstavka, da bi se izvedlo extensionsInitialized</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source> +Library base name: %1</source> + <translation type="obsolete"> +Osnovno ime knjižnice: %1</translation> + </message> + <message> + <location/> + <source>Plugin is not valid (doesn't derive from IPlugin)</source> + <translation type="obsolete">Vstavek ni veljaven (ni izpeljan iz IPlugin)</translation> + </message> +</context> +<context> + <name>ProjectExplorer::AbstractProcessStep</name> + <message> + <location filename="../../../src/plugins/projectexplorer/abstractprocessstep.cpp" line="+188"/> + <source><font color="#0000ff">Starting: %1 %2</font> +</source> + <translation><font color="#0000ff">Zaganjanje: %1 %2</font> +</translation> + </message> + <message> + <location line="+7"/> + <source><font color="#0000ff">Exited with code %1.</font></source> + <translation><font color="#0000ff">KonÄal s kodo %1.</font></translation> + </message> + <message> + <location line="+2"/> + <source><font color="#ff0000"><b>Exited with code %1.</b></font></source> + <translation><font color="#ff0000"><b>KonÄal s kodo %1.</b></font></translation> + </message> + <message> + <location line="+7"/> + <source><font color="#ff0000">Could not start process %1 </b></font></source> + <translation><font color="#ff0000">Ni moÄ zagnati procesa %1 </b></font></translation> + </message> +</context> +<context> + <name>ProjectExplorer::BuildManager</name> + <message> + <location filename="../../../src/plugins/projectexplorer/buildmanager.cpp" line="+141"/> + <source><font color="#ff0000">Canceled build.</font></source> + <translation><font color="#ff0000">Preklicana gradnja.</font></translation> + </message> + <message> + <location line="+61"/> + <source>Build</source> + <translation>Gradnja</translation> + </message> + <message numerus="yes"> + <location line="-141"/> + <source>Finished %n of %1 build steps</source> + <translation> + <numerusform>ZakljuÄen %n od %1 korakov gradnje</numerusform> + <numerusform>ZakljuÄena %n od %1 korakov gradnje</numerusform> + <numerusform>ZakljuÄeni %n od %1 korakov gradnje</numerusform> + <numerusform>ZakljuÄenih %n od %1 korakov gradnje</numerusform> + </translation> + </message> + <message> + <location line="+196"/> + <location line="+39"/> + <source><font color="#ff0000">Error while building project %1</font></source> + <translation><font color="#ff0000">Napaka med gradnjo projekta %1</font></translation> + </message> + <message> + <location line="-38"/> + <location line="+39"/> + <source><font color="#ff0000">When executing build step '%1'</font></source> + <translation><font color="#ff0000">Med izvajanjem koraka »%1«</font></translation> + </message> + <message> + <location line="-37"/> + <source>Error while building project %1</source> + <translation>Napaka med gradnjo projekta %1</translation> + </message> + <message> + <location line="+44"/> + <source><b>Running build steps for project %2...</b></source> + <translation><b>Poganjanje korakov gradnje za projekt %2 ...</b></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Finished %1 of %2 build steps</source> + <translation type="obsolete">ZakljuÄil %1 od %2 korakov gradnje</translation> + </message> +</context> +<context> + <name>ProjectExplorer::CustomExecutableRunConfiguration</name> + <message> + <location filename="../../../src/plugins/projectexplorer/customexecutablerunconfiguration.cpp" line="+249"/> + <source>Custom Executable</source> + <translation>IzvrÅ¡ljiva datoteka po meri</translation> + </message> + <message> + <location line="+44"/> + <source>Could not find the executable, please specify one.</source> + <translation>Ni bilo moÄ najti izvrÅ¡ljive datoteke. DoloÄite jo.</translation> + </message> + <message> + <location line="+124"/> + <location line="+32"/> + <source>Run %1</source> + <translation>Zaženi %1</translation> + </message> +</context> +<context> + <name>ProjectExplorer::CustomExecutableRunConfigurationFactory</name> + <message> + <location line="+49"/> + <location line="+16"/> + <source>Custom Executable</source> + <translation>IzvrÅ¡ljiva datoteka po meri</translation> + </message> +</context> +<context> + <name>ProjectExplorer::EnvironmentModel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/environmenteditmodel.cpp" line="+68"/> + <location line="+72"/> + <source><UNSET></source> + <translation><ni nastavljeno></translation> + </message> + <message> + <location line="+39"/> + <source>Variable</source> + <translation>Spremenljivka</translation> + </message> + <message> + <location line="+0"/> + <source>Value</source> + <translation>Vrednost</translation> + </message> + <message> + <location line="+119"/> + <location line="+254"/> + <source><VARIABLE></source> + <translation><spremenljivka></translation> + </message> + <message> + <location line="-243"/> + <source><VALUE></source> + <translation><vrednost></translation> + </message> +</context> +<context> + <name>ProjectExplorer::EnvironmentWidget</name> + <message> + <location line="+163"/> + <source>&Edit</source> + <translation>&Urejanje</translation> + </message> + <message> + <location line="+4"/> + <source>&Add</source> + <translation>&Dodaj</translation> + </message> + <message> + <location line="+5"/> + <source>&Reset</source> + <translation>&Ponastavi</translation> + </message> + <message> + <location line="+5"/> + <source>&Unset</source> + <translation>&Odnastavi</translation> + </message> + <message> + <location line="+68"/> + <source>Unset <b>%1</b></source> + <translation>Odnastavi <b>%1</b></translation> + </message> + <message> + <location line="+2"/> + <source>Set <b>%1</b> to <b>%2</b></source> + <translation>Nastavi <b>%1</b> na <b>%2</b></translation> + </message> + <message> + <location line="+4"/> + <source>Summary: No changes to Environment</source> + <translation>Povzetek: brez sprememb okolja</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::AllProjectsFilter</name> + <message> + <location filename="../../../src/plugins/projectexplorer/allprojectsfilter.h" line="+51"/> + <source>Files in any project</source> + <translation>Datoteke v kateremkoli projektu</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::AllProjectsFind</name> + <message> + <location filename="../../../src/plugins/projectexplorer/allprojectsfind.cpp" line="+64"/> + <source>All Projects</source> + <translation>Vsi projekti</translation> + </message> + <message> + <location line="+52"/> + <source>File &pattern:</source> + <translation>DatoteÄni &vzorec:</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::BuildSettingsPanel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/buildsettingspropertiespage.cpp" line="+80"/> + <source>Build Settings</source> + <translation>Nastavitve za gradnjo</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::BuildSettingsWidget</name> + <message> + <location line="+118"/> + <source>&Clone Selected</source> + <translation>Po&dvoji izbrano</translation> + </message> + <message> + <location line="+38"/> + <source>Build Steps</source> + <translation>Koraki gradnje</translation> + </message> + <message> + <location line="-81"/> + <source>Edit Build Configuration:</source> + <translation>Urejanje nastavitev za gradnjo:</translation> + </message> + <message> + <location line="+6"/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location line="+5"/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location line="+71"/> + <source>Clean Steps</source> + <translation>Koraki ÄiÅ¡Äenja</translation> + </message> + <message> + <location line="+69"/> + <source>New Configuration Name:</source> + <translation>Ime nove nastavitve:</translation> + </message> + <message> + <location line="+0"/> + <source>Clone configuration</source> + <translation>Podvoji nastavitev</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Create &New</source> + <translation type="obsolete">Ustvari &novo</translation> + </message> + <message> + <location/> + <source>%1 - %2</source> + <translation type="obsolete">%1 - %2</translation> + </message> + <message> + <location/> + <source>General</source> + <translation type="obsolete">SploÅ¡no</translation> + </message> + <message> + <location/> + <source>Set as Active</source> + <translation type="obsolete">Nastavi kot aktivno</translation> + </message> + <message> + <location/> + <source>Clone</source> + <translation type="obsolete">Podvoji</translation> + </message> + <message> + <location/> + <source>Delete</source> + <translation type="obsolete">IzbriÅ¡i</translation> + </message> + <message> + <location/> + <source>New configuration</source> + <translation type="obsolete">Nova nastavitev</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::BuildStepsPage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/buildstepspage.cpp" line="+61"/> + <source>No Build Steps</source> + <translation>Brez korakov gradnje</translation> + </message> + <message> + <location line="+6"/> + <source>Add clean step</source> + <translation>Dodaj korak ÄiÅ¡Äenja</translation> + </message> + <message> + <location line="+0"/> + <source>Add build step</source> + <translation>Dodaj korak gradnje</translation> + </message> + <message> + <location line="+5"/> + <source>Remove clean step</source> + <translation>Odstrani korak ÄiÅ¡Äenja</translation> + </message> + <message> + <location line="+0"/> + <source>Remove build step</source> + <translation>Odstrani korak gradnje</translation> + </message> + <message> + <location line="+41"/> + <source>Build Steps</source> + <translation>Koraki gradnje</translation> + </message> + <message> + <location line="+0"/> + <source>Clean Steps</source> + <translation>Koraki ÄiÅ¡Äenja</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>1</source> + <translation type="obsolete">1</translation> + </message> + <message> + <location/> + <source>+</source> + <translation type="obsolete">+</translation> + </message> + <message> + <location/> + <source>-</source> + <translation type="obsolete">-</translation> + </message> + <message> + <location/> + <source>^</source> + <translation type="obsolete">↑</translation> + </message> + <message> + <location/> + <source>v</source> + <translation type="obsolete">↓</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::CompileOutputWindow</name> + <message> + <location filename="../../../src/plugins/projectexplorer/compileoutputwindow.cpp" line="+47"/> + <location filename="../../../src/plugins/projectexplorer/compileoutputwindow.h" line="+51"/> + <source>Compile Output</source> + <translation>Izhod prevajanja</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::CoreListenerCheckingForRunningBuild</name> + <message> + <location filename="../../../src/plugins/projectexplorer/corelistenercheckingforrunningbuild.cpp" line="+48"/> + <source>Cancel Build && Close</source> + <translation>PrekliÄi gradnjo in zapri</translation> + </message> + <message> + <location line="+4"/> + <source>A project is currently being built.</source> + <translation>Projekt se trenutno gradi.</translation> + </message> + <message> + <location line="-1"/> + <source>Close Qt Creator?</source> + <translation>Ali zaprem Qt Creatorja?</translation> + </message> + <message> + <location line="-2"/> + <source>Do not Close</source> + <translation>Ne zapri</translation> + </message> + <message> + <location line="+4"/> + <source>Do you want to cancel the build process and close Qt Creator anyway?</source> + <translation>Ali vseeno želite preklicati gradnjo in zapreti Qt Creatorja?</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Don't Close</source> + <translation type="obsolete">Ne zapri</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::CurrentProjectFilter</name> + <message> + <location filename="../../../src/plugins/projectexplorer/currentprojectfilter.h" line="+54"/> + <source>Files in current project</source> + <translation>Datoteke v trenutnem projektu</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::CurrentProjectFind</name> + <message> + <location filename="../../../src/plugins/projectexplorer/currentprojectfind.cpp" line="+64"/> + <source>Current Project</source> + <translation>Trenutni projekt</translation> + </message> + <message> + <location line="+47"/> + <source>File &pattern:</source> + <translation>DatoteÄni &vzorec:</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::CustomExecutableConfigurationWidget</name> + <message> + <location filename="../../../src/plugins/projectexplorer/customexecutablerunconfiguration.cpp" line="-435"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location line="+4"/> + <source>Executable:</source> + <translation>IzvrÅ¡ljiva datoteka:</translation> + </message> + <message> + <location line="+4"/> + <source>Arguments:</source> + <translation>Argumenti:</translation> + </message> + <message> + <location line="+4"/> + <source>Working Directory:</source> + <translation>Delovna mapa:</translation> + </message> + <message> + <location line="+2"/> + <source>Run in &Terminal</source> + <translation>Zaženi v &konzoli</translation> + </message> + <message> + <location line="+14"/> + <source>Run Environment</source> + <translation>Okolje za zagon</translation> + </message> + <message> + <location line="+10"/> + <source>Base environment for this runconfiguration:</source> + <translation>Osnovno okolje za te nastavitve zagona:</translation> + </message> + <message> + <location line="+4"/> + <source>Clean Environment</source> + <translation>ÄŒisto okolje</translation> + </message> + <message> + <location line="+1"/> + <source>System Environment</source> + <translation>Sistemsko okolje</translation> + </message> + <message> + <location line="+1"/> + <source>Build Environment</source> + <translation>Okolje za gradnjo</translation> + </message> + <message> + <location line="+102"/> + <source>No Executable specified.</source> + <translation>DoloÄen ni noben program.</translation> + </message> + <message> + <location line="+2"/> + <source>Running executable: <b>%1</b> %2</source> + <translation>Zaganjanje programa: <b>%1</b> %2</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::DependenciesPanel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/dependenciespanel.cpp" line="+22"/> + <source>Dependencies</source> + <translation>Odvisnosti</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::DetailedModel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectmodels.cpp" line="+232"/> + <source>%1 of project %2</source> + <translation>%1 projekta %2</translation> + </message> + <message> + <location line="+37"/> + <source>Could not rename file</source> + <translation>Ni moÄ preimenovati datoteke</translation> + </message> + <message> + <location line="+1"/> + <source>Renaming file %1 to %2 failed.</source> + <translation>Preimenovanje datoteke %1 v %2 ni uspelo.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::EditorSettingsPanel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/editorsettingspropertiespage.cpp" line="+63"/> + <source>Editor Settings</source> + <translation>Nastavitve urejevalnika</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::EditorSettingsPropertiesPage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/editorsettingspropertiespage.ui"/> + <source>Default File Encoding:</source> + <translation>Privzeti nabor znakov:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::FolderNavigationWidgetFactory</name> + <message> + <location filename="../../../src/plugins/projectexplorer/foldernavigationwidget.cpp" line="+194"/> + <source>File System</source> + <translation>DatoteÄni sistem</translation> + </message> + <message> + <location line="+17"/> + <source>Synchronize with Editor</source> + <translation>Uskladi z urejevalnikom</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::NewSessionInputDialog</name> + <message> + <location filename="../../../src/plugins/projectexplorer/sessiondialog.cpp" line="+89"/> + <source>New session name</source> + <translation>Ime nove seje</translation> + </message> + <message> + <location line="+2"/> + <source>Enter the name of the new session:</source> + <translation>Vnesite ime nove seje:</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::SessionDialog</name> + <message> + <location line="+22"/> + <source>Switch to session</source> + <translation>Preklopi na sejo</translation> + </message> + <message> + <location filename="../../../src/plugins/projectexplorer/sessiondialog.ui"/> + <source>Session Manager</source> + <translation>Upravljalnik sej</translation> + </message> + <message> + <location/> + <source>Create New Session</source> + <translation>Ustvari novo sejo</translation> + </message> + <message> + <location/> + <source>Clone Session</source> + <translation>Podvoji sejo</translation> + </message> + <message> + <location/> + <source>Delete Session</source> + <translation>IzbriÅ¡i sejo</translation> + </message> + <message> + <location/> + <source><a href="qthelp://com.nokia.qtcreator/doc/creator-quick-tour.html#session-management-in-qt-creator">What is a Session?</a></source> + <translation><a href="qthelp://com.nokia.qtcreator/doc/creator-quick-tour.html#session-management-in-qt-creator">Kaj je seja?</a></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Choose your session</source> + <translation type="obsolete">Izberite sejo</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::OutputPane</name> + <message> + <location filename="../../../src/plugins/projectexplorer/outputwindow.cpp" line="+75"/> + <source>Re-run this run-configuration</source> + <translation>Znova zaženi te nastavitve za zagon</translation> + </message> + <message> + <location line="+11"/> + <location line="+1"/> + <source>Stop</source> + <translation>Ustavi</translation> + </message> + <message> + <location line="+4"/> + <source>Ctrl+Shift+R</source> + <translation></translation> + </message> + <message> + <location line="+56"/> + <source>Application Output</source> + <translation>Izhod programa</translation> + </message> + <message> + <location line="+116"/> + <source>The application is still running. Close it first.</source> + <translation>Program Å¡e vedno teÄe. Najprej ga zaprite.</translation> + </message> + <message> + <location line="+1"/> + <source>Unable to close</source> + <translation>Ni moÄ zapreti</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Rerun this runconfiguration</source> + <translation type="obsolete">Znova zaženi te nastavitve za zagon</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::OutputWindow</name> + <message> + <location filename="../../../src/plugins/projectexplorer/outputwindow.cpp" line="+84"/> + <source>Application Output Window</source> + <translation>Okno z izhodom programa</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProcessStep</name> + <message> + <location filename="../../../src/plugins/projectexplorer/processstep.cpp" line="+86"/> + <source>Custom Process Step</source> + <translation>Korak postopka po meri</translation> + </message> + <message> + <location line="+41"/> + <source>Custom Process Step</source> + <comment>item in combobox</comment> + <translation>Korak postopka po meri</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProcessStepConfigWidget</name> + <message> + <location line="+30"/> + <source><b>%1</b> %2 %3 %4</source> + <translation><b>%1</b> %2 %3 %4</translation> + </message> + <message> + <location line="+4"/> + <source>(disabled)</source> + <translation>(onemogoÄen)</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProcessStepWidget</name> + <message> + <location filename="../../../src/plugins/projectexplorer/processstep.ui"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location/> + <source>Command:</source> + <translation>Ukaz:</translation> + </message> + <message> + <location/> + <source>Working Directory:</source> + <translation>Delovna mapa:</translation> + </message> + <message> + <location/> + <source>Command Arguments:</source> + <translation>Argumenti za ukaz:</translation> + </message> + <message> + <location/> + <source>Enable Custom Process Step</source> + <translation>OmogoÄi korak postopka po meri</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Enable custom process step</source> + <translation type="obsolete">OmogoÄi korak postopka po meri</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectExplorerSettingsPage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectexplorersettingspage.cpp" line="+56"/> + <source>Build and Run</source> + <translation>Zgradi in zaženi</translation> + </message> + <message> + <location line="+10"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Build and Run Settings</source> + <translation type="obsolete">Nastavitve za gradnjo in zagon</translation> + </message> + <message> + <location/> + <source>Projectexplorer</source> + <translation type="obsolete">Raziskovalec projektov</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectFileFactory</name> + <message> + <location filename="../../../src/plugins/projectexplorer/pluginfilefactory.cpp" line="+70"/> + <source>Could not open the following project: '%1'</source> + <translation>Ni bilo moÄ odpreti naslednjega projekta: »%1«</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectFileWizardExtension</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectfilewizardextension.cpp" line="+168"/> + <source>Failed to add one or more files to project +'%1' (%2).</source> + <translation>Dodajanje ene ali veÄ datotek v projekt ni uspelo +»%1« (%2).</translation> + </message> + <message> + <location line="+10"/> + <source>Failed to add '%1' to the version control system.</source> + <translation>Dodajanje »%1« v sistem za nadzor razliÄic ni uspelo.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectTreeWidget</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projecttreewidget.cpp" line="+144"/> + <source>Simplify tree</source> + <translation>Poenostavi drevo</translation> + </message> + <message> + <location line="+5"/> + <source>Hide generated files</source> + <translation>Skrij samodejno ustvarjene datoteke</translation> + </message> + <message> + <location line="+23"/> + <source>Synchronize with Editor</source> + <translation>Uskladi z urejevalnikom</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectTreeWidgetFactory</name> + <message> + <location line="+191"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location line="+16"/> + <source>Filter tree</source> + <translation>Filtriraj drevo</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectWindow</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwindow.cpp" line="+673"/> + <location line="+105"/> + <source>Active Build and Run Configurations</source> + <translation>Aktivne nastavitve gradnje in zagona</translation> + </message> + <message> + <location line="-67"/> + <source>No project loaded.</source> + <translation>Naložen ni noben projekt.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Project Explorer</source> + <translation type="obsolete">Raziskovalec projektov</translation> + </message> + <message> + <location/> + <source>Projects</source> + <translation type="obsolete">Projekti</translation> + </message> + <message> + <location/> + <source>Startup</source> + <translation type="obsolete">Zagon</translation> + </message> + <message> + <location/> + <source>Path</source> + <translation type="obsolete">Pot</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectWizardPage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwizardpage.cpp" line="+131"/> + <source>Add to &VCS (%1)</source> + <translation>Dodaj &v sistem za nadzor razliÄic (%1)</translation> + </message> + <message> + <location line="+8"/> + <source>Files to be added:</source> + <translation>Datoteke za dodati:</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::RemoveFileDialog</name> + <message> + <location filename="../../../src/plugins/projectexplorer/removefiledialog.ui"/> + <source>Remove File</source> + <translation>Odstrani datoteko</translation> + </message> + <message> + <location/> + <source>&Delete file permanently</source> + <translation>&DokonÄno izbriÅ¡i datoteko</translation> + </message> + <message> + <location/> + <source>&Remove from Version Control</source> + <translation>&Odstrani iz sistema za nadzor razliÄic</translation> + </message> + <message> + <location/> + <source>File to remove:</source> + <translation>Datoteka za odstraniti:</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::RunSettingsPanel</name> + <message> + <location filename="../../../src/plugins/projectexplorer/runsettingspropertiespage.cpp" line="+119"/> + <source>Run Settings</source> + <translation>Nastavitve za zagon</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::RunSettingsWidget</name> + <message> + <location line="+65"/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location line="+1"/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::RunSettingsPropertiesPage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/runsettingspropertiespage.ui"/> + <source>+</source> + <translation>+</translation> + </message> + <message> + <location/> + <source>-</source> + <translation>-</translation> + </message> + <message> + <location/> + <source>Edit run configuration:</source> + <translation>Urejanje nastavitev za zagon:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Run &configuration:</source> + <translation type="obsolete">&Nastavitve za zagon:</translation> + </message> + <message> + <location/> + <source>Settings</source> + <translation type="obsolete">Nastavitve</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::SessionFile</name> + <message> + <location filename="../../../src/plugins/projectexplorer/session.cpp" line="+157"/> + <source>Session</source> + <translation>Seja</translation> + </message> + <message> + <location line="+184"/> + <source>Untitled</source> + <comment>default file name to display</comment> + <translation>Neimenovana</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::TaskDelegate</name> + <message> + <location filename="../../../src/plugins/projectexplorer/taskwindow.cpp" line="+688"/> + <source>File not found: %1</source> + <translation>Datoteka ni bila najdena: %1</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::TaskWindow</name> + <message> + <location line="-352"/> + <location filename="../../../src/plugins/projectexplorer/taskwindow.h" line="+62"/> + <source>Build Issues</source> + <translation>Težave pri gradnji</translation> + </message> + <message> + <location line="+11"/> + <source>&Copy</source> + <translation>S&kopiraj</translation> + </message> + <message> + <location line="+16"/> + <source>Show Warnings</source> + <translation>Prikaži opozorila</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::WinGuiProcess</name> + <message> + <location filename="../../../src/plugins/projectexplorer/winguiprocess.cpp" line="+122"/> + <source>The process could not be started!</source> + <translation>Procesa ni bilo moÄ zagnati.</translation> + </message> + <message> + <location line="+7"/> + <source>Cannot retrieve debugging output!</source> + <translation>Ni moÄ pridobiti izhoda razhroÅ¡Äevanja.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::WizardPage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwizardpage.ui"/> + <source>Project management</source> + <translation>Upravljanje projektov</translation> + </message> + <message> + <location/> + <source>&Add to Project</source> + <translation>&Dodaj k projektu</translation> + </message> + <message> + <location/> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location/> + <source>Add to &version control</source> + <translation>Dodaj &v sistem za nadzor razliÄic</translation> + </message> + <message> + <location/> + <source>The following files will be added: + + + +</source> + <translation>Dodane bodo naslednje datoteke: + + + +</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>WizardPage</source> + <translation type="obsolete">StranÄŒarovnika</translation> + </message> +</context> +<context> + <name>ProjectExplorer::ProjectExplorerPlugin</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectexplorer.cpp" line="+256"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location line="+86"/> + <source>&Build</source> + <translation>&Gradnja</translation> + </message> + <message> + <location line="+6"/> + <source>&Debug</source> + <translation>&RazhroÅ¡Äevanje</translation> + </message> + <message> + <location line="+5"/> + <source>&Start Debugging</source> + <translation>&ZaÄni razhroÅ¡Äevati</translation> + </message> + <message> + <location line="+43"/> + <source>Open With</source> + <translation>Odpri v</translation> + </message> + <message> + <location line="+66"/> + <source>Session Manager...</source> + <translation>Upravljalnik sej ...</translation> + </message> + <message> + <location line="+5"/> + <source>New Project...</source> + <translation>Nov projekt ...</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+N</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Load Project...</source> + <translation>Naloži projekt ...</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+O</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Open File</source> + <translation>Odpri datoteko</translation> + </message> + <message> + <location line="+6"/> + <source>Show in Explorer...</source> + <translation>Prikaži v raziskovalcu ...</translation> + </message> + <message> + <location line="+2"/> + <source>Show in Finder...</source> + <translation>Prikaži v Finderju ...</translation> + </message> + <message> + <location line="+2"/> + <source>Show containing folder...</source> + <translation>Prikaži vsebujoÄo mapo ...</translation> + </message> + <message> + <location line="+13"/> + <source>Recent Projects</source> + <translation>Nedavni projekti</translation> + </message> + <message> + <location line="+6"/> + <source>Close Project</source> + <translation>Zapri projekt</translation> + </message> + <message> + <location line="+9"/> + <source>Close All Projects</source> + <translation>Zapri vse projekte</translation> + </message> + <message> + <location line="+7"/> + <source>Session</source> + <translation>Seja</translation> + </message> + <message> + <location line="+10"/> + <source>Set Build Configuration</source> + <translation>Nastavi nastavitve za gradnjo</translation> + </message> + <message> + <location line="+10"/> + <source>Build All</source> + <translation>Zgradi vse</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+B</source> + <translation></translation> + </message> + <message> + <location line="+9"/> + <source>Rebuild All</source> + <translation>Znova zgradi vse</translation> + </message> + <message> + <location line="+8"/> + <source>Clean All</source> + <translation>PoÄisti vse</translation> + </message> + <message> + <location line="+6"/> + <source>Build Project</source> + <translation>Zgradi projekt</translation> + </message> + <message> + <location line="+5"/> + <source>Ctrl+B</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Rebuild Project</source> + <translation>Znova zgradi projekt</translation> + </message> + <message> + <location line="+0"/> + <source>Rebuild Project "%1"</source> + <translation>Znova zgradi projekt »%1«</translation> + </message> + <message> + <location line="+9"/> + <source>Clean Project</source> + <translation>PoÄisti projekt</translation> + </message> + <message> + <location line="+0"/> + <source>Clean Project "%1"</source> + <translation>PoÄisti projekt »%1«</translation> + </message> + <message> + <location line="+9"/> + <source>Build Without Dependencies</source> + <translation>Zgradi brez odvisnosti</translation> + </message> + <message> + <location line="+4"/> + <source>Rebuild Without Dependencies</source> + <translation>Znova zgradi brez odvisnosti</translation> + </message> + <message> + <location line="+4"/> + <source>Clean Without Dependencies</source> + <translation>PoÄisti brez odvisnosti</translation> + </message> + <message> + <location line="+10"/> + <location line="+18"/> + <source>Run</source> + <translation>Zaženi</translation> + </message> + <message> + <location line="-16"/> + <source>Ctrl+R</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Set Run Configuration</source> + <translation>Nastavi nastavitve za zagon</translation> + </message> + <message> + <location line="+16"/> + <source>Cancel Build</source> + <translation>PrekliÄi gradnjo</translation> + </message> + <message> + <location line="+7"/> + <location line="+4"/> + <source>Start Debugging</source> + <translation>ZaÄni razhroÅ¡Äevati</translation> + </message> + <message> + <location line="+1"/> + <source>F5</source> + <translation></translation> + </message> + <message> + <location line="+5"/> + <source>Add New...</source> + <translation>Dodaj novo ...</translation> + </message> + <message> + <location line="+8"/> + <source>Add Existing Files...</source> + <translation>Dodaj obstojeÄo datoteko ...</translation> + </message> + <message> + <location line="+8"/> + <source>Remove File...</source> + <translation>Odstrani datoteko ...</translation> + </message> + <message> + <location line="+6"/> + <source>Rename</source> + <translation>Preimenuj</translation> + </message> + <message> + <location line="+126"/> + <source>Load Project</source> + <translation>Naloži projekt</translation> + </message> + <message> + <location line="+83"/> + <source>New Project</source> + <comment>Title of dialog</comment> + <translation>Nov projekt</translation> + </message> + <message> + <location line="-378"/> + <source>Close Project "%1"</source> + <translation>Zapri projekt »%1«</translation> + </message> + <message> + <location line="+1245"/> + <source>New File</source> + <comment>Title of dialog</comment> + <translation>Nova datoteka</translation> + </message> + <message> + <location line="+14"/> + <source>Add Existing Files</source> + <translation>Dodaj obstojeÄo datoteko</translation> + </message> + <message> + <location line="+15"/> + <source>Could not add following files to project %1: +</source> + <translation>Naslednjih datotek ni bilo moÄ dodati v projekt %1: +</translation> + </message> + <message> + <location line="+2"/> + <source>Add files to project failed</source> + <translation>Dodajanje datotek v projekt ni uspelo</translation> + </message> + <message> + <location line="+10"/> + <source>Add to Version Control</source> + <translation>Dodaj v sistem za nadzor razliÄic</translation> + </message> + <message> + <location line="+1"/> + <source>Add files +%1 +to version control (%2)?</source> + <translation>Ali želite dodati datoteke +%1 +v sistem za nadzor razliÄic (%2)?</translation> + </message> + <message> + <location line="+10"/> + <source>Could not add following files to version control (%1) +</source> + <translation>Naslednjih datotek ni bilo moÄ dodati v sistem za nadzor razliÄic (%1) +</translation> + </message> + <message> + <location line="+2"/> + <source>Add files to version control failed</source> + <translation>Dodajanje datotek v sistem za nadzor razliÄic ni uspelo</translation> + </message> + <message> + <location line="+22"/> + <source>Launching Windows Explorer failed</source> + <translation>Zaganjanje Windows Explorer ni uspelo</translation> + </message> + <message> + <location line="+1"/> + <source>Could not find explorer.exe in path to launch Windows Explorer.</source> + <translation>V poti ni bilo moÄ najti explorer.exe in zato ni bilo moÄ zagnati Windows Explorer.</translation> + </message> + <message> + <location line="+20"/> + <source>Launching a file explorer failed</source> + <translation>Zaganjanje upravitelja datotek ni uspelo</translation> + </message> + <message> + <location line="+1"/> + <source>Could not find xdg-open to launch the native file explorer.</source> + <translation>Ni bilo moÄ najti xdg-open in zato ni bilo moÄ zagnati upravitelja datotek.</translation> + </message> + <message> + <location line="+26"/> + <source>Remove file failed</source> + <translation>Odstranitev datoteke ni uspela</translation> + </message> + <message> + <location line="+1"/> + <source>Could not remove file %1 from project %2.</source> + <translation>Ni bilo moÄ odstraniti datoteke %1 iz projekta %2.</translation> + </message> + <message> + <location line="+14"/> + <source>Delete file failed</source> + <translation>Izbris datoteke ni uspel</translation> + </message> + <message> + <location line="+1"/> + <source>Could not delete file %1.</source> + <translation>Ni moÄ izbrisati datoteke %1.</translation> + </message> + <message> + <location line="-1324"/> + <source>Build Project "%1"</source> + <translation>Zgradi projekt »%1«</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Project Only</source> + <translation type="obsolete">Samo projekt</translation> + </message> + <message> + <location/> + <source>Build Project Only</source> + <translation type="obsolete">Zgradi samo projekt</translation> + </message> + <message> + <location/> + <source>Rebuild Project only</source> + <translation type="obsolete">Znova zgradi samo projekt</translation> + </message> + <message> + <location/> + <source>Clean Project only</source> + <translation type="obsolete">PoÄisti samo projekt</translation> + </message> + <message> + <location/> + <source>Go to Task Window</source> + <translation type="obsolete">Pojdi v okno z opravili</translation> + </message> + <message> + <location/> + <source>Project only</source> + <translation type="obsolete">Samo projekt</translation> + </message> + <message> + <location/> + <source>Build Project only</source> + <translation type="obsolete">Zgradi samo projekt</translation> + </message> + <message> + <location/> + <source>Project "%1" only</source> + <translation type="obsolete">Samo projekt »%1«</translation> + </message> + <message> + <location/> + <source>Build Project "%1" only</source> + <translation type="obsolete">Zgradi samo projekt »%1«</translation> + </message> + <message> + <location/> + <source>Rebuild Project "%1" only</source> + <translation type="obsolete">Znova zgradi samo projekt »%1«</translation> + </message> + <message> + <location/> + <source>Clean Project "%1" only</source> + <translation type="obsolete">PoÄisti samo projekt »%1«</translation> + </message> + <message> + <location/> + <source>Unload Project</source> + <translation type="obsolete">Zapri projekt</translation> + </message> + <message> + <location/> + <source>Unload All Projects</source> + <translation type="obsolete">Zapri vse projekte</translation> + </message> + <message> + <location/> + <source>Unload Project "%1"</source> + <translation type="obsolete">Zapri projekt »%1«</translation> + </message> +</context> +<context> + <name>ProjectExplorer::SessionManager</name> + <message> + <location filename="../../../src/plugins/projectexplorer/session.cpp" line="+300"/> + <source>Error while restoring session</source> + <translation>Napaka med obnavljanjem seje</translation> + </message> + <message> + <location line="+1"/> + <source>Could not restore session %1</source> + <translation>Ni bilo moÄ obnoviti seje %1</translation> + </message> + <message> + <location line="+36"/> + <source>Error while saving session</source> + <translation>Napaka med shranjevanjem seje</translation> + </message> + <message> + <location line="+1"/> + <source>Could not save session to file %1</source> + <translation>Ni bilo moÄ shraniti seje v datoteko %1</translation> + </message> + <message> + <location line="+204"/> + <source>Qt Creator</source> + <translation>Qt Creator</translation> + </message> + <message> + <location line="+4"/> + <location line="+24"/> + <source>Untitled</source> + <translation>Neimenovano</translation> + </message> + <message> + <location line="+2"/> + <source>Session ('%1')</source> + <translation>Seja (%1)</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Error while loading session</source> + <translation type="obsolete">Napaka med nalaganjem seje</translation> + </message> + <message> + <location/> + <source>Could not load session %1</source> + <translation type="obsolete">Ni bilo moÄ naložiti seje %1</translation> + </message> +</context> +<context> + <name>QMakeStep</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qmakestep.ui"/> + <source>QMake Build Configuration:</source> + <translation>Nastavitev gradnje QMake:</translation> + </message> + <message> + <location/> + <source>debug</source> + <translation>razhroÅ¡Äevanje</translation> + </message> + <message> + <location/> + <source>release</source> + <translation>izdaja</translation> + </message> + <message> + <location/> + <source>Additional arguments:</source> + <translation>Dodatni argumenti:</translation> + </message> + <message> + <location/> + <source>Effective qmake call:</source> + <translation>Dejanski klic qmake:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>QObject</name> + <message> + <location filename="../../../src/plugins/qtestlib/qtestlibplugin.cpp" line="+59"/> + <source>Pass</source> + <translation>Uspeh</translation> + </message> + <message> + <location line="+1"/> + <source>Expected Failure</source> + <translation>PriÄakovan neuspeh</translation> + </message> + <message> + <location line="+1"/> + <source>Failure</source> + <translation>Neuspeh</translation> + </message> + <message> + <location line="+1"/> + <source>Expected Pass</source> + <translation>PriÄakovan uspeh</translation> + </message> + <message> + <location line="+9"/> + <source>Warning</source> + <translation>Opozorilo</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Warning</source> + <translation>Opozorilo Qt</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Debug</source> + <translation>RazhroÅ¡Äevanje Qt</translation> + </message> + <message> + <location line="+1"/> + <source>Critical</source> + <translation>KritiÄno</translation> + </message> + <message> + <location line="+1"/> + <source>Fatal</source> + <translation>Usodno</translation> + </message> + <message> + <location line="+1"/> + <source>Skipped</source> + <translation>IzpuÅ¡Äeno</translation> + </message> + <message> + <location line="+1"/> + <source>Info</source> + <translation>Podatek</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>File Changed</source> + <translation type="obsolete">Datoteka spremenjena</translation> + </message> + <message> + <location/> + <source>The file %1 has changed outside Qt Creator. Do you want to reload it?</source> + <translation type="obsolete">Datoteka %1 je bila spremenjena izven Qt Creatorja. Ali jo želite naložiti znova?</translation> + </message> + <message> + <location/> + <source>File is Read Only</source> + <translation type="obsolete">Datoteka samo za branje</translation> + </message> + <message> + <location/> + <source>The file %1 is read only.</source> + <translation type="obsolete">Datoteka %1 je samo za branje.</translation> + </message> + <message> + <location/> + <source>Open with VCS (%1)</source> + <translation type="obsolete">Odpri v sistemu za nadzor razliÄic (%1)</translation> + </message> + <message> + <location/> + <source>Make writable</source> + <translation type="obsolete">Spremeni v zapisljivo</translation> + </message> + <message> + <location/> + <source>Save as ...</source> + <translation type="obsolete">Shrani kot ...</translation> + </message> + <message> + <location/> + <source>Toggle vim-style editing</source> + <translation type="obsolete">Preklopi urejanje v slogu Vim</translation> + </message> + <message> + <location/> + <source>FakeVim properties...</source> + <translation type="obsolete">Lastnosti FakeVim ...</translation> + </message> +</context> +<context> + <name>QTestLib::Internal::QTestOutputPane</name> + <message> + <location filename="../../../src/plugins/qtestlib/qtestlibplugin.cpp" line="+266"/> + <source>Test Results</source> + <translation>Rezultati testa</translation> + </message> + <message> + <location line="+7"/> + <source>Result</source> + <translation>Rezultat</translation> + </message> + <message> + <location line="+0"/> + <source>Message</source> + <translation>SporoÄilo</translation> + </message> +</context> +<context> + <name>QTestLib::Internal::QTestOutputWidget</name> + <message> + <location line="+45"/> + <source>All Incidents</source> + <translation>Vsi dogodki</translation> + </message> + <message> + <location line="+9"/> + <source>Show Only:</source> + <translation>Prikaži samo:</translation> + </message> +</context> +<context> + <name>QmlProjectManager::Internal::QmlNewProjectWizard</name> + <message> + <location filename="../../../src/plugins/qmlprojectmanager/qmlnewprojectwizard.cpp" line="+188"/> + <source>QML Application</source> + <translation>Program QML</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a QML application.</source> + <translation>Ustvari program QML.</translation> + </message> + <message> + <location line="+2"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location line="+69"/> + <source>The project %1 could not be opened.</source> + <translation>Projekta %1 ni bilo moÄ odpreti.</translation> + </message> +</context> +<context> + <name>QmlProjectManager::Internal::QmlNewProjectWizardDialog</name> + <message> + <location line="-135"/> + <source>New QML Project</source> + <translation>Nov projekt QML</translation> + </message> + <message> + <location line="+3"/> + <source>This wizard generates a QML application project.</source> + <translation>Ta Äarovnik ustvari projekt programa QML.</translation> + </message> +</context> +<context> + <name>QmlProjectManager::Internal::QmlProjectWizard</name> + <message> + <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectwizard.cpp" line="+190"/> + <source>Import of existing QML directory</source> + <translation>Uvoz obstojeÄe mape s QML</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a QML project from an existing directory of QML files.</source> + <translation>Ustvari projekt QML iz obstojeÄe mape z datotekami QML.</translation> + </message> + <message> + <location line="+2"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location line="+94"/> + <source>The project %1 could not be opened.</source> + <translation>Projekta %1 ni bilo moÄ odpreti.</translation> + </message> +</context> +<context> + <name>QmlProjectManager::Internal::QmlProjectWizardDialog</name> + <message> + <location line="-163"/> + <source>Import of QML Project</source> + <translation>Uvoz projekta QML</translation> + </message> + <message> + <location line="+4"/> + <source>QML Project</source> + <translation>Projekt QML</translation> + </message> + <message> + <location line="+1"/> + <source>Project name:</source> + <translation>Ime projekta:</translation> + </message> + <message> + <location line="+1"/> + <source>Location:</source> + <translation>Lokacija:</translation> + </message> +</context> +<context> + <name>QmlProjectManager::Internal::QmlRunConfiguration</name> + <message> + <location filename="../../../src/plugins/qmlprojectmanager/qmlproject.cpp" line="+339"/> + <location line="+106"/> + <source>QML Viewer</source> + <translation>Pregledovalnik QML</translation> + </message> + <message> + <location line="-31"/> + <location line="+40"/> + <location line="+60"/> + <source><Current File></source> + <translation><trenutna datoteka></translation> + </message> + <message> + <location line="-68"/> + <source>QML Viewer arguments:</source> + <translation>Argumenti pregledovalnika QML:</translation> + </message> + <message> + <location line="+1"/> + <source>Main QML File:</source> + <translation>Glavna datoteka QML:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Could not find the qmlviewer executable, please specify one.</source> + <translation type="obsolete">Ni bilo moÄ najti izvrÅ¡ljive datoteke qmlviewer. DoloÄite jo.</translation> + </message> +</context> +<context> + <name>QrcEditor</name> + <message> + <location filename="../../../src/shared/qrceditor/qrceditor.ui"/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location/> + <source>Properties</source> + <translation>Lastnosti</translation> + </message> + <message> + <location/> + <source>Prefix:</source> + <translation>Predpona:</translation> + </message> + <message> + <location/> + <source>Language:</source> + <translation>Jezik:</translation> + </message> + <message> + <location/> + <source>Alias:</source> + <translation>Drugo ime:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ConsoleAppWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/consoleappwizard.cpp" line="+59"/> + <source>Qt4 Console Application</source> + <translation>Konzolni program Qt 4</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a Qt4 console application.</source> + <translation>Ustvari konzolni program Qt 4.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ConsoleAppWizardDialog</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp" line="+52"/> + <source>This wizard generates a Qt4 console application project. The application derives from QCoreApplication and does not provide a GUI.</source> + <translation>Ta Äarovnik ustvari projekt konzolnega programa Qt 4. Program je izpeljan iz QCoreApplication in nima grafiÄnega uporabniÅ¡kega vmesnika.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>This wizard generates a Qt4 console application project. The application derives from QCoreApplication and does not present a GUI. You can press 'Finish' at any point in time.</source> + <translation type="obsolete">Ta Äarovnik ustvari projekt konzolnega programa Qt 4. Program je izpeljan iz QCoreApplication in nima grafiÄnega uporabniÅ¡kega vmesnika. Gumb »ZakljuÄi« lahko kliknete kadarkoli.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::EmbeddedPropertiesPanel</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/embeddedpropertiespage.cpp" line="+80"/> + <source>Embedded Linux</source> + <translation>Vgrajeni Linux</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::EmptyProjectWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/emptyprojectwizard.cpp" line="+40"/> + <source>Empty Qt4 Project</source> + <translation>Prazen projekt Qt 4</translation> + </message> + <message> + <location line="+1"/> + <source>Creates an empty Qt project.</source> + <translation>Ustvari prazen projekt Qt 4.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::EmptyProjectWizardDialog</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/emptyprojectwizarddialog.cpp" line="+50"/> + <source>This wizard generates an empty Qt4 project. Add files to it later on by using the other wizards.</source> + <translation>Ta Äarovnik ustvari prazen projekt Qt 4. Datoteke dodajte kasneje z uporabo drugih Äarovnikov.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>This wizard generates an empty Qt4 project. Add files to it later on by using the other wizards. You can press 'Finish' at any point in time.</source> + <translation type="obsolete">Ta Äarovnik ustvari prazen projekt Qt 4. Datoteke dodajte kasneje z uporabo drugih Äarovnikov. Kadarkoli lahko kliknete »ZakljuÄi«.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::FilesPage</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/filespage.cpp" line="+45"/> + <source>Class Information</source> + <translation>Podatki o razredih</translation> + </message> + <message> + <location line="+2"/> + <source>Specify basic information about the classes for which you want to generate skeleton source code files.</source> + <translation>Podajte osnovne podatke o razredih, za katere želite ustvariti datoteke z ogrodjem izvorne kode.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::GuiAppWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/guiappwizard.cpp" line="+76"/> + <source>Qt4 Gui Application</source> + <translation>GrafiÄni program Qt 4</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a Qt4 Gui Application with one form.</source> + <translation>Ustvari program Qt 4 z grafiÄnim vmesnikom.</translation> + </message> + <message> + <location line="+125"/> + <source>The template file '%1' could not be opened for reading: %2</source> + <translation>Datoteke s predlogo »%1« ni bilo moÄ odpreti za branje: %2</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::GuiAppWizardDialog</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp" line="+63"/> + <source>This wizard generates a Qt4 GUI application project. The application derives by default from QApplication and includes an empty widget.</source> + <translation>Ta Äarovnik ustvari projekt programa Qt 4 z grafiÄnim uporabniÅ¡kim vmesnikom. Program je privzeto izpeljan iz QApplication in vsebuje prazen gradnik.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::LibraryWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/librarywizard.cpp" line="+51"/> + <source>C++ Library</source> + <translation>Knjižnica C++</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a C++ Library.</source> + <translation>Ustvari knjižnico C++.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::LibraryWizardDialog</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp" line="+122"/> + <source>Shared library</source> + <translation>Deljena knjižnica</translation> + </message> + <message> + <location line="+2"/> + <source>Statically linked library</source> + <translation>StatiÄno povezana knjižnica</translation> + </message> + <message> + <location line="+2"/> + <source>Qt 4 plugin</source> + <translation>Vstavek Qt 4</translation> + </message> + <message> + <location line="+2"/> + <source>Type</source> + <translation>Vrsta</translation> + </message> + <message> + <location line="+35"/> + <source>This wizard generates a C++ library project.</source> + <translation>Ta Äarovnik ustvari projekt knjižnice C++.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ModulesPage</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/modulespage.cpp" line="+51"/> + <source>Select required modules</source> + <translation>Izberite potrebne module</translation> + </message> + <message> + <location line="+1"/> + <source>Select the modules you want to include in your project. The recommended modules for this project are selected by default.</source> + <translation>Izberite module, ki jih želite vkljuÄiti v svoj projekt. PriporoÄeni moduli za ta projekt so privzeto izbrani.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ProEditor</name> + <message> + <location filename="../../../src/shared/proparser/proeditor.ui"/> + <source>New</source> + <translation>Nova</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location/> + <source>Up</source> + <translation>Gor</translation> + </message> + <message> + <location/> + <source>Down</source> + <translation>Dol</translation> + </message> + <message> + <location filename="../../../src/shared/proparser/proeditor.cpp" line="+51"/> + <source>Cut</source> + <translation>Izreži</translation> + </message> + <message> + <location line="+1"/> + <source>Copy</source> + <translation>Skopiraj</translation> + </message> + <message> + <location line="+1"/> + <source>Paste</source> + <translation>Prilepi</translation> + </message> + <message> + <location line="+37"/> + <source>Ctrl+X</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Ctrl+C</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Ctrl+V</source> + <translation></translation> + </message> + <message> + <location line="+9"/> + <source>Add Variable</source> + <translation>Dodaj spremenljivko</translation> + </message> + <message> + <location line="+1"/> + <source>Add Scope</source> + <translation>Dodaj doseg</translation> + </message> + <message> + <location line="+1"/> + <source>Add Block</source> + <translation>Dodaj blok</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ProEditorModel</name> + <message> + <location filename="../../../src/shared/proparser/proeditormodel.cpp" line="+446"/> + <source><Global Scope></source> + <translation><globalni doseg></translation> + </message> + <message> + <location line="+74"/> + <source>Change Item</source> + <translation>Spremeni postavko</translation> + </message> + <message> + <location line="+20"/> + <source>Change Variable Assignment</source> + <translation>Spremeni dodelitev spremenljivki</translation> + </message> + <message> + <location line="+11"/> + <source>Change Variable Type</source> + <translation>Spremeni vrsto spremenljivke</translation> + </message> + <message> + <location line="+14"/> + <source>Change Scope Condition</source> + <translation>Spremeni pogoj dosega</translation> + </message> + <message> + <location line="+13"/> + <source>Change Expression</source> + <translation>Spremeni izraz</translation> + </message> + <message> + <location line="+51"/> + <source>Move Item</source> + <translation>Premakni postavko</translation> + </message> + <message> + <location line="+41"/> + <source>Remove Item</source> + <translation>Odstrani postavko</translation> + </message> + <message> + <location line="+49"/> + <source>Insert Item</source> + <translation>Vstavi postavko</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ProjectLoadWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/projectloadwizard.cpp" line="+51"/> + <location line="+125"/> + <source>Import existing build settings</source> + <translation>Uvozi obstojeÄe nastavitve za gradnjo</translation> + </message> + <message> + <location line="+8"/> + <source>Qt Creator has found an already existing build in the source directory.<br><br><b>Qt Version:</b> %1<br><b>Build configuration:</b> %2<br><b>Additional QMake Arguments:</b>%3</source> + <translation>Qt Creator je v mapi z izvorno kodo naÅ¡el že obstojeÄo gradnjo.<br><br><b>RazliÄica Qt:</b> %1<br><b>Nastavitev gradnje:</b> %2<br><b>Dodatni argumenti za QMake:</b>%3</translation> + </message> + <message> + <location line="+12"/> + <source>Import existing build settings.</source> + <translation>Uvozi obstojeÄe nastavitve za gradnjo.</translation> + </message> + <message> + <location line="+6"/> + <source><b>Note:</b> Importing the settings will automatically add the Qt Version identified by <br><b>%1</b> to the list of Qt versions.</source> + <translation><b>Opomba:</b> Uvoz nastavitev bo na seznam razliÄic Qt samodejno dodal razliÄico Qt, ki jo je identificiral <br><b>%1</b>.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Import existing settings</source> + <translation type="obsolete">Uvozi obstojeÄe nastavitve</translation> + </message> + <message> + <location/> + <source>Qt Creator has found an already existing build in the source directory.<br><br><b>Qt Version:</b> %1<br><b>Build configuration:</b> %2<br></source> + <translation type="obsolete">Qt Creator je v mapi z izvorno kodo naÅ¡el že obstojeÄo gradnjo.<br><br><b>RazliÄica Qt:</b> %1<br><b>Nastavitev gradnje:</b> %2<br></translation> + </message> + <message> + <location/> + <source><b>Note:</b> Importing the settings will automatically add the Qt Version from:<br><b>%1</b> to the list of Qt versions.</source> + <translation type="obsolete"><b>Opomba:</b> Uvoz nastavitev bo na seznam razliÄic Qt samodejno dodal razliÄico Qt iz:<br><b>%1</b></translation> + </message> + <message> + <location/> + <source><b>Note:</b> Importing the settings will automatically add the Qt Version from:<br><b>%1</b> to the list of qt versions.</source> + <translation type="obsolete"><b>Opomba:</b> Uvoz nastavitev bo na seznam razliÄic Qt samodejno dodal razliÄico Qt iz:<br><b>%1</b></translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4BuildEnvironmentWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp" line="+51"/> + <source>Clear system environment</source> + <translation>PoÄisti sistemsko okolje</translation> + </message> + <message> + <location line="+14"/> + <source>Build Environment</source> + <translation>Okolje za gradnjo</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>&Edit</source> + <translation type="obsolete">&Urejanje</translation> + </message> + <message> + <location/> + <source>&Add</source> + <translation type="obsolete">&Dodaj</translation> + </message> + <message> + <location/> + <source>&Reset</source> + <translation type="obsolete">&Ponastavi</translation> + </message> + <message> + <location/> + <source>&Unset</source> + <translation type="obsolete">&Odnastavi</translation> + </message> + <message> + <location/> + <source>Reset</source> + <translation type="obsolete">Ponastavi</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation type="obsolete">Odstrani</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4PriFileNode</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4nodes.cpp" line="+352"/> + <source>Headers</source> + <translation>Glave</translation> + </message> + <message> + <location line="+1"/> + <source>Sources</source> + <translation>Izvorna koda</translation> + </message> + <message> + <location line="+1"/> + <source>Forms</source> + <translation>Obrazci</translation> + </message> + <message> + <location line="+1"/> + <source>Resources</source> + <translation>Viri</translation> + </message> + <message> + <location line="+1"/> + <source>Other files</source> + <translation>Druge datoteke</translation> + </message> + <message> + <location line="+155"/> + <location line="+7"/> + <source>Failed!</source> + <translation>Spodletelo.</translation> + </message> + <message> + <location line="-7"/> + <source>Could not open the file for edit with SCC.</source> + <translation>Ni bilo moÄ odpreti datoteke za urejanje v SCC.</translation> + </message> + <message> + <location line="+7"/> + <source>Could not set permissions to writable.</source> + <translation>Dovoljenj ni bilo moÄ nastaviti na zapisljivo.</translation> + </message> + <message> + <location line="+33"/> + <source>There are unsaved changes for project file %1.</source> + <translation>Obstajajo neshranjene spremembe za projektno datoteko %1.</translation> + </message> + <message> + <location line="+22"/> + <source>Error while parsing file %1. Giving up.</source> + <translation>Napaka med razÄlenjevanjem datoteke %1.</translation> + </message> + <message> + <location line="+7"/> + <source>Error while changing pro file %1.</source> + <translation>Napaka med spreminjanjem datoteke %1.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4ProFileNode</name> + <message> + <location line="+240"/> + <source>Error while parsing file %1. Giving up.</source> + <translation>Napaka med razÄlenjevanjem datoteke %1.</translation> + </message> + <message> + <location line="+364"/> + <source>Could not find .pro file for sub dir '%1' in '%2'</source> + <translation>Ni bilo moÄ najti datoteke *.pro za podmapo »%1« v »%2«</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4ProjectConfigWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4projectconfigwidget.ui"/> + <source>Configuration Name:</source> + <translation>Ime nastavitev</translation> + </message> + <message> + <location/> + <source>Qt Version:</source> + <translation>RazliÄica Qt:</translation> + </message> + <message> + <location/> + <source>This Qt-Version is invalid.</source> + <translation>RazliÄica Qt ni veljavna.</translation> + </message> + <message> + <location/> + <source>Shadow Build:</source> + <translation>Izven mape s kodo:</translation> + </message> + <message> + <location/> + <source>Build Directory:</source> + <translation>Mapa za gradnjo:</translation> + </message> + <message> + <location/> + <source><a href="import">Import existing build</a></source> + <translation><a href="import">Uvozi obstojeÄo gradnjo</a></translation> + </message> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp" line="+71"/> + <source>Shadow Build Directory</source> + <translation>Mapa za gradnjo izven mape z izvorno kodo</translation> + </message> + <message> + <location line="+47"/> + <location line="+65"/> + <source>Default Qt Version (%1)</source> + <translation>Privzeta razliÄica Qt (%1)</translation> + </message> + <message> + <location line="-61"/> + <source>No Qt Version set</source> + <translation>Nastavljena ni nobena razliÄica Qt</translation> + </message> + <message> + <location line="+3"/> + <source>using Qt version: <b>%1</b><br>with tool chain <b>%2</b><br>building in <b>%3</b></source> + <translation>uporaba razliÄice Qt: <b>%1</b><br>z zaporedjem orodij <b>%2</b><br>grajenje v <b>%3</b></translation> + </message> + <message> + <location line="+17"/> + <source>General</source> + <translation>SploÅ¡no</translation> + </message> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4projectconfigwidget.ui"/> + <source>Manage</source> + <translation>Upravljanje</translation> + </message> + <message> + <location/> + <source>Tool Chain:</source> + <translation>Zaporedje orodij:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Manage Qt Versions</source> + <translation type="obsolete">Upravljanje razliÄic Qt</translation> + </message> + <message> + <location/> + <source>Default Qt Version</source> + <translation type="obsolete">Privzeta razliÄica Qt</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4ProjectManagerPlugin</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp" line="+181"/> + <location line="+5"/> + <source>Run qmake</source> + <translation>Zaženi qmake</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4RunConfiguration</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4runconfiguration.cpp" line="+72"/> + <location line="+458"/> + <source>Qt4RunConfiguration</source> + <translation></translation> + </message> + <message> + <location line="+50"/> + <source>Could not parse %1. The Qt4 run configuration %2 can not be started.</source> + <translation>Ni bilo moÄ razÄleniti %1. Nastavitev za zagon Qt 4 %2 ni moÄ zagnati.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::Qt4RunConfigurationWidget</name> + <message> + <location line="-424"/> + <source>Arguments:</source> + <translation>Argumenti:</translation> + </message> + <message> + <location line="+5"/> + <source>Run in Terminal</source> + <translation>Zaženi v konzoli</translation> + </message> + <message> + <location line="+13"/> + <source>Run Environment</source> + <translation>Okolje za zagon</translation> + </message> + <message> + <location line="+10"/> + <source>Base environment for this runconfiguration:</source> + <translation>Osnovno okolje za te nastavitve zagona:</translation> + </message> + <message> + <location line="+4"/> + <source>Clean Environment</source> + <translation>ÄŒisto okolje</translation> + </message> + <message> + <location line="+1"/> + <source>System Environment</source> + <translation>Sistemsko okolje</translation> + </message> + <message> + <location line="+1"/> + <source>Build Environment</source> + <translation>Okolje za gradnjo</translation> + </message> + <message> + <location line="+56"/> + <source>Running executable: <b>%1</b> %2 (in terminal)</source> + <translation>Zaganjanje programa: <b>%1</b> %2 (v konzoli)</translation> + </message> + <message> + <location line="+1"/> + <source>Running executable: <b>%1</b> %2</source> + <translation>Zaganjanje programa: <b>%1</b> %2</translation> + </message> + <message> + <location line="-114"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location line="+6"/> + <source>Executable:</source> + <translation>IzvrÅ¡ljiva datoteka:</translation> + </message> + <message> + <location line="+5"/> + <source>Select the working directory</source> + <translation>Izberite delovno mapo</translation> + </message> + <message> + <location line="+3"/> + <source>Reset to default</source> + <translation>Ponastavi na privzeto</translation> + </message> + <message> + <location line="+7"/> + <source>Working Directory:</source> + <translation>Delovna mapa:</translation> + </message> + <message> + <location line="+12"/> + <source>Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug)</source> + <translation>Uporabi razhroÅ¡Äevalne razliÄice ogrodij (DYLD_IMAGE_SUFFIX=_debug)</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>&Arguments:</source> + <translation type="obsolete">&Argumenti:</translation> + </message> + <message> + <location/> + <source>Run in &Terminal</source> + <translation type="obsolete">Zaženi v &konzoli</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::QtOptionsPageWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qtoptionspage.cpp" line="+111"/> + <source><specify a name></source> + <translation><vnesite ime></translation> + </message> + <message> + <location line="+1"/> + <source><specify a qmake location></source> + <translation><doloÄite lokacijo qmake></translation> + </message> + <message> + <location line="+10"/> + <source>Select QMake Executable</source> + <translation>Izberite program QMake</translation> + </message> + <message> + <location line="+2"/> + <source>Select the MinGW Directory</source> + <translation>Izberite mapo z MinGW</translation> + </message> + <message> + <location line="+2"/> + <source>Select Carbide Install Directory</source> + <translation>Izberite mapo, kjer je nameÅ¡Äen Carbide</translation> + </message> + <message> + <location line="+2"/> + <source>Select S60 SDK Root</source> + <translation>Izberite vrhnjo mapo z S60 SDK</translation> + </message> + <message> + <location line="+11"/> + <source>Auto-detected</source> + <translation>Zaznaj samodejno</translation> + </message> + <message> + <location line="+3"/> + <source>Manual</source> + <translation>RoÄno</translation> + </message> + <message> + <location line="+142"/> + <source>Building helpers</source> + <translation>PomoÄniki za gradnjo</translation> + </message> + <message> + <location line="+77"/> + <source><html><body><table><tr><td>File:</td><td><pre>%1</pre></td></tr><tr><td>Last&nbsp;modified:</td><td>%2</td></tr><tr><td>Size:</td><td>%3 Bytes</td></tr></table></body></html></source> + <extracomment>Tooltip showing the debugging helper library file. +</extracomment> + <translation><html><body><table><tr><td>Datoteka:</td><td><pre>%1</pre></td></tr><tr><td>Nazadnje&nbsp;spremenjena:</td><td>%2</td></tr><tr><td>Velikost:</td><td>%3 B</td></tr></table></body></html></translation> + </message> + <message> + <location line="+120"/> + <source>The Qt Version identified by %1 is not installed. Run make install</source> + <translation>RazliÄica Qt, ki jo je identificiral %1, ni nameÅ¡Äena. Zaženite »make install«</translation> + </message> + <message> + <location line="+3"/> + <source>%1 does not specify a valid Qt installation</source> + <translation>%1 ne doloÄa veljavne namestitve Qt</translation> + </message> + <message> + <location line="+5"/> + <source>Found Qt version %1, using mkspec %2</source> + <translation>Najden je Qt razliÄice %1, uporabljen mkspec %2</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source><specify a path></source> + <translation type="obsolete"><vnesite pot></translation> + </message> + <message> + <location/> + <source>Select QTDIR</source> + <translation type="obsolete">Izberite QTDIR</translation> + </message> + <message> + <location/> + <source>Select the Qt Directory</source> + <translation type="obsolete">Izberite mapo s Qt</translation> + </message> + <message> + <location/> + <source>The Qt Version %1 is not installed. Run make install</source> + <translation type="obsolete">Qt razliÄice %1 ni nameÅ¡Äen. Zaženite »make install«</translation> + </message> + <message> + <location/> + <source>%1 is not a valid Qt directory</source> + <translation type="obsolete">%1 ni veljavna mapa s Qt</translation> + </message> + <message> + <location/> + <source>%1 is not a valid qt directory</source> + <translation type="obsolete">%1 ni veljavna mapa s Qt</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::QtVersionManager</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.ui"/> + <source>Qt versions</source> + <translation>RazliÄice Qt</translation> + </message> + <message> + <location/> + <source>+</source> + <translation>+</translation> + </message> + <message> + <location/> + <source>-</source> + <translation>-</translation> + </message> + <message> + <location/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location/> + <source>Debugging Helper</source> + <translation>RazhroÅ¡Äevalni pomoÄnik</translation> + </message> + <message> + <location/> + <source>Version Name:</source> + <translation>Ime razliÄice:</translation> + </message> + <message> + <location/> + <source>MinGw Directory:</source> + <translation>Mapa z MinGW:</translation> + </message> + <message> + <location/> + <source>Debugging Helper:</source> + <translation>RazhroÅ¡Äevalni pomoÄnik:</translation> + </message> + <message> + <location/> + <source>Show &Log</source> + <translation>Prikaži &dnevnik</translation> + </message> + <message> + <location/> + <source>&Rebuild</source> + <translation>&Znova zgradi</translation> + </message> + <message> + <location/> + <source>Default Qt Version:</source> + <translation>Privzeta razliÄica Qt:</translation> + </message> + <message> + <location/> + <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Unable to detect MSVC version.</span></p></body></html></source> + <translation><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Ni moÄ zaznati razliÄice MSVC.</span></p></body></html></translation> + </message> + <message> + <location/> + <source>QMake Location</source> + <translation>Lokacija QMake</translation> + </message> + <message> + <location/> + <source>QMake Location:</source> + <translation>Lokacija QMake:</translation> + </message> + <message> + <location/> + <source>MSVC Version:</source> + <translation>RazliÄica MSVC:</translation> + </message> + <message> + <location/> + <source>S60 SDK:</source> + <translation>S60 SDK:</translation> + </message> + <message> + <location/> + <source>Carbide Directory:</source> + <translation>Mapa s Carbide:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Path:</source> + <translation type="obsolete">Pot:</translation> + </message> + <message> + <location/> + <source>Path</source> + <translation type="obsolete">Pot</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::QtWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/wizards/qtwizard.cpp" line="+94"/> + <source>The project %1 could not be opened.</source> + <translation>Projekta %1 ni bilo moÄ odpreti.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ValueEditor</name> + <message> + <location filename="../../../src/shared/proparser/valueeditor.ui"/> + <source>Edit Variable</source> + <translation>Urejanje spremenljivke</translation> + </message> + <message> + <location/> + <source>Variable Name:</source> + <translation>Ime spremenljivke:</translation> + </message> + <message> + <location/> + <source>Assignment Operator:</source> + <translation>Dodelitveni operator:</translation> + </message> + <message> + <location/> + <source>Variable:</source> + <translation>Spremenljivka:</translation> + </message> + <message> + <location/> + <source>Append (+=)</source> + <translation>Dodaj (+=)</translation> + </message> + <message> + <location/> + <source>Remove (-=)</source> + <translation>Odstrani (-=)</translation> + </message> + <message> + <location/> + <source>Replace (~=)</source> + <translation>Nadomesti (~=)</translation> + </message> + <message> + <location/> + <source>Set (=)</source> + <translation>Nastavi (=)</translation> + </message> + <message> + <location/> + <source>Unique (*=)</source> + <translation>Edinstveno (*=)</translation> + </message> + <message> + <location/> + <source>Select Item</source> + <translation>Izberite postavko</translation> + </message> + <message> + <location/> + <source>Edit Item</source> + <translation>Urejanje postavke</translation> + </message> + <message> + <location/> + <source>Select Items</source> + <translation>Izberite postavke</translation> + </message> + <message> + <location/> + <source>Edit Items</source> + <translation>Urejanje postavk</translation> + </message> + <message> + <location/> + <source>New</source> + <translation>Nova</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location filename="../../../src/shared/proparser/valueeditor.cpp" line="+252"/> + <source>Edit Values</source> + <translation>Urejanje vrednosti</translation> + </message> + <message> + <location line="+3"/> + <source>Edit %1</source> + <translation>Urejanje %1</translation> + </message> + <message> + <location line="+69"/> + <source>Edit Scope</source> + <translation>Urejanje dosega</translation> + </message> + <message> + <location line="+14"/> + <source>Edit Advanced Expression</source> + <translation>Urejanje naprednega izraza</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::MakeStep</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/makestep.cpp" line="+80"/> + <source><font color="#ff0000">Could not find make command: %1 in the build environment</font></source> + <translation><font color="#ff0000">Ni bilo moÄ najti ukaza make: %1 v okolju za gradnjo</font></translation> + </message> + <message> + <location line="+57"/> + <source><font color="#0000ff"><b>No Makefile found, assuming project is clean.</b></font></source> + <translation><font color="#0000ff">Datoteka Makefile ni bila najdena. Predpostavljam da je projekt Äist.<b></b></translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::MakeStepConfigWidget</name> + <message> + <location line="+54"/> + <source>Override %1:</source> + <translation>Povozi %1:</translation> + </message> + <message> + <location line="+23"/> + <source><b>Make Step:</b> %1 not found in the environment.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+20"/> + <source><b>Make:</b> %1 %2 in %3</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::MakeStepFactory</name> + <message> + <location line="+93"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::QMakeStep</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qmakestep.cpp" line="+104"/> + <source> +<font color="#ff0000"><b>No valid Qt version set. Set one in Preferences </b></font> +</source> + <translation> +<font color="#ff0000">Nastavljene ni veljavne razliÄice Qt. Nastavite jo v nastavitvah.<b></b> +</translation> + </message> + <message> + <location line="+2"/> + <source> +<font color="#ff0000"><b>No valid Qt version set. Set one in Tools/Options </b></font> +</source> + <translation> +<font color="#ff0000">Nastavljene ni veljavne razliÄice Qt. Nastavite jo v Orodja → Možnosti.<b></b> +</translation> + </message> + <message> + <location line="+40"/> + <source><font color="#0000ff">Configuration unchanged, skipping QMake step.</font></source> + <translation><font color="#0000ff">Nastavitev se ni spremenila, izpuÅ¡Äam korak QMake.</font></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>QMAKESPEC from environment (%1) overrides mkspec of selected Qt (%2).</source> + <translation type="obsolete">QMAKESPEC iz okolja (%1) povozi mkspec izbranega Qt (%2).</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::QMakeStepConfigWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qmakestep.cpp" line="+78"/> + <source><b>QMake:</b> No Qt version set. QMake can not be run.</source> + <translation><b>QMake:</b> Nastavljene ni nobene razliÄice Qt. QMake ni moÄ zagnati.</translation> + </message> + <message> + <location line="+13"/> + <source><b>QMake:</b> %1 %2</source> + <translation><b>QMake:</b> %1 %2</translation> + </message> + <message> + <location line="+61"/> + <source>No valid Qt version set.</source> + <translation>Nastavljene ni nobene veljavne razliÄice Qt.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::QMakeStepFactory</name> + <message> + <location line="+38"/> + <source>QMake</source> + <translation>QMake</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Qt4Manager</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4projectmanager.cpp" line="+192"/> + <source>Loading project %1 ...</source> + <translation>Nalaganje projekta %1 ...</translation> + </message> + <message> + <location line="+9"/> + <source>Failed opening project '%1': Project file does not exist</source> + <translation>Odpiranje projekta »%1« ni uspelo: projektna datoteka ne obstaja</translation> + </message> + <message> + <location line="+1"/> + <location line="+7"/> + <source>Failed opening project</source> + <translation>Odpiranje projekta ni uspelo</translation> + </message> + <message> + <location line="-1"/> + <source>Failed opening project '%1': Project already open</source> + <translation>Odpiranje projekta »%1« ni uspelo: projekt je že odprt</translation> + </message> + <message> + <location line="+6"/> + <source>Opening %1 ...</source> + <translation>Odpiranje %1 ...</translation> + </message> + <message> + <location line="+5"/> + <source>Done opening project</source> + <translation>Odpiranje projekta je zakljuÄeno</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::QtVersionManager</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="+332"/> + <source><not found></source> + <translation><ni najdeno></translation> + </message> + <message> + <location line="+6"/> + <location line="+6"/> + <source>Qt in PATH</source> + <translation>Qt v PATH</translation> + </message> + <message> + <location line="+147"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location line="+2"/> + <source>Source:</source> + <translation>Vir:</translation> + </message> + <message> + <location line="+2"/> + <source>mkspec:</source> + <translation>mkspec:</translation> + </message> + <message> + <location line="+2"/> + <source>qmake:</source> + <translation>qmake:</translation> + </message> + <message> + <location line="+4"/> + <source>Default:</source> + <translation>Privzeta:</translation> + </message> + <message> + <location line="+8"/> + <source>Compiler:</source> + <translation>Prevajalnik:</translation> + </message> + <message> + <location line="+2"/> + <source>Version:</source> + <translation>RazliÄica:</translation> + </message> + <message> + <location line="+3"/> + <source>Debugging helper:</source> + <translation>RazhroÅ¡Äevalni pomoÄnik:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Auto-detected Qt</source> + <translation type="obsolete">Samodejno zaznan Qt</translation> + </message> +</context> +<context> + <name>QtScriptEditor::Internal::QtScriptEditorActionHandler</name> + <message> + <location filename="../../../src/plugins/qtscripteditor/qtscripteditoractionhandler.cpp" line="+96"/> + <source>Qt Script Error</source> + <translation>Napaka Qt Script</translation> + </message> +</context> +<context> + <name>QtScriptEditor::Internal::QtScriptEditorPlugin</name> + <message> + <location filename="../../../src/plugins/qtscripteditor/qtscripteditorplugin.cpp" line="+97"/> + <source>Creates a Qt Script file.</source> + <translation>Ustvari datoteko Qt Script.</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Script file</source> + <translation>Datoteka Qt Script</translation> + </message> + <message> + <location line="+2"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location line="+56"/> + <source>Run</source> + <translation>Zaženi</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+R</source> + <translation></translation> + </message> +</context> +<context> + <name>QtScriptEditor::Internal::ScriptEditor</name> + <message> + <location filename="../../../src/plugins/qtscripteditor/qtscripteditor.cpp" line="+228"/> + <source><Select Symbol></source> + <translation><izberite simbol></translation> + </message> +</context> +<context> + <name>RegExp::Internal::RegExpWindow</name> + <message> + <location filename="../../../src/plugins/regexp/regexpwindow.cpp" line="+46"/> + <source>&Pattern:</source> + <translation>&Vzorec:</translation> + </message> + <message> + <location line="+1"/> + <source>&Escaped Pattern:</source> + <translation>&Ubežan vzorec:</translation> + </message> + <message> + <location line="+1"/> + <source>&Pattern Syntax:</source> + <translation>Skladnja &vzorca:</translation> + </message> + <message> + <location line="+1"/> + <source>&Text:</source> + <translation>&Besedilo:</translation> + </message> + <message> + <location line="+4"/> + <source>Case &Sensitive</source> + <translation>O&bÄutljivo na velikost Ärk</translation> + </message> + <message> + <location line="+1"/> + <source>&Minimal</source> + <translation>&Minimalno</translation> + </message> + <message> + <location line="+2"/> + <source>Index of Match:</source> + <translation>Indeks ujemanja:</translation> + </message> + <message> + <location line="+1"/> + <source>Matched Length:</source> + <translation>Dolžina ujemanja:</translation> + </message> + <message> + <location line="+25"/> + <source>Regular expression v1</source> + <translation>Regularni izraz v1</translation> + </message> + <message> + <location line="+1"/> + <source>Regular expression v2</source> + <translation>Regularni izraz v2</translation> + </message> + <message> + <location line="+1"/> + <source>Wildcard</source> + <translation>Nadomestitelj</translation> + </message> + <message> + <location line="+1"/> + <source>Fixed string</source> + <translation>Fiksen niz</translation> + </message> + <message> + <location line="+39"/> + <source>Capture %1:</source> + <translation>Zajem %1:</translation> + </message> + <message> + <location line="+4"/> + <source>Match:</source> + <translation>Ujemanje:</translation> + </message> + <message> + <location line="+13"/> + <source>Regular Expression</source> + <translation>Regularni izraz</translation> + </message> + <message> + <location line="+129"/> + <source>Enter pattern from code...</source> + <translation>Vnesi vzorec iz kode ...</translation> + </message> + <message> + <location line="+4"/> + <source>Clear patterns</source> + <translation>PoÄisti vzorce</translation> + </message> + <message> + <location line="+3"/> + <source>Clear texts</source> + <translation>PoÄisti besedila</translation> + </message> + <message> + <location line="+9"/> + <source>Enter pattern from code</source> + <translation>Vnesi vzorec iz kode</translation> + </message> + <message> + <location line="+0"/> + <source>Pattern</source> + <translation>Vzorec</translation> + </message> +</context> +<context> + <name>ResourceEditor::Internal::ResourceEditorPlugin</name> + <message> + <location filename="../../../src/plugins/resourceeditor/resourceeditorplugin.cpp" line="+77"/> + <source>Creates a Qt Resource file (.qrc).</source> + <translation>Ustvari datoteko z viri za Qt (*.qrc).</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Resource file</source> + <translation>Datoteka z viri za Qt</translation> + </message> + <message> + <location line="+2"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location line="+12"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+1"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Resource file</source> + <translation type="obsolete">Datoteka z viri</translation> + </message> +</context> +<context> + <name>ResourceEditor::Internal::ResourceEditorW</name> + <message> + <location filename="../../../src/plugins/resourceeditor/resourceeditorw.cpp" line="+117"/> + <source>untitled</source> + <translation>neimenovana</translation> + </message> +</context> +<context> + <name>SaveItemsDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/saveitemsdialog.ui"/> + <source>Save Changes</source> + <translation>Shrani spremembe</translation> + </message> + <message> + <location/> + <source>The following files have unsaved changes:</source> + <translation>Naslednje datoteke vsebujejo neshranjene spremembe:</translation> + </message> + <message> + <location/> + <source>Automatically save all files before building</source> + <translation>Pred gradnjo samodejno shrani vse datoteke</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Automatically save all Files before building</source> + <translation type="obsolete">Pred gradnjo samodejno shrani vse datoteke</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/settingsdialog.ui"/> + <source>Options</source> + <translation>Možnosti</translation> + </message> + <message> + <location/> + <source>0</source> + <translation>0</translation> + </message> +</context> +<context> + <name>SharedTools::QrcEditor</name> + <message> + <location filename="../../../src/shared/qrceditor/qrceditor.cpp" line="+57"/> + <source>Add Files</source> + <translation>Dodaj datoteke</translation> + </message> + <message> + <location line="+1"/> + <source>Add Prefix</source> + <translation>Dodaj predpono</translation> + </message> + <message> + <location line="+156"/> + <source>Invalid file</source> + <translation>Neveljavna datoteka</translation> + </message> + <message> + <location line="+2"/> + <source>Copy</source> + <translation>Skopiraj</translation> + </message> + <message> + <location line="+4"/> + <source>Skip</source> + <translation>PreskoÄi</translation> + </message> + <message> + <location line="+3"/> + <source>Abort</source> + <translation>PrekliÄi</translation> + </message> + <message> + <location line="+2"/> + <source>The file %1 is not in a subdirectory of the resource file. Continuing will result in an invalid resource file.</source> + <translation>Datoteka %1 ni podmapa datoteke z viri. ÄŒe nadaljujete, bo ustvarjena neveljavna datoteka z viri.</translation> + </message> + <message> + <location line="+15"/> + <source>Choose copy location</source> + <translation>Izberite lokacijo za kopiranje</translation> + </message> + <message> + <location line="+10"/> + <source>Overwrite failed</source> + <translation>Nadomestitev ni uspela</translation> + </message> + <message> + <location line="+1"/> + <source>Could not overwrite file %1.</source> + <translation>Ni bilo moÄ nadomestiti datoteke %1.</translation> + </message> + <message> + <location line="+10"/> + <source>Copying failed</source> + <translation>Kopiranje ni uspelo</translation> + </message> + <message> + <location line="+1"/> + <source>Could not copy the file to %1.</source> + <translation>Ni bilo moÄ skopirati datoteke v %1.</translation> + </message> +</context> +<context> + <name>SharedTools::ResourceView</name> + <message> + <location filename="../../../src/shared/qrceditor/resourceview.cpp" line="+362"/> + <source>Add Files...</source> + <translation>Dodaj datoteke ...</translation> + </message> + <message> + <location line="+1"/> + <source>Change Alias...</source> + <translation>Spremeni drugo ime ...</translation> + </message> + <message> + <location line="+1"/> + <source>Add Prefix...</source> + <translation>Dodaj predpono ...</translation> + </message> + <message> + <location line="+1"/> + <source>Change Prefix...</source> + <translation>Spremeni predpono ...</translation> + </message> + <message> + <location line="+1"/> + <source>Change Language...</source> + <translation>Spremeni jezik ...</translation> + </message> + <message> + <location line="+2"/> + <source>Remove Item</source> + <translation>Odstrani postavko</translation> + </message> + <message> + <location line="+41"/> + <source>Open file</source> + <translation>Odpri datoteko</translation> + </message> + <message> + <location line="+2"/> + <source>All files (*)</source> + <translation>Vse datoteke (*)</translation> + </message> + <message> + <location line="+93"/> + <source>Change Prefix</source> + <translation>Spremeni predpono</translation> + </message> + <message> + <location line="+0"/> + <source>Input Prefix:</source> + <translation>Vhodna predpona:</translation> + </message> + <message> + <location line="+13"/> + <source>Change Language</source> + <translation>Spremeni jezik</translation> + </message> + <message> + <location line="+0"/> + <source>Language:</source> + <translation>Jezik:</translation> + </message> + <message> + <location line="+16"/> + <source>Change File Alias</source> + <translation>Spremeni drugo ime datoteke</translation> + </message> + <message> + <location line="+0"/> + <source>Alias:</source> + <translation>Drugo ime:</translation> + </message> +</context> +<context> + <name>ShortcutSettings</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/shortcutsettings.ui"/> + <source>Keyboard Shortcuts</source> + <translation>TipkovniÄne bližnjice</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> + <message> + <location/> + <source>Command</source> + <translation>Ukaz</translation> + </message> + <message> + <location/> + <source>Label</source> + <translation>Oznaka</translation> + </message> + <message> + <location/> + <source>Shortcut</source> + <translation>Bližnjica</translation> + </message> + <message> + <location/> + <source>Defaults</source> + <translation>Privzetosti</translation> + </message> + <message> + <location/> + <source>Import...</source> + <translation>Uvozi ...</translation> + </message> + <message> + <location/> + <source>Export...</source> + <translation>Izvozi ...</translation> + </message> + <message> + <location/> + <source>Key Sequence</source> + <translation>Zaporedje tipk</translation> + </message> + <message> + <location/> + <source>Shortcut:</source> + <translation>Bližnjica:</translation> + </message> + <message> + <location/> + <source>Reset</source> + <translation>Ponastavi</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ShowBuildLog</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/showbuildlog.ui"/> + <source>Debugging Helper Build Log</source> + <translation>Dnevnik gradnje razhroÅ¡Äevalnega pomoÄnika</translation> + </message> +</context> +<context> + <name>Snippets::Internal::SnippetsPlugin</name> + <message> + <location filename="../../../src/plugins/snippets/snippetsplugin.cpp" line="+94"/> + <source>Snippets</source> + <translation>Odseki</translation> + </message> +</context> +<context> + <name>Snippets::Internal::SnippetsWindow</name> + <message> + <location filename="../../../src/plugins/snippets/snippetswindow.cpp" line="+58"/> + <source>Snippets</source> + <translation>Odseki</translation> + </message> +</context> +<context> + <name>StartExternalDialog</name> + <message> + <location filename="../../../src/plugins/debugger/startexternaldialog.ui"/> + <source>Start Debugger</source> + <translation>Zaženi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Executable:</source> + <translation>IzvrÅ¡ljiva datoteka:</translation> + </message> + <message> + <location/> + <source>Arguments:</source> + <translation>Argumenti:</translation> + </message> + <message> + <location/> + <source>Break at 'main':</source> + <translation>Prekini pri »main()«:</translation> + </message> +</context> +<context> + <name>StartRemoteDialog</name> + <message> + <location filename="../../../src/plugins/debugger/startremotedialog.ui"/> + <source>Start Debugger</source> + <translation>Zaženi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Host and port:</source> + <translation>Gostitelj in vrata:</translation> + </message> + <message> + <location/> + <source>Architecture:</source> + <translation>Arhitektura:</translation> + </message> + <message> + <location/> + <source>Use server start script:</source> + <translation>Uporabi skript za zagon strežnika:</translation> + </message> + <message> + <location/> + <source>Server start script:</source> + <translation>Skript za zagon strežnika:</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>localhost:5115</source> + <translation type="obsolete">localhost:5115</translation> + </message> +</context> +<context> + <name>Subversion::Internal::SettingsPage</name> + <message> + <location filename="../../../src/plugins/subversion/settingspage.ui"/> + <source>Subversion Command:</source> + <translation>Ukaz Subversion:</translation> + </message> + <message> + <location/> + <source>Authentication</source> + <translation>Overjanje</translation> + </message> + <message> + <location/> + <source>User name:</source> + <translation>UporabniÅ¡ko ime:</translation> + </message> + <message> + <location/> + <source>Password:</source> + <translation>Geslo:</translation> + </message> + <message> + <location filename="../../../src/plugins/subversion/settingspage.cpp" line="+86"/> + <source>Subversion</source> + <translation>Subversion</translation> + </message> + <message> + <location filename="../../../src/plugins/subversion/settingspage.ui"/> + <source>Prompt to submit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Subversion::Internal::SettingsPageWidget</name> + <message> + <location filename="../../../src/plugins/subversion/settingspage.cpp" line="-36"/> + <source>Subversion Command</source> + <translation>Ukaz Subversion</translation> + </message> +</context> +<context> + <name>Subversion::Internal::SubversionPlugin</name> + <message> + <location filename="../../../src/plugins/subversion/subversionplugin.cpp" line="+281"/> + <source>&Subversion</source> + <translation>&Subversion</translation> + </message> + <message> + <location line="+11"/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location line="+0"/> + <source>Add "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Alt+S,Alt+A</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Delete</source> + <translation>IzbriÅ¡i</translation> + </message> + <message> + <location line="+0"/> + <source>Delete "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Revert</source> + <translation>Povrni</translation> + </message> + <message> + <location line="+0"/> + <source>Revert "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+9"/> + <source>Diff Project</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Diff Current File</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Diff "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Alt+S,Alt+D</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Commit All Files</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Commit Current File</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Commit "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Alt+S,Alt+C</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Filelog Current File</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Filelog "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>Annotate Current File</source> + <translation></translation> + </message> + <message> + <location line="+0"/> + <source>Annotate "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>Describe...</source> + <translation>Opis ...</translation> + </message> + <message> + <location line="+7"/> + <source>Project Status</source> + <translation>Stanje projekta</translation> + </message> + <message> + <location line="+6"/> + <source>Update Project</source> + <translation>Posodobi projekt</translation> + </message> + <message> + <location line="+9"/> + <source>Commit</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Diff Selected Files</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+3"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> + <message> + <location line="+40"/> + <source>Closing Subversion Editor</source> + <translation>Zapiranje urejevalnika Subversion</translation> + </message> + <message> + <location line="+1"/> + <source>Do you want to commit the change?</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>The commit message check failed. Do you want to commit the change?</source> + <translation></translation> + </message> + <message> + <location line="+204"/> + <source>The commit list spans several repositories (%1). Please commit them one by one.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+283"/> + <source>Executing: %1 %2 +</source> + <extracomment>Executing: <executable> <arguments> +</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-363"/> + <source>The file has been changed. Do you want to revert it?</source> + <translation>Datoteka je bila spremenjena. Ali jo želite povrniti?</translation> + </message> + <message> + <location line="+98"/> + <source>Another commit is currently being executed.</source> + <translation></translation> + </message> + <message> + <location line="+15"/> + <source>There are no modified files.</source> + <translation>Ni spremenjenih datotek.</translation> + </message> + <message> + <location line="+8"/> + <source>Cannot create temporary file: %1</source> + <translation>Ni moÄ ustvariti zaÄasne datoteke: %1</translation> + </message> + <message> + <location line="+186"/> + <source>Describe</source> + <translation>Opis</translation> + </message> + <message> + <location line="+1"/> + <source>Revision number:</source> + <translation>Å tevilka razliÄice:</translation> + </message> + <message> + <location line="+47"/> + <source>No subversion executable specified!</source> + <translation>DoloÄen ni noben program Subversion.</translation> + </message> + <message> + <location line="+37"/> + <source>The process terminated with exit code %1.</source> + <translation>Proces se je konÄal z izhodno kodo %1.</translation> + </message> + <message> + <location line="+3"/> + <source>The process terminated abnormally.</source> + <translation>Proces se ni konÄal normalno.</translation> + </message> + <message> + <location line="+3"/> + <source>Could not start subversion '%1'. Please check your settings in the preferences.</source> + <translation>Ni bilo moÄ zagnati subversion »%1«. Preverite nastavitve.</translation> + </message> + <message> + <location line="+3"/> + <source>Subversion did not respond within timeout limit (%1 ms).</source> + <translation>Subversion se v za to namenjenem Äasu (%1 ms) ni odzval.</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Add %1</source> + <translation type="obsolete">Dodaj %1</translation> + </message> + <message> + <location/> + <source>Delete %1</source> + <translation type="obsolete">IzbriÅ¡i %1</translation> + </message> + <message> + <location/> + <source>Revert %1</source> + <translation type="obsolete">Povrni %1</translation> + </message> + <message> + <location/> + <source>%1 Executing: %2 %3 +</source> + <extracomment><timestamp> Executing: <executable> <arguments> +</extracomment> + <translation type="obsolete">%1 Izvajanje: %2 %3 +</translation> + </message> +</context> +<context> + <name>Subversion::Internal::SubversionSubmitEditor</name> + <message> + <location filename="../../../src/plugins/subversion/subversionsubmiteditor.cpp" line="+42"/> + <source>Subversion Submit</source> + <translation></translation> + </message> +</context> +<context> + <name>TextEditor::BaseFileFind</name> + <message> + <location filename="../../../src/plugins/texteditor/basefilefind.cpp" line="+119"/> + <location line="+20"/> + <source>%1 found</source> + <translation>najdenih: %1</translation> + </message> + <message> + <location line="+12"/> + <source>List of comma separated wildcard filters</source> + <translation>Seznam z vejico loÄenih filtrov z nadomestitelji</translation> + </message> + <message> + <location line="+27"/> + <source>Use Regular E&xpressions</source> + <translation>Uporabi &regularne izraze</translation> + </message> +</context> +<context> + <name>TextEditor::BaseTextDocument</name> + <message> + <location filename="../../../src/plugins/texteditor/basetextdocument.cpp" line="+159"/> + <source>untitled</source> + <translation>neimenovana</translation> + </message> + <message> + <location line="+67"/> + <source><em>Binary data</em></source> + <translation><em>DvojiÅ¡ki podatki</em></translation> + </message> +</context> +<context> + <name>TextEditor::BaseTextEditor</name> + <message> + <location filename="../../../src/plugins/texteditor/basetexteditor.cpp" line="+252"/> + <source>Print Document</source> + <translation>Natisni dokument</translation> + </message> + <message> + <location line="+290"/> + <source><b>Error:</b> Could not decode "%1" with "%2"-encoding. Editing not possible.</source> + <translation><b>Napaka:</b> »%1« ni moÄ dekodirati z naborom znakov »%2«. Urejanje ni možno.</translation> + </message> + <message> + <location line="+2"/> + <source>Select Encoding</source> + <translation>Izberite nabor znakov</translation> + </message> +</context> +<context> + <name>TextEditor::BaseTextEditorEditable</name> + <message> + <location line="+4275"/> + <source>Line: %1, Col: %2</source> + <translation>Vrstica: %1, Stolpec: %2</translation> + </message> + <message> + <location line="+1"/> + <source>Line: %1, Col: 999</source> + <translation>Vrstica: %1, Stolpec: 999</translation> + </message> +</context> +<context> + <name>TextEditor::BehaviorSettingsPage</name> + <message> + <location filename="../../../src/plugins/texteditor/behaviorsettingspage.ui"/> + <source>Storage</source> + <translation>Shranjevanje</translation> + </message> + <message> + <location/> + <source>Removes trailing whitespace on saving.</source> + <translation>Pri shranjevanju odstrani presledke na koncu vrstic.</translation> + </message> + <message> + <location/> + <source>&Clean whitespace</source> + <translation>&PoÄisti presledke</translation> + </message> + <message> + <location/> + <source>Clean whitespace in entire document instead of only for changed parts.</source> + <translation>PoÄisti presledke v celotnem dokumentu in ne samo v spremenjenih vrsticah.</translation> + </message> + <message> + <location/> + <source>In entire &document</source> + <translation>V celotnem &dokumentu</translation> + </message> + <message> + <location/> + <source>Correct leading whitespace according to tab settings.</source> + <translation>Popravi presledke na zaÄetku vrstic v skladu z nastavitvami tabulatorja.</translation> + </message> + <message> + <location/> + <source>Clean indentation</source> + <translation>PoÄisti zamikanje</translation> + </message> + <message> + <location/> + <source>&Ensure newline at end of file</source> + <translation>&Zagotovi novo vrstico na koncu datoteke</translation> + </message> + <message> + <location/> + <source>Tabs and Indentation</source> + <translation>Tabulator in zamikanje</translation> + </message> + <message> + <location/> + <source>Ta&b size:</source> + <translation>Velikost &tabulatorja:</translation> + </message> + <message> + <location/> + <source>&Indent size:</source> + <translation>Velikost &zamika:</translation> + </message> + <message> + <location/> + <source>Backspace will go back one indentation level instead of one space.</source> + <translation>VraÄalka gre nazaj za en zamik in ne za en presledek.</translation> + </message> + <message> + <location/> + <source>&Backspace follows indentation</source> + <translation>&VraÄalka sledi zamikom</translation> + </message> + <message> + <location/> + <source>Insert &spaces instead of tabs</source> + <translation>Vstavi &presledke in ne tabulatorjev</translation> + </message> + <message> + <location/> + <source>Enable automatic &indentation</source> + <translation>OmogoÄi &samodejno zamikanje</translation> + </message> + <message> + <location/> + <source>Tab key performs auto-indent:</source> + <translation>Tabulator izvede samodejni zamik:</translation> + </message> + <message> + <location/> + <source>Never</source> + <translation>Nikoli</translation> + </message> + <message> + <location/> + <source>Always</source> + <translation>Vedno</translation> + </message> + <message> + <location/> + <source>In leading white space</source> + <translation>V praznini na zaÄetku</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>TextEditor::DisplaySettingsPage</name> + <message> + <location filename="../../../src/plugins/texteditor/displaysettingspage.ui"/> + <source>Display</source> + <translation>Prikaz</translation> + </message> + <message> + <location/> + <source>Display line &numbers</source> + <translation>Prikaži &Å¡tevilke vrstic</translation> + </message> + <message> + <location/> + <source>Display &folding markers</source> + <translation>Prikaži &oznake za zvijanje</translation> + </message> + <message> + <location/> + <source>Show tabs and spaces.</source> + <translation>Prikaži tabulatorje in presledke.</translation> + </message> + <message> + <location/> + <source>&Visualize whitespace</source> + <translation>&Poudari presledke</translation> + </message> + <message> + <location/> + <source>Highlight current &line</source> + <translation>Poudari &trenutno vrstico</translation> + </message> + <message> + <location/> + <source>Text Wrapping</source> + <translation>Prelamljanje besedila</translation> + </message> + <message> + <location/> + <source>Enable text &wrapping</source> + <translation>OmogoÄi pre&lamljanje vrstic</translation> + </message> + <message> + <location/> + <source>Display right &margin at column:</source> + <translation>Prikaži desni &rob pri stolpcu:</translation> + </message> + <message> + <location/> + <source>Highlight &blocks</source> + <translation>Poudari &bloke</translation> + </message> + <message> + <location/> + <source>Animate matching parentheses</source> + <translation>Animiraj ujemanje oklepajev</translation> + </message> + <message> + <location/> + <source>Navigation</source> + <translation>Navigacija</translation> + </message> + <message> + <location/> + <source>Enable &mouse navigation</source> + <translation>OmogoÄi navigacijo z &miÅ¡ko</translation> + </message> + <message> + <location/> + <source>Mark text changes</source> + <translation>OznaÄi spremembe besedila</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>Use fancy style</source> + <translation type="obsolete">Uporabi razkoÅ¡en slog</translation> + </message> +</context> +<context> + <name>TextEditor::FontSettingsPage</name> + <message> + <location filename="../../../src/plugins/texteditor/fontsettingspage.cpp" line="+314"/> + <source>Font & Colors</source> + <translation>Pisave in barve</translation> + </message> + <message> + <location line="+124"/> + <source>Copy Color Scheme</source> + <translation>Skopiraj barvno shemo</translation> + </message> + <message> + <location line="+1"/> + <source>Color Scheme name:</source> + <translation>Ime barvne sheme:</translation> + </message> + <message> + <location line="+1"/> + <source>%1 (copy)</source> + <translation>%1 (kopija)</translation> + </message> + <message> + <location line="+45"/> + <source>Delete Color Scheme</source> + <translation>IzbriÅ¡i barvno shemo</translation> + </message> + <message> + <location line="+1"/> + <source>Are you sure you want to delete this color scheme permanently?</source> + <translation>Ali res želite trajno zbrisati to barvno shemo?</translation> + </message> + <message> + <location line="+6"/> + <source>Delete</source> + <translation>IzbriÅ¡i</translation> + </message> + <message> + <location line="+28"/> + <source>Color Scheme Changed</source> + <translation>Spremenjena barvna shema</translation> + </message> + <message> + <location line="+1"/> + <source>The color scheme "%1" was modified, do you want to save the changes?</source> + <translation>Barvna shema »%1« je bila spremenjena. Ali želite shraniti spremembe?</translation> + </message> + <message> + <location line="+7"/> + <source>Discard</source> + <translation>Zavrzi</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source> + This is only an example.</source> + <translation type="obsolete"> + To je samo primer.</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::CodecSelector</name> + <message> + <location filename="../../../src/plugins/texteditor/codecselector.cpp" line="+72"/> + <source>Text Encoding</source> + <translation>Nabor znakov</translation> + </message> + <message> + <location line="+4"/> + <source> +The following encodings are likely to fit:</source> + <translation> +Naslednji nabori znakov so verjetno ustrezni:</translation> + </message> + <message> + <location line="+1"/> + <source>Select encoding for "%1".%2</source> + <translation>Izberite nabor znakov za »%1«.%2</translation> + </message> + <message> + <location line="+44"/> + <source>Reload with Encoding</source> + <translation>Znova naloži z naborom znakov</translation> + </message> + <message> + <location line="+1"/> + <source>Save with Encoding</source> + <translation>Shrani z naborom znakov</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::FindInFiles</name> + <message> + <location filename="../../../src/plugins/texteditor/findinfiles.cpp" line="+56"/> + <source>Files on Disk</source> + <translation>Datoteke na disku</translation> + </message> + <message> + <location line="+37"/> + <source>&Directory:</source> + <translation>&Mapa:</translation> + </message> + <message> + <location line="+13"/> + <source>&Browse</source> + <translation>&Brskanje</translation> + </message> + <message> + <location line="+4"/> + <source>File &pattern:</source> + <translation>DatoteÄni &vzorec:</translation> + </message> + <message> + <location line="+18"/> + <source>Directory to search</source> + <translation>IÅ¡Äi v mapi</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::FontSettingsPage</name> + <message> + <location filename="../../../src/plugins/texteditor/fontsettingspage.ui"/> + <source>Font</source> + <translation>Pisava</translation> + </message> + <message> + <location/> + <source>Family:</source> + <translation>Družina:</translation> + </message> + <message> + <location/> + <source>Size:</source> + <translation>Velikost:</translation> + </message> + <message> + <location/> + <source>Color Scheme</source> + <translation>Barvna shema</translation> + </message> + <message> + <location/> + <source>Antialias</source> + <translation>Glajenje robov</translation> + </message> + <message> + <location/> + <source>Copy...</source> + <translation>Skopiraj ...</translation> + </message> + <message> + <location/> + <source>Delete</source> + <translation>IzbriÅ¡i</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Bold</source> + <translation type="obsolete">Polkrepko</translation> + </message> + <message> + <location/> + <source>Italic</source> + <translation type="obsolete">LežeÄe</translation> + </message> + <message> + <location/> + <source>Background:</source> + <translation type="obsolete">Ozadje:</translation> + </message> + <message> + <location/> + <source>Foreground:</source> + <translation type="obsolete">Ospredje:</translation> + </message> + <message> + <location/> + <source>Erase background</source> + <translation type="obsolete">PoÄisti ozadje</translation> + </message> + <message> + <location/> + <source>x</source> + <translation type="obsolete">x</translation> + </message> + <message> + <location/> + <source>Preview:</source> + <translation type="obsolete">Ogled:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::LineNumberFilter</name> + <message> + <location filename="../../../src/plugins/texteditor/linenumberfilter.h" line="+52"/> + <source>Line in current document</source> + <translation>Vrstica v trenutnem dokumentu</translation> + </message> + <message> + <location filename="../../../src/plugins/texteditor/linenumberfilter.cpp" line="+55"/> + <source>Line %1</source> + <translation>Vrstica %1</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::TextEditorPlugin</name> + <message> + <location filename="../../../src/plugins/texteditor/texteditorplugin.cpp" line="+94"/> + <source>Creates a text file (.txt).</source> + <translation>Ustvari besedilno datoteko (*.txt).</translation> + </message> + <message> + <location line="+1"/> + <source>Text File</source> + <translation>Besedilna datoteka</translation> + </message> + <message> + <location line="+2"/> + <source>General</source> + <translation>SploÅ¡no</translation> + </message> + <message> + <location line="+26"/> + <source>Triggers a completion in this scope</source> + <translation>Sproži dokonÄevanje v tem obsegu</translation> + </message> + <message> + <location line="+5"/> + <source>Ctrl+Space</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Meta+Space</source> + <translation></translation> + </message> + <message> + <location line="+6"/> + <source>Triggers a quick fix in this scope</source> + <translation>Sproži hiter popravek v tem obsegu</translation> + </message> + <message> + <location line="+4"/> + <source>Alt+Return</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>This creates a new text file (.txt)</source> + <translation type="obsolete">To ustvari novo datoteko z besedilom (*.txt)</translation> + </message> +</context> +<context> + <name>TextEditor::TextEditorActionHandler</name> + <message> + <location filename="../../../src/plugins/texteditor/texteditoractionhandler.cpp" line="+117"/> + <source>&Undo</source> + <translation>&Razveljavi</translation> + </message> + <message> + <location line="+2"/> + <source>&Redo</source> + <translation>&Uveljavi</translation> + </message> + <message> + <location line="+13"/> + <source>Select Encoding...</source> + <translation>Izbor nabora znakov ...</translation> + </message> + <message> + <location line="+6"/> + <source>Auto-&indent Selection</source> + <translation>Samodejno &zamakni izbor</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+I</source> + <translation></translation> + </message> + <message> + <location line="+17"/> + <source>&Visualize Whitespace</source> + <translation>&Poudari presledke</translation> + </message> + <message> + <location line="+8"/> + <source>Clean Whitespace</source> + <translation>PoÄisti presledke</translation> + </message> + <message> + <location line="+7"/> + <source>Enable Text &Wrapping</source> + <translation>OmogoÄi pre&lamljanje vrstic</translation> + </message> + <message> + <location line="+8"/> + <source>(Un)Comment &Selection</source> + <translation>Za&komentiraj/odkomentiraj izbor</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+/</source> + <translation></translation> + </message> + <message> + <location line="+9"/> + <source>Delete &Line</source> + <translation>IzbriÅ¡i &vrstico</translation> + </message> + <message> + <location line="-3"/> + <source>Shift+Del</source> + <translation></translation> + </message> + <message> + <location line="-43"/> + <source>Meta</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>&Rewrap Paragraph</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>%1+E, R</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+9"/> + <source>%1+E, %2+V</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+14"/> + <source>%1+E, %2+W</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+11"/> + <source>Cut &Line</source> + <translation>Izreži &vrstico</translation> + </message> + <message> + <location line="+9"/> + <source>Collapse</source> + <translation>SkrÄi</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+<</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Expand</source> + <translation>RazÅ¡iri</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+></source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>(Un)&Collapse All</source> + <translation>Raz&Å¡iri/skrÄi vse</translation> + </message> + <message> + <location line="+5"/> + <source>Increase Font Size</source> + <translation>PoveÄaj velikost pisave</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl++</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Decrease Font Size</source> + <translation>ZmanjÅ¡aj velikost pisave</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+-</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Goto Block Start</source> + <translation>Pojdi na zaÄetek bloka</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+[</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Goto Block End</source> + <translation>Pojdi na konec bloka</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+]</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Goto Block Start With Selection</source> + <translation>Izberi do zaÄetka bloka</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+{</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>Goto Block End With Selection</source> + <translation>Izberi do konca bloka</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+}</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>Select Block Up</source> + <translation>Izberi blok gor</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+U</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <source>Select Block Down</source> + <translation>Izberi blok dol</translation> + </message> + <message> + <location line="+5"/> + <source>Move Line Up</source> + <translation>Pojdi za vrstico gor</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+Up</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>Move Line Down</source> + <translation>Pojdi za vrstico dol</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Shift+Down</source> + <translation></translation> + </message> + <message> + <location line="+3"/> + <source>Copy Line Up</source> + <translation>Skopiraj vrstico navzgor</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Alt+Up</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Copy Line Down</source> + <translation>Skopiraj vrstico navzdol</translation> + </message> + <message> + <location line="+2"/> + <source>Ctrl+Alt+Down</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+92"/> + <source> <line number></source> + <translation><Å¡tevilka vrstice></translation> + </message> +</context> +<context> + <name>TextEditor::TextEditorSettings</name> + <message> + <location filename="../../../src/plugins/texteditor/texteditorsettings.cpp" line="+64"/> + <source>Text</source> + <translation>Besedilo</translation> + </message> + <message> + <location line="+4"/> + <source>Link</source> + <translation>Povezava</translation> + </message> + <message> + <location line="+1"/> + <source>Selection</source> + <translation>Izbor</translation> + </message> + <message> + <location line="+1"/> + <source>Line Number</source> + <translation>Å tevilka vrstice</translation> + </message> + <message> + <location line="+1"/> + <source>Search Result</source> + <translation>Rezultat iskanja</translation> + </message> + <message> + <location line="+1"/> + <source>Search Scope</source> + <translation>Obseg iskanja</translation> + </message> + <message> + <location line="+1"/> + <source>Parentheses</source> + <translation>Oklepaji</translation> + </message> + <message> + <location line="+1"/> + <source>Current Line</source> + <translation>Trenutna vrstica</translation> + </message> + <message> + <location line="+2"/> + <source>Current Line Number</source> + <translation>Å tevilka trenutne vrstice</translation> + </message> + <message> + <location line="+4"/> + <source>Occurrences</source> + <translation>Pojavitve</translation> + </message> + <message> + <location line="+1"/> + <source>Unused Occurrence</source> + <translation>Neuporabljena pojavitev</translation> + </message> + <message> + <location line="+1"/> + <source>Renaming Occurrence</source> + <translation>Preimenovanje pojavitve</translation> + </message> + <message> + <location line="+3"/> + <source>Number</source> + <translation>Å tevilka</translation> + </message> + <message> + <location line="+1"/> + <source>String</source> + <translation>Niz</translation> + </message> + <message> + <location line="+1"/> + <source>Type</source> + <translation>Vrsta</translation> + </message> + <message> + <location line="+1"/> + <source>Keyword</source> + <translation>KljuÄna beseda</translation> + </message> + <message> + <location line="+1"/> + <source>Operator</source> + <translation>Operator</translation> + </message> + <message> + <location line="+1"/> + <source>Preprocessor</source> + <translation>Predprocesor</translation> + </message> + <message> + <location line="+1"/> + <source>Label</source> + <translation>Oznaka</translation> + </message> + <message> + <location line="+1"/> + <source>Comment</source> + <translation>Komentar</translation> + </message> + <message> + <location line="+1"/> + <source>Doxygen Comment</source> + <translation>Komentar Doxygen</translation> + </message> + <message> + <location line="+1"/> + <source>Doxygen Tag</source> + <translation>Oznaka Doxygen</translation> + </message> + <message> + <location line="+1"/> + <source>Visual Whitespace</source> + <translation>Vidna praznina</translation> + </message> + <message> + <location line="+1"/> + <source>Disabled Code</source> + <translation>OnemogoÄena koda</translation> + </message> + <message> + <location line="+3"/> + <source>Added Line</source> + <translation>Dodana vrstica</translation> + </message> + <message> + <location line="+1"/> + <source>Removed Line</source> + <translation>Odstranjena vrstica</translation> + </message> + <message> + <location line="+1"/> + <source>Diff File</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Diff Location</source> + <translation></translation> + </message> + <message> + <location line="+4"/> + <location line="+8"/> + <location line="+8"/> + <source>Text Editor</source> + <translation>Urejevalnik besedil</translation> + </message> + <message> + <location line="-10"/> + <source>Behavior</source> + <translation>ObnaÅ¡anje</translation> + </message> + <message> + <location line="+8"/> + <source>Display</source> + <translation>Prikaz</translation> + </message> +</context> +<context> + <name>TopicChooser</name> + <message> + <location filename="../../../src/shared/help/topicchooser.cpp" line="+42"/> + <source>Choose a topic for <b>%1</b>:</source> + <translation>Izberite temo za <b>%1</b>:</translation> + </message> + <message> + <location filename="../../../src/shared/help/topicchooser.ui"/> + <source>Choose Topic</source> + <translation>Izberite temo</translation> + </message> + <message> + <location/> + <source>&Topics</source> + <translation>&Teme</translation> + </message> + <message> + <location/> + <source>&Display</source> + <translation>&Prikaz</translation> + </message> + <message> + <location/> + <source>&Close</source> + <translation>&Zapri</translation> + </message> +</context> +<context> + <name>VCSBase</name> + <message> + <location filename="../../../src/plugins/vcsbase/vcsbaseconstants.h" line="+38"/> + <location line="+3"/> + <source>Version Control</source> + <translation>Nadzor razliÄic</translation> + </message> + <message> + <location line="-2"/> + <source>Common</source> + <translation>SploÅ¡no</translation> + </message> +</context> +<context> + <name>VCSBase::Internal::NickNameDialog</name> + <message> + <location filename="../../../src/plugins/vcsbase/nicknamedialog.cpp" line="+217"/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location line="+0"/> + <source>E-mail</source> + <translation>E-poÅ¡ta</translation> + </message> + <message> + <location line="+1"/> + <source>Alias</source> + <translation>Drugo ime</translation> + </message> + <message> + <location line="+0"/> + <source>Alias e-mail</source> + <translation>Druga e-poÅ¡ta</translation> + </message> + <message> + <location line="+15"/> + <source>Cannot open '%1': %2</source> + <translation>Ni moÄ odpreti »%1«: %2</translation> + </message> +</context> +<context> + <name>VCSBase::SubmitFileModel</name> + <message> + <location filename="../../../src/plugins/vcsbase/submitfilemodel.cpp" line="+43"/> + <source>State</source> + <translation>Stanje</translation> + </message> + <message> + <location line="+0"/> + <source>File</source> + <translation>Datoteka</translation> + </message> +</context> +<context> + <name>VCSBase::VCSBaseEditor</name> + <message> + <location filename="../../../src/plugins/vcsbase/vcsbaseeditor.cpp" line="+327"/> + <source>Describe change %1</source> + <translation>Opis spremembe %1</translation> + </message> +</context> +<context> + <name>VCSBase::VCSBaseSubmitEditor</name> + <message> + <location filename="../../../src/plugins/vcsbase/vcsbasesubmiteditor.cpp" line="+138"/> + <source>Check message</source> + <translation>Preveri sporoÄilo</translation> + </message> + <message> + <location line="+6"/> + <source>Insert name...</source> + <translation>Vstavi ime ...</translation> + </message> + <message> + <location line="+313"/> + <source>Prompt to submit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+59"/> + <source>Submit Message Check failed</source> + <translation></translation> + </message> + <message> + <location line="+28"/> + <source>Unable to open '%1': %2</source> + <translation>Ni moÄ odpreti »%1«: %2</translation> + </message> + <message> + <location line="+10"/> + <source>The check script '%1' could not be started: %2</source> + <translation>Ni bilo moÄ zagnati skripta za preverjanje »%1«: %2</translation> + </message> + <message> + <location line="+4"/> + <source>The check script '%1' could not be run: %2</source> + <translation>Ni bilo moÄ zagnati skripta za preverjanje »%1«: %2</translation> + </message> + <message> + <location line="+7"/> + <source>The check script returned exit code %1.</source> + <translation>Skript za preverjanje je vrnil izhodno kodo %1.</translation> + </message> +</context> +<context> + <name>VCSBaseSettingsPage</name> + <message> + <location filename="../../../src/plugins/vcsbase/vcsbasesettingspage.ui"/> + <source>Wrap submit message at:</source> + <translation></translation> + </message> + <message> + <location/> + <source>An executable which is called with the submit message in a temporary file as first argument. It should return with an exit != 0 and a message on standard error to indicate failure.</source> + <translation></translation> + </message> + <message> + <location/> + <source>Submit message check script:</source> + <translation></translation> + </message> + <message> + <location/> + <source>A file listing user names and email addresses in a 4-column mailmap format: +name <email> alias <email></source> + <translation>Datoteka s seznamom imen in e-poÅ¡tnih naslovov v formatu mailmap s 4 stolpci: +ime <e-poÅ¡ta> drugo_ime <druga_e-poÅ¡ta></translation> + </message> + <message> + <location/> + <source>User/alias configuration file:</source> + <translation>Nastavitvena datoteka:</translation> + </message> + <message> + <location/> + <source>A simple file containing lines with field names like "Reviewed-By:" which will be added below the submit editor.</source> + <translation></translation> + </message> + <message> + <location/> + <source>User fields configuration file:</source> + <translation>Nastavitvena datoteka s polji po meri:</translation> + </message> + <message> + <location/> + <source>Common</source> + <translation type="unfinished">SploÅ¡no</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>VCSManager</name> + <message> + <location filename="../../../src/plugins/coreplugin/vcsmanager.cpp" line="+132"/> + <source>Version Control</source> + <translation>Nadzor razliÄic</translation> + </message> + <message> + <location line="+1"/> + <source>Would you like to remove this file from the version control system (%1)? +Note: This might remove the local file.</source> + <translation>Ali želite odstraniti to datoteko iz sistema za nadzor razliÄic (%1)? +Vedite: to lahko odstrani krajevno datoteko.</translation> + </message> +</context> +<context> + <name>ViewDialog</name> + <message> + <location filename="../../../src/plugins/cpaster/pasteview.ui"/> + <source>Send to Codepaster</source> + <translation>PoÅ¡lji na CodePaster</translation> + </message> + <message> + <location/> + <source>&Username:</source> + <translation>&UporabniÅ¡ko ime:</translation> + </message> + <message> + <location/> + <source><Username></source> + <translation><uporabniÅ¡ko ime></translation> + </message> + <message> + <location/> + <source>&Description:</source> + <translation>&Opis:</translation> + </message> + <message> + <location/> + <source><Description></source> + <translation><opis></translation> + </message> + <message> + <location/> + <source>Patch 1</source> + <translation>Popravek 1</translation> + </message> + <message> + <location/> + <source>Patch 2</source> + <translation>Popravek 2</translation> + </message> + <message> + <location/> + <source>Protocol:</source> + <translation>Protokol:</translation> + </message> + <message> + <location/> + <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Comment&gt;</span></p></body></html></source> + <translation><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;komentar&gt;</span></p></body></html></translation> + </message> + <message> + <location/> + <source>Parts to send to server</source> + <translation>Deli, ki bodo poslani na strežnik</translation> + </message> + <message> + <location filename="Obsolete_PO_entries"/> + <source><html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;Comment&gt;</p></body></html></source> + <translation type="obsolete"><html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;komentar&gt;</p></body></html></translation> + </message> + <message> + <location/> + <source>Parts to send to codepaster</source> + <translation type="obsolete">Deli, ki bodo poslani na CodePaster</translation> + </message> +</context> +<context> + <name>mainClass</name> + <message> + <location filename="../../../src/libs/aggregation/examples/text/main.ui"/> + <source>main</source> + <translation>glavni</translation> + </message> + <message> + <location/> + <source>Text1:</source> + <translation>Besedilo1:</translation> + </message> + <message> + <location/> + <source>N/A</source> + <translation>Ni na voljo</translation> + </message> + <message> + <location/> + <source>Text2:</source> + <translation>Besedilo2:</translation> + </message> + <message> + <location/> + <source>Text3:</source> + <translation>Besedilo3:</translation> + </message> +</context> +<context> + <name>Utils::CheckableMessageBox</name> + <message> + <location filename="../../../src/libs/utils/checkablemessagebox.ui"/> + <source>Dialog</source> + <translation>Pogovorno okno</translation> + </message> + <message> + <location/> + <source>TextLabel</source> + <translation>BesedilaOznaka</translation> + </message> + <message> + <location/> + <source>CheckBox</source> + <translation>PotrditvenoPolje</translation> + </message> +</context> +<context> + <name>Utils::WizardPage</name> + <message> + <location filename="../../../src/libs/utils/filewizardpage.ui"/> + <source>Choose the location</source> + <translation>Izberite lokacijo</translation> + </message> + <message> + <location/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location/> + <source>Path:</source> + <translation>Pot:</translation> + </message> +</context> +<context> + <name>Utils::NewClassWidget</name> + <message> + <location filename="../../../src/libs/utils/newclasswidget.ui"/> + <source>Class name:</source> + <translation>Ime razreda:</translation> + </message> + <message> + <location/> + <source>Base class:</source> + <translation>Osnovni razred:</translation> + </message> + <message> + <location/> + <source>Header file:</source> + <translation>Datoteka z glavo:</translation> + </message> + <message> + <location/> + <source>Source file:</source> + <translation>Datoteka z izvorno kodo:</translation> + </message> + <message> + <location/> + <source>Generate form:</source> + <translation>Ustvari obrazec:</translation> + </message> + <message> + <location/> + <source>Form file:</source> + <translation>Datoteka z obrazcem:</translation> + </message> + <message> + <location/> + <source>Path:</source> + <translation>Pot:</translation> + </message> + <message> + <location/> + <source>Inherits QObject</source> + <translation>Podeduje QObject</translation> + </message> + <message> + <location filename="../../../src/libs/utils/newclasswidget.cpp" line="+416"/> + <source>Invalid base class name</source> + <translation>Neveljavno ime osnovnega razreda</translation> + </message> + <message> + <location line="+7"/> + <source>Invalid header file name: '%1'</source> + <translation>Neveljavno ime datoteke z glavo: »%1«</translation> + </message> + <message> + <location line="+6"/> + <source>Invalid source file name: '%1'</source> + <translation>Neveljavno ime datoteke z izvorno kodo: »%1«</translation> + </message> + <message> + <location line="+7"/> + <source>Invalid form file name: '%1'</source> + <translation>Neveljavno ime datoteke z obrazcem: »%1«</translation> + </message> +</context> +<context> + <name>Utils::ProjectIntroPage</name> + <message> + <location filename="../../../src/libs/utils/projectintropage.ui"/> + <source>Introduction and project location</source> + <translation>Uvod in lokacija projekta</translation> + </message> + <message> + <location/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location/> + <source>Create in:</source> + <translation>Ustvari v:</translation> + </message> + <message> + <location filename="../../../src/libs/utils/projectintropage.cpp" line="+65"/> + <source><Enter_Name></source> + <translation><vnesite ime></translation> + </message> + <message> + <location line="+97"/> + <source>The project already exists.</source> + <translation>Projekt že obstaja.</translation> + </message> + <message> + <location line="+4"/> + <source>A file with that name already exists.</source> + <translation>Datoteka s tem imenom že obstaja.</translation> + </message> +</context> +<context> + <name>Utils::SubmitEditorWidget</name> + <message> + <location filename="../../../src/libs/utils/submiteditorwidget.ui"/> + <source>Subversion Submit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>Des&cription</source> + <translation>&Opis</translation> + </message> + <message> + <location/> + <source>F&iles</source> + <translation>&Datoteke</translation> + </message> +</context> +<context> + <name>PasteBinComSettingsWidget</name> + <message> + <location filename="../../../src/plugins/cpaster/pastebindotcomsettings.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Server Prefix:</source> + <translation>Predpona strežnika:</translation> + </message> + <message> + <location/> + <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://pastebin.com"><span style=" text-decoration: underline; color:#0000ff;">pastebin.com</span></a><span style=" font-size:8pt;"> allows to send posts to custom subdomains (eg. qtcreator.pastebin.com). Fill in the desired prefix.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Note that the plugin will use this for posting as well as fetching.</span></p></body></html></source> + <translation><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://pastebin.com"><span style=" text-decoration: underline; color:#0000ff;">pastebin.com</span></a><span style=" font-size:8pt;"> omogoÄa poÅ¡iljati na poddomene po meri (npr. qtcreator.pastebin.com). Vnesite želeno predpono.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Vedite, da bo vstavek to uporabil tako za poÅ¡iljanje kot tudi za pridobivanje.</span></p></body></html></translation> + </message> +</context> +<context> + <name>CVS::Internal::SettingsPage</name> + <message> + <location filename="../../../src/plugins/cvs/settingspage.ui"/> + <source>Prompt to submit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit id). Otherwise, only the respective file will be displayed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>Describe all files matching commit id:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>CVS Command:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>CVS Root:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>Diff Options:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../../src/plugins/cvs/settingspage.cpp" line="+84"/> + <source>CVS</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Debugger::Internal::TrkOptionsWidget</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/trkoptionswidget.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Gdb</source> + <translation>GDB</translation> + </message> + <message> + <location/> + <source>Symbian ARM gdb location:</source> + <translation>Lokacija GDB-ja za Symbian ARM:</translation> + </message> + <message> + <location/> + <source>Communication</source> + <translation>Komunikacija</translation> + </message> + <message> + <location/> + <source>Serial Port</source> + <translation>Zaporedna vrata</translation> + </message> + <message> + <location/> + <source>Bluetooth</source> + <translation>Bluetooth</translation> + </message> + <message> + <location/> + <source>Port:</source> + <translation>Vrata:</translation> + </message> + <message> + <location/> + <source>Device:</source> + <translation>Naprava:</translation> + </message> +</context> +<context> + <name>Designer::Internal::CppSettingsPageWidget</name> + <message> + <location filename="../../../src/plugins/designer/cpp/cppsettingspagewidget.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Embedding of the UI Class</source> + <translation>Vgrajevanje razreda uporabniÅ¡kega vmesnika</translation> + </message> + <message> + <location/> + <source>Aggregation as a pointer member</source> + <translation>Združevanje s kazalcem kot Älanom</translation> + </message> + <message> + <location/> + <source>Aggregation</source> + <translation>Združevanje</translation> + </message> + <message> + <location/> + <source>Multiple Inheritance</source> + <translation>Dedovanje od veÄih</translation> + </message> + <message> + <location/> + <source>Code Generation</source> + <translation>Ustvarjanje kode</translation> + </message> + <message> + <location/> + <source>Support for changing languages at runtime</source> + <translation>Podpora za preklapljanje jezikov med tekom</translation> + </message> + <message> + <location/> + <source>Use Qt module name in #include-directive</source> + <translation>V navodilu #include uporabi ime modula Qt</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::GitoriousHostWidget</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitorioushostwidget.ui"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../../../src/plugins/git/gitorious/gitorioushostwidget.cpp" line="+86"/> + <source><New Host></source> + <translation><nov gostitelj></translation> + </message> + <message> + <location line="+18"/> + <source>Host</source> + <translation>Gostitelj</translation> + </message> + <message> + <location line="+0"/> + <source>Projects</source> + <translation>Projekti</translation> + </message> + <message> + <location line="+0"/> + <source>Description</source> + <translation>Opis</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::GitoriousProjectWidget</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitoriousprojectwidget.ui"/> + <source>WizardPage</source> + <translation>StranÄŒarovnika</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> + <message> + <location/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location/> + <source>Keep updating</source> + <translation>Redno posodabljaj</translation> + </message> + <message> + <location filename="../../../src/plugins/git/gitorious/gitoriousprojectwidget.cpp" line="+84"/> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <location line="+0"/> + <source>Description</source> + <translation>Opis</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::GitoriousRepositoryWizardPage</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitoriousrepositorywizardpage.ui"/> + <source>WizardPage</source> + <translation>StranÄŒarovnika</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> + <message> + <location/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../../../src/plugins/git/gitorious/gitoriousrepositorywizardpage.cpp" line="+83"/> + <source>Name</source> + <translation>Ime</translation> + </message> + <message> + <location line="+0"/> + <source>Owner</source> + <translation>Lastnik</translation> + </message> + <message> + <location line="+0"/> + <source>Description</source> + <translation>Opis</translation> + </message> + <message> + <location line="+74"/> + <source>Choose a repository of the project '%1'.</source> + <translation>Izberite skladiÅ¡Äe za projekt »%1«.</translation> + </message> + <message> + <location line="+9"/> + <source>Mainline Repositories</source> + <translation>Glavna skladiÅ¡Äa</translation> + </message> + <message> + <location line="+0"/> + <source>Clones</source> + <translation>Kloni</translation> + </message> + <message> + <location line="+0"/> + <source>Baseline Repositories</source> + <translation>Osnovna skladiÅ¡Äa</translation> + </message> + <message> + <location line="+0"/> + <source>Shared Project Repositories</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+0"/> + <source>Personal Repositories</source> + <translation>Osebna skladiÅ¡Äa</translation> + </message> +</context> +<context> + <name>GeneralSettingsPage</name> + <message> + <location filename="../../../src/plugins/help/generalsettingspage.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Font</source> + <translation>Pisava</translation> + </message> + <message> + <location/> + <source>Family:</source> + <translation>Družina:</translation> + </message> + <message> + <location/> + <source>Style:</source> + <translation>Slog:</translation> + </message> + <message> + <location/> + <source>Size:</source> + <translation>Velikost:</translation> + </message> + <message> + <location/> + <source>Startup</source> + <translation>Zagon</translation> + </message> + <message> + <location/> + <source>On context help:</source> + <translation>Kontekstna pomoÄ:</translation> + </message> + <message> + <location/> + <source>Show side-by-side if possible</source> + <translation>Prikaži ob strani, Äe je možno</translation> + </message> + <message> + <location/> + <source>Always show side-by-side</source> + <translation>Vedno prikaži ob strani</translation> + </message> + <message> + <location/> + <source>Always start full help</source> + <translation>Vedno zaženi polno pomoÄ</translation> + </message> + <message> + <location/> + <source>On help start:</source> + <translation>Ob zagonu pomoÄi:</translation> + </message> + <message> + <location/> + <source>Show my home page</source> + <translation>Prikaži mojo domaÄo stran</translation> + </message> + <message> + <location/> + <source>Show a blank page</source> + <translation>Prikaži prazno stran</translation> + </message> + <message> + <location/> + <source>Show my tabs from last session</source> + <translation>Prikaži moje zavihke iz zadnje seje</translation> + </message> + <message> + <location/> + <source>Home Page:</source> + <translation>DomaÄa stran:</translation> + </message> + <message> + <location/> + <source>Use &Current Page</source> + <translation>Uporabi &trenutno stran</translation> + </message> + <message> + <location/> + <source>Use &Blank Page</source> + <translation>Uporabi &prazno stran</translation> + </message> + <message> + <location/> + <source>Restore to Default</source> + <translation>Ponastavi na privzeto</translation> + </message> + <message> + <location/> + <source>Help Bookmarks</source> + <translation>Zaznamki pomoÄi</translation> + </message> + <message> + <location/> + <source>Import...</source> + <translation>Uvozi ...</translation> + </message> + <message> + <location/> + <source>Export...</source> + <translation>Izvozi ...</translation> + </message> +</context> +<context> + <name>Locator::Internal::DirectoryFilterOptions</name> + <message> + <location filename="../../../src/plugins/locator/directoryfilter.ui"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location/> + <source>File Types:</source> + <translation>Vrste datotek:</translation> + </message> + <message> + <location/> + <source>Specify file name filters, separated by comma. Filters may contain wildcards.</source> + <translation>DoloÄite filtre imen datotek, loÄenih z vejico. Filtri lahko vsebujejo nadomestitelje.</translation> + </message> + <message> + <location/> + <source>Prefix:</source> + <translation>Predpona:</translation> + </message> + <message> + <location/> + <source>Specify a short word/abbreviation that can be used to restrict completions to files from this directory tree. +To do this, you type this shortcut and a space in the Locator entry field, and then the word to search for.</source> + <translation>DoloÄite kratko besedo ali okrajÅ¡avo, ki se lahko uporabi za omejitev dokonÄevanja za datoteke iz tega drevesa map. +Za uporabo v polje Lokatorja vtipkajte to bližnjico in presledek ter nato iskano besedo.</translation> + </message> + <message> + <location/> + <source>Limit to prefix</source> + <translation>Omeji na predpono</translation> + </message> + <message> + <location/> + <source>Add...</source> + <translation>Dodaj ...</translation> + </message> + <message> + <location/> + <source>Edit...</source> + <translation>Urejanje ...</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location/> + <source>Directories:</source> + <translation>Mape:</translation> + </message> +</context> +<context> + <name>Locator::Internal::FileSystemFilterOptions</name> + <message> + <location filename="../../../src/plugins/locator/filesystemfilter.ui"/> + <source>Filter configuration</source> + <translation>Nastavitev filtra</translation> + </message> + <message> + <location/> + <source>Prefix:</source> + <translation>Predpona:</translation> + </message> + <message> + <location/> + <source>Limit to prefix</source> + <translation>Omeji na predpono</translation> + </message> + <message> + <location/> + <source>Include hidden files</source> + <translation>VkljuÄi skrite datoteke</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation>Filter:</translation> + </message> +</context> +<context> + <name>Locator::Internal::SettingsWidget</name> + <message> + <location filename="../../../src/plugins/locator/settingspage.ui"/> + <source>Configure Filters</source> + <translation>Nastavitev filtrov</translation> + </message> + <message> + <location/> + <source>Add</source> + <translation>Dodaj</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation>Odstrani</translation> + </message> + <message> + <location/> + <source>Edit</source> + <translation>Urejanje</translation> + </message> + <message> + <location/> + <source>Refresh Interval:</source> + <translation>ÄŒas med osvežitvami:</translation> + </message> + <message> + <location/> + <source> min</source> + <translation> min</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectExplorerSettingsPageUi</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectexplorersettingspage.ui"/> + <source>Build and Run</source> + <translation>Zgradi in zaženi</translation> + </message> + <message> + <location/> + <source>Save all files before Build</source> + <translation>Pred gradnjo shrani vse datoteke</translation> + </message> + <message> + <location/> + <source>Always build Project before Running</source> + <translation>Pred zagonom vedno zgradi projekt</translation> + </message> + <message> + <location/> + <source>Show Compiler Output on building</source> + <translation>Pri gradnji prikaži izhod prevajalnika</translation> + </message> + <message> + <location/> + <source>Use jom instead of nmake</source> + <translation>Namesto nmake uporabi jom</translation> + </message> + <message> + <location/> + <source><i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. For more details, see the <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</a>. Disable it if you experience problems with your builds.</source> + <translation><i>jom</i> je nadomestek za <i>nmake</i>, ki prevajanje porazdeli med veÄ jedri CPE-ja. Za podrobnosti si oglejte <a href="http://qt.gitorious.org/qt-labs/jom/">domaÄo stran jom-a</a>. OnemogoÄite ga, Äe se med gradnjami pojavljajo težave.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectWelcomePageWidget</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwelcomepagewidget.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Manage Sessions...</source> + <translation>Upravljanje s sejami ...</translation> + </message> + <message> + <location/> + <source>Create New Project...</source> + <translation>Ustvari nov projekt ...</translation> + </message> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwelcomepagewidget.cpp" line="+79"/> + <source>Open Recent Project</source> + <translation>Odpri nedavni projekt</translation> + </message> + <message> + <location line="+1"/> + <source>Resume Session</source> + <translation>Nadaljuj sejo</translation> + </message> + <message> + <location line="+31"/> + <source>%1 (last session)</source> + <translation>%1 (zadnja seja)</translation> + </message> + <message> + <location line="+3"/> + <source>%1 (current session)</source> + <translation>%1 (trenutna seja)</translation> + </message> + <message> + <location line="+45"/> + <source>New Project...</source> + <translation>Nov projekt ...</translation> + </message> +</context> +<context> + <name>ProjectWelcomePage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwelcomeplugin.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ClassDefinition</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/classdefinition.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>The header file</source> + <translation>Datoteka z glavo</translation> + </message> + <message> + <location/> + <source>&Sources</source> + <translation>&Izvorna koda</translation> + </message> + <message> + <location/> + <source>Widget librar&y:</source> + <translation>&Knjižnica gradnika:</translation> + </message> + <message> + <location/> + <source>Widget project &file:</source> + <translation>&Projektna datoteka gradnika:</translation> + </message> + <message> + <location/> + <source>Widget h&eader file:</source> + <translation>Datoteka z &glavo gradnika:</translation> + </message> + <message> + <location/> + <source>The header file has to be specified in source code.</source> + <translation>Datoteka z glavo mora biti doloÄena v izvorni kodi.</translation> + </message> + <message> + <location/> + <source>Widge&t source file:</source> + <translation>Datoteka z i&zvorno kodo gradnika:</translation> + </message> + <message> + <location/> + <source>Widget &base class:</source> + <translation>&Osnovni razred gradnika:</translation> + </message> + <message> + <location/> + <source>QWidget</source> + <translation>QWidget</translation> + </message> + <message> + <location/> + <source>Plugin class &name:</source> + <translation>I&me razreda vstavka:</translation> + </message> + <message> + <location/> + <source>Plugin &header file:</source> + <translation>D&atoteka z glavo vstavka:</translation> + </message> + <message> + <location/> + <source>Plugin sou&rce file:</source> + <translation>Datoteka z iz&vorno kodo vstavka:</translation> + </message> + <message> + <location/> + <source>Icon file:</source> + <translation>Datoteka z ikono:</translation> + </message> + <message> + <location/> + <source>&Link library</source> + <translation>Pov&eži knjižnico</translation> + </message> + <message> + <location/> + <source>Create s&keleton</source> + <translation>&Ustvari ogrodje</translation> + </message> + <message> + <location/> + <source>Include pro&ject</source> + <translation>Vstavi pro&jekt</translation> + </message> + <message> + <location/> + <source>&Description</source> + <translation>&Opis</translation> + </message> + <message> + <location/> + <source>G&roup:</source> + <translation>&Skupina:</translation> + </message> + <message> + <location/> + <source>&Tooltip:</source> + <translation>&Namig:</translation> + </message> + <message> + <location/> + <source>W&hat's this:</source> + <translation>&Kaj je to:</translation> + </message> + <message> + <location/> + <source>The widget is a &container</source> + <translation>&Gradnik je vsebnik</translation> + </message> + <message> + <location/> + <source>Property defa&ults</source> + <translation>Privzeto &za lastnosti</translation> + </message> + <message> + <location/> + <source>dom&XML:</source> + <translation>dom&XML:</translation> + </message> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/classdefinition.cpp" line="+44"/> + <source>Select Icon</source> + <translation>Izbor ikone</translation> + </message> + <message> + <location line="+1"/> + <source>Icon files (*.png *.ico *.jpg *.xpm *.tif *.svg)</source> + <translation>Datoteke z ikono (*.png *.ico *.jpg *.xpm *.tif *.svg)</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::CustomWidgetPluginWizardPage</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/customwidgetpluginwizardpage.ui"/> + <source>WizardPage</source> + <translation>StranÄŒarovnika</translation> + </message> + <message> + <location/> + <source>Plugin and Collection Class Information</source> + <translation>Podatki o vstavku in razredu zbirke</translation> + </message> + <message> + <location/> + <source>Specify the properties of the plugin library and the collection class.</source> + <translation>DoloÄite lastnosti knjižnice vstavka in razreda zbirke.</translation> + </message> + <message> + <location/> + <source>Collection class:</source> + <translation>Razred zbirke:</translation> + </message> + <message> + <location/> + <source>Collection header file:</source> + <translation>Datoteka z glavo zbirke:</translation> + </message> + <message> + <location/> + <source>Collection source file:</source> + <translation>Datoteka z izvirno kodo zbirke:</translation> + </message> + <message> + <location/> + <source>Plugin name:</source> + <translation>Ime vstavka:</translation> + </message> + <message> + <location/> + <source>Resource file:</source> + <translation>Datoteka z viri:</translation> + </message> + <message> + <location/> + <source>icons.qrc</source> + <translation>icons.qrc</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::CustomWidgetWidgetsWizardPage</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/customwidgetwidgetswizardpage.ui"/> + <source>Custom Qt Widget Wizard</source> + <translation>ÄŒarovnik za gradnike Qt po meri</translation> + </message> + <message> + <location/> + <source>Custom Widget List</source> + <translation>Seznam gradnikov po meri</translation> + </message> + <message> + <location/> + <source>Widget &Classes:</source> + <translation>&Razredi gradnikov:</translation> + </message> + <message> + <location/> + <source>Specify the list of custom widgets and their properties.</source> + <translation>DoloÄite seznam gradnikov po meri in njihovih lastnosti.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::GettingStartedWelcomePageWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Examples not installed</source> + <translation>Primeri niso nameÅ¡Äeni</translation> + </message> + <message> + <location/> + <source>Open</source> + <translation>Odpri</translation> + </message> + <message> + <location filename="../../../src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp" line="+62"/> + <source>Tutorials</source> + <translation>Vodniki</translation> + </message> + <message> + <location line="+1"/> + <source>Explore Qt Examples</source> + <translation>RaziÅ¡Äite primere za Qt</translation> + </message> + <message> + <location line="+2"/> + <source>Did You Know?</source> + <translation>Ali ste vedeli?</translation> + </message> + <message> + <location line="+6"/> + <source><b>Qt Creator - A quick tour</b></source> + <translation><b>Qt Creator - hitri vodiÄ</b></translation> + </message> + <message> + <location line="+2"/> + <source>Creating an address book</source> + <translation>Ustvarjanje adresarja</translation> + </message> + <message> + <location line="+2"/> + <source>Understanding widgets</source> + <translation>Razumevanje gradnikov</translation> + </message> + <message> + <location line="+2"/> + <source>Building with qmake</source> + <translation>Grajenje s qmake</translation> + </message> + <message> + <location line="+2"/> + <source>Writing test cases</source> + <translation>Pisanje preizkusnih primerov</translation> + </message> + <message> + <location line="+38"/> + <source>Choose an example...</source> + <translation>Izberite primer ...</translation> + </message> + <message> + <location line="+81"/> + <source>Copy Project to writable Location?</source> + <translation>Ali želite skopirati projekt na zapisljivo lokacijo?</translation> + </message> + <message> + <location line="+3"/> + <source><p>The project you are about to open is located in the write-protected location:</p><blockquote>%1</blockquote><p>Please select a writable location below and click "Copy Project and Open" to open a modifiable copy of the project or click "Keep Project and Open" to open the project in location.</p><p><b>Note:</b> You will not be able to alter or compile your project in the current location.</p></source> + <translation><p>Projekt, ki ga boste odprli, se nahaja na lokaciji, kamor ni moÄ pisati:</p><blockquote>%1</blockquote><p>Spodaj izberite zapisljivo lokacijo in kliknite »Skopiraj projekt in ga odpri«, da odprete kopijo projekta, ki ga bo moÄ spreminjati. V nasprotnem primeru kliknite »Obdrži projekt in ga odpri«, da odprete projekt s trenutne lokacije.</p><p><b>Vedite:</b> ÄŒe se odloÄite za trenutno lokacijo, projekta ne boste mogli spreminjati in prevajati.</p></translation> + </message> + <message> + <location line="+8"/> + <source>&Location:</source> + <translation>&Lokacija:</translation> + </message> + <message> + <location line="+12"/> + <source>&Copy Project and Open</source> + <translation>&Skopiraj projekt in ga odpri</translation> + </message> + <message> + <location line="+2"/> + <source>&Keep Project and Open</source> + <translation>&Obdrži projekt in ga odpri</translation> + </message> + <message> + <location line="+10"/> + <source>Warning</source> + <translation>Opozorilo</translation> + </message> + <message> + <location line="+1"/> + <source>The specified location already exists. Please specify a valid location.</source> + <translation>Navedena lokacija že obstaja. DoloÄite drugo lokacijo.</translation> + </message> + <message> + <location line="+61"/> + <location line="+7"/> + <source>Cmd</source> + <comment>Shortcut key</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-5"/> + <source>Alt</source> + <comment>Shortcut key</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Ctrl</source> + <comment>Shortcut key</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>You can switch between Qt Creator's modes using <tt>Ctrl+number</tt>:<ul><li>1 - Welcome</li><li>2 - Edit</li><li>3 - Debug</li><li>4 - Projects</li><li>5 - Help</li><li></li><li>6 - Output</li></ul></source> + <translation>Med Qt Creatorjevimi naÄini lahko preklapljate s <tt>Ctrl+Å¡tevilka</tt>:<ul><li>1 - DobrodoÅ¡li</li><li>2 - Urejanje</li><li>3 - RazhroÅ¡Äevanje</li><li>4 - Projekti</li><li>5 - PomoÄ</li><li></li><li>6 - Izhod</li></ul></translation> + </message> + <message> + <location line="+4"/> + <source>You can show and hide the side bar using <tt>%1+0<tt>.</source> + <extracomment>%1 gets replaced by Alt (Win/Unix) or Cmd (Mac) +</extracomment> + <translation>Stranski pas lahko prikažete in skrijete z <tt>%1+0<tt>.</translation> + </message> + <message> + <location line="+1"/> + <source>You can fine tune the <tt>Find</tt> function by selecting &quot;Whole Words&quot; or &quot;Case Sensitive&quot;. Simply click on the icons on the right end of the line edit.</source> + <translation><tt>Iskanje</tt> lahko nastavljate z izbiro možnosti &quot;Cele besede&quot; ali &quot;ObÄutljivo na velikost&quot;. Za to kliknite na ikono, ki je na desni strani iskalnega polja.</translation> + </message> + <message> + <location line="+2"/> + <source>If you add <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">external libraries</a>, Qt Creator will automatically offer syntax highlighting and code completion.</source> + <translation>ÄŒe dodate <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">zunanje knjižnice</a>, bo Qt Creator zanje samodejno ponudil poudarjanje skladnje in dokonÄevanje kode.</translation> + </message> + <message> + <location line="+3"/> + <source>The code completion is CamelCase-aware. For example, to complete <tt>namespaceUri</tt> you can just type <tt>nU</tt> and hit <tt>Ctrl+Space</tt>.</source> + <translation>DokonÄevanje kode se zaveda KameljeOblike. Na primer, da dokonÄate <tt>namespaceUri</tt>, preprosto vtipkajte <tt>nU</tt> in pritisnite <tt>Ctrl+Preslednica</tt>.</translation> + </message> + <message> + <location line="+2"/> + <source>You can force code completion at any time using <tt>Ctrl+Space</tt>.</source> + <translation>DokonÄevanje kode lahko kadarkoli vsilite z uporabo <tt>Ctrl+Preslednica</tt>.</translation> + </message> + <message> + <location line="+1"/> + <source>You can start Qt Creator with a session by calling <tt>qtcreator &lt;sessionname&gt;</tt>.</source> + <translation>Qt Creator lahko zaženete s sejo, tako da uporabite ukaz <tt>qtcreator &lt;ime_seje&gt;</tt>.</translation> + </message> + <message> + <location line="+1"/> + <source>You can return to edit mode from any other mode at any time by hitting <tt>Escape</tt>.</source> + <translation>V naÄin urejanja se iz kateregakoli drugega naÄina lahko kadarkoli vrnete z uporabo tipke <tt>Ubežnice</tt>.</translation> + </message> + <message> + <location line="+2"/> + <source>You can switch between the output pane by hitting <tt>%1+n</tt> where n is the number denoted on the buttons at the window bottom:<ul><li>1 - Build Issues</li><li>2 - Search Results</li><li>3 - Application Output</li><li>4 - Compile Output</li></ul></source> + <extracomment>%1 gets replaced by Alt (Win/Unix) or Cmd (Mac) +</extracomment> + <translation>Med podokni z izhodom lahko preklapljate z uporabo <tt>%1+n</tt>, kjer je n Å¡tevilka, ki je napisana na gumbih na dnu okna:<ul><li>1 - Težave pri gradnji</li><li>2 - Rezultati iskanja</li><li>3 - Izhod programa</li><li>4 - Izhod prevajanja</li></ul></translation> + </message> + <message> + <location line="+4"/> + <source>You can quickly search methods, classes, help and more using the <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Locator bar</a> (<tt>%1+K</tt>).</source> + <translation>Metode, razrede, pomoÄ in ostalo lahko hitro najdete z uporabo <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Lokatorja</a> (<tt>%1+K</tt>).</translation> + </message> + <message> + <location line="+2"/> + <source>You can add custom build steps in the <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html">build settings</a>.</source> + <translation>Korake gradnje po meri lahko dodate v <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html">nastavitvah gradnje</a>.</translation> + </message> + <message> + <location line="+2"/> + <source>Within a session, you can add <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html#dependencies">dependencies</a> between projects.</source> + <translation>Znotraj seje lahko dodate <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html#dependencies">odvisnosti</a> med projekti.</translation> + </message> + <message> + <location line="+2"/> + <source>You can set the preferred editor encoding for every project in <tt>Projects -> Editor Settings -> Default Encoding</tt>.</source> + <translation>Želeni nabor znakov za urejevalnik lahko za vsak projekt nastavite v <tt>Projekti → Nastavitve urejevalnika → Privzeti nabor znakov</tt>.</translation> + </message> + <message> + <location line="+1"/> + <source>You can modify the binary that is being executed when you press the <tt>Run</tt> button: Add a <tt>Custom Executable</tt> by clicking the <tt>+</tt> button in <tt>Projects -> Run Settings -> Run Configuration</tt> and then select the new target in the combo box.</source> + <translation>Program, ki se zažene pri pritisku gumba <tt>Zaženi</tt>, lahko spremenite: Dodajte <tt>IzvrÅ¡ljivo datoteko po meri</tt>, tako da v <tt>Projekti → Nastavitve za zagon → Urejanje nastavitev za zagon</tt> kliknete gumb <tt>Dodaj</tt> in nato novi program izberete s spustnega seznama.</translation> + </message> + <message> + <location line="+3"/> + <source>You can use Qt Creator with a number of <a href="qthelp://com.nokia.qtcreator/doc/creator-version-control.html">revision control systems</a> such as Subversion, Perforce, CVS and Git.</source> + <translation>Qt Creator lahko uporabljate z veÄ <a href="qthelp://com.nokia.qtcreator/doc/creator-version-control.html">sistemi za nadzor razliÄic</a>, kot so na primer Git, Subversion, CVS in Perforce.</translation> + </message> + <message> + <location line="+2"/> + <source>In the editor, <tt>F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file.</source> + <translation>V urejevalniku <tt>F2</tt> preklopi med deklaracijo in definicijo, medtem ko <tt>F4</tt> preklopi med datoteko z glavo in datoteko z izvorno kodo.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DevicesPreferencePane</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location/> + <source>Installed S60 SDKs:</source> + <translation>NameÅ¡Äeni S60 SDK-ji:</translation> + </message> + <message> + <location/> + <source>SDK Location</source> + <translation>Lokacija SDK-ja</translation> + </message> + <message> + <location/> + <source>Qt Location</source> + <translation>Lokacija Qt</translation> + </message> + <message> + <location/> + <source>Refresh</source> + <translation>Osveži</translation> + </message> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.cpp" line="+96"/> + <source>S60 SDKs</source> + <translation>S60 SDK-ji</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::ColorSchemeEdit</name> + <message> + <location filename="../../../src/plugins/texteditor/colorschemeedit.ui"/> + <source>Bold</source> + <translation>Polkrepko</translation> + </message> + <message> + <location/> + <source>Italic</source> + <translation>LežeÄe</translation> + </message> + <message> + <location/> + <source>Background:</source> + <translation>Ozadje:</translation> + </message> + <message> + <location/> + <source>Foreground:</source> + <translation>Ospredje:</translation> + </message> + <message> + <location/> + <source>Erase background</source> + <translation>PoÄisti ozadje</translation> + </message> + <message> + <location/> + <source>x</source> + <translation>x</translation> + </message> +</context> +<context> + <name>VCSBase::BaseCheckoutWizardPage</name> + <message> + <location filename="../../../src/plugins/vcsbase/basecheckoutwizardpage.ui"/> + <source>WizardPage</source> + <translation>StranÄŒarovnika</translation> + </message> + <message> + <location/> + <source>Checkout Directory:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location/> + <source>Path:</source> + <translation type="unfinished">Pot:</translation> + </message> +</context> +<context> + <name>Welcome::Internal::CommunityWelcomePageWidget</name> + <message> + <location filename="../../../src/plugins/welcome/communitywelcomepagewidget.ui"/> + <source>Form</source> + <translation>Obrazec</translation> + </message> + <message> + <location filename="../../../src/plugins/welcome/communitywelcomepagewidget.cpp" line="+47"/> + <source>News From the Qt Labs</source> + <translation>Novice s Qt Labs</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Websites</source> + <translation>Spletne strani o Qt</translation> + </message> + <message> + <location line="+8"/> + <source>http://labs.trolltech.com/blogs/feed</source> + <extracomment>Add localized feed here only if one exists +</extracomment> + <translation>http://labs.trolltech.com/blogs/feed</translation> + </message> + <message> + <location line="+3"/> + <source>Qt Home</source> + <translation>DomaÄa stran Qt</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Labs</source> + <translation>Qt Labs</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Git Hosting</source> + <translation>Gostovanje Git za Qt</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Centre</source> + <translation>Qt Centre</translation> + </message> + <message> + <location line="+1"/> + <source>Qt Apps</source> + <translation>Qt Apps</translation> + </message> + <message> + <location line="+1"/> + <source>Qt for Symbian at Forum Nokia</source> + <translation>Qt za Symbian na Forum Nokia</translation> + </message> +</context> +<context> + <name>Welcome::WelcomeMode</name> + <message> + <location filename="../../../src/plugins/welcome/welcomemode.ui"/> + <source>#gradientWidget { + background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); +}</source> + <translation>#gradientWidget { + background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); +}</translation> + </message> + <message> + <location/> + <source>#headerFrame { + border-image: url(:/welcome/images/center_frame_header.png) 0; + border-width: 0; +} +</source> + <translation>#headerFrame { + border-image: url(:/welcome/images/center_frame_header.png) 0; + border-width: 0; +} +</translation> + </message> + <message> + <location/> + <source>Help us make Qt Creator even better</source> + <translation>Pomagajte nam Å¡e izboljÅ¡ati Qt Creatorja</translation> + </message> + <message> + <location/> + <source>Feedback</source> + <translation>Odziv</translation> + </message> + <message> + <location filename="../../../src/plugins/welcome/welcomemode.cpp" line="+115"/> + <source>Welcome</source> + <translation>DobrodoÅ¡li</translation> + </message> +</context> +<context> + <name>Utils::ClassNameValidatingLineEdit</name> + <message> + <location filename="../../../src/libs/utils/classnamevalidatinglineedit.cpp" line="+84"/> + <source>The class name must not contain namespace delimiters.</source> + <translation>Ime razreda ne sme vsebovati loÄiteljev imenskega prostora.</translation> + </message> + <message> + <location line="+4"/> + <source>Please enter a class name.</source> + <translation>Vnesite ime razreda.</translation> + </message> + <message> + <location line="+4"/> + <source>The class name contains invalid characters.</source> + <translation>Ime razreda vsebuje neveljavne znake.</translation> + </message> +</context> +<context> + <name>Utils::ConsoleProcess</name> + <message> + <location filename="../../../src/libs/utils/consoleprocess.cpp" line="+49"/> + <source>Cannot set up communication channel: %1</source> + <translation>Ni moÄ vzpostaviti komunikacijskega kanala: %1</translation> + </message> + <message> + <location line="+7"/> + <source>Press <RETURN> to close this window...</source> + <translation>Da zaprete to okno, pritisnite <VnaÅ¡alko> ...</translation> + </message> + <message> + <location line="+5"/> + <source>Cannot create temporary file: %1</source> + <translation>Ni moÄ ustvariti zaÄasne datoteke: %1</translation> + </message> + <message> + <location line="+5"/> + <source>Cannot create temporary directory '%1': %2</source> + <translation>Ni moÄ ustvariti zaÄasne mape »%1«: %2</translation> + </message> + <message> + <location line="+5"/> + <source>Unexpected output from helper program.</source> + <translation>NepriÄakovan izhod od pomožnega programa.</translation> + </message> + <message> + <location line="+5"/> + <source>Cannot change to working directory '%1': %2</source> + <translation>Ni se moÄ premakniti v delovno mapo »%1«: %2</translation> + </message> + <message> + <location line="+5"/> + <source>Cannot execute '%1': %2</source> + <translation>Ni moÄ zagnati »%1«: %2</translation> + </message> + <message> + <location filename="../../../src/libs/utils/consoleprocess_unix.cpp" line="+111"/> + <source>Cannot start the terminal emulator '%1'.</source> + <translation>Ni moÄ zagnati emulatorja konzole »%1«.</translation> + </message> + <message> + <location line="+49"/> + <source>Cannot create socket '%1': %2</source> + <translation>Ni moÄ ustvariti vtiÄnice »%1«: %2</translation> + </message> + <message> + <location filename="../../../src/libs/utils/consoleprocess_win.cpp" line="+125"/> + <source>The process '%1' could not be started: %2</source> + <translation>Procesa »%1« ni bilo moÄ zagnati: %2</translation> + </message> + <message> + <location line="+70"/> + <source>Cannot obtain a handle to the inferior: %1</source> + <translation>Ni moÄ dobiti reference za podproces: %1</translation> + </message> + <message> + <location line="+30"/> + <source>Cannot obtain exit status from inferior: %1</source> + <translation>Ni moÄ dobiti izhodnega stanja od podprocesa: %1</translation> + </message> +</context> +<context> + <name>Utils::DetailsButton</name> + <message> + <location filename="../../../src/libs/utils/detailsbutton.cpp" line="+19"/> + <source>Show Details</source> + <translation>Prikaži podrobnosti</translation> + </message> +</context> +<context> + <name>Utils::FileNameValidatingLineEdit</name> + <message> + <location filename="../../../src/libs/utils/filenamevalidatinglineedit.cpp" line="+95"/> + <source>The name must not be empty</source> + <translation>Ime ne sme biti prazno</translation> + </message> + <message> + <location line="+8"/> + <source>The name must not contain any of the characters '%1'.</source> + <translation>Ime ne sme vsebovati nobenega izmed znakov »%1«.</translation> + </message> + <message> + <location line="+9"/> + <source>The name must not contain '%1'.</source> + <translation>Ime ne sme vsebovati »%1«.</translation> + </message> + <message> + <location line="+10"/> + <source>The name must not match that of a MS Windows device. (%1).</source> + <translation>Ime se ne sme ujemati z imenom diska v MS Windows. (%1).</translation> + </message> +</context> +<context> + <name>Utils::FileSearch</name> + <message numerus="yes"> + <location filename="../../../src/libs/utils/filesearch.cpp" line="+47"/> + <source>%1: canceled. %n occurrences found in %2 files.</source> + <translation> + <numerusform>%1: preklicano. Najdena %n pojavitev v %2 datotekah.</numerusform> + <numerusform>%1: preklicano. Najdeni %n pojavitvi v %2 datotekah.</numerusform> + <numerusform>%1: preklicano. Najdene %n pojavitve v %2 datotekah.</numerusform> + <numerusform>%1: preklicano. Najdenih %n pojavitev v %2 datotekah.</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+8"/> + <source>%1: %n occurrences found in %2 files.</source> + <translation> + <numerusform>%1: najdena %n pojavitev v %2 datotekah.</numerusform> + <numerusform>%1: najdeni %n pojavitvi v %2 datotekah.</numerusform> + <numerusform>%1: najdene %n pojavitve v %2 datotekah.</numerusform> + <numerusform>%1: najdenih %n pojavitev v %2 datotekah.</numerusform> + </translation> + </message> + <message numerus="yes"> + <location line="+8"/> + <source>%1: %n occurrences found in %2 of %3 files.</source> + <translation> + <numerusform>%1: najdena %n pojavitev v %2 od %3 datotek.</numerusform> + <numerusform>%1: najdeni %n pojavitvi v %2 od %3 datotek.</numerusform> + <numerusform>%1: najdene %n pojavitve v %2 od %3 datotek.</numerusform> + <numerusform>%1: najdenih %n pojavitev v %2 od %3 datotek.</numerusform> + </translation> + </message> +</context> +<context> + <name>Utils::PathChooser</name> + <message> + <location filename="../../../src/libs/utils/pathchooser.cpp" line="+49"/> + <source>Choose...</source> + <translation>Izbor ...</translation> + </message> + <message> + <location line="+2"/> + <source>Browse...</source> + <translation>Brskanje ...</translation> + </message> + <message> + <location line="+123"/> + <source>Choose a directory</source> + <translation>Izberite mapo</translation> + </message> + <message> + <location line="+6"/> + <source>Choose a file</source> + <translation>Izberite datoteko</translation> + </message> + <message> + <location line="+33"/> + <source>The path must not be empty.</source> + <translation>Pot ne sme biti prazna.</translation> + </message> + <message> + <location line="+13"/> + <source>The path '%1' does not exist.</source> + <translation>Pot »%1« ne obstaja.</translation> + </message> + <message> + <location line="+15"/> + <source>The path '%1' is not a directory.</source> + <translation>Pot »%1« ni mapa.</translation> + </message> + <message> + <location line="+8"/> + <source>The path '%1' is not a file.</source> + <translation>Pot »%1« ni datoteka.</translation> + </message> + <message> + <location line="+19"/> + <source>Path:</source> + <translation>Pot:</translation> + </message> +</context> +<context> + <name>Utils::PathListEditor</name> + <message> + <location filename="../../../src/libs/utils/pathlisteditor.cpp" line="+119"/> + <source>Insert...</source> + <translation>Vstavi ...</translation> + </message> + <message> + <location line="+4"/> + <source>Add...</source> + <translation>Dodaj ...</translation> + </message> + <message> + <location line="+1"/> + <source>Delete line</source> + <translation>IzbriÅ¡i vrstico</translation> + </message> + <message> + <location line="+1"/> + <source>Clear</source> + <translation>PoÄisti</translation> + </message> + <message> + <location line="+130"/> + <source>From "%1"</source> + <translation>Iz »%1«</translation> + </message> +</context> +<context> + <name>Utils::ProjectNameValidatingLineEdit</name> + <message> + <location filename="../../../src/libs/utils/projectnamevalidatinglineedit.cpp" line="+50"/> + <source>The name must not contain the '.'-character.</source> + <translation>Ime ne sme vsebovati znaka ».«.</translation> + </message> +</context> +<context> + <name>Utils::reloadPrompt</name> + <message> + <location filename="../../../src/libs/utils/reloadpromptutils.cpp" line="+42"/> + <source>File Changed</source> + <translation>Datoteka spremenjena</translation> + </message> + <message> + <location line="+4"/> + <source>The unsaved file %1 has been changed outside Qt Creator. Do you want to reload it and discard your changes?</source> + <translation>Neshranjena datoteka %1 je bila spremenjena izven Qt Creatorja. Ali jo želite naložiti znova in zavreÄi vse svoje spremembe?</translation> + </message> + <message> + <location line="+3"/> + <source>The file %1 has changed outside Qt Creator. Do you want to reload it?</source> + <translation>Datoteka %1 je bila spremenjena izven Qt Creatorja. Ali jo želite naložiti znova?</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeBuildEnvironmentWidget</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakebuildenvironmentwidget.cpp" line="+49"/> + <source>Clear system environment</source> + <translation>PoÄisti sistemsko okolje</translation> + </message> + <message> + <location line="+14"/> + <source>Build Environment</source> + <translation>Okolje za gradnjo</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeRunConfigurationWidget</name> + <message> + <location filename="../../../src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp" line="+247"/> + <source>Arguments:</source> + <translation>Argumenti:</translation> + </message> + <message> + <location line="+5"/> + <source>Select the working directory</source> + <translation>Izberite delovno mapo</translation> + </message> + <message> + <location line="+3"/> + <source>Reset to default</source> + <translation>Ponastavi na privzeto</translation> + </message> + <message> + <location line="+7"/> + <source>Working Directory:</source> + <translation>Delovna mapa:</translation> + </message> + <message> + <location line="+13"/> + <source>Run Environment</source> + <translation>Okolje za zagon</translation> + </message> + <message> + <location line="+10"/> + <source>Base environment for this runconfiguration:</source> + <translation>Osnovno okolje za to nastavitev:</translation> + </message> + <message> + <location line="+4"/> + <source>Clean Environment</source> + <translation>ÄŒisto okolje</translation> + </message> + <message> + <location line="+1"/> + <source>System Environment</source> + <translation>Sistemsko okolje</translation> + </message> + <message> + <location line="+1"/> + <source>Build Environment</source> + <translation>Okolje za gradnjo</translation> + </message> + <message> + <location line="+91"/> + <source>Running executable: <b>%1</b> %2</source> + <translation>Zaganjanje programa: <b>%1</b> %2</translation> + </message> +</context> +<context> + <name>OpenWith::Editors</name> + <message> + <location filename="../../../src/plugins/coreplugin/coreconstants.h" line="+94"/> + <source>Plain Text Editor</source> + <translation>Urejevalniku navadnih besedil</translation> + </message> + <message> + <location line="+1"/> + <source>Binary Editor</source> + <translation>Binarnem urejevalniku</translation> + </message> + <message> + <location filename="../../../src/plugins/cppeditor/cppeditorconstants.h" line="+39"/> + <source>C++ Editor</source> + <translation>Urejevalniku C++</translation> + </message> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4projectmanagerconstants.h" line="+42"/> + <source>.pro File Editor</source> + <translation>Urejevalniku datotek *.pro</translation> + </message> +</context> +<context> + <name>Core::Internal::SettingsDialog</name> + <message> + <location filename="../../../src/plugins/coreplugin/dialogs/settingsdialog.cpp" line="+58"/> + <source>Preferences</source> + <translation>Nastavitve</translation> + </message> + <message> + <location line="+2"/> + <source>Options</source> + <translation>Možnosti</translation> + </message> +</context> +<context> + <name>CodePaster::CodePasterProtocol</name> + <message> + <location filename="../../../src/plugins/cpaster/codepasterprotocol.cpp" line="+70"/> + <source>No Server defined in the CodePaster preferences!</source> + <translation>V nastavitvah za CodePaster ni doloÄenega nobenega strežnika.</translation> + </message> + <message> + <location line="+2"/> + <source>No Server defined in the CodePaster options!</source> + <translation>V možnostih za CodePaster ni doloÄenega nobenega strežnika.</translation> + </message> + <message> + <location line="+83"/> + <source>No such paste</source> + <translation>Tak prilepek ne obstaja</translation> + </message> +</context> +<context> + <name>CodePaster::CodePasterSettingsPage</name> + <message> + <location filename="../../../src/plugins/cpaster/codepastersettings.cpp" line="+59"/> + <source>CodePaster</source> + <translation>CodePaster</translation> + </message> + <message> + <location line="+10"/> + <source>Code Pasting</source> + <translation>Prilepljanje kode</translation> + </message> + <message> + <location line="+6"/> + <source>Server:</source> + <translation>Strežnik:</translation> + </message> + <message> + <location line="+4"/> + <source>Note: Specify the host name for the CodePaster service without any protocol prepended (e.g. codepaster.mycompany.com).</source> + <translation>Opomba: DoloÄite ime gostitelja za storitev CodePaster ne da bi na zaÄetek dodali protokol (npr. samo codepaster.podjetje.si).</translation> + </message> +</context> +<context> + <name>PasteBinDotComProtocol</name> + <message> + <location filename="../../../src/plugins/cpaster/pastebindotcomprotocol.cpp" line="+106"/> + <source>Error during paste</source> + <translation>Napaka med prilepljanjem</translation> + </message> +</context> +<context> + <name>PasteBinDotComSettings</name> + <message> + <location filename="../../../src/plugins/cpaster/pastebindotcomsettings.cpp" line="+53"/> + <source>Pastebin.com</source> + <translation>Pastebin.com</translation> + </message> + <message> + <location line="+10"/> + <source>Code Pasting</source> + <translation>Prilepljanje kode</translation> + </message> +</context> +<context> + <name>PasteView</name> + <message> + <location filename="../../../src/plugins/cpaster/pasteview.cpp" line="+89"/> + <source>Paste</source> + <translation>Prilepi</translation> + </message> + <message> + <location line="+11"/> + <location line="+46"/> + <source><Username></source> + <translation><uporabniÅ¡ko ime></translation> + </message> + <message> + <location line="-38"/> + <location line="+43"/> + <source><Description></source> + <translation><opis></translation> + </message> + <message> + <location line="-35"/> + <location line="+40"/> + <source><Comment></source> + <translation><komentar></translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppCurrentDocumentFilter</name> + <message> + <location filename="../../../src/plugins/cpptools/cppcurrentdocumentfilter.h" line="+53"/> + <source>Methods in current Document</source> + <translation>Metode v trenutnem dokumentu</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppFileSettingsWidget</name> + <message> + <location filename="../../../src/plugins/cpptools/cppfilesettingspage.cpp" line="+55"/> + <source>/************************************************************************** +** Qt Creator license header template +** Special keywords: %USER% %DATE% %YEAR% +** Environment variables: %$VARIABLE% +** To protect a percent sign, use '%%'. +**************************************************************************/ +</source> + <translation>/************************************************************************** +** Predloga licenÄne glave za Qt Creator** Posebne kljuÄne besede: %USER% %DATE% %YEAR% +** Okoljske spremenljivke: %$VARIABLE% +** Za znak odstotka uporabite »%%«. +**************************************************************************/ +</translation> + </message> + <message> + <location line="+157"/> + <source>Edit...</source> + <translation>Urejanje ...</translation> + </message> + <message> + <location line="+51"/> + <source>Choose a location for the new license template file</source> + <translation>Izberite lokacijo za novo datoteko s predlogo licence</translation> + </message> + <message> + <location line="+5"/> + <source>Template write error</source> + <translation>Napaka pri zapisovanju predloge</translation> + </message> + <message> + <location line="+1"/> + <source>Cannot write to %1: %2</source> + <translation>Ni moÄ pisati v %1: %2</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppFindReferences</name> + <message> + <location filename="../../../src/plugins/cpptools/cppfindreferences.cpp" line="+238"/> + <source>Searching...</source> + <translation>Iskanje ...</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppLocatorFilter</name> + <message> + <location filename="../../../src/plugins/cpptools/cpplocatorfilter.h" line="+53"/> + <source>Classes and Methods</source> + <translation>Razredi in metode</translation> + </message> +</context> +<context> + <name>CVS::Internal::CheckoutWizard</name> + <message> + <location filename="../../../src/plugins/cvs/checkoutwizard.cpp" line="+54"/> + <source>Checks out a project from a CVS repository.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>CVS Checkout</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CVS::Internal::CheckoutWizardPage</name> + <message> + <location filename="../../../src/plugins/cvs/checkoutwizardpage.cpp" line="+38"/> + <source>Specify repository and path.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Repository:</source> + <translation type="unfinished">SkladiÅ¡Äe:</translation> + </message> +</context> +<context> + <name>CVSPlugin</name> + <message> + <location filename="../../../src/plugins/cvs/cvsplugin.cpp" line="+78"/> + <source>Cannot find repository for '%1'</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CVS::Internal::CVSPlugin</name> + <message> + <location line="+5"/> + <source>Parsing of the log output failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+169"/> + <source>&CVS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+11"/> + <source>Add</source> + <translation type="unfinished">Dodaj</translation> + </message> + <message> + <location line="+0"/> + <source>Add "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Alt+C,Alt+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+0"/> + <source>Delete "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Revert</source> + <translation type="unfinished">Povrni</translation> + </message> + <message> + <location line="+0"/> + <source>Revert "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+9"/> + <source>Diff Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>Diff Current File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+0"/> + <source>Diff "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Alt+C,Alt+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>Commit All Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>Commit Current File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+0"/> + <source>Commit "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Alt+C,Alt+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>Filelog Current File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+0"/> + <source>Filelog "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>Annotate Current File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+0"/> + <source>Annotate "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+10"/> + <source>Project Status</source> + <translation type="unfinished">Stanje projekta</translation> + </message> + <message> + <location line="+6"/> + <source>Update Project</source> + <translation type="unfinished">Posodobi projekt</translation> + </message> + <message> + <location line="+9"/> + <source>Commit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>Diff Selected Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>&Undo</source> + <translation type="unfinished">&Razveljavi</translation> + </message> + <message> + <location line="+3"/> + <source>&Redo</source> + <translation type="unfinished">&Uveljavi</translation> + </message> + <message> + <location line="+40"/> + <source>Closing CVS Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Do you want to commit the change?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>The commit message check failed. Do you want to commit the change?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+58"/> + <source>The files do not differ.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+61"/> + <source>The file '%1' could not be deleted.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+21"/> + <source>The file has been changed. Do you want to revert it?</source> + <translation type="unfinished">Datoteka je bila spremenjena. Ali jo želite povrniti?</translation> + </message> + <message> + <location line="+78"/> + <source>The commit list spans several repositories (%1). Please commit them one by one.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+18"/> + <source>Another commit is currently being executed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+29"/> + <source>There are no modified files.</source> + <translation type="unfinished">Ni spremenjenih datotek.</translation> + </message> + <message> + <location line="+8"/> + <source>Cannot create temporary file: %1</source> + <translation type="unfinished">Ni moÄ ustvariti zaÄasne datoteke: %1</translation> + </message> + <message> + <location line="+105"/> + <source>Project status</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+43"/> + <source>The initial revision %1 cannot be described.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+34"/> + <source>Could not find commits of id '%1' on %2.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+176"/> + <source>Executing: %1 %2 +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Executing in %1: %2 %3 +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+28"/> + <source>No cvs executable specified!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+44"/> + <source>The process terminated with exit code %1.</source> + <translation>Proces se je konÄal z izhodno kodo %1.</translation> + </message> + <message> + <location line="+3"/> + <source>The process terminated abnormally.</source> + <translation>Proces se ni konÄal normalno.</translation> + </message> + <message> + <location line="+3"/> + <source>Could not start cvs '%1'. Please check your settings in the preferences.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>CVS did not respond within timeout limit (%1 ms).</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CVS::Internal::CVSSubmitEditor</name> + <message> + <location filename="../../../src/plugins/cvs/cvssubmiteditor.cpp" line="+41"/> + <source>Added</source> + <translation>Dodana</translation> + </message> + <message> + <location line="+1"/> + <source>Removed</source> + <translation>Odstranjena</translation> + </message> + <message> + <location line="+1"/> + <source>Modified</source> + <translation>Spremenjena</translation> + </message> + <message> + <location line="+2"/> + <source>CVS Submit</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CVS::Internal::SettingsPageWidget</name> + <message> + <location filename="../../../src/plugins/cvs/settingspage.cpp" line="-34"/> + <source>CVS Command</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CdbStackFrameContext</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdbstackframecontext.cpp" line="+136"/> + <source><Unknown Type></source> + <translation><neznana vrsta></translation> + </message> + <message> + <location line="+13"/> + <source><Unknown Value></source> + <translation><neznana vrednost></translation> + </message> + <message> + <location line="+219"/> + <source><Unknown></source> + <translation><neznano></translation> + </message> +</context> +<context> + <name>SymbolGroup</name> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdbsymbolgroupcontext.cpp" line="+52"/> + <source>Out of scope</source> + <translation>Izven obsega</translation> + </message> +</context> +<context> + <name>Debugger::Internal::MemoryViewAgent</name> + <message> + <location filename="../../../src/plugins/debugger/debuggeragents.cpp" line="+93"/> + <source>Memory $</source> + <translation>Pomnilnik $</translation> + </message> +</context> +<context> + <name>Debugger::DebuggerManager</name> + <message> + <location filename="../../../src/plugins/debugger/debuggermanager.cpp" line="+451"/> + <source>Continue</source> + <translation>Nadaljuj</translation> + </message> + <message> + <location line="+3"/> + <location line="+1207"/> + <source>Interrupt</source> + <translation>Prekini</translation> + </message> + <message> + <location line="-1204"/> + <source>Reset Debugger</source> + <translation>Ponastavi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location line="+2"/> + <source>Step Over</source> + <translation>Prestopi</translation> + </message> + <message> + <location line="+3"/> + <source>Step Into</source> + <translation>Vstopi</translation> + </message> + <message> + <location line="+3"/> + <source>Step Out</source> + <translation>Izstopi</translation> + </message> + <message> + <location line="+3"/> + <source>Run to Line</source> + <translation>Zaženi do vrstice</translation> + </message> + <message> + <location line="+2"/> + <source>Run to Outermost Function</source> + <translation>Zaženi do najbolj zunanje funkcije</translation> + </message> + <message> + <location line="+2"/> + <source>Jump to Line</source> + <translation>SkoÄi do vrstice</translation> + </message> + <message> + <location line="+2"/> + <source>Toggle Breakpoint</source> + <translation>Preklopi prekinitveno toÄko</translation> + </message> + <message> + <location line="+2"/> + <source>Add to Watch Window</source> + <translation>Dodaj v opazovalno okno</translation> + </message> + <message> + <location line="+2"/> + <source>Reverse Direction</source> + <translation>Obrni smer</translation> + </message> + <message> + <location line="+235"/> + <source>Stopped.</source> + <translation>Ustavljeno.</translation> + </message> + <message> + <location line="+6"/> + <source>Running...</source> + <translation>TeÄe ...</translation> + </message> + <message> + <location line="+6"/> + <source>Exited.</source> + <translation>KonÄano.</translation> + </message> + <message> + <location line="+77"/> + <location line="+21"/> + <source>Changing breakpoint state requires either a fully running or fully stopped application.</source> + <translation>Za spreminjanje stanja prekinitvene toÄke je potreben bodisi povsem zagnan bodisi povsem ustavljen program.</translation> + </message> + <message> + <location line="+30"/> + <source>The application requires the debugger engine '%1', which is disabled.</source> + <translation>Program potrebuje razhroÅ¡Äevalni pogon »%1«, ki pa je onemogoÄen.</translation> + </message> + <message> + <location line="+123"/> + <source>Starting debugger for tool chain '%1'...</source> + <translation>Zaganjanje razhroÅ¡Äevalnika za zaporedje orodij »%1« ...</translation> + </message> + <message> + <location line="+20"/> + <source>Cannot debug '%1' (tool chain: '%2'): %3</source> + <translation>Ni moÄ razhroÅ¡Äevati »%1« (zaporedje orodij: »%2«): %3</translation> + </message> + <message> + <location line="+2"/> + <source>Warning</source> + <translation>Opozorilo</translation> + </message> + <message> + <location line="+176"/> + <source>Save Debugger Log</source> + <translation>Shrani dnevnik razhroÅ¡Äevalnika</translation> + </message> + <message> + <location line="+301"/> + <source>%1 (explicitly set in the Debugger Options)</source> + <translation>%1 (izrecno nastavljeno v možnostih razhroÅ¡Äevalnika)</translation> + </message> + <message> + <location line="+9"/> + <source>Open Qt preferences</source> + <translation>Odpri nastavitve Qt</translation> + </message> + <message> + <location line="+2"/> + <source>Turn off helper usage</source> + <translation>Izklopi uporabo pomoÄnika</translation> + </message> + <message> + <location line="+2"/> + <source>Continue anyway</source> + <translation>Vseeno nadaljuj</translation> + </message> + <message> + <location line="+3"/> + <source>Debugging helper missing</source> + <translation>RazhroÅ¡Äevalni pomoÄnik manjka</translation> + </message> + <message> + <location line="+1"/> + <source>The debugger could not load the debugging helper library.</source> + <translation>RazhroÅ¡Äevalnik ni mogel naložiti knjižnice razhroÅ¡Äevalnega pomoÄnika.</translation> + </message> + <message> + <location line="+1"/> + <source>The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. This can be done in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' in the 'Debugging Helper' row.</source> + <translation>RazhroÅ¡Äevalni pomoÄnik se uporablja za lepÅ¡e oblikovanje vrednosti nekaterih podatkovnih vrst Qt in standardne knjižnice.Za vsako uporabljeno razliÄico Qt mora biti preveden posebej. To lahko storite v nastavitvah Qt, tako da izberete namestitev Qt in v vrstici »RazhroÅ¡Äevalni pomoÄnik« kliknete gumb »Znova zgradi«.</translation> + </message> + <message> + <location line="+164"/> + <source>Stop Debugger</source> + <translation>Ustavi razhroÅ¡Äevalnika</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerRunControlFactory</name> + <message> + <location filename="../../../src/plugins/debugger/debuggerrunner.cpp" line="+79"/> + <source>Debug</source> + <translation>RazhroÅ¡Äevanje</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerRunControl</name> + <message> + <location line="+108"/> + <source>Debugger</source> + <translation>RazhroÅ¡Äevalnik</translation> + </message> +</context> +<context> + <name>Debugger::Internal::AbstractGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/abstractgdbadapter.cpp" line="+74"/> + <source>The Gdb process could not be stopped: +%1</source> + <translation>Procesa GDB-ja ni bilo moÄ ustaviti: +%1</translation> + </message> + <message> + <location line="+5"/> + <source>Inferior process could not be stopped: +%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Inferior started.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Inferior running.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Attached to stopped inferior.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Connecting to remote server failed: +%1</source> + <translation>Povezovanje z oddaljenim strežnikom ni uspelo: +%1</translation> + </message> +</context> +<context> + <name>Debugger::Internal::CoreGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/coregdbadapter.cpp" line="+85"/> + <location line="+27"/> + <location line="+42"/> + <source>Error Loading Symbols</source> + <translation>Napaka pri nalaganju simbolov</translation> + </message> + <message> + <location line="-68"/> + <source>No executable to load symbols from specified.</source> + <translation>DoloÄenega ni nobenega programa za nalaganje simbolov.</translation> + </message> + <message> + <location line="+22"/> + <source>Symbols found.</source> + <translation>Simboli najdeni.</translation> + </message> + <message> + <location line="+2"/> + <source>Loading symbols from "%1" failed: +</source> + <translation>Nalaganje simbolov iz »%1« ni uspelo: +</translation> + </message> + <message> + <location line="+36"/> + <source>Attached to core temporarily.</source> + <translation>ZaÄasno priklopljen na jedro.</translation> + </message> + <message> + <location line="+9"/> + <source>Unable to determine executable from core file.</source> + <translation>Iz posnetka ni moÄ ugotoviti izvrÅ¡ljive datoteke.</translation> + </message> + <message> + <location line="+3"/> + <source>Attached to core.</source> + <translation>Priklopljen na posnetek.</translation> + </message> + <message> + <location line="+4"/> + <source>Attach to core "%1" failed: +</source> + <translation>Priklop na posnetek »%1« ni uspel: +</translation> + </message> +</context> +<context> + <name>Debugger::Internal::PlainGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/plaingdbadapter.cpp" line="+70"/> + <source>Cannot set up communication with child process: %1</source> + <translation>Ni moÄ vzpostaviti komunikacije s podprocesom: %1</translation> + </message> + <message> + <location line="+36"/> + <source>Starting executable failed: +</source> + <translation>Zaganjanje izvrÅ¡ljive datoteke ni uspelo: +</translation> + </message> +</context> +<context> + <name>Debugger::Internal::RemoteGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/remotegdbadapter.cpp" line="+93"/> + <source>The upload process failed to start. Shell missing?</source> + <translation>Proces poÅ¡iljanja se ni uspel zagnati. Morda manjka lupina?</translation> + </message> + <message> + <location line="+3"/> + <source>The upload process crashed some time after starting successfully.</source> + <translation>Proces poÅ¡iljanja se je nekaj Äasa po uspeÅ¡nem zagonu sesul.</translation> + </message> + <message> + <location line="+4"/> + <source>The last waitFor...() function timed out. The state of QProcess is unchanged, and you can try calling waitFor...() again.</source> + <translation>Potekel je Äas za zadnjo funkcijo waitFor...(). Stanje QProcessa se ni spremenilo. Znova lahko poskusite klicati waitFor...().</translation> + </message> + <message> + <location line="+5"/> + <source>An error occurred when attempting to write to the upload process. For example, the process may not be running, or it may have closed its input channel.</source> + <translation>Med pisanjem v proces poÅ¡iljanja je priÅ¡lo do napake. Proces morda ne teÄe, ali pa je morda zaprl svoj vhodni kanal.</translation> + </message> + <message> + <location line="+5"/> + <source>An error occurred when attempting to read from the upload process. For example, the process may not be running.</source> + <translation>Med branjem iz procesa poÅ¡iljanja je priÅ¡lo do napake. Proces morda ne teÄe.</translation> + </message> + <message> + <location line="+4"/> + <source>An unknown error in the upload process occurred. This is the default return value of error().</source> + <translation>PriÅ¡lo je do neznane napake v procesu poÅ¡iljanja. To je privzeta vrnjena vrednost funkcije error().</translation> + </message> + <message> + <location line="+5"/> + <source>Error</source> + <translation>Napaka</translation> + </message> + <message> + <location line="+47"/> + <source>Adapter too old: does not support asynchronous mode.</source> + <translation>Prilagojevalnik je prestar: ne podpira asinhronega naÄina.</translation> + </message> + <message> + <location line="+20"/> + <source>Starting remote executable failed: +</source> + <translation>Zaganjanje oddaljene izvrÅ¡ljive datoteke ni uspelo: +</translation> + </message> +</context> +<context> + <name>Debugger::Internal::TermGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/termgdbadapter.cpp" line="+142"/> + <source>Debugger Error</source> + <translation>Napaka razhroÅ¡Äevalnika</translation> + </message> +</context> +<context> + <name>Debugger::Internal::TrkGdbAdapter</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/trkgdbadapter.cpp" line="+1593"/> + <source>Process started, PID: 0x%1, thread id: 0x%2, code segment: 0x%3, data segment: 0x%4.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+24"/> + <source>Connecting to trk server adapter failed: +</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>TrkOptions</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/trkoptions.cpp" line="+91"/> + <source>No Symbian gdb executable specified.</source> + <translation>DoloÄenega ni nobenega programa GDB za Symbian.</translation> + </message> + <message> + <location line="+5"/> + <source>The Symbian gdb executable '%1' could not be found in the search path.</source> + <translation>Programa GDB za Symbian »%1« ni bilo moÄ najti v poti iskanja.</translation> + </message> +</context> +<context> + <name>Debugger::Internal::TrkOptionsPage</name> + <message> + <location filename="../../../src/plugins/debugger/gdb/trkoptionspage.cpp" line="+43"/> + <source>Symbian Trk</source> + <translation>Symbian Trk</translation> + </message> +</context> +<context> + <name>NameDemanglerPrivate</name> + <message> + <location filename="../../../src/plugins/debugger/name_demangler.cpp" line="+331"/> + <source>Premature end of input</source> + <translation>PredÄasen konec vhoda</translation> + </message> + <message> + <location line="+90"/> + <source>Invalid encoding</source> + <translation>Neveljavno kodiranje</translation> + </message> + <message> + <location line="+54"/> + <source>Invalid name</source> + <translation>Neveljavno ime</translation> + </message> + <message> + <location line="+40"/> + <location line="+9"/> + <source>Invalid nested-name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+111"/> + <location line="+8"/> + <source>Invalid template args</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+18"/> + <location line="+8"/> + <source>Invalid template-param</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+19"/> + <source>Invalid qualifiers: unexpected 'volatile'</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+9"/> + <source>Invalid qualifiers: 'const' appears twice</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+43"/> + <source>Invalid non-negative number</source> + <translation>Neveljavno nenegativno Å¡tevilo</translation> + </message> + <message> + <location line="+58"/> + <location line="+9"/> + <location line="+2"/> + <source>Invalid template-arg</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+64"/> + <location line="+15"/> + <location line="+43"/> + <source>Invalid expression</source> + <translation>Neveljaven izraz</translation> + </message> + <message> + <location line="+20"/> + <source>Invalid primary expression</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+11"/> + <location line="+5"/> + <location line="+3"/> + <source>Invalid expr-primary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+135"/> + <location line="+5"/> + <location line="+68"/> + <source>Invalid type</source> + <translation>Neveljavna vrsta</translation> + </message> + <message> + <location line="+138"/> + <source>Invalid built-in type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> + <source>Invalid builtin-type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+16"/> + <location line="+8"/> + <source>Invalid function type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+80"/> + <location line="+328"/> + <source>Invalid unqualified-name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-237"/> + <source>Invalid operator-name '%s'</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+22"/> + <location line="+10"/> + <source>Invalid array-type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+17"/> + <source>Invalid pointer-to-member-type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+47"/> + <location line="+10"/> + <location line="+36"/> + <source>Invalid substitution</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-42"/> + <source>Invalid substitution: element %1 was requested, but there are only %2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+11"/> + <source>Invalid substitution: There are no elements</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+103"/> + <source>Invalid special-name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+43"/> + <location line="+4"/> + <location line="+13"/> + <source>Invalid local-name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+16"/> + <source>Invalid discriminator</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+32"/> + <location line="+11"/> + <location line="+4"/> + <source>Invalid ctor-dtor-name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+48"/> + <location line="+3"/> + <source>Invalid call-offset</source> + <translation></translation> + </message> + <message> + <location line="+22"/> + <source>Invalid v-offset</source> + <translation></translation> + </message> + <message> + <location line="+12"/> + <source>Invalid digit</source> + <translation>Neveljavna Å¡tevka</translation> + </message> + <message> + <location line="+9"/> + <source>At position %1: </source> + <translation>Na mestu %1: </translation> + </message> +</context> +<context> + <name>Designer::FormWindowEditor</name> + <message> + <location filename="../../../src/plugins/designer/formwindoweditor.cpp" line="+167"/> + <source>untitled</source> + <translation>brez naslova</translation> + </message> +</context> +<context> + <name>Git::Internal::CloneWizard</name> + <message> + <location filename="../../../src/plugins/git/clonewizard.cpp" line="+53"/> + <source>Clones a project from a git repository.</source> + <translation>Klonira projekt iz skladiÅ¡Äa Git.</translation> + </message> + <message> + <location line="+5"/> + <source>Git Repository Clone</source> + <translation>Klon skladiÅ¡Äa Git</translation> + </message> +</context> +<context> + <name>Git::CloneWizardPage</name> + <message> + <location filename="../../../src/plugins/git/clonewizardpage.cpp" line="+58"/> + <source>Specify repository URL, checkout directory and path.</source> + <translation></translation> + </message> + <message> + <location line="+1"/> + <source>Clone URL:</source> + <translation>URL za kloniranje:</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::Gitorious</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitorious.cpp" line="+471"/> + <source>Error parsing reply from '%1': %2</source> + <translation>Napaka pri razÄlenjevanju odgovora od »%1«: %2</translation> + </message> + <message> + <location line="+45"/> + <source>Request failed for '%1': %2</source> + <translation>Zahtevek za »%1« ni uspel: %2</translation> + </message> + <message> + <location line="+80"/> + <source>Open source projects that use Git.</source> + <translation>Odprto-kodni projekti, ki uporabljajo Git.</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::GitoriousCloneWizard</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitoriousclonewizard.cpp" line="+81"/> + <source>Clones a project from a Gitorious repository.</source> + <translation>Klonira projekt iz skladiÅ¡Äa Gitorious.</translation> + </message> + <message> + <location line="+5"/> + <source>Gitorious Repository Clone</source> + <translation>Klon skladiÅ¡Äa Gitorious</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::GitoriousHostWizardPage</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitorioushostwizardpage.cpp" line="+76"/> + <source>Select a host.</source> + <translation>Izberite gostitelja.</translation> + </message> +</context> +<context> + <name>Gitorious::Internal::GitoriousProjectWizardPage</name> + <message> + <location filename="../../../src/plugins/git/gitorious/gitoriousprojectwizardpage.cpp" line="+57"/> + <source>Choose a project from '%1'</source> + <translation>Izberite projekt z »%1«</translation> + </message> +</context> +<context> + <name>Help::Internal::GeneralSettingsPage</name> + <message> + <location filename="../../../src/plugins/help/generalsettingspage.cpp" line="+74"/> + <source>General settings</source> + <translation>SploÅ¡ne nastavitve</translation> + </message> + <message> + <location line="+10"/> + <source>Help</source> + <translation>PomoÄ</translation> + </message> + <message> + <location line="+122"/> + <source>Open Image</source> + <translation>Odpri sliko</translation> + </message> + <message> + <location line="+1"/> + <location line="+22"/> + <source>Files (*.xbel)</source> + <translation>Datoteke (*.xbel)</translation> + </message> + <message> + <location line="-8"/> + <source>There was an error while importing bookmarks!</source> + <translation>Med uvažanjem zaznamkov je priÅ¡lo do napake.</translation> + </message> + <message> + <location line="+7"/> + <source>Save File</source> + <translation>Shrani datoteko</translation> + </message> +</context> +<context> + <name>Help::Internal::XbelReader</name> + <message> + <location filename="../../../src/plugins/help/xbelsupport.cpp" line="+119"/> + <source>The file is not an XBEL version 1.0 file.</source> + <translation>Datoteka ni v obliki XBEL razliÄice 1.0.</translation> + </message> + <message> + <location line="+73"/> + <source>Unknown title</source> + <translation>Neznan naslov</translation> + </message> +</context> +<context> + <name>Locator::Internal::DirectoryFilter</name> + <message> + <location filename="../../../src/plugins/locator/directoryfilter.cpp" line="+44"/> + <source>Generic Directory Filter</source> + <translation>SploÅ¡en filter map</translation> + </message> + <message> + <location line="+59"/> + <source>Filter Configuration</source> + <translation>Nastavitev filtrov</translation> + </message> + <message> + <location line="+45"/> + <location line="+11"/> + <source>Choose a directory to add</source> + <translation>Izberite mapo za dodati</translation> + </message> + <message> + <location line="+30"/> + <source>%1 filter update: 0 files</source> + <translation>Posodobitev filtra %1: 0 datotek</translation> + </message> + <message numerus="yes"> + <location line="+23"/> + <source>%1 filter update: %n files</source> + <translation> + <numerusform>Posodobitev filtra %1: %n datoteka</numerusform> + <numerusform>Posodobitev filtra %1: %n datoteki</numerusform> + <numerusform>Posodobitev filtra %1: %n datoteke</numerusform> + <numerusform>Posodobitev filtra %1: %n datotek</numerusform> + </translation> + </message> + <message> + <location line="+41"/> + <source>%1 filter update: canceled</source> + <translation>Posodobitev filtra %1: preklicana</translation> + </message> +</context> +<context> + <name>Locator::Internal::FileSystemFilter</name> + <message> + <location filename="../../../src/plugins/locator/filesystemfilter.h" line="+54"/> + <source>Files in file system</source> + <translation>Datoteke v datoteÄnem sistemu</translation> + </message> +</context> +<context> + <name>Locator::ILocatorFilter</name> + <message> + <location filename="../../../src/plugins/locator/ilocatorfilter.cpp" line="+86"/> + <source>Filter Configuration</source> + <translation>Nastavitev filtrov</translation> + </message> + <message> + <location line="+5"/> + <source>Limit to prefix</source> + <translation>Omeji na predpono</translation> + </message> + <message> + <location line="+3"/> + <source>Prefix:</source> + <translation>Predpona:</translation> + </message> +</context> +<context> + <name>Locator::Internal::LocatorFiltersFilter</name> + <message> + <location filename="../../../src/plugins/locator/locatorfiltersfilter.cpp" line="+53"/> + <source>Available filters</source> + <translation>Razpoložljivi filtri</translation> + </message> +</context> +<context> + <name>Locator::Internal::LocatorPlugin</name> + <message> + <location filename="../../../src/plugins/locator/locatorplugin.cpp" line="+247"/> + <source>Indexing</source> + <translation>Indeksiranje</translation> + </message> +</context> +<context> + <name>Locator::Internal::LocatorWidget</name> + <message> + <location filename="../../../src/plugins/locator/locatorwidget.cpp" line="+254"/> + <source>Refresh</source> + <translation>Osveži</translation> + </message> + <message> + <location line="+1"/> + <source>Configure...</source> + <translation>Nastavitve ...</translation> + </message> + <message> + <location line="+7"/> + <source>Locate...</source> + <translation>Lociraj ...</translation> + </message> + <message> + <location line="+17"/> + <source>Type to locate</source> + <translation>Tipkajte za lociranje</translation> + </message> + <message> + <location line="+178"/> + <source><type here></source> + <translation><tipkajte sem></translation> + </message> +</context> +<context> + <name>Locator::Internal::OpenDocumentsFilter</name> + <message> + <location filename="../../../src/plugins/locator/opendocumentsfilter.h" line="+53"/> + <source>Open documents</source> + <translation>Odprti dokumenti</translation> + </message> +</context> +<context> + <name>Locator::Internal::SettingsPage</name> + <message> + <location filename="../../../src/plugins/locator/settingspage.cpp" line="+159"/> + <source>%1 (Prefix: %2)</source> + <translation>%1 (predpona: %2)</translation> + </message> +</context> +<context> + <name>Perforce::Internal</name> + <message> + <location filename="../../../src/plugins/perforce/perforcesettings.cpp" line="+100"/> + <source>No executable specified</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+11"/> + <source>Unable to launch "%1": %2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>"%1" timed out after %2ms.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+4"/> + <source>"%1" crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>"%1" terminated with exit code %2: %3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>The client does not seem to contain any mapped files.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ProjectExplorer::ApplicationLauncher</name> + <message> + <location filename="../../../src/plugins/projectexplorer/applicationlauncher_x11.cpp" line="+126"/> + <source>Failed to start program. Path or permissions wrong?</source> + <translation>Zagon programa ni uspel. Morda je napaÄna pot ali pa dovoljenja.</translation> + </message> + <message> + <location line="+3"/> + <source>The program has unexpectedly finished.</source> + <translation>Program je nepriÄakovano konÄal.</translation> + </message> + <message> + <location line="+3"/> + <source>Some error has occurred while running the program.</source> + <translation>Med poganjanjem programa je priÅ¡lo do neke napake.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::LocalApplicationRunControlFactory</name> + <message> + <location filename="../../../src/plugins/projectexplorer/applicationrunconfiguration.cpp" line="+89"/> + <source>Run</source> + <translation>Zaženi</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::LocalApplicationRunControl</name> + <message> + <location line="+48"/> + <source>Starting %1...</source> + <translation>Zaganjanje %1 ...</translation> + </message> + <message> + <location line="+26"/> + <source>%1 exited with code %2</source> + <translation>%1 je konÄal s kodo %2</translation> + </message> +</context> +<context> + <name>ProjectExplorer::DebuggingHelperLibrary</name> + <message> + <location filename="../../../src/plugins/projectexplorer/debugginghelper.cpp" line="+131"/> + <source>The target directory %1 could not be created.</source> + <translation>Ciljne mape %1 ni bilo moÄ ustvariti.</translation> + </message> + <message> + <location line="+11"/> + <source>The existing file %1 could not be removed.</source> + <translation>ObstojeÄe datoteke %1 ni bilo moÄ odstraniti.</translation> + </message> + <message> + <location line="+5"/> + <source>The file %1 could not be copied to %2.</source> + <translation>Datoteke %1 ni bilo moÄ skopirati v %2.</translation> + </message> + <message> + <location line="+25"/> + <source>The debugger helpers could not be built in any of the directories: +- %1 + +Reason: %2</source> + <translation>RazhroÅ¡Äevalnega pomoÄnika ni bilo moÄ zgraditi v nobeni izmed map: +- %1 + +Razlog: %2</translation> + </message> + <message> + <location line="+15"/> + <source>Building debugging helper library in %1 +</source> + <translation>Grajenje knjižnice razhroÅ¡Äevalnega pomoÄnika v %1 +</translation> + </message> + <message> + <location line="+7"/> + <source>Running %1 %2... +</source> + <translation>Zaganjanje %1 %2 ... +</translation> + </message> + <message> + <location line="+5"/> + <location line="+21"/> + <source>%1 not found in PATH +</source> + <translation>%1 v PATH ni bil najden +</translation> + </message> + <message> + <location line="-16"/> + <location line="+11"/> + <source>Running %1 ... +</source> + <translation>Zaganjanje %1 ... +</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectWelcomePage</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwelcomepage.h" line="+47"/> + <source>Develop</source> + <translation>Razvoj</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ActiveConfigurationWidget</name> + <message> + <location filename="../../../src/plugins/projectexplorer/projectwindow.cpp" line="-530"/> + <source>Active run configuration</source> + <translation>Aktivne nastavitve za zagon</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectLabel</name> + <message> + <location line="+375"/> + <source>Edit Project Settings for Project <b>%1</b></source> + <translation>Urejanje projektnih nastavitev za projekt <b>%1</b></translation> + </message> + <message> + <location line="+2"/> + <source>No Project loaded</source> + <translation>Naložen ni noben projekt</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjectPushButton</name> + <message> + <location line="+11"/> + <source>Select Project</source> + <translation>Izberite projekt</translation> + </message> +</context> +<context> + <name>ToolChain</name> + <message> + <location filename="../../../src/plugins/projectexplorer/toolchain.cpp" line="+113"/> + <source>GCC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Intel C++ Compiler (Linux)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>MinGW</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Microsoft Visual C++</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Windows CE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>WINSCW</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>GCCE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>RVCT (ARMV5)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>RVCT (ARMV6)</source> + <translation></translation> + </message> + <message> + <location line="+2"/> + <source>Other</source> + <translation>Drugo</translation> + </message> + <message> + <location line="+2"/> + <source><Invalid></source> + <translation><neveljavno></translation> + </message> + <message> + <location line="+6"/> + <source><Unknown></source> + <translation><neznano></translation> + </message> +</context> +<context> + <name>QmlParser</name> + <message> + <location filename="../../../src/plugins/qmleditor/parser/qmljslexer.cpp" line="+553"/> + <source>Illegal character</source> + <translation>Neveljaven znak</translation> + </message> + <message> + <location line="+14"/> + <source>Unclosed string at end of line</source> + <translation>Nezaprt niz na koncu vrstice</translation> + </message> + <message> + <location line="+26"/> + <source>Illegal escape squence</source> + <translation>Neveljavno ubežno zaporedje</translation> + </message> + <message> + <location line="+46"/> + <source>Illegal unicode escape sequence</source> + <translation>Neveljavno ubežno zaporedje Unicode</translation> + </message> + <message> + <location line="+26"/> + <source>Unclosed comment at end of file</source> + <translation>Nezaprt komentar na koncu datoteke</translation> + </message> + <message> + <location line="+87"/> + <source>Illegal syntax for exponential number</source> + <translation>Neveljavna skladnja za eksponentno Å¡tevilo</translation> + </message> + <message> + <location line="+26"/> + <source>Identifier cannot start with numeric literal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+331"/> + <source>Unterminated regular expression literal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+24"/> + <source>Invalid regular expression flag '%0'</source> + <translation>Neveljavna zastavica »%0« regularnega izraza</translation> + </message> + <message> + <location filename="../../../src/plugins/qmleditor/parser/qmljsparser.cpp" line="+1752"/> + <source>Unexpected token `%1'</source> + <translation>NepriÄakovan žeton »%1«</translation> + </message> + <message> + <location line="+28"/> + <location line="+23"/> + <source>Expected token `%1'</source> + <translation>PriÄakovan žeton »%1«</translation> + </message> + <message> + <location line="+13"/> + <source>Syntax error</source> + <translation>Skladenjska napaka</translation> + </message> +</context> +<context> + <name>QmlEditor::Internal::ScriptEditor</name> + <message> + <location filename="../../../src/plugins/qmleditor/qmleditor.cpp" line="+468"/> + <source><Select Symbol></source> + <translation><izberite simbol></translation> + </message> + <message> + <location line="+101"/> + <source>Rename...</source> + <translation>Preimenuj ...</translation> + </message> + <message> + <location line="+1"/> + <source>New id:</source> + <translation>Novi ID:</translation> + </message> + <message> + <location line="+191"/> + <source>Rename id '%1'...</source> + <translation>Preimenuj ID »%1« ...</translation> + </message> +</context> +<context> + <name>QmlEditor::Internal::QmlEditorPlugin</name> + <message> + <location filename="../../../src/plugins/qmleditor/qmleditorplugin.cpp" line="+106"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a Qt QML file.</source> + <translation>Ustvari datoteko Qt QML.</translation> + </message> + <message> + <location line="+1"/> + <source>Qt QML File</source> + <translation>Datoteka Qt QML</translation> + </message> +</context> +<context> + <name>QmlEditor::Internal::QmlModelManager</name> + <message> + <location filename="../../../src/plugins/qmleditor/qmlmodelmanager.cpp" line="+98"/> + <source>Indexing</source> + <translation>Indeksiranje</translation> + </message> +</context> +<context> + <name>QmlProjectManager::Internal::QmlMakeStepConfigWidget</name> + <message> + <location filename="../../../src/plugins/qmlprojectmanager/qmlmakestep.cpp" line="+134"/> + <source><b>QML Make</b></source> + <translation><b>QML Make</b></translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ClassList</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/classlist.cpp" line="+48"/> + <location line="+11"/> + <source><New class></source> + <translation><nov razred></translation> + </message> + <message> + <location line="+10"/> + <source>Confirm Delete</source> + <translation>Potrditev izbrisa</translation> + </message> + <message> + <location line="+1"/> + <source>Delete class %1 from list?</source> + <translation>Ali želite izbrisati razred %1 s seznama?</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::CustomWidgetWizard</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/customwidgetwizard.cpp" line="+43"/> + <source>Qt4 Designer Custom Widget</source> + <translation>Gradnik po meri za Qt Designer</translation> + </message> + <message> + <location line="+1"/> + <source>Creates a Qt4 Designer Custom Widget or a Custom Widget Collection.</source> + <translation>Ustvari projekt gradnika po meri ali pa zbirke gradnikov po meri za Qt Designer.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::CustomWidgetWizardDialog</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/customwidgetwizarddialog.cpp" line="+56"/> + <source>This wizard generates a Qt4 Designer Custom Widget or a Qt4 Designer Custom Widget Collection project.</source> + <translation>Ta Äarovnik ustvari projekt gradnika po meri za Qt Designer ali pa projekt zbirke gradnikov po meri za Qt Designer.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::PluginGenerator</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/customwidgetwizard/plugingenerator.cpp" line="+60"/> + <source>Cannot open icon file %1.</source> + <translation>Ni moÄ odpreti datoteke z ikono %1.</translation> + </message> + <message> + <location line="+102"/> + <source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source> + <translation>Ustvarjanje veÄ knjižnic gradnikov (%1, %2) v enem projektu (%3) ni podprto.</translation> + </message> + <message> + <location line="+133"/> + <source>Cannot open %1: %2</source> + <translation>Ni moÄ odpreti %1: %2</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::ExternalQtEditor</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/externaleditors.cpp" line="+38"/> + <source>Unable to start "%1"</source> + <translation>Ni moÄ zagnati »%1«</translation> + </message> + <message> + <location line="+5"/> + <source>The application "%1" could not be found.</source> + <translation>Programa »%1« ni bilo moÄ najti.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::DesignerExternalEditor</name> + <message> + <location line="+172"/> + <source>Qt Designer is not responding (%1).</source> + <translation>Qt Designer se ne odziva (%1).</translation> + </message> + <message> + <location line="+8"/> + <source>Unable to create server socket: %1</source> + <translation>Ni moÄ ustvariti vtiÄnice za strežnik: %1</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::GettingStartedWelcomePage</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/gettingstartedwelcomepage.h" line="+47"/> + <source>Getting Started</source> + <translation>ZaÄnite tu</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DeviceRunConfiguration</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp" line="+81"/> + <source>%1 on Symbian Device</source> + <translation>%1 na napravi Symbian</translation> + </message> + <message> + <location line="+2"/> + <source>QtS60DeviceRunConfiguration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+197"/> + <source>Could not parse %1. The QtS60 Device run configuration %2 can not be started.</source> + <translation>Ni bilo moÄ razÄleniti %1. Nastavitev za zagon na napravi QtS60 %2 ni moÄ zagnati.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DeviceRunConfigurationFactory</name> + <message> + <location line="+87"/> + <source>%1 on Symbian Device</source> + <translation>%1 na napravi Symbian</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DeviceRunControlBase</name> + <message> + <location line="+83"/> + <source>Creating %1.sisx ...</source> + <translation>Ustvarjanje %1.sisx ...</translation> + </message> + <message> + <location line="+1"/> + <source>Executable file: %1</source> + <translation>IzvrÅ¡ljiva datoteka: %1</translation> + </message> + <message> + <location line="+8"/> + <source>Debugger for Symbian Platform</source> + <translation>RazhroÅ¡Äevalnik za platformo Symbian</translation> + </message> + <message> + <location line="+12"/> + <location line="+76"/> + <source>%1 %2</source> + <translation>%1 %2</translation> + </message> + <message> + <location line="-41"/> + <source>Could not read template package file '%1'</source> + <translation>Ni bilo moÄ prebrati datoteke s predlogo paketa »%1«</translation> + </message> + <message> + <location line="+9"/> + <source>Could not write package file '%1'</source> + <translation>Ni bilo moÄ zapisati datoteke paketa »%1«</translation> + </message> + <message> + <location line="+16"/> + <location line="+28"/> + <source>An error occurred while creating the package.</source> + <translation>Med ustvarjanjem paketa je priÅ¡lo do napake.</translation> + </message> + <message> + <location line="+24"/> + <source>Package: %1 +Deploying application to '%2'...</source> + <translation>Paket: %1 +RazmeÅ¡Äanje programa na »%2« ...</translation> + </message> + <message> + <location line="+23"/> + <source>Could not connect to phone on port '%1': %2 +Check if the phone is connected and the TRK application is running.</source> + <translation>Ni se bilo moÄ povezati s telefonom na vratih »%1«: %2 +Preverite, ali je telefon povezan in ali program TRK teÄe.</translation> + </message> + <message> + <location line="+8"/> + <source>Could not create file %1 on device: %2</source> + <translation>Ni bilo moÄ ustvariti datoteke %1 na napravi: %2</translation> + </message> + <message> + <location line="+5"/> + <source>Could not write to file %1 on device: %2</source> + <translation>Ni bilo moÄ pisati v datoteko %1 na napravi: %2</translation> + </message> + <message> + <location line="+5"/> + <source>Could not close file %1 on device: %2. It will be closed when App TRK is closed.</source> + <translation>Ni bilo moÄ zapreti datoteke %1 na napravi: %2. Zaprta bo, ko bo zaprt program TRK.</translation> + </message> + <message> + <location line="+6"/> + <source>Could not connect to App TRK on device: %1. Restarting App TRK might help.</source> + <translation>Ni se bilo moÄ povezati s programom TRK na napravi: %1. Morda bi pomagal ponovni zagon TRK.</translation> + </message> + <message> + <location line="+5"/> + <source>Copying install file...</source> + <translation>Kopiranje namestitvene datoteke ...</translation> + </message> + <message> + <location line="+5"/> + <source>%1% copied.</source> + <translation>%1 % skopirano.</translation> + </message> + <message> + <location line="+5"/> + <source>Installing application...</source> + <translation>NameÅ¡Äanje programa ...</translation> + </message> + <message> + <location line="+5"/> + <source>Could not install from package %1 on device: %2</source> + <translation>Ni bilo moÄ namestiti iz paketa %1 na napravi: %2</translation> + </message> + <message> + <location line="+15"/> + <source>Failed to start %1.</source> + <translation>Zagon %1 ni uspel.</translation> + </message> + <message> + <location line="+3"/> + <source>%1 has unexpectedly finished.</source> + <translation>%1 je nepriÄakovano konÄal.</translation> + </message> + <message> + <location line="+3"/> + <source>An error has occurred while running %1.</source> + <translation>Pri zaganjanju %1 je priÅ¡lo do napake.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DeviceRunControl</name> + <message> + <location line="+37"/> + <source>Finished.</source> + <translation>ZakljuÄeno.</translation> + </message> + <message> + <location line="+5"/> + <source>Starting application...</source> + <translation>Zaganjanje programa ...</translation> + </message> + <message> + <location line="+5"/> + <source>Application running with pid %1.</source> + <translation>Program teÄe s PID %1.</translation> + </message> + <message> + <location line="+4"/> + <source>Could not start application: %1</source> + <translation>Ni bilo moÄ zagnati programa: %1</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DeviceDebugRunControl</name> + <message> + <location line="+51"/> + <source>Warning: Cannot locate the symbol file belonging to %1.</source> + <translation>Opozorilo: ni moÄ najti datoteke s simboli, ki pripada %1.</translation> + </message> + <message> + <location line="+8"/> + <source>Launching debugger...</source> + <translation>Zaganjanje razhroÅ¡Äevalnika ...</translation> + </message> + <message> + <location line="+6"/> + <source>Debugging finished.</source> + <translation>RazhroÅ¡Äevanje je zakljuÄeno.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DeviceRunConfigurationWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicerunconfigurationwidget.cpp" line="+73"/> + <source>Device:</source> + <translation>Naprava:</translation> + </message> + <message> + <location line="+20"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location line="+3"/> + <source>Install File:</source> + <translation>Namesti datoteko:</translation> + </message> + <message> + <location line="+11"/> + <source>Device on Serial Port:</source> + <translation>Naprava na zaporednih vratih:</translation> + </message> + <message> + <location line="+9"/> + <source>Queries the device for information</source> + <translation>Pri napravi poizve o podatkih</translation> + </message> + <message> + <location line="+9"/> + <source>Self-signed certificate</source> + <translation>Samo-podpisano potrdilo</translation> + </message> + <message> + <location line="+13"/> + <source>Choose certificate file (.cer)</source> + <translation>Izberite datoteko s potrdilom (*.cer)</translation> + </message> + <message> + <location line="+1"/> + <source>Custom certificate:</source> + <translation>Potrdilo po meri:</translation> + </message> + <message> + <location line="+3"/> + <source>Choose key file (.key / .pem)</source> + <translation>Izberite datoteko s kljuÄem (*.key / *.pem)</translation> + </message> + <message> + <location line="+1"/> + <source>Key file:</source> + <translation>Datoteka s kljuÄem:</translation> + </message> + <message> + <location line="+125"/> + <source><No Device></source> + <extracomment>Summary text of S60 device run configuration +</extracomment> + <translation><brez naprave></translation> + </message> + <message> + <location line="+2"/> + <source>(custom certificate)</source> + <translation>(potrdilo po meri)</translation> + </message> + <message> + <location line="+1"/> + <source>(self-signed certificate)</source> + <translation>(samo-podpisano potrdilo)</translation> + </message> + <message> + <location line="+1"/> + <source>Summary: Run on '%1' %2</source> + <translation>Povzetek: zaženi na »%1« %2</translation> + </message> + <message> + <location line="+22"/> + <source>Connecting...</source> + <translation>Povezovanje ...</translation> + </message> + <message> + <location line="+53"/> + <source>A timeout occurred while querying the device. Check whether Trk is running</source> + <translation>Med poizvedovanjem pri napravi je potekel Äas. Preverite, ali Trk teÄe.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60Devices::Device</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devices.cpp" line="+66"/> + <source>Id:</source> + <translation>ID:</translation> + </message> + <message> + <location line="+2"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location line="+2"/> + <source>EPOC:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Tools:</source> + <translation>Orodja:</translation> + </message> + <message> + <location line="+2"/> + <source>Qt:</source> + <translation>Qt:</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60DevicesWidget</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60devicespreferencepane.cpp" line="-28"/> + <source>No Qt installed</source> + <translation>NameÅ¡Äen ni noben Qt</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60EmulatorRunConfiguration</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60emulatorrunconfiguration.cpp" line="+59"/> + <source>%1 in Symbian Emulator</source> + <translation>%1 v emulatorju Symbian</translation> + </message> + <message> + <location line="+2"/> + <source>QtSymbianEmulatorRunConfiguration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+87"/> + <source>Could not parse %1. The Qt for Symbian emulator run configuration %2 can not be started.</source> + <translation>Ni bilo moÄ razÄleniti %1. Nastavitev za zagon Qt za emulator Symbian %2 ni moÄ zagnati.</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60EmulatorRunConfigurationWidget</name> + <message> + <location line="+50"/> + <source>Name:</source> + <translation>Ime:</translation> + </message> + <message> + <location line="+5"/> + <source>Executable:</source> + <translation>IzvrÅ¡ljiva datoteka:</translation> + </message> + <message> + <location line="+21"/> + <source>Summary: Run %1 in emulator</source> + <translation>Povzetek: zaženi %1 v emulatorju</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60EmulatorRunConfigurationFactory</name> + <message> + <location line="+37"/> + <source>%1 in Symbian Emulator</source> + <translation>%1 v emulatorju Symbian</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60EmulatorRunControl</name> + <message> + <location line="+48"/> + <source>Starting %1...</source> + <translation>Zaganjanje %1 ...</translation> + </message> + <message> + <location line="+21"/> + <source>[Qt Message]</source> + <translation>[SporoÄilo Qt]</translation> + </message> + <message> + <location line="+10"/> + <source>%1 exited with code %2</source> + <translation>%1 je konÄal s kodo %2</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::S60Manager</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60manager.cpp" line="+111"/> + <source>Run in Emulator</source> + <translation>Zaženi v emulatorju</translation> + </message> + <message> + <location line="+5"/> + <source>Run on Device</source> + <translation>Zaženi na napravi</translation> + </message> + <message> + <location line="+6"/> + <source>Debug on Device</source> + <translation>RazhroÅ¡Äuj na napravi</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Qt4BuildConfigurationFactory</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt4project.cpp" line="+252"/> + <source>Using Default Qt Version</source> + <translation>Uporablja privzeto razliÄico Qt</translation> + </message> + <message> + <location line="+4"/> + <source>Using Qt Version "%1"</source> + <translation>Uporablja Qt razliÄice »%1«</translation> + </message> + <message> + <location line="+23"/> + <source>New configuration</source> + <translation>Nova nastavitev</translation> + </message> + <message> + <location line="+1"/> + <source>New Configuration Name:</source> + <translation>Ime nove nastavitve:</translation> + </message> + <message> + <location line="+9"/> + <source>%1 Debug</source> + <translation>%1, za razhroÅ¡Äevanje</translation> + </message> + <message> + <location line="+3"/> + <source>%1 Release</source> + <translation>%1, za izdajo</translation> + </message> +</context> +<context> + <name>QtModulesInfo</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qtmodulesinfo.cpp" line="+54"/> + <source>QtCore Module</source> + <translation>Modul QtCore</translation> + </message> + <message> + <location line="+1"/> + <source>Core non-GUI classes used by other modules</source> + <translation>Osrednji razredi, ki niso za grafiÄni vmesnik in jih uporabljajo drugi moduli</translation> + </message> + <message> + <location line="+3"/> + <source>QtGui Module</source> + <translation>Modul QtGui</translation> + </message> + <message> + <location line="+1"/> + <source>Graphical user interface components</source> + <translation>Komponente za grafiÄni uporabniÅ¡ki vmesnik</translation> + </message> + <message> + <location line="+3"/> + <source>QtNetwork Module</source> + <translation>Modul QtNetwork</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for network programming</source> + <translation>Razredi za omrežno programiranje</translation> + </message> + <message> + <location line="+3"/> + <source>QtOpenGL Module</source> + <translation>Modul QtOpenGL</translation> + </message> + <message> + <location line="+1"/> + <source>OpenGL support classes</source> + <translation>Razredi za podporo OpenGL</translation> + </message> + <message> + <location line="+3"/> + <source>QtSql Module</source> + <translation>Modul QtSql</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for database integration using SQL</source> + <translation>Razredi za integracijo s podatkovnimi zbirkami z uporabo SQL</translation> + </message> + <message> + <location line="+3"/> + <source>QtScript Module</source> + <translation>Modul QtScript</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for evaluating Qt Scripts</source> + <translation>Razredi za vrednotenje skript Qt Script</translation> + </message> + <message> + <location line="+3"/> + <source>QtScriptTools Module</source> + <translation>Modul QtScriptTools</translation> + </message> + <message> + <location line="+1"/> + <source>Additional Qt Script components</source> + <translation>Dodatne komponente Qt Script</translation> + </message> + <message> + <location line="+3"/> + <source>QtSvg Module</source> + <translation>Modul QtSvg</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for displaying the contents of SVG files</source> + <translation>Razredi za prikaz datotek z raztegljivo vektorsko grafiko SVG</translation> + </message> + <message> + <location line="+3"/> + <source>QtWebKit Module</source> + <translation>Modul QtWebKit</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for displaying and editing Web content</source> + <translation>Razredi za prikaz in urejanje spletnih vsebin</translation> + </message> + <message> + <location line="+3"/> + <source>QtXml Module</source> + <translation>Modul QtXml</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for handling XML</source> + <translation>Razredi za delo z XML</translation> + </message> + <message> + <location line="+3"/> + <source>QtXmlPatterns Module</source> + <translation>Modul QtXmlPatterns</translation> + </message> + <message> + <location line="+1"/> + <source>An XQuery/XPath engine for XML and custom data models</source> + <translation>Pogon in lastni podatkovni modeli za XQuery in XPath</translation> + </message> + <message> + <location line="+3"/> + <source>Phonon Module</source> + <translation>Modul Phonon</translation> + </message> + <message> + <location line="+1"/> + <source>Multimedia framework classes</source> + <translation>Razredi za veÄpredstavnostno ogrodje</translation> + </message> + <message> + <location line="+3"/> + <source>QtMultimedia Module</source> + <translation>Modul QtMultimedia</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for low-level multimedia functionality</source> + <translation>Razredi za veÄpredstavnost na nizkem nivoju</translation> + </message> + <message> + <location line="+3"/> + <source>Qt3Support Module</source> + <translation>Modul Qt3Support</translation> + </message> + <message> + <location line="+1"/> + <source>Classes that ease porting from Qt 3 to Qt 4</source> + <translation>Razredi, ki olajÅ¡ajo prenos s Qt 3 na Qt 4</translation> + </message> + <message> + <location line="+3"/> + <source>QtTest Module</source> + <translation>Modul QtTest</translation> + </message> + <message> + <location line="+1"/> + <source>Tool classes for unit testing</source> + <translation>Orodni razredi za preizkuÅ¡anje po enotah</translation> + </message> + <message> + <location line="+3"/> + <source>QtDBus Module</source> + <translation>Modul QtDBus</translation> + </message> + <message> + <location line="+1"/> + <source>Classes for Inter-Process Communication using the D-Bus</source> + <translation>Razredi za medprocesno komunikacijo z uporabo D-Busa</translation> + </message> +</context> +<context> + <name>Subversion::Internal::CheckoutWizard</name> + <message> + <location filename="../../../src/plugins/subversion/checkoutwizard.cpp" line="+54"/> + <source>Checks out a project from a Subversion repository.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Subversion Checkout</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Subversion::Internal::CheckoutWizardPage</name> + <message> + <location filename="../../../src/plugins/subversion/checkoutwizardpage.cpp" line="+38"/> + <source>Specify repository, checkout directory and path.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Repository:</source> + <translation>SkladiÅ¡Äe:</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::ColorScheme</name> + <message> + <location filename="../../../src/plugins/texteditor/colorscheme.cpp" line="+210"/> + <source>Not a color scheme file.</source> + <translation>Ni datoteka z barvno shemo.</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::FindInCurrentFile</name> + <message> + <location filename="../../../src/plugins/texteditor/findincurrentfile.cpp" line="+62"/> + <source>Current File</source> + <translation>Trenutna datoteka</translation> + </message> +</context> +<context> + <name>TextEditor::Internal::FontSettings</name> + <message> + <location filename="../../../src/plugins/texteditor/fontsettings.cpp" line="+136"/> + <source>Customized</source> + <translation>Prilagojeno</translation> + </message> +</context> +<context> + <name>VCSBase::BaseCheckoutWizard</name> + <message> + <location filename="../../../src/plugins/vcsbase/basecheckoutwizard.cpp" line="+103"/> + <source>Cannot Open Project</source> + <translation>Ni moÄ odpreti projekta</translation> + </message> + <message> + <location line="+1"/> + <source>Failed to open project in '%1'.</source> + <translation>Odpiranje projekta iz »%1« ni uspelo.</translation> + </message> + <message> + <location line="+10"/> + <source>Could not find any project files matching (%1) in the directory '%2'.</source> + <translation>V mapi »%2« ni bilo moÄ najti nobene projektne datoteke ki bi ustrezala (%1).</translation> + </message> + <message> + <location line="+32"/> + <source>The Project Explorer is not available.</source> + <translation>Raziskovalec projektov ni na voljo.</translation> + </message> + <message> + <location line="+7"/> + <source>'%1' does not exist.</source> + <translation>»%1« ne obstaja.</translation> + </message> + <message> + <location line="+9"/> + <source>Unable to open the project '%1'.</source> + <translation>Ni moÄ odpreti projekta »%1«.</translation> + </message> +</context> +<context> + <name>VCSBase::ProcessCheckoutJob</name> + <message> + <location filename="../../../src/plugins/vcsbase/checkoutjobs.cpp" line="+109"/> + <source>The process terminated with exit code %1.</source> + <translation>Proces se je konÄal z izhodno kodo %1.</translation> + </message> + <message> + <location line="+4"/> + <source>The process returned exit code %1.</source> + <translation>Proces je vrnil izhodno kodo %1.</translation> + </message> + <message> + <location line="+4"/> + <source>The process terminated in an abnormal way.</source> + <translation>Proces se je konÄal na neobiÄajen naÄin.</translation> + </message> + <message> + <location line="+15"/> + <source>Stopping...</source> + <translation>Ustavljanje ...</translation> + </message> +</context> +<context> + <name>VCSBase::Internal::CheckoutProgressWizardPage</name> + <message> + <location filename="../../../src/plugins/vcsbase/checkoutprogresswizardpage.cpp" line="+66"/> + <source>Checkout started...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+12"/> + <source>Failed.</source> + <translation>Neuspeh.</translation> + </message> + <message> + <location line="+10"/> + <source>Succeeded.</source> + <translation>Uspeh.</translation> + </message> +</context> +<context> + <name>VCSBase::VCSBaseOutputWindow</name> + <message> + <location filename="../../../src/plugins/vcsbase/vcsbaseoutputwindow.cpp" line="+90"/> + <source>Clear</source> + <translation>PoÄisti</translation> + </message> + <message> + <location line="+78"/> + <source>Version Control</source> + <translation>Nadzor razliÄic</translation> + </message> +</context> +<context> + <name>Welcome::Internal::CommunityWelcomePage</name> + <message> + <location filename="../../../src/plugins/welcome/communitywelcomepage.h" line="+49"/> + <source>Community</source> + <translation>Skupnost</translation> + </message> +</context> +<context> + <name>trk::BluetoothListener</name> + <message> + <location filename="../../../src/shared/trk/bluetoothlistener.cpp" line="+133"/> + <source>%1: Stopping listener %2...</source> + <translation>%1: ustavljanje posluÅ¡alca %2 ...</translation> + </message> + <message> + <location line="+30"/> + <source>%1: Starting Bluetooth listener %2...</source> + <translation>%1: zaganjanje posluÅ¡alca Bluetooth %2 ...</translation> + </message> + <message> + <location line="+4"/> + <source>Unable to run '%1': %2</source> + <translation>Ni moÄ zagnati »%1«: %2</translation> + </message> + <message> + <location line="+4"/> + <source>%1: Bluetooth listener running (%2).</source> + <translation>%1: posluÅ¡alec Bluetooth teÄe (%2).</translation> + </message> + <message> + <location line="+25"/> + <source>%1: Process %2 terminated with exit code %3.</source> + <translation>%1: proces %2 se je konÄal z izhodno kodo %3.</translation> + </message> + <message> + <location line="+4"/> + <source>%1: Process %2 crashed.</source> + <translation>%1: proces %2 se je sesul.</translation> + </message> + <message> + <location line="+8"/> + <source>%1: Process error %2: %3</source> + <translation>%1: napaka procesa %2: %3</translation> + </message> +</context> +<context> + <name>trk::promptStartCommunication</name> + <message> + <location filename="../../../src/shared/trk/bluetoothlistener_gui.cpp" line="+68"/> + <source>Connection on %1 canceled.</source> + <translation>Povezava z %1 je bila preklicana.</translation> + </message> + <message> + <location line="+16"/> + <source>Waiting for TRK</source> + <translation>ÄŒakanje na TRK</translation> + </message> + <message> + <location line="+1"/> + <source>Waiting for TRK to start on %1...</source> + <translation>ÄŒakanje na zagon TRK na %1 ...</translation> + </message> + <message> + <location line="+9"/> + <source>Waiting for Bluetooth Connection</source> + <translation>ÄŒakanje na povezavo Bluetooth</translation> + </message> + <message> + <location line="+1"/> + <source>Connecting to %1...</source> + <translation>Povezovanje z %1 ...</translation> + </message> +</context> +<context> + <name>trk::BaseCommunicationStarter</name> + <message numerus="yes"> + <location filename="../../../src/shared/trk/communicationstarter.cpp" line="+165"/> + <source>%1: timed out after %n attempts using an interval of %2ms.</source> + <translation> + <numerusform>%1: Äas je potekel po %n poskusu z uporabo intervala %2 ms.</numerusform> + <numerusform>%1: Äas je potekel po %n poskusih z uporabo intervala %2 ms.</numerusform> + <numerusform>%1: Äas je potekel po %n poskusih z uporabo intervala %2 ms.</numerusform> + <numerusform>%1: Äas je potekel po %n poskusih z uporabo intervala %2 ms.</numerusform> + </translation> + </message> + <message> + <location line="+8"/> + <source>%1: Connection attempt %2 succeeded.</source> + <translation>%1: %2. poskus povezovanja je uspel.</translation> + </message> + <message> + <location line="+5"/> + <source>%1: Connection attempt %2 failed: %3 (retrying)...</source> + <translation>%1: %2. poskus povezovanja ni uspel: %3 (ponovno poskuÅ¡anje) ...</translation> + </message> +</context> +<context> + <name>AttachTcfDialog</name> + <message> + <location filename="Obsolete_PO_entries"/> + <source>Start Debugger</source> + <translation type="obsolete">Zaženi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Host and port:</source> + <translation type="obsolete">Gostitelj in vrata:</translation> + </message> + <message> + <location/> + <source>Architecture:</source> + <translation type="obsolete">Arhitektura:</translation> + </message> + <message> + <location/> + <source>Use server start script:</source> + <translation type="obsolete">Uporabi skript za zagon strežnika:</translation> + </message> + <message> + <location/> + <source>Server start script:</source> + <translation type="obsolete">Skript za zagon strežnika:</translation> + </message> + <message> + <location/> + <source>localhost:5115</source> + <translation type="obsolete">localhost:5115</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::CMakeRunConfiguration</name> + <message> + <location/> + <source>Arguments:</source> + <translation type="obsolete">Argumenti:</translation> + </message> +</context> +<context> + <name>CMakeProjectManager::Internal::XmlFileUpToDatePage</name> + <message> + <location/> + <source>Qt Creator has found a recent cbp file, which Qt Creator will parse to gather information about the project. You can change the command line arguments used to create this file in the project mode. Click finish to load the project.</source> + <translation type="obsolete">Qt Creator je naÅ¡el datoteko *.cbp in jo bo razÄlenil, da zbere podatke o projektu. Argumente za ukazno vrstico, ki se uporabi za ustvaritev te datoteke, lahko spremenite v projektnem naÄinu. Da naložite projekt, kliknite »ZakljuÄi«.</translation> + </message> + <message> + <location/> + <source>Qt Creator has found a recent cbp file, which Qt Creator will parse to gather information about the project. You can change the command line arguments used to create this file in the project mode. Click finish to load the project</source> + <translation type="obsolete">Qt Creator je naÅ¡el datoteko *.cbp in jo bo razÄlenil, da zbere podatke o projektu. Argumente za ukazno vrstico, ki se uporabi za ustvaritev te datoteke, lahko spremenite v projektnem naÄinu. Da naložite projekt, kliknite »ZakljuÄi«.</translation> + </message> +</context> +<context> + <name>CodePaster::CustomFetcher</name> + <message> + <location/> + <source>CodePaster Error</source> + <translation type="obsolete">Napaka CodePasterja</translation> + </message> + <message> + <location/> + <source>Could not fetch code</source> + <translation type="obsolete">Ni bilo moÄ dobiti kode</translation> + </message> +</context> +<context> + <name>CodePaster::CustomPoster</name> + <message> + <location/> + <source>CodePaster Error</source> + <translation type="obsolete">Napaka CodePasterja</translation> + </message> + <message> + <location/> + <source>Some error occured while posting</source> + <translation type="obsolete">Med objavljanjem je priÅ¡lo do napake</translation> + </message> +</context> +<context> + <name>Core::Internal::WelcomeMode</name> + <message> + <location/> + <source>http://labs.trolltech.com/blogs/feed</source> + <extracomment>Add localized feed here only if one exists +</extracomment> + <translation type="obsolete">http://labs.trolltech.com/blogs/feed</translation> + </message> + <message> + <location/> + <source>Qt Software</source> + <translation type="obsolete">Qt Software</translation> + </message> + <message> + <location/> + <source>Qt Labs</source> + <translation type="obsolete">Qt Labs</translation> + </message> + <message> + <location/> + <source>Qt Git Hosting</source> + <translation type="obsolete">Gostovanje Git za Qt</translation> + </message> + <message> + <location/> + <source>Qt Centre</source> + <translation type="obsolete">Qt Centre</translation> + </message> + <message> + <location/> + <source>Qt/S60 at Forum Nokia</source> + <translation type="obsolete">Qt/S60 na Forum Nokia</translation> + </message> + <message> + <location/> + <source>Qt Creator - A quick tour</source> + <translation type="obsolete">Qt Creator - hitri vodiÄ</translation> + </message> + <message> + <location/> + <source>Understanding widgets</source> + <translation type="obsolete">Razumevanje gradnikov</translation> + </message> + <message> + <location/> + <source>Creating an address book</source> + <translation type="obsolete">Ustvarjanje adresarja</translation> + </message> + <message> + <location/> + <source>Building with qmake</source> + <translation type="obsolete">Grajenje s qmake</translation> + </message> + <message> + <location/> + <source>Writing test cases</source> + <translation type="obsolete">Pisanje preizkusnih primerov</translation> + </message> + <message> + <location/> + <source>Welcome</source> + <translation type="obsolete">DobrodoÅ¡li</translation> + </message> + <message> + <location/> + <source>%1 (last session)</source> + <translation type="obsolete">%1 (zadnja seja)</translation> + </message> + <message> + <location/> + <source>You can switch between Qt Creator's modes using <tt>Ctrl+number</tt>:<ol><li> - Welcome</li><li> - Edit</li><li>- Debug</li><li>- Projects</li><li>- Help</li><li></li><li>- Output</li></ol></source> + <translation type="obsolete">Med Qt Creatorjevimi naÄini Äahko preklapljate s <tt>Ctrl+Å¡tevilka</tt>:<ol><li> - DobrodoÅ¡li</li><li> - Urejanje</li><li> - RazhroÅ¡Äevanje</li><li> - Projekti</li><li> - PomoÄ</li><li></li><li> - Izhod</li></ol></translation> + </message> + <message> + <location/> + <source>You can show and hide the side bar using <tt>Alt+0<tt>.</source> + <translation type="obsolete">Stranski pas lahko prikažete in skrijete z <tt>Alt+0<tt>.</translation> + </message> + <message> + <location/> + <source>You can fine tune the <tt>Find</tt> function by selecting &quot;Whole Words&quot; or &quot;Case Sensitive&quot;. Simply click on the icons on the right end of the line edit.</source> + <translation type="obsolete"><tt>Iskanje</tt> lahko nastavljate z izbiro možnosti &quot;Cele besede&quot; ali &quot;ObÄutljivo na velikost&quot;. Za to kliknite na ikono, ki je na desni strani iskalnega polja.</translation> + </message> + <message> + <location/> + <source>If you add <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">external libraries</a>, Qt Creator will automatically offer syntax highlighting and code completion.</source> + <translation type="obsolete">ÄŒe dodate <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">zunanje knjižnice</a>, bo Qt Creator zanje samodejno ponudil poudarjanje skladnje in dokonÄevanje kode.</translation> + </message> +</context> +<context> + <name>Core::Internal::WelcomePage</name> + <message> + <location/> + <source>* { + border-image: url(:/core/images/welcomemode/btn_26.png) 7; + border-width: 7; + padding: -2px 0; + font-size: 12px; + font-family: lucida sans, dejavu sans, sans serif; + color: black; +} + +*:hover { + border-image: url(:/core/images/welcomemode/btn_26_hover.png) 7; + color: white; +} +</source> + <translation type="obsolete">* { + border-image: url(:/core/images/welcomemode/btn_26.png) 7; + border-width: 7; + padding: -2px 0; + font-size: 12px; + font-family: lucida sans, dejavu sans, sans serif; + color: black; +} + +*:hover { + border-image: url(:/core/images/welcomemode/btn_26_hover.png) 7; + color: white; +} +</translation> + </message> + <message> + <location/> + <source><qt>Restore Last Session &gt;&gt;</source> + <translation type="obsolete"><qt>Obnovi zadnjo sejo &gt;&gt;</translation> + </message> + <message> + <location/> + <source>* { + border-image: url(:/core/images/welcomemode/btn_26.png) 7; + border-width: 7; + padding: -2px 2px; + font-size: 12px; + font-family: lucida sans, dejavu sans, sans serif; +} + +*:hover { + border-image: url(:/core/images/welcomemode/btn_26_hover.png) 7; + color: white; +} +</source> + <translation type="obsolete">* { + border-image: url(:/core/images/welcomemode/btn_26.png) 7; + border-width: 7; + padding: -2px 2px; + font-size: 12px; + font-family: lucida sans, dejavu sans, sans serif; +} + +*:hover { + border-image: url(:/core/images/welcomemode/btn_26_hover.png) 7; + color: white; +} +</translation> + </message> + <message> + <location/> + <source><qt>Feedback&nbsp;&nbsp;<img src=":/core/images/welcomemode/feedback_arrow.png" /></source> + <translation type="obsolete"><qt>Komentarji &nbsp;&nbsp;<img src=":/core/images/welcomemode/feedback_arrow.png" /></translation> + </message> + <message> + <location/> + <source>Help us make Qt Creator even better</source> + <translation type="obsolete">Pomagajte nam Å¡e izboljÅ¡ati Qt Creatorja</translation> + </message> + <message> + <location/> + <source>#Core--Internal--WelcomePage { +background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); +}</source> + <translation type="obsolete">#Core--Internal--WelcomePage { +background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); +}</translation> + </message> + <message> + <location/> + <source>#gradientWidget { + background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); +}</source> + <translation type="obsolete">#gradientWidget { + background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); +}</translation> + </message> + <message> + <location/> + <source>#headerFrame { + border-image: url(:/core/images/welcomemode/center_frame_header.png) 0; + border-width: 0; +} +</source> + <translation type="obsolete">#headerFrame { + border-image: url(:/core/images/welcomemode/center_frame_header.png) 0; + border-width: 0; +} +</translation> + </message> + <message> + <location/> + <source>Getting Started</source> + <translation type="obsolete">Kako zaÄeti</translation> + </message> + <message> + <location/> + <source>Develop</source> + <translation type="obsolete">Razvoj</translation> + </message> + <message> + <location/> + <source>Community</source> + <translation type="obsolete">Skupnost</translation> + </message> + <message> + <location/> + <source>Open</source> + <translation type="obsolete">Odpri</translation> + </message> + <message> + <location/> + <source><</source> + <translation type="obsolete"><</translation> + </message> + <message> + <location/> + <source>></source> + <translation type="obsolete">></translation> + </message> + <message> + <location/> + <source><style> +h1 { + font-size: 24px; + font-weight: normal; + color: #4d4d4d; + margin-top: 0px; + margin-bottom: 20px; +} + +p { + margin-top: 0px; + margin-bottom: 7px; +} +</style> + +<p>&nbsp;</p> +<h1>Welcome</h1> +<!-- QTextDocument does not support line-height, so wrap the lines manually ... --> +<p>Qt Creator is an intuitive, modern cross platform IDE that</p> <p>enables developers to create graphically appealing applications</p> +<p>for desktop, embedded, and mobile devices. Click on <strong>Getting</strong></p> +<p><strong>Started</strong> to begin developing with Qt Creator.</p> +<hr style="margin-top:15px"/> +</source> + <translation type="obsolete"><style> +h1 { + font-size: 24px; + font-weight: normal; + color: #4d4d4d; + margin-top: 0px; + margin-bottom: 20px; +} + +p { + margin-top: 0px; + margin-bottom: 7px; +} +</style> + +<p>&nbsp;</p> +<h1>DobrodoÅ¡li</h1> +<!-- QTextDocument does not support line-height, so wrap the lines manually ... --> +<p>Qt Creator je inovativno, moderno razvojno okolje za veÄ platform,</p><p>ki omogoÄa razvijalcem ustvarjati grafiÄno privlaÄne programe</p> +<p>za namizje ter vgrajene in mobilne naprave. Kliknite na <strong>ZaÄetek</strong>,</p> +<p>da zaÄnete razvijati s pomoÄjo Qt Creatorja.</p> +<hr style="margin-top:15px"/> +</translation> + </message> + <message> + <location/> + <source>* { + border-image: url(:/core/images/welcomemode/btn_27.png) 7; + border-width: 7; + padding: -2px 0; + font-size: 12px; + font-family: lucida sans, dejavu sans, sans serif; + color: black; +} + +*:hover { + border-image: url(:/core/images/welcomemode/btn_27_hover.png) 7; + color: white; +} +</source> + <translation type="obsolete">* { + border-image: url(:/core/images/welcomemode/btn_27.png) 7; + border-width: 7; + padding: -2px 0; + font-size: 12px; + font-family: lucida sans, dejavu sans, sans serif; + color: black; +} + +*:hover { + border-image: url(:/core/images/welcomemode/btn_27_hover.png) 7; + color: white; +} +</translation> + </message> + <message> + <location/> + <source><qt>Getting Started &gt;&gt;</source> + <translation type="obsolete"><qt>ZaÄetek &gt;&gt;</translation> + </message> + <message> + <location/> + <source>#recentSessionsFrame { + border-image: url(:/core/images/welcomemode/rc_combined.png) 8; + border-width: 8; +} +</source> + <translation type="obsolete">#recentSessionsFrame { + border-image: url(:/core/images/welcomemode/rc_combined.png) 8; + border-width: 8; +} +</translation> + </message> + <message> + <location/> + <source>#bottomWidget { + background-image: url(:/core/images/welcomemode/feedback-bar-background.png); +} +</source> + <translation type="obsolete">#bottomWidget { + background-image: url(:/core/images/welcomemode/feedback-bar-background.png); +} +</translation> + </message> +</context> +<context> + <name>Core::Utils::ClassNameValidatingLineEdit</name> + <message> + <location/> + <source>The class name must not contain namespace delimiters.</source> + <translation type="obsolete">Ime razreda ne sme vsebovati loÄiteljev imenskega prostora.</translation> + </message> + <message> + <location/> + <source>Please enter a class name.</source> + <translation type="obsolete">Vnesite ime razreda.</translation> + </message> + <message> + <location/> + <source>The class name contains invalid characters.</source> + <translation type="obsolete">Ime razreda vsebuje neveljavne znake.</translation> + </message> +</context> +<context> + <name>Core::Utils::ConsoleProcess</name> + <message> + <location/> + <source>Cannot set up communication channel: %1</source> + <translation type="obsolete">Ni moÄ vzpostaviti komunikacijskega kanala: %1</translation> + </message> + <message> + <location/> + <source>Cannot create temporary file: %1</source> + <translation type="obsolete">Ni moÄ ustvariti zaÄasne datoteke: %1</translation> + </message> + <message> + <location/> + <source>Press <RETURN> to close this window...</source> + <translation type="obsolete">Da zaprete to okno, pritisnite <VnaÅ¡alko> ...</translation> + </message> + <message> + <location/> + <source>Cannot start the terminal emulator '%1'.</source> + <translation type="obsolete">Ni moÄ zagnati emulatorja konzole »%1«.</translation> + </message> + <message> + <location/> + <source>Cannot create temporary directory '%1': %2</source> + <translation type="obsolete">Ni moÄ ustvariti zaÄasne mape »%1«: %2</translation> + </message> + <message> + <location/> + <source>Cannot create socket '%1': %2</source> + <translation type="obsolete">Ni moÄ ustvariti vtiÄnice »%1«: %2</translation> + </message> + <message> + <location/> + <source>Cannot change to working directory '%1': %2</source> + <translation type="obsolete">Ni se moÄ premakniti v delovno mapo »%1«: %2</translation> + </message> + <message> + <location/> + <source>Cannot execute '%1': %2</source> + <translation type="obsolete">Ni moÄ zagnati »%1«: %2</translation> + </message> + <message> + <location/> + <source>Unexpected output from helper program.</source> + <translation type="obsolete">NepriÄakovan izhod od pomožnega programa.</translation> + </message> + <message> + <location/> + <source>The process '%1' could not be started: %2</source> + <translation type="obsolete">Procesa »%1« ni bilo moÄ zagnati: %2</translation> + </message> + <message> + <location/> + <source>Cannot obtain a handle to the inferior: %1</source> + <translation type="obsolete">Ni moÄ dobiti reference za podproces: %1</translation> + </message> + <message> + <location/> + <source>Cannot obtain exit status from inferior: %1</source> + <translation type="obsolete">Ni moÄ dobiti izhodnega stanja od podprocesa: %1</translation> + </message> +</context> +<context> + <name>Core::Utils::FileNameValidatingLineEdit</name> + <message> + <location/> + <source>The name must not be empty</source> + <translation type="obsolete">Ime ne sme biti prazno</translation> + </message> + <message> + <location/> + <source>The name must not contain any of the characters '%1'.</source> + <translation type="obsolete">Ime ne sme vsebovati nobenega izmed znakov »%1«.</translation> + </message> + <message> + <location/> + <source>The name must not contain '%1'.</source> + <translation type="obsolete">Ime ne sme vsebovati »%1«.</translation> + </message> + <message> + <location/> + <source>The name must not match that of a MS Windows device. (%1).</source> + <translation type="obsolete">Ime se ne sme ujemati z imenom diska v MS Windows. (%1).</translation> + </message> +</context> +<context> + <name>Core::Utils::FileSearch</name> + <message numerus="yes"> + <location/> + <source>%1: canceled. %n occurrences found in %2 files.</source> + <translation type="obsolete"> + <numerusform>%1: preklicano. Najdena %n pojavitev v %2 datotekah.</numerusform> + <numerusform>%1: preklicano. Najdeni %n pojavitvi v %2 datotekah.</numerusform> + <numerusform>%1: preklicano. Najdene %n pojavitve v %2 datotekah.</numerusform> + <numerusform>%1: preklicano. Najdenih %n pojavitev v %2 datotekah.</numerusform> + </translation> + </message> + <message numerus="yes"> + <location/> + <source>%1: %n occurrences found in %2 files.</source> + <translation type="obsolete"> + <numerusform>%1: najdena %n pojavitev v %2 datotekah.</numerusform> + <numerusform>%1: najdeni %n pojavitvi v %2 datotekah.</numerusform> + <numerusform>%1: najdene %n pojavitve v %2 datotekah.</numerusform> + <numerusform>%1: najdenih %n pojavitev v %2 datotekah.</numerusform> + </translation> + </message> + <message numerus="yes"> + <location/> + <source>%1: %n occurrences found in %2 of %3 files.</source> + <translation type="obsolete"> + <numerusform>%1: najdena %n pojavitev v %2 od %3 datotek.</numerusform> + <numerusform>%1: najdeni %n pojavitvi v %2 od %3 datotek.</numerusform> + <numerusform>%1: najdene %n pojavitve v %2 od %3 datotek.</numerusform> + <numerusform>%1: najdenih %n pojavitev v %2 od %3 datotek.</numerusform> + </translation> + </message> +</context> +<context> + <name>Core::Utils::NewClassWidget</name> + <message> + <location/> + <source>Invalid base class name</source> + <translation type="obsolete">Neveljavno ime osnovnega razreda</translation> + </message> + <message> + <location/> + <source>Invalid header file name: '%1'</source> + <translation type="obsolete">Neveljavno ime datoteke z glavo: »%1«</translation> + </message> + <message> + <location/> + <source>Invalid source file name: '%1'</source> + <translation type="obsolete">Neveljavno ime datoteke z izvorno kodo: »%1«</translation> + </message> + <message> + <location/> + <source>Invalid form file name: '%1'</source> + <translation type="obsolete">Neveljavno ime datoteke z obrazcem: »%1«</translation> + </message> + <message> + <location/> + <source>Class name:</source> + <translation type="obsolete">Ime razreda:</translation> + </message> + <message> + <location/> + <source>Base class:</source> + <translation type="obsolete">Osnovni razred:</translation> + </message> + <message> + <location/> + <source>Header file:</source> + <translation type="obsolete">Datoteka z glavo:</translation> + </message> + <message> + <location/> + <source>Source file:</source> + <translation type="obsolete">Datoteka z izvorno kodo:</translation> + </message> + <message> + <location/> + <source>Generate form:</source> + <translation type="obsolete">Ustvari iz:</translation> + </message> + <message> + <location/> + <source>Form file:</source> + <translation type="obsolete">Datoteka z obrazcem:</translation> + </message> + <message> + <location/> + <source>Path:</source> + <translation type="obsolete">Pot:</translation> + </message> + <message> + <location/> + <source>Dialog</source> + <translation type="obsolete">Pogovorno okno</translation> + </message> +</context> +<context> + <name>Core::Utils::PathChooser</name> + <message> + <location/> + <source>Choose...</source> + <translation type="obsolete">Izbor ...</translation> + </message> + <message> + <location/> + <source>Browse...</source> + <translation type="obsolete">Brskanje ...</translation> + </message> + <message> + <location/> + <source>Choose a directory</source> + <translation type="obsolete">Izberite mapo</translation> + </message> + <message> + <location/> + <source>Choose a file</source> + <translation type="obsolete">Izberite datoteko</translation> + </message> + <message> + <location/> + <source>The path must not be empty.</source> + <translation type="obsolete">Pot ne sme biti prazna.</translation> + </message> + <message> + <location/> + <source>The path '%1' does not exist.</source> + <translation type="obsolete">Pot »%1« ne obstaja.</translation> + </message> + <message> + <location/> + <source>The path '%1' is not a directory.</source> + <translation type="obsolete">Pot »%1« ni mapa.</translation> + </message> + <message> + <location/> + <source>The path '%1' is not a file.</source> + <translation type="obsolete">Pot »%1« ni datoteka.</translation> + </message> + <message> + <location/> + <source>Path:</source> + <translation type="obsolete">Pot:</translation> + </message> +</context> +<context> + <name>Core::Utils::PathListEditor</name> + <message> + <location/> + <source>Insert...</source> + <translation type="obsolete">Vstavi ...</translation> + </message> + <message> + <location/> + <source>Add...</source> + <translation type="obsolete">Dodaj ...</translation> + </message> + <message> + <location/> + <source>Delete line</source> + <translation type="obsolete">IzbriÅ¡i vrstico</translation> + </message> + <message> + <location/> + <source>Clear</source> + <translation type="obsolete">PoÄisti</translation> + </message> + <message> + <location/> + <source>From "%1"</source> + <translation type="obsolete">Iz »%1«</translation> + </message> +</context> +<context> + <name>Core::Utils::ProjectIntroPage</name> + <message> + <location/> + <source><Enter_Name></source> + <translation type="obsolete"><vnesite ime></translation> + </message> + <message> + <location/> + <source>The project already exists.</source> + <translation type="obsolete">Projekt že obstaja.</translation> + </message> + <message> + <location/> + <source>A file with that name already exists.</source> + <translation type="obsolete">Datoteka s tem imenom že obstaja.</translation> + </message> + <message> + <location/> + <source>Introduction and project location</source> + <translation type="obsolete">Uvod in lokacija projekta</translation> + </message> + <message> + <location/> + <source>Name:</source> + <translation type="obsolete">Ime:</translation> + </message> + <message> + <location/> + <source>Create in:</source> + <translation type="obsolete">Ustvari v:</translation> + </message> + <message> + <location/> + <source>WizardPage</source> + <translation type="obsolete">StranÄŒarovnika</translation> + </message> + <message> + <location/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> +</context> +<context> + <name>Core::Utils::ProjectNameValidatingLineEdit</name> + <message> + <location/> + <source>The name must not contain the '.'-character.</source> + <translation type="obsolete">Ime ne sme vsebovati znaka ».«.</translation> + </message> +</context> +<context> + <name>Core::Utils::SubmitEditorWidget</name> + <message> + <location/> + <source>Des&cription</source> + <translation type="obsolete">&Opis</translation> + </message> + <message> + <location/> + <source>F&iles</source> + <translation type="obsolete">&Datoteke</translation> + </message> +</context> +<context> + <name>Core::Utils::WizardPage</name> + <message> + <location/> + <source>Choose the location</source> + <translation type="obsolete">Izberite lokacijo</translation> + </message> + <message> + <location/> + <source>Name:</source> + <translation type="obsolete">Ime:</translation> + </message> + <message> + <location/> + <source>Path:</source> + <translation type="obsolete">Pot:</translation> + </message> + <message> + <location/> + <source>WizardPage</source> + <translation type="obsolete">StranÄŒarovnika</translation> + </message> +</context> +<context> + <name>Core::Utils::reloadPrompt</name> + <message> + <location/> + <source>File Changed</source> + <translation type="obsolete">Datoteka spremenjena</translation> + </message> + <message> + <location/> + <source>The file %1 has changed outside Qt Creator. Do you want to reload it?</source> + <translation type="obsolete">Datoteka %1 je bila spremenjena izven Qt Creatorja. Ali jo želite naložiti znova?</translation> + </message> +</context> +<context> + <name>CppTools::Internal::CppQuickOpenFilter</name> + <message> + <location/> + <source>Classes and Methods</source> + <translation type="obsolete">Razredi in metode</translation> + </message> +</context> +<context> + <name>Debugger::Internal::AttachTcfDialog</name> + <message> + <location/> + <source>Select Executable</source> + <translation type="obsolete">Izberite izvrÅ¡ljivo datoteko</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerManager</name> + <message> + <location/> + <source>Continue</source> + <translation type="obsolete">Nadaljuj</translation> + </message> + <message> + <location/> + <source>Interrupt</source> + <translation type="obsolete">Prekini</translation> + </message> + <message> + <location/> + <source>Reset Debugger</source> + <translation type="obsolete">Ponastavi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Step Over</source> + <translation type="obsolete">PreskoÄi</translation> + </message> + <message> + <location/> + <source>Step Into</source> + <translation type="obsolete">Vstopi</translation> + </message> + <message> + <location/> + <source>Step Over Instruction</source> + <translation type="obsolete">PreskoÄi ukaz</translation> + </message> + <message> + <location/> + <source>Step One Instruction</source> + <translation type="obsolete">Stopi za en ukaz naprej</translation> + </message> + <message> + <location/> + <source>Step Out</source> + <translation type="obsolete">Izstopi</translation> + </message> + <message> + <location/> + <source>Run to Line</source> + <translation type="obsolete">Zaženi do vrstice</translation> + </message> + <message> + <location/> + <source>Run to Outermost Function</source> + <translation type="obsolete">Zaženi do najbolj zunanje funkcije</translation> + </message> + <message> + <location/> + <source>Jump to Line</source> + <translation type="obsolete">SkoÄi do vrstice</translation> + </message> + <message> + <location/> + <source>Toggle Breakpoint</source> + <translation type="obsolete">Preklopi prekinitveno toÄko</translation> + </message> + <message> + <location/> + <source>Set Breakpoint at Function...</source> + <translation type="obsolete">Nastavi prekinitveno toÄko pri funkciji ...</translation> + </message> + <message> + <location/> + <source>Set Breakpoint at Function "main"</source> + <translation type="obsolete">Nastavi prekinitveno toÄko pri funkciji »main«</translation> + </message> + <message> + <location/> + <source>Add to Watch Window</source> + <translation type="obsolete">Dodaj v opazovalno okno</translation> + </message> + <message> + <location/> + <source>Stop requested...</source> + <translation type="obsolete">Zahtevanje ustavitve ...</translation> + </message> + <message> + <location/> + <source>Stopped.</source> + <translation type="obsolete">Ustavljen.</translation> + </message> + <message> + <location/> + <source>Running requested...</source> + <translation type="obsolete">Zahtevanje zagona ...</translation> + </message> + <message> + <location/> + <source>Running...</source> + <translation type="obsolete">TeÄe ...</translation> + </message> + <message> + <location/> + <source>Changing breakpoint state requires either a fully running or fully stopped application.</source> + <translation type="obsolete">Za spreminjanje stanja prekinitvene toÄke je potreben bodisi povsem zagnan bodisi povsem ustavljen program.</translation> + </message> + <message> + <location/> + <source>Debugging VS executables is not supported.</source> + <translation type="obsolete">RazhroÅ¡Äevanje izvrÅ¡ljivih datotek zgrajenih z Visual Studio ni podprto.</translation> + </message> + <message> + <location/> + <source>Warning</source> + <translation type="obsolete">Opozorilo</translation> + </message> + <message> + <location/> + <source>Cannot attach to PID 0</source> + <translation type="obsolete">Ni se moÄ priklopiti na PID 0</translation> + </message> + <message> + <location/> + <source>Cannot debug '%1': %2</source> + <translation type="obsolete">Ni moÄ razhroÅ¡Äevati »%1«: %2</translation> + </message> + <message> + <location/> + <source>Save Debugger Log</source> + <translation type="obsolete">Shrani dnevnik razhroÅ¡Äevalnika</translation> + </message> + <message> + <location/> + <source>Stop Debugger</source> + <translation type="obsolete">Ustavi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Open Qt preferences</source> + <translation type="obsolete">Odpri nastavitve Qt</translation> + </message> + <message> + <location/> + <source>Turn helper usage off</source> + <translation type="obsolete">Izklopi uporabo pomoÄnika</translation> + </message> + <message> + <location/> + <source>Continue anyway</source> + <translation type="obsolete">Vseeno nadaljuj</translation> + </message> + <message> + <location/> + <source>Debugging helper missing</source> + <translation type="obsolete">RazhroÅ¡Äevalni pomoÄnik manjka</translation> + </message> + <message> + <location/> + <source>The debugger did not find the debugging helper library.</source> + <translation type="obsolete">RazhroÅ¡Äevalnik ni naÅ¡el knjižnice razhroÅ¡Äevalnega pomoÄnika.</translation> + </message> + <message> + <location/> + <source>The debugging helper is used to nicely format the values of Qt data types and some STL data types. It must be compiled for each Qt version which you can do in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' for the debugging helper.</source> + <translation type="obsolete">RazhroÅ¡Äevalni pomoÄnik se uporablja za lepo oblikovanje vrednosti podatkovnih vrst Qt in nekaterih podatkovnih vrst STL. Preveden mora biti za vsako razliÄico Qt posebaj. To lahko storite iz nastavitev Qt, kjer izberete namestitev Qt in za razhroÅ¡Äevalnega pomoÄnika kliknete »Znova zgradi«.</translation> + </message> + <message> + <location/> + <source>Start and Debug External Application...</source> + <translation type="obsolete">Zaženi in razhroÅ¡Äuj zunanji program ...</translation> + </message> + <message> + <location/> + <source>Attach to Running External Application...</source> + <translation type="obsolete">Priklopi se na zagnan zunanji program ...</translation> + </message> + <message> + <location/> + <source>Attach to Core...</source> + <translation type="obsolete">Priklopi se na posnetek ...</translation> + </message> + <message> + <location/> + <source>The debugging helper is used to nicely format the values of Qt data types and some STL data types. It must be compiled for each Qt version, you can do this in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' for the debugging helper.</source> + <translation type="obsolete">RazhroÅ¡Äevalni pomoÄnik se uporablja za lepo oblikovanje vrednosti podatkovnih vrst Qt in nekaterih podatkovnih vrst STL. Preveden mora biti za vsako razliÄico Qt posebaj. To lahko storite iz nastavitev Qt, kjer izberete namestitev Qt in za razhroÅ¡Äevalnega pomoÄnika kliknete »Znova zgradi«.</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DebuggerRunner</name> + <message> + <location/> + <source>Debug</source> + <translation type="obsolete">RazhroÅ¡Äevanje</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DisassemblerHandler</name> + <message> + <location/> + <source>Address</source> + <translation type="obsolete">Naslov</translation> + </message> + <message> + <location/> + <source>Symbol</source> + <translation type="obsolete">Simbol</translation> + </message> + <message> + <location/> + <source>Mnemonic</source> + <translation type="obsolete">Mnemonik</translation> + </message> +</context> +<context> + <name>Debugger::Internal::DisassemblerWindow</name> + <message> + <location/> + <source>Disassembler</source> + <translation type="obsolete">Razstavljalnik</translation> + </message> + <message> + <location/> + <source>Adjust column widths to contents</source> + <translation type="obsolete">Å irine stolpcev prilagodi vsebinam</translation> + </message> + <message> + <location/> + <source>Always adjust column widths to contents</source> + <translation type="obsolete">Å irine stolpcev vedno prilagodi vsebinam</translation> + </message> + <message> + <location/> + <source>Reload disassembler listing</source> + <translation type="obsolete">Znova naloži seznam razstavljalnika</translation> + </message> + <message> + <location/> + <source>Always reload disassembler listing</source> + <translation type="obsolete">Vedno znova naloži seznam razstavljalnika</translation> + </message> +</context> +<context> + <name>Debugger::Internal::SourceFilesModel</name> + <message> + <location/> + <source>Internal name</source> + <translation type="obsolete">Notranje ime</translation> + </message> + <message> + <location/> + <source>Full name</source> + <translation type="obsolete">Polno ime</translation> + </message> +</context> +<context> + <name>Debugger::Internal::TcfEngine</name> + <message> + <location/> + <source>%1.</source> + <translation type="obsolete">%1.</translation> + </message> + <message> + <location/> + <source>Stopped.</source> + <translation type="obsolete">Ustavljeno.</translation> + </message> + <message> + <location/> + <source>Socket error: %1</source> + <translation type="obsolete">Napaka vtiÄnice: %1</translation> + </message> + <message> + <location/> + <source>Error</source> + <translation type="obsolete">Napaka</translation> + </message> +</context> +<context> + <name>Designer::Internal::EditorWidget</name> + <message> + <location/> + <source>Action editor</source> + <translation type="obsolete">Urejevalnik dejanj</translation> + </message> + <message> + <location/> + <source>Signals and slots editor</source> + <translation type="obsolete">Urejevalnik signalov in rež</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormWindowEditor</name> + <message> + <location/> + <source>untitled</source> + <translation type="obsolete">neimenovano</translation> + </message> +</context> +<context> + <name>Designer::Internal::SettingsPage</name> + <message> + <location/> + <source>Designer</source> + <translation type="obsolete">Snovalnik</translation> + </message> +</context> +<context> + <name>DuiEditor::Internal::DuiEditorPlugin</name> + <message> + <location/> + <source>Qt QML File</source> + <translation type="obsolete">Datoteka Qt QML</translation> + </message> + <message> + <location/> + <source>Qt</source> + <translation type="obsolete">Qt</translation> + </message> +</context> +<context> + <name>DuiEditor::Internal::ScriptEditor</name> + <message> + <location/> + <source><Select Symbol></source> + <translation type="obsolete"><izberite simbol></translation> + </message> + <message> + <location/> + <source>Rename...</source> + <translation type="obsolete">Preimenuj ...</translation> + </message> + <message> + <location/> + <source>New id:</source> + <translation type="obsolete">Nov ID:</translation> + </message> + <message> + <location/> + <source>Rename id '%1'...</source> + <translation type="obsolete">Preimenuj ID »%1« ...</translation> + </message> +</context> +<context> + <name>Git::Internal::GitOutputWindow</name> + <message> + <location/> + <source>Git Output</source> + <translation type="obsolete">Izhod Git</translation> + </message> + <message> + <location/> + <source>Git</source> + <translation type="obsolete">Git</translation> + </message> +</context> +<context> + <name>Help::Internal::ContentsToolWidget</name> + <message> + <location/> + <source>Contents</source> + <translation type="obsolete">Vsebina</translation> + </message> +</context> +<context> + <name>Help::Internal::IndexThread</name> + <message> + <location/> + <source>Failed to load keyword index file!</source> + <translation type="obsolete">Nalaganje datoteke s kazalom kljuÄnih besed ni uspelo.</translation> + </message> + <message> + <location/> + <source>Cannot open the index file %1</source> + <translation type="obsolete">Ni moÄ odpreti datoteke s kazalom %1</translation> + </message> + <message> + <location/> + <source>Documentation file %1 does not exist! +Skipping file.</source> + <translation type="obsolete">Datoteka z dokumentacijo %1 ne obstaja. +Datoteka ne bo uporabljena.</translation> + </message> +</context> +<context> + <name>Help::Internal::IndexToolWidget</name> + <message> + <location/> + <source>Look for:</source> + <translation type="obsolete">IÅ¡Äi:</translation> + </message> + <message> + <location/> + <source>Index</source> + <translation type="obsolete">Kazalo</translation> + </message> +</context> +<context> + <name>Help::Internal::TitleMapThread</name> + <message> + <location/> + <source>Documentation file %1 does not exist! +Skipping file.</source> + <translation type="obsolete">Datoteka z dokumentacijo %1 ne obstaja. +Datoteka ne bo uporabljena.</translation> + </message> + <message> + <location/> + <source>Documentation file %1 is not compatible! +Skipping file.</source> + <translation type="obsolete">Datoteka z dokumentacijo %1 ni združljiva. +Datoteka ne bo uporabljena.</translation> + </message> +</context> +<context> + <name>Perforce::Internal::PerforceOutputWindow</name> + <message> + <location/> + <source>Perforce Output</source> + <translation type="obsolete">Izhod Perforce</translation> + </message> + <message> + <location/> + <source>Perforce</source> + <translation type="obsolete">Perforce</translation> + </message> +</context> +<context> + <name>ProEditorContainer</name> + <message> + <location/> + <source>Advanced Mode</source> + <translation type="obsolete">Napreden naÄin</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ApplicationLauncher</name> + <message> + <location/> + <source>Failed to start program. Path or permissions wrong?</source> + <translation type="obsolete">Zagon programa ni uspel. Morda je napaÄna pot ali pa dovoljenja.</translation> + </message> + <message> + <location/> + <source>The program has unexpectedly finished.</source> + <translation type="obsolete">Program je nepriÄakovano konÄal.</translation> + </message> + <message> + <location/> + <source>Some error has occurred while running the program.</source> + <translation type="obsolete">Med poganjanjem programa je priÅ¡lo do neke napake.</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ApplicationRunConfigurationRunner</name> + <message> + <location/> + <source>Run</source> + <translation type="obsolete">Zaženi</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ApplicationRunControl</name> + <message> + <location/> + <source>Starting %1...</source> + <translation type="obsolete">Zaganjanje %1 ...</translation> + </message> + <message> + <location/> + <source>%1 exited with code %2</source> + <translation type="obsolete">%1 je konÄal s kodo %2</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::BuildSettingsPropertiesPage</name> + <message> + <location/> + <source>Configurations</source> + <translation type="obsolete">Nastavitve</translation> + </message> + <message> + <location/> + <source>+</source> + <translation type="obsolete">+</translation> + </message> + <message> + <location/> + <source>-</source> + <translation type="obsolete">-</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> + <message> + <location/> + <source>TextLabel</source> + <translation type="obsolete">BesedilaOznaka</translation> + </message> +</context> +<context> + <name>ProjectExplorer::Internal::ProjetExplorerSettingsPageUi</name> + <message> + <location/> + <source>Build Settings</source> + <translation type="obsolete">Nastavitve za gradnjo</translation> + </message> + <message> + <location/> + <source>Save all files before Build</source> + <translation type="obsolete">Pred gradnjo shrani vse datoteke</translation> + </message> + <message> + <location/> + <source>Run Settings</source> + <translation type="obsolete">Nastavitve za zagon</translation> + </message> + <message> + <location/> + <source>Always build Project before Running</source> + <translation type="obsolete">Pred zagonom vedno zgradi projekt</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>QLibrary</name> + <message> + <location/> + <source>Could not mmap '%1': %2</source> + <translation type="obsolete">Ni bilo moÄ izvesti funkcije mmap za »%1«: %2</translation> + </message> + <message> + <location/> + <source>Plugin verification data mismatch in '%1'</source> + <translation type="obsolete">Neujemanje podatkov za potrjevanje vstavkov v »%1«</translation> + </message> + <message> + <location/> + <source>Could not unmap '%1': %2</source> + <translation type="obsolete">Ni bilo moÄ izvesti funkcije unmap za »%1«: %2</translation> + </message> + <message> + <location/> + <source>The shared library was not found.</source> + <translation type="obsolete">Deljena knjižnica ni bila najdena.</translation> + </message> + <message> + <location/> + <source>The file '%1' is not a valid Qt plugin.</source> + <translation type="obsolete">Datoteka »%1« ni veljaven vstavek Qt.</translation> + </message> + <message> + <location/> + <source>The plugin '%1' uses incompatible Qt library. (%2.%3.%4) [%5]</source> + <translation type="obsolete">Vstavek »%1« uporablja nezdružljivo knjižnico Qt. (%2.%3.%4) [%5]</translation> + </message> + <message> + <location/> + <source>The plugin '%1' uses incompatible Qt library. Expected build key "%2", got "%3"</source> + <translation type="obsolete">Vstavek »%1« uporablja nezdružljivo knjižnico Qt. PriÄakovan je bil kljuÄ gradnje »%2«, dobljen je bil »%3«</translation> + </message> + <message> + <location/> + <source>The plugin '%1' uses incompatible Qt library. (Cannot mix debug and release libraries.)</source> + <translation type="obsolete">Vstavek »%1« uporablja nezdružljivo knjižnico Qt. (Ni moÄ meÅ¡ati knjižnic za razhroÅ¡Äevanje in izdajo.)</translation> + </message> + <message> + <location/> + <source>The plugin was not loaded.</source> + <translation type="obsolete">Vstavek ni bil naložen.</translation> + </message> + <message> + <location/> + <source>Unknown error</source> + <translation type="obsolete">Neznana napaka</translation> + </message> + <message> + <location/> + <source>Cannot load library %1: %2</source> + <translation type="obsolete">Ni moÄ naložiti knjižnice %1: %2</translation> + </message> + <message> + <location/> + <source>Cannot unload library %1: %2</source> + <translation type="obsolete">Ni moÄ odstraniti knjižnice %1: %2</translation> + </message> + <message> + <location/> + <source>Cannot resolve symbol "%1" in %2: %3</source> + <translation type="obsolete">Ni moÄ razreÅ¡iti simbola »%1« v %2: %3</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::EnvEditDialog</name> + <message> + <location/> + <source>Build Environment</source> + <translation type="obsolete">Okolje za gradnjo</translation> + </message> + <message> + <location/> + <source>Make Command:</source> + <translation type="obsolete">Ukaz Make:</translation> + </message> + <message> + <location/> + <source>Build Environment:</source> + <translation type="obsolete">Okolje za gradnjo:</translation> + </message> + <message> + <location/> + <source>mkspec:</source> + <translation type="obsolete">mkspec:</translation> + </message> + <message> + <location/> + <source>0</source> + <translation type="obsolete">0</translation> + </message> + <message> + <location/> + <source>1</source> + <translation type="obsolete">1</translation> + </message> + <message> + <location/> + <source>Values:</source> + <translation type="obsolete">Vrednosti:</translation> + </message> + <message> + <location/> + <source>Variable:</source> + <translation type="obsolete">Spremenljivka:</translation> + </message> + <message> + <location/> + <source>Import</source> + <translation type="obsolete">Uvozi</translation> + </message> + <message> + <location/> + <source>OK</source> + <translation type="obsolete">V redu</translation> + </message> + <message> + <location/> + <source>Cancel</source> + <translation type="obsolete">PrekliÄi</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::EnvVariablesPage</name> + <message> + <location/> + <source>Build Environments</source> + <translation type="obsolete">Okolja za gradnjo</translation> + </message> + <message> + <location/> + <source>Add...</source> + <translation type="obsolete">Dodaj ...</translation> + </message> + <message> + <location/> + <source>Edit...</source> + <translation type="obsolete">Urejanje ...</translation> + </message> + <message> + <location/> + <source>Delete</source> + <translation type="obsolete">IzbriÅ¡i</translation> + </message> + <message> + <location/> + <source>Default mkspec:</source> + <translation type="obsolete">Privzeti mkspec:</translation> + </message> + <message> + <location/> + <source>Default make command:</source> + <translation type="obsolete">Privzeti ukaz make:</translation> + </message> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>QuickOpen::IQuickOpenFilter</name> + <message> + <location/> + <source>Filter Configuration</source> + <translation type="obsolete">Nastavitev filtrov</translation> + </message> + <message> + <location/> + <source>Limit to prefix</source> + <translation type="obsolete">Omeji na predpono</translation> + </message> + <message> + <location/> + <source>Prefix:</source> + <translation type="obsolete">Predpona:</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::DirectoryFilter</name> + <message> + <location/> + <source>Generic Directory Filter</source> + <translation type="obsolete">SploÅ¡en filter map</translation> + </message> + <message> + <location/> + <source>Filter Configuration</source> + <translation type="obsolete">Nastavitev filtrov</translation> + </message> + <message> + <location/> + <source>Choose a directory to add</source> + <translation type="obsolete">Izberite mapo za dodati</translation> + </message> + <message> + <location/> + <source>%1 filter update: 0 files</source> + <translation type="obsolete">Posodobitev filtra %1: 0 datotek</translation> + </message> + <message numerus="yes"> + <location/> + <source>%1 filter update: %n files</source> + <translation type="obsolete"> + <numerusform>Posodobitev filtra %1: %n datoteka</numerusform> + <numerusform>Posodobitev filtra %1: %n datoteki</numerusform> + <numerusform>Posodobitev filtra %1: %n datoteke</numerusform> + <numerusform>Posodobitev filtra %1: %n datotek</numerusform> + </translation> + </message> + <message> + <location/> + <source>%1 filter update: canceled</source> + <translation type="obsolete">Posodobitev filtra %1: preklicana</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::DirectoryFilterOptions</name> + <message> + <location/> + <source>Name:</source> + <translation type="obsolete">Ime:</translation> + </message> + <message> + <location/> + <source>File Types:</source> + <translation type="obsolete">Vrste datotek:</translation> + </message> + <message> + <location/> + <source>Specify file name filters, separated by comma. Filters may contain wildcards.</source> + <translation type="obsolete">DoloÄite filtre imen datotek, loÄenih z vejico. Filtri lahko vsebujejo nadomestitelje.</translation> + </message> + <message> + <location/> + <source>Prefix:</source> + <translation type="obsolete">Predpona:</translation> + </message> + <message> + <location/> + <source>Limit to prefix</source> + <translation type="obsolete">Omeji na predpono</translation> + </message> + <message> + <location/> + <source>Add...</source> + <translation type="obsolete">Dodaj ...</translation> + </message> + <message> + <location/> + <source>Edit...</source> + <translation type="obsolete">Urejanje ...</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation type="obsolete">Odstrani</translation> + </message> + <message> + <location/> + <source>Directories:</source> + <translation type="obsolete">Mape:</translation> + </message> + <message> + <location/> + <source>Specify a short word/abbreviation that can be used to restrict completions to files from this directory tree. +To do this, you type this shortcut and a space in the Locator entry field, and then the word to search for.</source> + <translation type="obsolete">DoloÄite kratko besedo ali okrajÅ¡avo, ki se lahko uporabi za omejitev dokonÄevanja za datoteke iz tega drevesa map. +Za uporabo v polje Lokatorja vtipkajte to bližnjico in presledek ter nato iskano besedo.</translation> + </message> + <message> + <location/> + <source>Dialog</source> + <translation type="obsolete">Pogovorno okno</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::FileSystemFilter</name> + <message> + <location/> + <source>Files in file system</source> + <translation type="obsolete">Datoteke v datoteÄnem sistemu</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::FileSystemFilterOptions</name> + <message> + <location/> + <source>Filter configuration</source> + <translation type="obsolete">Nastavitev filtrov</translation> + </message> + <message> + <location/> + <source>Prefix:</source> + <translation type="obsolete">Predpona:</translation> + </message> + <message> + <location/> + <source>Limit to prefix</source> + <translation type="obsolete">Omeji na predpono</translation> + </message> + <message> + <location/> + <source>Include hidden files</source> + <translation type="obsolete">VkljuÄi skrite datoteke</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation type="obsolete">Filter:</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::OpenDocumentsFilter</name> + <message> + <location/> + <source>Open documents</source> + <translation type="obsolete">Odprti dokumenti</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::QuickOpenFiltersFilter</name> + <message> + <location/> + <source>Available filters</source> + <translation type="obsolete">Razpoložljivi filtri</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::QuickOpenPlugin</name> + <message> + <location/> + <source>Indexing</source> + <translation type="obsolete">Indeksiranje</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::QuickOpenToolWindow</name> + <message> + <location/> + <source>Refresh</source> + <translation type="obsolete">Osveži</translation> + </message> + <message> + <location/> + <source>Configure...</source> + <translation type="obsolete">Nastavitve ...</translation> + </message> + <message> + <location/> + <source>Locate...</source> + <translation type="obsolete">Lociraj ...</translation> + </message> + <message> + <location/> + <source>Type to locate</source> + <translation type="obsolete">Tipkajte za lociranje</translation> + </message> + <message> + <location/> + <source><type here></source> + <translation type="obsolete"><tipkajte sem></translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::SettingsDialog</name> + <message> + <location/> + <source>Configure Filters</source> + <translation type="obsolete">Nastavitev filtrov</translation> + </message> + <message> + <location/> + <source>Add</source> + <translation type="obsolete">Dodaj</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation type="obsolete">Odstrani</translation> + </message> + <message> + <location/> + <source> min</source> + <translation type="obsolete"> min</translation> + </message> + <message> + <location/> + <source>Refresh now!</source> + <translation type="obsolete">Osveži sedaj</translation> + </message> + <message> + <location/> + <source>Edit...</source> + <translation type="obsolete">Urejanje ...</translation> + </message> + <message> + <location/> + <source>Refresh Interval:</source> + <translation type="obsolete">ÄŒas med osvežitvami:</translation> + </message> + <message> + <location/> + <source>Edit</source> + <translation type="obsolete">Urejanje</translation> + </message> + <message> + <location/> + <source>Refresh Intervall:</source> + <translation type="obsolete">ÄŒas med osvežitvami:</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::SettingsPage</name> + <message> + <location/> + <source>%1 (Prefix: %2)</source> + <translation type="obsolete">%1 (predpona: %2)</translation> + </message> +</context> +<context> + <name>QuickOpen::Internal::SettingsWidget</name> + <message> + <location/> + <source>Configure Filters</source> + <translation type="obsolete">Nastavitev filtrov</translation> + </message> + <message> + <location/> + <source>Add</source> + <translation type="obsolete">Dodaj</translation> + </message> + <message> + <location/> + <source>Remove</source> + <translation type="obsolete">Odstrani</translation> + </message> + <message> + <location/> + <source>Edit</source> + <translation type="obsolete">Urejanje</translation> + </message> + <message> + <location/> + <source>Refresh Interval:</source> + <translation type="obsolete">ÄŒas med osvežitvami:</translation> + </message> + <message> + <location/> + <source> min</source> + <translation type="obsolete"> min</translation> + </message> +</context> +<context> + <name>SimpleProEditor</name> + <message> + <location/> + <source>Debug and Release</source> + <translation type="obsolete">RazhroÅ¡Äevanje in izdaja</translation> + </message> + <message> + <location/> + <source>Debug specific</source> + <translation type="obsolete">Samo za razhroÅ¡Äevanje</translation> + </message> + <message> + <location/> + <source>Release specific</source> + <translation type="obsolete">Samo za izdajo</translation> + </message> + <message> + <location/> + <source>All platforms</source> + <translation type="obsolete">Vse platforme</translation> + </message> + <message> + <location/> + <source>MS Windows specific</source> + <translation type="obsolete">Samo za Windows</translation> + </message> + <message> + <location/> + <source>Linux/Unix specific</source> + <translation type="obsolete">Samo za Linux ali Unix</translation> + </message> + <message> + <location/> + <source>Mac OSX specific</source> + <translation type="obsolete">Samo za Mac OS X</translation> + </message> + <message> + <location/> + <source>Target Options</source> + <translation type="obsolete">Možnosti cilja</translation> + </message> + <message> + <location/> + <source>Type and name of the target.</source> + <translation type="obsolete">Vrsta in ime cilja.</translation> + </message> + <message> + <location/> + <source>Preprocessor Definitions</source> + <translation type="obsolete">Definicije za predprocesor</translation> + </message> + <message> + <location/> + <source>Setting of the preprocessor definitions.</source> + <translation type="obsolete">Nastavljanje definicij za predprocesor.</translation> + </message> + <message> + <location/> + <source>Include path</source> + <translation type="obsolete">Pot za vkljuÄevanje</translation> + </message> + <message> + <location/> + <source>Setting of the pathes where the header files are located.</source> + <translation type="obsolete">Nastavljanje poti, kjer se nahajajo datoteke z glavami.</translation> + </message> + <message> + <location/> + <source>Libraries</source> + <translation type="obsolete">Knjižnice</translation> + </message> + <message> + <location/> + <source>Defining the libraries to link the target against and the pathes where these are located.</source> + <translation type="obsolete">DoloÄanje knjižnic s katerimi bo povezan cilj in poti v katerih se knjižnice nahajajo.</translation> + </message> + <message> + <location/> + <source>Source Files</source> + <translation type="obsolete">Datoteke z izvorno kodo</translation> + </message> + <message> + <location/> + <source>Header Files</source> + <translation type="obsolete">Datoteke z glavo</translation> + </message> + <message> + <location/> + <source>Forms</source> + <translation type="obsolete">Obrazci</translation> + </message> + <message> + <location/> + <source>Qt Modules</source> + <translation type="obsolete">Moduli Qt</translation> + </message> + <message> + <location/> + <source>Setting up which of the Qt modules will be used in the target application.</source> + <translation type="obsolete">Nastavljanje modulov Qt, ki bodo uporabljeni v ciljnem programu.</translation> + </message> + <message> + <location/> + <source>Resource files</source> + <translation type="obsolete">Datoteke z viri</translation> + </message> + <message> + <location/> + <source>Target name</source> + <translation type="obsolete">Ime cilja</translation> + </message> + <message> + <location/> + <source>The name of the resulting target.</source> + <translation type="obsolete">Ime konÄnega cilja.</translation> + </message> + <message> + <location/> + <source>Configuration</source> + <translation type="obsolete">Nastavitev</translation> + </message> + <message> + <location/> + <source>Configuration.</source> + <translation type="obsolete">Nastavitev.</translation> + </message> + <message> + <location/> + <source>Destination directory</source> + <translation type="obsolete">Ciljna mapa</translation> + </message> + <message> + <location/> + <source>Where the resulting target will be created.</source> + <translation type="obsolete">Kje bo ustvarjen konÄni cilj.</translation> + </message> + <message> + <location/> + <source>QtCore Module</source> + <translation type="obsolete">Modul QtCore</translation> + </message> + <message> + <location/> + <source>Core non-GUI classes used by other modules</source> + <translation type="obsolete">Osrednji razredi, ki niso za grafiÄni vmesnik in jih uporabljajo drugi moduli</translation> + </message> + <message> + <location/> + <source>QtGui Module</source> + <translation type="obsolete">Modul QtGui</translation> + </message> + <message> + <location/> + <source>Graphical user interface components</source> + <translation type="obsolete">Komponente za grafiÄni uporabniÅ¡ki vmesnik</translation> + </message> + <message> + <location/> + <source>QtNetwork Module</source> + <translation type="obsolete">Modul QtNetwork</translation> + </message> + <message> + <location/> + <source>Classes for network programming</source> + <translation type="obsolete">Razredi za omrežno programiranje</translation> + </message> + <message> + <location/> + <source>QtOpenGL Module</source> + <translation type="obsolete">Modul QtOpenGL</translation> + </message> + <message> + <location/> + <source>OpenGL support classes</source> + <translation type="obsolete">Razredi za podporo OpenGL</translation> + </message> + <message> + <location/> + <source>QtSql Module</source> + <translation type="obsolete">Modul QtSql</translation> + </message> + <message> + <location/> + <source>Classes for database integration using SQL</source> + <translation type="obsolete">Razredi za integracijo s podatkovnimi zbirkami z uporabo SQL</translation> + </message> + <message> + <location/> + <source>QtScript Module</source> + <translation type="obsolete">Modul QtScript</translation> + </message> + <message> + <location/> + <source>Classes for evaluating Qt Scripts</source> + <translation type="obsolete">Razredi za ovrednotenje skript Qt Script</translation> + </message> + <message> + <location/> + <source>QtSvg Module</source> + <translation type="obsolete">Modul QtSvg</translation> + </message> + <message> + <location/> + <source>Classes for displaying the contents of SVG files</source> + <translation type="obsolete">Razredi za prikaz datotek z raztegljivo vektorsko grafiko SVG</translation> + </message> + <message> + <location/> + <source>QtWebKit Module</source> + <translation type="obsolete">Modul QtWebKit</translation> + </message> + <message> + <location/> + <source>Classes for displaying and editing Web content</source> + <translation type="obsolete">Razredi za prikaz in urejanje spletnih vsebin</translation> + </message> + <message> + <location/> + <source>QtXml Module</source> + <translation type="obsolete">Modul QtXml</translation> + </message> + <message> + <location/> + <source>Classes for handling XML</source> + <translation type="obsolete">Razredi za delo z XML</translation> + </message> + <message> + <location/> + <source>QtXmlPatterns Module</source> + <translation type="obsolete">Modul QtXmlPatterns</translation> + </message> + <message> + <location/> + <source>An XQuery/XPath engine for XML and custom data models</source> + <translation type="obsolete">Pogon in lastni podatkovni modeli za XQuery in XPath</translation> + </message> + <message> + <location/> + <source>Phonon Module</source> + <translation type="obsolete">Modul Phonon</translation> + </message> + <message> + <location/> + <source>Multimedia framework classes</source> + <translation type="obsolete">Razredi za veÄpredstavnostno ogrodje</translation> + </message> + <message> + <location/> + <source>Qt3Support Module</source> + <translation type="obsolete">Modul Qt3Support</translation> + </message> + <message> + <location/> + <source>Classes that ease porting from Qt 3 to Qt 4</source> + <translation type="obsolete">Razredi, ki olajÅ¡ajo prenos s Qt 3 na Qt 4</translation> + </message> + <message> + <location/> + <source>QtTest Module</source> + <translation type="obsolete">Modul QtTest</translation> + </message> + <message> + <location/> + <source>Tool classes for unit testing</source> + <translation type="obsolete">Orodni razredi za preizkuÅ¡anje enot</translation> + </message> + <message> + <location/> + <source>QtDBus module</source> + <translation type="obsolete">Modul QtDBus</translation> + </message> + <message> + <location/> + <source>Classes for Inter-Process Communication using the D-Bus</source> + <translation type="obsolete">Razredi za medprocesno komunikacijo z uporabo D-Busa</translation> + </message> + <message> + <location/> + <source>Application</source> + <translation type="obsolete">Program</translation> + </message> + <message> + <location/> + <source>Create a standalone application</source> + <translation type="obsolete">Ustvari samostojen program</translation> + </message> + <message> + <location/> + <source>Dynamic Library</source> + <translation type="obsolete">DinamiÄna knjižnica</translation> + </message> + <message> + <location/> + <source>Create a dynamic library for usage in other applications</source> + <translation type="obsolete">Ustvari dinamiÄno knjižnico za uporabo v drugih programih</translation> + </message> + <message> + <location/> + <source>Static Library</source> + <translation type="obsolete">StatiÄna knjižnica</translation> + </message> + <message> + <location/> + <source>Create a static library for usage in other applications</source> + <translation type="obsolete">Ustvari statiÄno knjižnico za uporabo v drugih programih</translation> + </message> + <message> + <location/> + <source>Add Operator</source> + <translation type="obsolete">Dodaj operator</translation> + </message> + <message> + <location/> + <source>Remove Operator</source> + <translation type="obsolete">Odstrani operator</translation> + </message> + <message> + <location/> + <source>Replace Operator</source> + <translation type="obsolete">Nadomesti operator</translation> + </message> + <message> + <location/> + <source>Set Operator</source> + <translation type="obsolete">Nastavi operator</translation> + </message> + <message> + <location/> + <source>Unique Add Operator</source> + <translation type="obsolete">Operator edinstvenega dodajanja</translation> + </message> +</context> +<context> + <name>Subversion::Internal::SubversionOutputWindow</name> + <message> + <location/> + <source>Subversion Output</source> + <translation type="obsolete">Izhod Subversion</translation> + </message> + <message> + <location/> + <source>Subversion</source> + <translation type="obsolete">Subversion</translation> + </message> +</context> +<context> + <name>View</name> + <message> + <location/> + <source>Paste</source> + <translation type="obsolete">Prilepi</translation> + </message> + <message> + <location/> + <source><Username></source> + <translation type="obsolete"><uporabniÅ¡ko ime></translation> + </message> + <message> + <location/> + <source><Description></source> + <translation type="obsolete"><opis></translation> + </message> + <message> + <location/> + <source><Comment></source> + <translation type="obsolete"><komentar></translation> + </message> +</context> +<context> + <name>AttachRemoteDialog</name> + <message> + <location/> + <source>Start Debugger</source> + <translation type="obsolete">Zaženi razhroÅ¡Äevalnik</translation> + </message> + <message> + <location/> + <source>Attach to Process ID:</source> + <translation type="obsolete">Priklopi se na ID procesa:</translation> + </message> + <message> + <location/> + <source>Filter:</source> + <translation type="obsolete">Filter:</translation> + </message> + <message> + <location/> + <source>...</source> + <translation type="obsolete">...</translation> + </message> +</context> +<context> + <name>CdbDumperHelper</name> + <message> + <location/> + <source>Loading dumpers...</source> + <translation type="obsolete">Nalaganje odlagalnikov ...</translation> + </message> + <message> + <location/> + <source>The debugger does not appear to be Qt application.</source> + <translation type="obsolete">Kot kaže razhroÅ¡Äevalnik ni program napisan s Qt.</translation> + </message> + <message> + <location/> + <source>The dumper module appears to be already loaded.</source> + <translation type="obsolete">Kot kaže je modul odlagalnika že naložen.</translation> + </message> + <message> + <location/> + <source>Dumper library '%1' loaded.</source> + <translation type="obsolete">Odlagalna knjižnica »%1« je naložena.</translation> + </message> + <message> + <location/> + <source>The dumper library '%1' could not be loaded: +%2</source> + <translation type="obsolete">Odlagalne knjižnice »%1« ni bilo moÄ naložiti: +%2</translation> + </message> + <message> + <location/> + <source>Querying dumpers for '%1'/'%2' (%3)</source> + <translation type="obsolete">Pri odlagalnikih poizvedujem po »%1«/»%2« (%3)</translation> + </message> +</context> +<context> + <name>CentralWidget</name> + <message> + <location/> + <source>Add new page</source> + <translation type="obsolete">Dodaj novo stran</translation> + </message> + <message> + <location/> + <source>Print Document</source> + <translation type="obsolete">Natisni dokument</translation> + </message> + <message> + <location/> + <source>unknown</source> + <translation type="obsolete">neznano</translation> + </message> + <message> + <location/> + <source>Add New Page</source> + <translation type="obsolete">Dodaj novo stran</translation> + </message> + <message> + <location/> + <source>Close This Page</source> + <translation type="obsolete">Zapri to stran</translation> + </message> + <message> + <location/> + <source>Close Other Pages</source> + <translation type="obsolete">Zapri druge strani</translation> + </message> + <message> + <location/> + <source>Add Bookmark for this Page...</source> + <translation type="obsolete">Dodaj zaznamek za to stran ...</translation> + </message> +</context> +<context> + <name>Core::Internal::CommandPrivate</name> + <message> + <location/> + <source>Other</source> + <translation type="obsolete">Drugo</translation> + </message> +</context> +<context> + <name>Debugger::Internal::AttachRemoteDialog</name> + <message> + <location/> + <source>Refresh</source> + <translation type="obsolete">Osveži</translation> + </message> +</context> +<context> + <name>Designer::Internal::FormClassWizard</name> + <message> + <location/> + <source>Internal error: FormClassWizard::generateFiles: empty template contents</source> + <translation type="obsolete">Notranja napaka: FormClassWizard::generateFiles: prazna vsebina predloge</translation> + </message> +</context> +<context> + <name>Designer::Internal::WorkbenchIntegration</name> + <message> + <location/> + <source>The class definition of '%1' could not be found in %2.</source> + <translation type="obsolete">Definicije razreda »%1« ni bilo moÄ najti v %2.</translation> + </message> + <message> + <location/> + <source>Error finding/adding a slot.</source> + <translation type="obsolete">Napaka iskanja ali dodajanja reže.</translation> + </message> + <message> + <location/> + <source>No documents matching '%1' could be found. +Rebuilding the project might help.</source> + <translation type="obsolete">Ni bilo moÄ najti nobenega dokumenta, ki se ujema z »%1«. +Morda lahko pomaga ponovna gradnja projekta.</translation> + </message> + <message> + <location/> + <source>Unable to add the method definition.</source> + <translation type="obsolete">Ni moÄ dodati definicije metode.</translation> + </message> +</context> +<context> + <name>MimeDatabase</name> + <message> + <location/> + <source>Not a number '%1'.</source> + <translation type="obsolete">Ni Å¡tevilka »%1«</translation> + </message> + <message> + <location/> + <source>Empty match value detected.</source> + <translation type="obsolete">Zaznana ja prazna ujemajoÄa vrednost</translation> + </message> + <message> + <location/> + <source>Missing 'type'-attribute</source> + <translation type="obsolete">Manjka lastnost »type«</translation> + </message> + <message> + <location/> + <source>Unexpected element <%1></source> + <translation type="obsolete">NepriÄakovan element <%1></translation> + </message> + <message> + <location/> + <source>An error has been encountered at line %1 of %2: %3:</source> + <translation type="obsolete">PriÅ¡lo je do napake v vrstici %1 datoteke %2: %3</translation> + </message> + <message> + <location/> + <source>Cannot open %1: %2</source> + <translation type="obsolete">Ni moÄ odpreti %1: %2</translation> + </message> +</context> +<context> + <name>OpenEditorsView</name> + <message> + <location/> + <source>Form</source> + <translation type="obsolete">Obrazec</translation> + </message> +</context> +<context> + <name>Perforce::Internal::WorkbenchClientUser</name> + <message> + <location/> + <source>Perforce Error</source> + <translation type="obsolete">Napaka Perforce</translation> + </message> + <message> + <location/> + <source>Closing p4 Editor</source> + <translation type="obsolete">Zapiranje urejevalnika p4</translation> + </message> +</context> +</TS> diff --git a/share/qtcreator/translations/translations.pro b/share/qtcreator/translations/translations.pro index 5c384ccb7f06870f19bbcd4d5d9b816228a48612..75f65abf0170bd789aae7834b57611e403265e93 100644 --- a/share/qtcreator/translations/translations.pro +++ b/share/qtcreator/translations/translations.pro @@ -1,6 +1,6 @@ include(../../../qtcreator.pri) -LANGUAGES = de es fr it ja pl ru +LANGUAGES = de es fr it ja pl ru sl # var, prepend, append defineReplace(prependAll) { diff --git a/src/libs/cplusplus/BackwardsScanner.cpp b/src/libs/cplusplus/BackwardsScanner.cpp index da12f3e599a2b6f039a6fdcc1479a9900d71045c..7f1f6cdfe6b9d816a656346e760b6d2ae5ae4c6f 100644 --- a/src/libs/cplusplus/BackwardsScanner.cpp +++ b/src/libs/cplusplus/BackwardsScanner.cpp @@ -131,6 +131,11 @@ int BackwardsScanner::previousBlockState(const QTextBlock &block) const return 0; } +int BackwardsScanner::size() const +{ + return _tokens.size(); +} + int BackwardsScanner::startOfMatchingBrace(int index) const { const BackwardsScanner &tk = *this; diff --git a/src/libs/cplusplus/BackwardsScanner.h b/src/libs/cplusplus/BackwardsScanner.h index b2e7414951e12d62d9d32d3dd5d0b08c2d0e1fae..d991906fc55703f0bb18aee92a7fad3dfbc6af84 100644 --- a/src/libs/cplusplus/BackwardsScanner.h +++ b/src/libs/cplusplus/BackwardsScanner.h @@ -69,6 +69,8 @@ public: int previousBlockState(const QTextBlock &block) const; + int size() const; + private: const SimpleToken &fetchToken(int i); diff --git a/src/libs/utils/newclasswidget.cpp b/src/libs/utils/newclasswidget.cpp index b3378281a9d7ae6d83aea33dd4af01aac2856a78..0d1168fd9ca66a45adda2bf0e9422036f972489a 100644 --- a/src/libs/utils/newclasswidget.cpp +++ b/src/libs/utils/newclasswidget.cpp @@ -122,6 +122,7 @@ NewClassWidget::NewClassWidget(QWidget *parent) : m_d->m_ui.generateFormCheckBox->setChecked(true); setFormInputCheckable(false, true); + setClassType(NoClassType); } NewClassWidget::~NewClassWidget() @@ -172,17 +173,6 @@ void NewClassWidget::setBaseClassInputVisible(bool visible) m_d->m_ui.baseClassComboBox->setVisible(visible); } -void NewClassWidget::setQObjectCheckBoxVisible(bool visible) -{ - m_d->m_qobjectCheckBoxVisible = visible; - m_d->m_ui.qobjectCheckBox->setVisible(visible); -} - -bool NewClassWidget::isQObjectCheckBoxVisible() const -{ - return m_d->m_qobjectCheckBoxVisible; -} - void NewClassWidget::setBaseClassEditable(bool editable) { m_d->m_ui.baseClassComboBox->setEditable(editable); @@ -370,24 +360,35 @@ void NewClassWidget::setAllowDirectories(bool v) } } -bool NewClassWidget::inheritsQObject() const +bool NewClassWidget::lowerCaseFiles() const +{ + return m_d->m_ui.classLineEdit->lowerCaseFileName(); +} + +void NewClassWidget::setLowerCaseFiles(bool v) { - return m_d->m_ui.qobjectCheckBox->isChecked(); + m_d->m_ui.classLineEdit->setLowerCaseFileName(v); } -void NewClassWidget::setInheritsQObject(bool v) +NewClassWidget::ClassType NewClassWidget::classType() const { - m_d->m_ui.qobjectCheckBox->setChecked(v); + return static_cast<ClassType>(m_d->m_ui.classTypeComboBox->currentIndex()); } -bool NewClassWidget::lowerCaseFiles() const +void NewClassWidget::setClassType(ClassType ct) { - return m_d->m_ui.classLineEdit->lowerCaseFileName(); + m_d->m_ui.classTypeComboBox->setCurrentIndex(ct); } -void NewClassWidget::setLowerCaseFiles(bool v) +bool NewClassWidget::isClassTypeComboVisible() const { - m_d->m_ui.classLineEdit->setLowerCaseFileName(v); + return m_d->m_ui.classTypeLabel->isVisible(); +} + +void NewClassWidget::setClassTypeComboVisible(bool v) +{ + m_d->m_ui.classTypeLabel->setVisible(v); + m_d->m_ui.classTypeComboBox->setVisible(v); } void NewClassWidget::slotValidChanged() diff --git a/src/libs/utils/newclasswidget.h b/src/libs/utils/newclasswidget.h index 1a43877761c50439aa4d28c95b7acaec32d64337..c8923a3a3edaff2d3759be3ae6d9ae938810fc00 100644 --- a/src/libs/utils/newclasswidget.h +++ b/src/libs/utils/newclasswidget.h @@ -57,7 +57,7 @@ class QTCREATOR_UTILS_EXPORT NewClassWidget : public QWidget Q_PROPERTY(bool baseClassEditable READ isBaseClassEditable WRITE setBaseClassEditable DESIGNABLE false) Q_PROPERTY(bool formInputVisible READ isFormInputVisible WRITE setFormInputVisible DESIGNABLE true) Q_PROPERTY(bool pathInputVisible READ isPathInputVisible WRITE setPathInputVisible DESIGNABLE true) - Q_PROPERTY(bool qobjectCheckBoxVisible READ isQObjectCheckBoxVisible WRITE setQObjectCheckBoxVisible DESIGNABLE true) + Q_PROPERTY(bool classTypeComboVisible READ isClassTypeComboVisible WRITE setClassTypeComboVisible DESIGNABLE true) Q_PROPERTY(QString className READ className WRITE setClassName DESIGNABLE true) Q_PROPERTY(QString baseClassName READ baseClassName WRITE setBaseClassName DESIGNABLE true) Q_PROPERTY(QString sourceFileName READ sourceFileName DESIGNABLE false) @@ -71,11 +71,14 @@ class QTCREATOR_UTILS_EXPORT NewClassWidget : public QWidget Q_PROPERTY(bool formInputCheckable READ formInputCheckable WRITE setFormInputCheckable DESIGNABLE true) Q_PROPERTY(bool formInputChecked READ formInputChecked WRITE setFormInputChecked DESIGNABLE true) Q_PROPERTY(bool allowDirectories READ allowDirectories WRITE setAllowDirectories) - Q_PROPERTY(bool inheritsQObject READ inheritsQObject WRITE setInheritsQObject) Q_PROPERTY(bool lowerCaseFiles READ lowerCaseFiles WRITE setLowerCaseFiles) + Q_PROPERTY(ClassType classType READ classType WRITE setClassType) // Utility "USER" property for wizards containing file names. Q_PROPERTY(QStringList files READ files DESIGNABLE false USER true) + Q_ENUMS(ClassType) public: + enum ClassType { NoClassType, ClassInheritsQObject, ClassInheritsQWidget }; + explicit NewClassWidget(QWidget *parent = 0); ~NewClassWidget(); @@ -84,7 +87,6 @@ public: bool isBaseClassEditable() const; bool isFormInputVisible() const; bool isPathInputVisible() const; - bool isQObjectCheckBoxVisible() const; bool formInputCheckable() const; bool formInputChecked() const; @@ -98,9 +100,10 @@ public: QString sourceExtension() const; QString headerExtension() const; QString formExtension() const; - bool inheritsQObject() const; bool allowDirectories() const; bool lowerCaseFiles() const; + ClassType classType() const; + bool isClassTypeComboVisible() const; bool isValid(QString *error = 0) const; @@ -118,7 +121,6 @@ public slots: void setPathInputVisible(bool visible); void setFormInputCheckable(bool v); void setFormInputChecked(bool v); - void setQObjectCheckBoxVisible(bool v); /** * The name passed into the new class widget will be reformatted to be a @@ -131,9 +133,10 @@ public slots: void setSourceExtension(const QString &e); void setHeaderExtension(const QString &e); void setFormExtension(const QString &e); - void setInheritsQObject(bool v); void setAllowDirectories(bool v); void setLowerCaseFiles(bool v); + void setClassType(ClassType ct); + void setClassTypeComboVisible(bool v); /** * Suggest a class name from the base class by stripping the leading 'Q' @@ -153,7 +156,6 @@ private slots: void classNameEdited(); void slotFormInputChecked(); - private: void setFormInputCheckable(bool checkable, bool force); diff --git a/src/libs/utils/newclasswidget.ui b/src/libs/utils/newclasswidget.ui index bb2e465cc011c908cef6bf925366ccceac058b5d..2e725644bc7d9600eedf1d9058f74e3b5501f6ab 100644 --- a/src/libs/utils/newclasswidget.ui +++ b/src/libs/utils/newclasswidget.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>213</width> - <height>190</height> + <width>418</width> + <height>291</height> </rect> </property> <layout class="QFormLayout" name="formLayout"> @@ -44,6 +44,32 @@ </property> </widget> </item> + <item row="2" column="0"> + <widget class="QLabel" name="classTypeLabel"> + <property name="text"> + <string>Type information:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QComboBox" name="classTypeComboBox"> + <item> + <property name="text"> + <string>None</string> + </property> + </item> + <item> + <property name="text"> + <string>Inherits QObject</string> + </property> + </item> + <item> + <property name="text"> + <string>Inherits QWidget</string> + </property> + </item> + </widget> + </item> <item row="3" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> @@ -54,8 +80,8 @@ </property> <property name="sizeHint" stdset="0"> <size> - <width>20</width> - <height>20</height> + <width>0</width> + <height>0</height> </size> </property> </spacer> @@ -70,8 +96,8 @@ </property> <property name="sizeHint" stdset="0"> <size> - <width>20</width> - <height>20</height> + <width>0</width> + <height>0</height> </size> </property> </spacer> @@ -103,6 +129,13 @@ </property> </widget> </item> + <item row="6" column="1"> + <widget class="QCheckBox" name="generateFormCheckBox"> + <property name="text"> + <string/> + </property> + </widget> + </item> <item row="7" column="0"> <widget class="QLabel" name="formLabel"> <property name="text"> @@ -121,41 +154,27 @@ </widget> </item> <item row="8" column="1"> - <widget class="Utils::PathChooser" name="pathChooser" native="true"/> - </item> - <item row="6" column="1"> - <widget class="QCheckBox" name="generateFormCheckBox"> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QCheckBox" name="qobjectCheckBox"> - <property name="text"> - <string>Inherits QObject</string> - </property> - </widget> + <widget class="Utils::PathChooser" name="pathChooser"/> </item> </layout> </widget> <customwidgets> - <customwidget> - <class>Utils::PathChooser</class> - <extends>QWidget</extends> - <header location="global">pathchooser.h</header> - <container>1</container> - </customwidget> <customwidget> <class>Utils::ClassNameValidatingLineEdit</class> <extends>QLineEdit</extends> - <header>classnamevalidatinglineedit.h</header> + <header location="global">utils/classnamevalidatinglineedit.h</header> </customwidget> <customwidget> <class>Utils::FileNameValidatingLineEdit</class> <extends>QLineEdit</extends> <header location="global">utils/filenamevalidatinglineedit.h</header> </customwidget> + <customwidget> + <class>Utils::PathChooser</class> + <extends>QWidget</extends> + <header location="global">utils/pathchooser.h</header> + <container>1</container> + </customwidget> </customwidgets> <resources/> <connections/> diff --git a/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp b/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp index f9526756e799b3d76d39436ecce69abcacb0d486..d18b3fb0ec87cedf86881dbaf4ebd99986ed6b2f 100644 --- a/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp @@ -85,7 +85,6 @@ CMakeOpenProjectWizard::CMakeOpenProjectWizard(CMakeManager *cmakeManager, const setPage(CMakeRunPageId, new CMakeRunPage(this)); setStartId(startid); - setOption(QWizard::NoCancelButton); init(); } @@ -101,7 +100,6 @@ CMakeOpenProjectWizard::CMakeOpenProjectWizard(CMakeManager *cmakeManager, const addPage(new CMakeRunPage(this, CMakeRunPage::Recreate, buildDirectory)); else addPage(new CMakeRunPage(this, CMakeRunPage::Update, buildDirectory)); - setOption(QWizard::NoCancelButton); init(); } diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.cpp b/src/plugins/cmakeprojectmanager/cmakeproject.cpp index 82927da6e03a564275db5bc2de62392c054cdb78..883e1451dd574a4ecb67a1caf830dc3bff108853 100644 --- a/src/plugins/cmakeprojectmanager/cmakeproject.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeproject.cpp @@ -648,7 +648,8 @@ bool CMakeProject::restoreSettingsImpl(ProjectExplorer::PersistentSettingsReader // and the cmake command line CMakeOpenProjectWizard copw(m_manager, sourceDirectory(), ProjectExplorer::Environment::systemEnvironment()); - copw.exec(); + if (copw.exec() != QDialog::Accepted) + return false; qDebug()<<"ccd.buildDirectory()"<<copw.buildDirectory(); @@ -690,7 +691,8 @@ bool CMakeProject::restoreSettingsImpl(ProjectExplorer::PersistentSettingsReader buildDirectory(activeBC), mode, environment(activeBC)); - copw.exec(); + if (copw.exec() != QDialog::Accepted) + return false; activeBC->setValue("msvcVersion", copw.msvcVersion()); } } diff --git a/src/plugins/cppeditor/cppclasswizard.cpp b/src/plugins/cppeditor/cppclasswizard.cpp index 02ce50a5e1fd98d58a81aa15b19b8ec5e1628211..199f56573cec7b8ab31d931ad1d855794c9dc89f 100644 --- a/src/plugins/cppeditor/cppclasswizard.cpp +++ b/src/plugins/cppeditor/cppclasswizard.cpp @@ -155,7 +155,7 @@ CppClassWizardParameters CppClassWizardDialog::parameters() const rc.sourceFile = ncw->sourceFileName(); rc.baseClass = ncw->baseClassName(); rc.path = ncw->path(); - rc.inheritsQObject = ncw->inheritsQObject(); + rc.classType = ncw->classType(); return rc; } @@ -217,7 +217,8 @@ bool CppClassWizard::generateHeaderAndSource(const CppClassWizardParameters &par QString *header, QString *source) { // TODO: - // Quite a bit of this code has been copied from FormClassWizardParameters::generateCpp. + // Quite a bit of this code has been copied from FormClassWizardParameters::generateCpp + // and is duplicated in the library wizard. // Maybe more of it could be merged into Utils. const QString indent = QString(4, QLatin1Char(' ')); @@ -239,10 +240,27 @@ bool CppClassWizard::generateHeaderAndSource(const CppClassWizardParameters &par const QRegExp qtClassExpr(QLatin1String("^Q[A-Z3].+")); QTC_ASSERT(qtClassExpr.isValid(), /**/); - const bool superIsQtClass = qtClassExpr.exactMatch(params.baseClass); + // Determine parent QObject type for Qt types. Provide base + // class in case the user did not specify one. + QString parentQObjectClass; + bool defineQObjectMacro = false; + switch(params.classType) { + case Utils::NewClassWidget::ClassInheritsQObject: + parentQObjectClass = QLatin1String("QObject"); + defineQObjectMacro = true; + break; + case Utils::NewClassWidget::ClassInheritsQWidget: + parentQObjectClass = QLatin1String("QWidget"); + defineQObjectMacro = true; + break; + } + const QString baseClass = params.baseClass.isEmpty() + && params.classType != Utils::NewClassWidget::NoClassType ? + parentQObjectClass : params.baseClass; + const bool superIsQtClass = qtClassExpr.exactMatch(baseClass); if (superIsQtClass) { headerStr << '\n'; - Utils::writeIncludeFileDirective(params.baseClass, true, headerStr); + Utils::writeIncludeFileDirective(baseClass, true, headerStr); } const QString namespaceIndent = Utils::writeOpeningNameSpaces(namespaceList, QString(), headerStr); @@ -250,15 +268,24 @@ bool CppClassWizard::generateHeaderAndSource(const CppClassWizardParameters &par // Class declaration headerStr << '\n'; headerStr << namespaceIndent << "class " << unqualifiedClassName; - if (!params.baseClass.isEmpty()) - headerStr << " : public " << params.baseClass << "\n"; + if (!baseClass.isEmpty()) + headerStr << " : public " << baseClass << "\n"; else headerStr << "\n"; headerStr << namespaceIndent << "{\n"; - if (params.inheritsQObject) + if (defineQObjectMacro) headerStr << namespaceIndent << "Q_OBJECT\n"; headerStr << namespaceIndent << "public:\n" - << namespaceIndent << indent << unqualifiedClassName << "();\n"; + << namespaceIndent << indent; + // Constructor + if (parentQObjectClass.isEmpty()) { + headerStr << unqualifiedClassName << "();\n"; + } else { + headerStr << "explicit " << unqualifiedClassName << '(' << parentQObjectClass + << " *parent = 0);\n"; + } + if (defineQObjectMacro) + headerStr << '\n' << namespaceIndent << "signals:\n\n" << namespaceIndent << "public slots:\n\n"; headerStr << namespaceIndent << "};\n"; Utils::writeClosingNameSpaces(namespaceList, QString(), headerStr); @@ -274,7 +301,15 @@ bool CppClassWizard::generateHeaderAndSource(const CppClassWizardParameters &par Utils::writeOpeningNameSpaces(namespaceList, QString(), sourceStr); // Constructor - sourceStr << '\n' << namespaceIndent << unqualifiedClassName << "::" << unqualifiedClassName << "()\n"; + sourceStr << '\n' << namespaceIndent ; + if (parentQObjectClass.isEmpty()) { + sourceStr << unqualifiedClassName << "::" << unqualifiedClassName << "()\n"; + } else { + sourceStr << unqualifiedClassName << "::" << unqualifiedClassName + << '(' << parentQObjectClass << " *parent) :\n" + << namespaceIndent << indent << baseClass << "(parent)\n"; + } + sourceStr << namespaceIndent << "{\n" << namespaceIndent << "}\n"; Utils::writeClosingNameSpaces(namespaceList, QString(), sourceStr); diff --git a/src/plugins/cppeditor/cppclasswizard.h b/src/plugins/cppeditor/cppclasswizard.h index 0d2f2ae11fafcb00820a96ce8f09e04f8742f830..89d364ace4ce73c2ec61c77662613ad83e76a9c8 100644 --- a/src/plugins/cppeditor/cppclasswizard.h +++ b/src/plugins/cppeditor/cppclasswizard.h @@ -74,7 +74,7 @@ struct CppClassWizardParameters QString sourceFile; QString baseClass; QString path; - bool inheritsQObject; + int classType; }; class CppClassWizardDialog : public QWizard diff --git a/src/plugins/cppeditor/cppeditor.cpp b/src/plugins/cppeditor/cppeditor.cpp index e323ff0651a61eaf7f4aa937860c26b5100fb68c..dcec76f36735a6532bb6267b303f73be42c823fd 100644 --- a/src/plugins/cppeditor/cppeditor.cpp +++ b/src/plugins/cppeditor/cppeditor.cpp @@ -1579,7 +1579,8 @@ void CPPEditor::indentBlock(QTextDocument *doc, QTextBlock block, QChar typedCha tabSettings().indentLine(block, indent); return; } else if ((firstToken.is(T_PUBLIC) || firstToken.is(T_PROTECTED) || firstToken.is(T_PRIVATE) || - firstToken.is(T_Q_SIGNALS) || firstToken.is(T_Q_SLOTS)) && tk[1].is(T_COLON)) { + firstToken.is(T_Q_SIGNALS) || firstToken.is(T_Q_SLOTS)) && + tk.size() > 1 && tk[1].is(T_COLON)) { const int startOfBlock = tk.startOfBlock(0); if (startOfBlock != 0) { const int indent = tk.indentation(startOfBlock); @@ -1643,14 +1644,6 @@ void CPPEditor::contextMenuEvent(QContextMenuEvent *e) QMenu *menu = new QMenu(); - -// QMenu *menu = createStandardContextMenu(); -// -// // Remove insert unicode control character -// QAction *lastAction = menu->actions().last(); -// if (lastAction->menu() && QLatin1String(lastAction->menu()->metaObject()->className()) == QLatin1String("QUnicodeControlCharacterMenu")) -// menu->removeAction(lastAction); - Core::ActionManager *am = Core::ICore::instance()->actionManager(); Core::ActionContainer *mcontext = am->actionContainer(CppEditor::Constants::M_CONTEXT); QMenu *contextMenu = mcontext->menu(); @@ -1661,6 +1654,8 @@ void CPPEditor::contextMenuEvent(QContextMenuEvent *e) const QList<QTextEdit::ExtraSelection> selections = extraSelections(BaseTextEditor::CodeSemanticsSelection); + appendStandardContextMenuActions(menu); + menu->exec(e->globalPos()); delete menu; } diff --git a/src/plugins/cpptools/cppcodecompletion.cpp b/src/plugins/cpptools/cppcodecompletion.cpp index 5cea0c14c9e0c76d645808dfcef192465b18c160..3e8e1df882bbc7e3e8cb67a8d268a186a68a69e3 100644 --- a/src/plugins/cpptools/cppcodecompletion.cpp +++ b/src/plugins/cpptools/cppcodecompletion.cpp @@ -214,12 +214,21 @@ protected: { _item = newCompletionItem(name->unqualifiedNameId()); } }; +struct CompleteFunctionDeclaration +{ + explicit CompleteFunctionDeclaration(Function *f = 0) + : function(f) + {} + + Function *function; +}; } // namespace Internal } // namespace CppTools using namespace CppTools::Internal; +Q_DECLARE_METATYPE(CompleteFunctionDeclaration) void FakeToolTipFrame::paintEvent(QPaintEvent *) { @@ -1074,18 +1083,13 @@ bool CppCodeCompletion::completeConstructorOrFunction(const QList<TypeOfExpressi Overview overview; overview.setShowArgumentNames(true); - // get rid of parentheses and cv-qualifiers - QString completion = overview(f->type()); - if (f->isVolatile() || f->isConst()) - completion = completion.mid(1, completion.lastIndexOf(')') - 1); - else - completion = completion.mid(1, completion.size() - 2); - - if (completion.size()) { - TextEditor::CompletionItem item(this); - item.text = completion; - m_completions.append(item); - } + // gets: "parameter list) cv-spec", + QString completion = overview(f->type()).mid(1); + + TextEditor::CompletionItem item(this); + item.text = completion; + item.data = QVariant::fromValue(CompleteFunctionDeclaration(f)); + m_completions.append(item); } return true; } @@ -1567,6 +1571,14 @@ void CppCodeCompletion::complete(const TextEditor::CompletionItem &item) } } } + + if (m_autoInsertBrackets && item.data.canConvert<CompleteFunctionDeclaration>()) { + // everything from the closing parenthesis on are extra chars, to + // make sure an auto-inserted ")" gets replaced by ") const" if necessary + int closingParen = toInsert.lastIndexOf(QLatin1Char(')')); + extraChars = toInsert.mid(closingParen); + toInsert.truncate(closingParen); + } } // Avoid inserting characters that are already there diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h index d3bc9d20f4027734d1561338de98b7f26939ef3b..6640b4033d5f78943e0a1a3e31c9a971847ca540 100644 --- a/src/plugins/debugger/debuggerconstants.h +++ b/src/plugins/debugger/debuggerconstants.h @@ -57,6 +57,12 @@ const char * const DEBUGGER_SETTINGS_CATEGORY = QT_TRANSLATE_NOOP("Debugger", "D namespace Internal { enum { debug = 0 }; +#ifdef Q_OS_MAC + const char * const LD_PRELOAD_ENV_VAR = "DYLD_INSERT_LIBRARIES"; +#else + const char * const LD_PRELOAD_ENV_VAR = "LD_PRELOAD"; +#endif + } } // namespace Constants @@ -75,9 +81,11 @@ enum DebuggerState InferiorStartFailed, InferiorRunningRequested, // Debuggee requested to run + InferiorRunningRequested_Kill, // Debuggee requested to run, but want to kill it InferiorRunning, // Debuggee running InferiorStopping, // Debuggee running, stop requested + InferiorStopping_Kill, // Debuggee running, stop requested, want to kill it InferiorStopped, // Debuggee stopped InferiorStopFailed, // Debuggee not stopped, will kill debugger diff --git a/src/plugins/debugger/debuggermanager.cpp b/src/plugins/debugger/debuggermanager.cpp index 468203d9929dcfa0feab4ae752d70d3b401f7190..62139d7d488ab9d0f27e52f4da1305e077f06400 100644 --- a/src/plugins/debugger/debuggermanager.cpp +++ b/src/plugins/debugger/debuggermanager.cpp @@ -192,9 +192,11 @@ const char *DebuggerManager::stateName(int s) SN(InferiorStarting) SN(InferiorStartFailed) SN(InferiorRunningRequested) + SN(InferiorRunningRequested_Kill) SN(InferiorRunning) SN(InferiorUnrunnable) SN(InferiorStopping) + SN(InferiorStopping_Kill) SN(InferiorStopped) SN(InferiorStopFailed) SN(InferiorShuttingDown) @@ -292,7 +294,8 @@ DebuggerManager *DebuggerManagerPrivate::instance = 0; DebuggerManagerPrivate::DebuggerManagerPrivate(DebuggerManager *manager) : m_startParameters(new DebuggerStartParameters), - m_disassemblerViewAgent(manager) + m_disassemblerViewAgent(manager), + m_engine(0) { m_inferiorPid = 0; } @@ -953,6 +956,8 @@ static IDebuggerEngine *determineDebuggerEngine(int /* pid */, void DebuggerManager::startNewDebugger(const DebuggerStartParametersPtr &sp) { + if (d->m_state != DebuggerNotReady) + return; d->m_startParameters = sp; d->m_inferiorPid = d->m_startParameters->attachPID > 0 ? d->m_startParameters->attachPID : 0; @@ -1563,11 +1568,17 @@ static bool isAllowedTransition(int from, int to) return to == EngineShuttingDown; case InferiorRunningRequested: + return to == InferiorRunning || to == InferiorStopped + || to == InferiorRunningRequested_Kill; + case InferiorRunningRequested_Kill: return to == InferiorRunning || to == InferiorStopped; case InferiorRunning: return to == InferiorStopping; case InferiorStopping: + return to == InferiorStopped || to == InferiorStopFailed + || to == InferiorStopping_Kill; + case InferiorStopping_Kill: return to == InferiorStopped || to == InferiorStopFailed; case InferiorStopped: return to == InferiorRunningRequested || to == InferiorShuttingDown; @@ -1690,6 +1701,8 @@ bool DebuggerManager::debuggerActionsEnabled() const case AdapterStarted: case AdapterStartFailed: case InferiorStartFailed: + case InferiorRunningRequested_Kill: + case InferiorStopping_Kill: case InferiorStopFailed: case InferiorShuttingDown: case InferiorShutDown: diff --git a/src/plugins/debugger/gdb/abstractgdbadapter.h b/src/plugins/debugger/gdb/abstractgdbadapter.h index 83a76682b042831c1f639da10cd17bea27b50aa7..8685e98a81c1dbec75f43c1890d7155e9e2d7029 100644 --- a/src/plugins/debugger/gdb/abstractgdbadapter.h +++ b/src/plugins/debugger/gdb/abstractgdbadapter.h @@ -48,6 +48,11 @@ class AbstractGdbAdapter : public QObject Q_OBJECT public: + enum DumperHandling { DumperNotAvailable, + DumperLoadedByAdapter, + DumperLoadedByGdbPreload, + DumperLoadedByGdb }; + AbstractGdbAdapter(GdbEngine *engine, QObject *parent = 0); virtual ~AbstractGdbAdapter(); @@ -61,7 +66,7 @@ public: virtual void shutdown(); virtual const char *inferiorShutdownCommand() const; - virtual bool dumpersAvailable() const = 0; + virtual DumperHandling dumperHandling() const = 0; static QString msgGdbStopFailed(const QString &why); static QString msgInferiorStopFailed(const QString &why); diff --git a/src/plugins/debugger/gdb/attachgdbadapter.h b/src/plugins/debugger/gdb/attachgdbadapter.h index 006b49b1a5b6b37c854087e0a0c62e2d97f0aeb3..16a279f01b032856606410c9acb82794e407582b 100644 --- a/src/plugins/debugger/gdb/attachgdbadapter.h +++ b/src/plugins/debugger/gdb/attachgdbadapter.h @@ -48,7 +48,7 @@ class AttachGdbAdapter : public AbstractGdbAdapter public: AttachGdbAdapter(GdbEngine *engine, QObject *parent = 0); - bool dumpersAvailable() const { return true; } + virtual DumperHandling dumperHandling() const { return DumperLoadedByGdb; } void startAdapter(); void startInferior(); diff --git a/src/plugins/debugger/gdb/coregdbadapter.h b/src/plugins/debugger/gdb/coregdbadapter.h index e0bc387c055a8eb4d4dbdda713454a5290b66ca2..bcf95039a41adb24540f767bf0dbbd2a496f09f2 100644 --- a/src/plugins/debugger/gdb/coregdbadapter.h +++ b/src/plugins/debugger/gdb/coregdbadapter.h @@ -52,7 +52,7 @@ class CoreGdbAdapter : public AbstractGdbAdapter public: CoreGdbAdapter(GdbEngine *engine, QObject *parent = 0); - bool dumpersAvailable() const { return false; } + virtual DumperHandling dumperHandling() const { return DumperNotAvailable; } void startAdapter(); void startInferior(); diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index b16ad59c9b1e58c881893639d1710278233a4989..430e1a24d11ae27d4edf0179d54ff0fc35042d27 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -115,8 +115,10 @@ static bool stateAcceptsGdbCommands(DebuggerState state) case InferiorStarting: case InferiorStartFailed: case InferiorRunningRequested: + case InferiorRunningRequested_Kill: case InferiorRunning: case InferiorStopping: + case InferiorStopping_Kill: case InferiorStopped: case InferiorShuttingDown: case InferiorShutDown: @@ -596,7 +598,10 @@ void GdbEngine::handleResponse(const QByteArray &buff) void GdbEngine::readGdbStandardError() { - qWarning() << "Unexpected gdb stderr:" << m_gdbProc.readAllStandardError(); + QByteArray err = m_gdbProc.readAllStandardError(); + if (err == "Undefined command: \"bb\". Try \"help\".\n") + return; + qWarning() << "Unexpected gdb stderr:" << err; } void GdbEngine::readGdbStandardOutput() @@ -646,6 +651,16 @@ void GdbEngine::interruptInferior() m_gdbAdapter->interruptInferior(); } +void GdbEngine::interruptInferiorTemporarily() +{ + interruptInferior(); + foreach (const GdbCommand &cmd, m_commandsToRunOnTemporaryBreak) + if (cmd.flags & LosesChild) { + setState(InferiorStopping_Kill); + break; + } +} + void GdbEngine::maybeHandleInferiorPidChanged(const QString &pid0) { const qint64 pid = pid0.toLongLong(); @@ -727,9 +742,23 @@ void GdbEngine::postCommandHelper(const GdbCommand &cmd) // Queue the commands that we cannot send at once. debugMessage(_("QUEUING COMMAND ") + cmd.command); m_commandsToRunOnTemporaryBreak.append(cmd); - if (state() != InferiorStopping) { + if (state() == InferiorStopping) { + if (cmd.flags & LosesChild) + setState(InferiorStopping_Kill); + debugMessage(_("CHILD ALREADY BEING INTERRUPTED")); + } else if (state() == InferiorStopping_Kill) { + debugMessage(_("CHILD ALREADY BEING INTERRUPTED (KILL PENDING)")); + } else if (state() == InferiorRunningRequested) { + if (cmd.flags & LosesChild) + setState(InferiorRunningRequested_Kill); + debugMessage(_("RUNNING REQUESTED; POSTPONING INTERRUPT")); + } else if (state() == InferiorRunningRequested_Kill) { + debugMessage(_("RUNNING REQUESTED; POSTPONING INTERRUPT (KILL PENDING)")); + } else if (state() == InferiorRunning) { showStatusMessage(tr("Stopping temporarily."), 1000); - interruptInferior(); // FIXME: race condition between gdb and kill() + interruptInferiorTemporarily(); + } else { + qDebug() << "ATTEMPTING TO QUEUE COMMAND IN INAPPROPRIATE STATE" << state(); } } } else if (!cmd.command.isEmpty()) { @@ -737,6 +766,17 @@ void GdbEngine::postCommandHelper(const GdbCommand &cmd) } } +void GdbEngine::flushQueuedCommands() +{ + showStatusMessage(tr("Processing queued commands."), 1000); + while (!m_commandsToRunOnTemporaryBreak.isEmpty()) { + GdbCommand cmd = m_commandsToRunOnTemporaryBreak.takeFirst(); + debugMessage(_("RUNNING QUEUED COMMAND %1 %2") + .arg(cmd.command).arg(_(cmd.callbackName))); + flushCommand(cmd); + } +} + void GdbEngine::flushCommand(const GdbCommand &cmd0) { GdbCommand cmd = cmd0; @@ -755,6 +795,9 @@ void GdbEngine::flushCommand(const GdbCommand &cmd0) gdbInputAvailable(LogInput, cmd.command); m_gdbAdapter->write(cmd.command.toLatin1() + "\r\n"); + + if (cmd.flags & LosesChild) + setState(InferiorShuttingDown); } void GdbEngine::handleResultRecord(GdbResponse *response) @@ -805,6 +848,8 @@ void GdbEngine::handleResultRecord(GdbResponse *response) debugMessage(_("APPLYING WORKAROUND #4")); setState(InferiorStopping); setState(InferiorStopped); + setState(InferiorShuttingDown); + setState(InferiorShutDown); showStatusMessage(tr("Executable failed: %1") .arg(QString::fromLocal8Bit(msg))); shutdown(); @@ -861,6 +906,13 @@ void GdbEngine::handleResultRecord(GdbResponse *response) << "LEAVES PENDING AT" << m_pendingRequests); } + // Commands were queued, but we were in RunningRequested state, so the interrupt + // was postponed. + // This is done after the command callbacks so the running-requesting commands + // can assert on the right state. + if (state() == InferiorRunning && !m_commandsToRunOnTemporaryBreak.isEmpty()) + interruptInferiorTemporarily(); + // Continue only if there are no commands wire anymore, so this will // be fully synchroneous. // This is somewhat inefficient, as it makes the last command synchronous. @@ -1054,17 +1106,16 @@ void GdbEngine::handleStopResponse(const GdbMi &data) } if (!m_commandsToRunOnTemporaryBreak.isEmpty()) { - QTC_ASSERT(state() == InferiorStopping, qDebug() << state()) + QTC_ASSERT(state() == InferiorStopping || state() == InferiorStopping_Kill, + qDebug() << state()) setState(InferiorStopped); - showStatusMessage(tr("Processing queued commands."), 1000); - while (!m_commandsToRunOnTemporaryBreak.isEmpty()) { - GdbCommand cmd = m_commandsToRunOnTemporaryBreak.takeFirst(); - debugMessage(_("RUNNING QUEUED COMMAND %1 %2") - .arg(cmd.command).arg(_(cmd.callbackName))); - flushCommand(cmd); + flushQueuedCommands(); + if (state() == InferiorStopped) { + QTC_ASSERT(m_commandsDoneCallback == 0, /**/); + m_commandsDoneCallback = &GdbEngine::autoContinueInferior; + } else { + QTC_ASSERT(state() == InferiorShuttingDown, qDebug() << state()) } - QTC_ASSERT(m_commandsDoneCallback == 0, /**/); - m_commandsDoneCallback = &GdbEngine::autoContinueInferior; return; } @@ -1154,7 +1205,8 @@ void GdbEngine::handleStopResponse(const GdbMi &data) } } - bool initHelpers = (m_debuggingHelperState == DebuggingHelperUninitialized); + bool initHelpers = m_debuggingHelperState == DebuggingHelperUninitialized + || m_debuggingHelperState == DebuggingHelperLoadTried; // Don't load helpers on stops triggered by signals unless it's // an intentional trap. if (initHelpers && reason == "signal-received") { @@ -1311,10 +1363,18 @@ void GdbEngine::handleExecContinue(const GdbResponse &response) // The "running" state is picked up in handleResponse() QTC_ASSERT(state() == InferiorRunning, /**/); } else { + if (state() == InferiorRunningRequested_Kill) { + setState(InferiorStopped); + m_commandsToRunOnTemporaryBreak.clear(); + shutdown(); + return; + } QTC_ASSERT(state() == InferiorRunningRequested, /**/); setState(InferiorStopped); QByteArray msg = response.data.findChild("msg").data(); if (msg.startsWith("Cannot find bounds of current function")) { + if (!m_commandsToRunOnTemporaryBreak.isEmpty()) + flushQueuedCommands(); showStatusMessage(tr("Stopped."), 5000); //showStatusMessage(tr("No debug information available. " // "Leaving function...")); @@ -1322,6 +1382,7 @@ void GdbEngine::handleExecContinue(const GdbResponse &response) } else { showMessageBox(QMessageBox::Critical, tr("Execution Error"), tr("Cannot continue debugged process:\n") + QString::fromLocal8Bit(msg)); + m_commandsToRunOnTemporaryBreak.clear(); shutdown(); } } @@ -1357,6 +1418,8 @@ void GdbEngine::shutdown() case EngineStarting: // We can't get here, really case InferiorShuttingDown: // Will auto-trigger further shutdown steps case EngineShuttingDown: // Do not disturb! :) + case InferiorRunningRequested_Kill: + case InferiorStopping_Kill: break; case AdapterStarting: // GDB is up, adapter is "doing something" setState(AdapterStartFailed); @@ -1376,8 +1439,7 @@ void GdbEngine::shutdown() case InferiorStopped: // FIXME set some timeout? postCommand(_(m_gdbAdapter->inferiorShutdownCommand()), - NeedsStop, CB(handleInferiorShutdown)); - setState(InferiorShuttingDown); // Do it after posting the command! + NeedsStop | LosesChild, CB(handleInferiorShutdown)); break; case AdapterStarted: // We can't get here, really case InferiorStartFailed: @@ -1482,7 +1544,7 @@ AbstractGdbAdapter *GdbEngine::createAdapter(const DebuggerStartParametersPtr &s case AttachCore: return new CoreGdbAdapter(this); case StartRemote: - return new RemoteGdbAdapter(this); + return new RemoteGdbAdapter(this, sp->toolChainType); case AttachExternal: return new AttachGdbAdapter(this); default: @@ -1509,7 +1571,7 @@ void GdbEngine::startDebugger(const DebuggerStartParametersPtr &sp) m_gdbAdapter = createAdapter(sp); connectAdapter(); - if (startModeAllowsDumpers()) + if (m_gdbAdapter->dumperHandling() != AbstractGdbAdapter::DumperNotAvailable) connectDebuggingHelperActions(); m_gdbAdapter->startAdapter(); @@ -2722,7 +2784,7 @@ bool GdbEngine::hasDebuggingHelperForType(const QString &type) const if (!theDebuggerBoolSetting(UseDebuggingHelpers)) return false; - if (!startModeAllowsDumpers()) { + if (m_gdbAdapter->dumperHandling() == AbstractGdbAdapter::DumperNotAvailable) { // "call" is not possible in gdb when looking at core files return type == __("QString") || type.endsWith(__("::QString")) || type == __("QStringList") || type.endsWith(__("::QStringList")); @@ -2764,7 +2826,7 @@ void GdbEngine::runDirectDebuggingHelper(const WatchData &data, bool dumpChildre void GdbEngine::runDebuggingHelper(const WatchData &data0, bool dumpChildren) { - if (!startModeAllowsDumpers()) { + if (m_debuggingHelperState != DebuggingHelperAvailable) { runDirectDebuggingHelper(data0, dumpChildren); return; } @@ -3800,14 +3862,50 @@ void GdbEngine::assignValueInDebugger(const QString &expression, const QString & postCommand(_("-var-assign assign ") + value, Discardable, CB(handleVarAssign)); } +QString GdbEngine::qtDumperLibraryName() const +{ + return m_manager->qtDumperLibraryName(); +} + +bool GdbEngine::checkDebuggingHelpers() +{ + if (!manager()->qtDumperLibraryEnabled()) + return false; + const QString lib = qtDumperLibraryName(); + //qDebug() << "DUMPERLIB:" << lib; + const QFileInfo fi(lib); + if (!fi.exists()) { + const QStringList &locations = manager()->qtDumperLibraryLocations(); + const QString loc = locations.join(QLatin1String(", ")); + const QString msg = tr("The debugging helper library was not found at %1.").arg(loc); + debugMessage(msg); + manager()->showQtDumperLibraryWarning(msg); + return false; + } + return true; +} + +void GdbEngine::setDebuggingHelperState(DebuggingHelperState s) +{ + m_debuggingHelperState = s; +} + void GdbEngine::tryLoadDebuggingHelpers() { if (isSynchroneous()) return; - - if (m_debuggingHelperState != DebuggingHelperUninitialized) + switch (m_debuggingHelperState) { + case DebuggingHelperUninitialized: + break; + case DebuggingHelperLoadTried: + tryQueryDebuggingHelpers(); return; - if (!startModeAllowsDumpers()) { + case DebuggingHelperAvailable: + case DebuggingHelperUnavailable: + return; + } + + if (m_gdbAdapter->dumperHandling() == AbstractGdbAdapter::DumperNotAvailable) { // Load at least gdb macro based dumpers. QFile file(_(":/gdb/gdbmacros.txt")); file.open(QIODevice::ReadOnly); @@ -3821,25 +3919,13 @@ void GdbEngine::tryLoadDebuggingHelpers() PENDING_DEBUG("TRY LOAD CUSTOM DUMPERS"); m_debuggingHelperState = DebuggingHelperUnavailable; - if (!manager()->qtDumperLibraryEnabled()) + if (!checkDebuggingHelpers()) return; - const QString lib = manager()->qtDumperLibraryName(); - const QStringList &locations = manager()->qtDumperLibraryLocations(); - //qDebug() << "DUMPERLIB:" << lib; - // @TODO: same in CDB engine... - const QFileInfo fi(lib); - if (!fi.exists()) { - const QString loc = locations.join(QLatin1String(", ")); - const QString msg = tr("The debugging helper library was not found at %1.").arg(loc); - debugMessage(msg); - manager()->showQtDumperLibraryWarning(msg); - return; - } m_debuggingHelperState = DebuggingHelperLoadTried; const QString dlopenLib = (startParameters().startMode == StartRemote) - ? startParameters().remoteDumperLib : lib; + ? startParameters().remoteDumperLib : manager()->qtDumperLibraryName(); #if defined(Q_OS_WIN) if (m_dumperInjectionLoad) { /// Launch asynchronous remote thread to load. @@ -3892,29 +3978,20 @@ void GdbEngine::tryLoadDebuggingHelpers() void GdbEngine::tryQueryDebuggingHelpers() { -#if !X // retrieve list of dumpable classes postCommand(_("call (void*)qDumpObjectData440(1,%1+1,0,0,0,0,0,0)"), EmbedToken); postCommand(_("p (char*)&qDumpOutBuffer"), CB(handleQueryDebuggingHelper)); -#else - m_debuggingHelperState = DebuggingHelperUnavailable; -#endif } void GdbEngine::recheckDebuggingHelperAvailability() { - if (startModeAllowsDumpers()) { + if (m_gdbAdapter->dumperHandling() != AbstractGdbAdapter::DumperNotAvailable) { // retreive list of dumpable classes postCommand(_("call (void*)qDumpObjectData440(1,%1+1,0,0,0,0,0,0)"), EmbedToken); postCommand(_("p (char*)&qDumpOutBuffer"), CB(handleQueryDebuggingHelper)); } } -bool GdbEngine::startModeAllowsDumpers() const -{ - return m_gdbAdapter->dumpersAvailable(); -} - void GdbEngine::watchPoint(const QPoint &pnt) { //qDebug() << "WATCH " << pnt; @@ -4272,7 +4349,15 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb, const QStr ).arg(scriptFileName)); } } - + if (m_gdbAdapter->dumperHandling() == AbstractGdbAdapter::DumperLoadedByGdbPreload + && checkDebuggingHelpers()) { + QString cmd = _("set environment "); + cmd += _(Debugger::Constants::Internal::LD_PRELOAD_ENV_VAR); + cmd += _c(' '); + cmd += manager()->qtDumperLibraryName(); + postCommand(cmd); + m_debuggingHelperState = DebuggingHelperLoadTried; + } return true; } diff --git a/src/plugins/debugger/gdb/gdbengine.h b/src/plugins/debugger/gdb/gdbengine.h index 2636d16c8dd69bfd637cfc8d04a8cb563ebd3b8a..6c95977dd621519e7dc9a2549413c81c2e58f22b 100644 --- a/src/plugins/debugger/gdb/gdbengine.h +++ b/src/plugins/debugger/gdb/gdbengine.h @@ -176,8 +176,9 @@ private: ////////// Gdb Command Management ////////// RebuildModel = 4, // Trigger model rebuild when no such commands are pending any more WatchUpdate = Discardable | RebuildModel, EmbedToken = 8, // Expand %1 in the command to the command token - RunRequest = 16, // Callback expect GdbResultRunning instead of GdbResultDone - ExitRequest = 32 // Callback expect GdbResultExit instead of GdbResultDone + RunRequest = 16, // Callback expects GdbResultRunning instead of GdbResultDone + ExitRequest = 32, // Callback expects GdbResultExit instead of GdbResultDone + LosesChild = 64 // Auto-set inferior shutdown related states }; Q_DECLARE_FLAGS(GdbCommandFlags, GdbCommandFlag) private: @@ -226,6 +227,7 @@ private: ////////// Gdb Command Management ////////// const char *callbackName, const QVariant &cookie = QVariant()); void postCommandHelper(const GdbCommand &cmd); + void flushQueuedCommands(); void setTokenBarrier(); QHash<int, GdbCommand> m_cookieForToken; @@ -282,6 +284,7 @@ private: ////////// Inferior Management ////////// void autoContinueInferior(); virtual void continueInferior(); virtual void interruptInferior(); + void interruptInferiorTemporarily(); virtual void runToLineExec(const QString &fileName, int lineNumber); virtual void runToFunctionExec(const QString &functionName); @@ -446,8 +449,9 @@ private: ////////// View & Data Stuff ////////// QMap<QString, QString> m_varToType; private: ////////// Dumper Management ////////// - - bool startModeAllowsDumpers() const; + QString qtDumperLibraryName() const; + bool checkDebuggingHelpers(); + void setDebuggingHelperState(DebuggingHelperState); void tryLoadDebuggingHelpers(); void tryQueryDebuggingHelpers(); Q_SLOT void recheckDebuggingHelperAvailability(); diff --git a/src/plugins/debugger/gdb/plaingdbadapter.cpp b/src/plugins/debugger/gdb/plaingdbadapter.cpp index 342b89ce3a5cfb40fa6fd7ba8e1264a9c889d2cd..9f0d4c0e832e62e5cf82602f693d057cfd815651 100644 --- a/src/plugins/debugger/gdb/plaingdbadapter.cpp +++ b/src/plugins/debugger/gdb/plaingdbadapter.cpp @@ -58,6 +58,15 @@ PlainGdbAdapter::PlainGdbAdapter(GdbEngine *engine, QObject *parent) engine, SLOT(readDebugeeOutput(QByteArray))); } +AbstractGdbAdapter::DumperHandling PlainGdbAdapter::dumperHandling() const +{ +#ifdef Q_OS_WIN + return DumperLoadedByGdb; +#else + return DumperLoadedByGdbPreload; +#endif +} + void PlainGdbAdapter::startAdapter() { QTC_ASSERT(state() == EngineStarting, qDebug() << state()); diff --git a/src/plugins/debugger/gdb/plaingdbadapter.h b/src/plugins/debugger/gdb/plaingdbadapter.h index 41154640223c4bc45384d19b269cb60a903e4eab..21545212af73e49ccac7ffaf350eb9087ae88d82 100644 --- a/src/plugins/debugger/gdb/plaingdbadapter.h +++ b/src/plugins/debugger/gdb/plaingdbadapter.h @@ -50,7 +50,7 @@ class PlainGdbAdapter : public AbstractGdbAdapter public: PlainGdbAdapter(GdbEngine *engine, QObject *parent = 0); - bool dumpersAvailable() const { return true; } + virtual DumperHandling dumperHandling() const; void startAdapter(); void startInferior(); diff --git a/src/plugins/debugger/gdb/remotegdbadapter.cpp b/src/plugins/debugger/gdb/remotegdbadapter.cpp index 7edbc9e746d2dbea434a19dde1123576ce53ee6b..02df47502e62deb6197c4ea6312130d89b902f5a 100644 --- a/src/plugins/debugger/gdb/remotegdbadapter.cpp +++ b/src/plugins/debugger/gdb/remotegdbadapter.cpp @@ -34,6 +34,7 @@ #include <utils/qtcassert.h> #include <utils/fancymainwindow.h> +#include <projectexplorer/toolchain.h> #include <QtCore/QFileInfo> #include <QtGui/QMessageBox> @@ -51,8 +52,9 @@ namespace Internal { // /////////////////////////////////////////////////////////////////////// -RemoteGdbAdapter::RemoteGdbAdapter(GdbEngine *engine, QObject *parent) - : AbstractGdbAdapter(engine, parent) +RemoteGdbAdapter::RemoteGdbAdapter(GdbEngine *engine, int toolChainType, QObject *parent) : + AbstractGdbAdapter(engine, parent), + m_toolChainType(toolChainType) { connect(&m_uploadProc, SIGNAL(error(QProcess::ProcessError)), this, SLOT(uploadProcError(QProcess::ProcessError))); @@ -62,6 +64,23 @@ RemoteGdbAdapter::RemoteGdbAdapter(GdbEngine *engine, QObject *parent) this, SLOT(readUploadStandardError())); } +AbstractGdbAdapter::DumperHandling RemoteGdbAdapter::dumperHandling() const +{ + switch (m_toolChainType) { + case ProjectExplorer::ToolChain::MinGW: + case ProjectExplorer::ToolChain::MSVC: + case ProjectExplorer::ToolChain::WINCE: + case ProjectExplorer::ToolChain::WINSCW: + case ProjectExplorer::ToolChain::GCCE: + case ProjectExplorer::ToolChain::RVCT_ARMV5: + case ProjectExplorer::ToolChain::RVCT_ARMV6: + return DumperLoadedByGdb; + default: + break; + } + return DumperLoadedByGdbPreload; +} + void RemoteGdbAdapter::startAdapter() { QTC_ASSERT(state() == EngineStarting, qDebug() << state()); diff --git a/src/plugins/debugger/gdb/remotegdbadapter.h b/src/plugins/debugger/gdb/remotegdbadapter.h index fa7fab155f369d4012a237ca91fae85162fcdeba..dd960930f628a55f3d58e9e35d2f6a8ac6d1a97e 100644 --- a/src/plugins/debugger/gdb/remotegdbadapter.h +++ b/src/plugins/debugger/gdb/remotegdbadapter.h @@ -46,9 +46,9 @@ class RemoteGdbAdapter : public AbstractGdbAdapter Q_OBJECT public: - RemoteGdbAdapter(GdbEngine *engine, QObject *parent = 0); + RemoteGdbAdapter(GdbEngine *engine, int toolChainType, QObject *parent = 0); - bool dumpersAvailable() const { return true; } + virtual DumperHandling dumperHandling() const; void startAdapter(); void startInferior(); @@ -65,6 +65,8 @@ private: void handleFileExecAndSymbols(const GdbResponse &response); void handleTargetRemote(const GdbResponse &response); + const int m_toolChainType; + QProcess m_uploadProc; }; diff --git a/src/plugins/debugger/gdb/termgdbadapter.cpp b/src/plugins/debugger/gdb/termgdbadapter.cpp index b369dad4c6d8d92597686f0f841c528013981188..5461d175bf23069f2f3fa1f6ebd6b43803d1635f 100644 --- a/src/plugins/debugger/gdb/termgdbadapter.cpp +++ b/src/plugins/debugger/gdb/termgdbadapter.cpp @@ -69,6 +69,15 @@ TermGdbAdapter::~TermGdbAdapter() m_stubProc.disconnect(); // Avoid spurious state transitions from late exiting stub } +AbstractGdbAdapter::DumperHandling TermGdbAdapter::dumperHandling() const +{ +#ifdef Q_OS_WIN + return DumperLoadedByGdb; +#else + return DumperLoadedByAdapter; // Handles loading itself via LD_PRELOAD +#endif +} + void TermGdbAdapter::startAdapter() { QTC_ASSERT(state() == EngineStarting, qDebug() << state()); @@ -82,7 +91,17 @@ void TermGdbAdapter::startAdapter() // m_stubProc.blockSignals(false); m_stubProc.setWorkingDirectory(startParameters().workingDir); - m_stubProc.setEnvironment(startParameters().environment); + // Set environment + dumper preload. + QStringList environment = startParameters().environment; + if (dumperHandling() == DumperLoadedByGdbPreload + && m_engine->checkDebuggingHelpers()) { + QString var = QLatin1String(Debugger::Constants::Internal::LD_PRELOAD_ENV_VAR); + var += QLatin1Char('='); + var += m_engine->qtDumperLibraryName(); + environment.push_back(var); + m_engine->setDebuggingHelperState(DebuggingHelperLoadTried); + } + m_stubProc.setEnvironment(environment); // FIXME: Starting the stub implies starting the inferior. This is // fairly unclean as far as the state machine and error reporting go. if (!m_stubProc.start(startParameters().executable, diff --git a/src/plugins/debugger/gdb/termgdbadapter.h b/src/plugins/debugger/gdb/termgdbadapter.h index 1b98eed9874bc906b09d7829a2267afb117a3056..0444555f92ee0bfc9f2d4e1d633566047193cfee 100644 --- a/src/plugins/debugger/gdb/termgdbadapter.h +++ b/src/plugins/debugger/gdb/termgdbadapter.h @@ -51,7 +51,7 @@ public: TermGdbAdapter(GdbEngine *engine, QObject *parent = 0); ~TermGdbAdapter(); - bool dumpersAvailable() const { return true; } + virtual DumperHandling dumperHandling() const; void startAdapter(); void startInferior(); diff --git a/src/plugins/debugger/gdb/trkgdbadapter.h b/src/plugins/debugger/gdb/trkgdbadapter.h index a4e01f3258a6ab5bda1b3574b489f0eb64e9d6db..c59894ffd09c73f57f8d72d4dbe8ac1a863b4781 100644 --- a/src/plugins/debugger/gdb/trkgdbadapter.h +++ b/src/plugins/debugger/gdb/trkgdbadapter.h @@ -164,7 +164,8 @@ public: QIODevice::OpenMode mode = QIODevice::ReadWrite); void write(const QByteArray &data); bool isTrkAdapter() const { return true; } - bool dumpersAvailable() const { return false; } + + virtual DumperHandling dumperHandling() const { return DumperNotAvailable; } private: void startAdapter(); diff --git a/src/plugins/designer/cpp/formclasswizardpage.cpp b/src/plugins/designer/cpp/formclasswizardpage.cpp index 7b7f1336ab6bd7f62f39ccf4cb5bb02a7cc215f8..2335f6d0e4c59618555060888f14d9c48a322ec5 100644 --- a/src/plugins/designer/cpp/formclasswizardpage.cpp +++ b/src/plugins/designer/cpp/formclasswizardpage.cpp @@ -57,6 +57,7 @@ FormClassWizardPage::FormClassWizardPage(QWidget * parent) : m_ui->newClassWidget->setBaseClassInputVisible(false); m_ui->newClassWidget->setNamespacesEnabled(true); m_ui->newClassWidget->setAllowDirectories(true); + m_ui->newClassWidget->setClassTypeComboVisible(false); connect(m_ui->newClassWidget, SIGNAL(validChanged()), this, SLOT(slotValidChanged())); connect(m_ui->settingsToolButton, SIGNAL(clicked()), this, SLOT(slotSettings())); diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index 8d99049488377b72b822b8ae1a49068f089ee7e4..6606776f0ea8fa5b321183a85e8127858c620c43 100644 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -78,11 +78,6 @@ #include <climits> -// FIXME: Restrict this as soon the availableUndoSteps has been merged to Qt -//#if QT_VERSION < 0x040600 -#define availableUndoSteps revision -//#endif - //#define DEBUG_KEY 1 #if DEBUG_KEY # define KEY_DEBUG(s) qDebug() << s diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index 8a86b5944bc30f6b8ad1ba33edfc0e7ab34e8cf8..bf4063ecb736a711e81df74b08b9110d75b0a858 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -1559,7 +1559,9 @@ void ProjectExplorerPlugin::runProjectImpl(Project *pro) d->m_buildManager->buildProjects(projects, configurations(projects)); } } else { - executeRunConfiguration(pro->activeRunConfiguration(), ProjectExplorer::Constants::RUNMODE); + // TODO this ignores RunConfiguration::isEnabled() + if (saveModifiedFiles()) + executeRunConfiguration(pro->activeRunConfiguration(), ProjectExplorer::Constants::RUNMODE); } } @@ -1584,7 +1586,9 @@ void ProjectExplorerPlugin::debugProject() updateRunAction(); } } else { - executeRunConfiguration(pro->activeRunConfiguration(), ProjectExplorer::Constants::DEBUGMODE); + // TODO this ignores RunConfiguration::isEnabled() + if (saveModifiedFiles()) + executeRunConfiguration(pro->activeRunConfiguration(), ProjectExplorer::Constants::DEBUGMODE); } } @@ -2166,8 +2170,6 @@ BuildConfigDialog::BuildConfigDialog(Project *project, QWidget *parent) )); descriptiveText->setWordWrap(true); vlayout->addWidget(descriptiveText); - QHBoxLayout *hlayout = new QHBoxLayout; - hlayout->addWidget(new QLabel(tr("Choose build configuration:"))); m_configCombo = new QComboBox; QSharedPointer<RunConfiguration> activeRun = m_project->activeRunConfiguration(); foreach (BuildConfiguration *config, m_project->buildConfigurations()) { @@ -2181,10 +2183,12 @@ BuildConfigDialog::BuildConfigDialog(Project *project, QWidget *parent) m_changeBuildConfiguration->setEnabled(false); } - - hlayout->addWidget(m_configCombo); - hlayout->addStretch(10); - vlayout->addLayout(hlayout); + QFormLayout *formlayout = new QFormLayout; + formlayout->addRow(ActiveConfigurationWidget::tr("Active run configuration"), + // ^ avoiding a new translatable string for active run configuration + new QLabel(activeRun->name())); + formlayout->addRow(tr("Choose build configuration:"), m_configCombo); + vlayout->addLayout(formlayout); vlayout->addWidget(buttonBox); m_cancel->setDefault(true); } diff --git a/src/plugins/projectexplorer/runsettingspropertiespage.cpp b/src/plugins/projectexplorer/runsettingspropertiespage.cpp index 03b380826144d82db4d879622f71b8ed0a3101e0..055341f6bebd55c50cb68c9f49db72aae733a8b5 100644 --- a/src/plugins/projectexplorer/runsettingspropertiespage.cpp +++ b/src/plugins/projectexplorer/runsettingspropertiespage.cpp @@ -295,6 +295,11 @@ void RunSettingsWidget::initRunConfigurationComboBox() void RunSettingsWidget::showRunConfigurationWidget(int index) { Q_ASSERT(m_project); + if (index == -1) { + delete m_runConfigurationWidget; + m_runConfigurationWidget = 0; + return; + } QSharedPointer<RunConfiguration> selectedRunConfiguration = m_runConfigurationsModel->runConfigurations().at(index); diff --git a/src/plugins/qmlprojectmanager/qmlproject.cpp b/src/plugins/qmlprojectmanager/qmlproject.cpp index 43707de1ad4244d4afebc727502d487451e7e824..fd1a1bc9e5bd4dca03bc5d3706cca87c2cd67f4f 100644 --- a/src/plugins/qmlprojectmanager/qmlproject.cpp +++ b/src/plugins/qmlprojectmanager/qmlproject.cpp @@ -343,7 +343,7 @@ QmlRunConfiguration::QmlRunConfiguration(QmlProject *pro) + Utils::SynchronousProcess::pathSeparator() + QCoreApplication::applicationDirPath() ; - m_qmlViewer = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qmlviewer")); + m_qmlViewerDefaultPath = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qmlviewer")); } QmlRunConfiguration::~QmlRunConfiguration() @@ -357,8 +357,9 @@ QString QmlRunConfiguration::type() const QString QmlRunConfiguration::executable() const { - // No need to verify if the QML Viewer exists. The console will tell us anyway when we try to launch it. - return m_qmlViewer; + if (!m_qmlViewerCustomPath.isEmpty()) + return m_qmlViewerCustomPath; + return m_qmlViewerDefaultPath; } QmlRunConfiguration::RunMode QmlRunConfiguration::runMode() const @@ -469,7 +470,7 @@ void QmlRunConfiguration::setMainScript(const QString &scriptFile) void QmlRunConfiguration::onQmlViewerChanged() { if (Utils::PathChooser *chooser = qobject_cast<Utils::PathChooser *>(sender())) { - m_qmlViewer = chooser->path(); + m_qmlViewerCustomPath = chooser->path(); } } @@ -483,7 +484,7 @@ void QmlRunConfiguration::save(ProjectExplorer::PersistentSettingsWriter &writer { ProjectExplorer::LocalApplicationRunConfiguration::save(writer); - writer.saveValue(QLatin1String("qmlviewer"), m_qmlViewer); + writer.saveValue(QLatin1String("qmlviewer"), m_qmlViewerCustomPath); writer.saveValue(QLatin1String("qmlviewerargs"), m_qmlViewerArgs); writer.saveValue(QLatin1String("mainscript"), m_scriptFile); } @@ -492,24 +493,10 @@ void QmlRunConfiguration::restore(const ProjectExplorer::PersistentSettingsReade { ProjectExplorer::LocalApplicationRunConfiguration::restore(reader); - m_qmlViewer = reader.restoreValue(QLatin1String("qmlviewer")).toString(); + m_qmlViewerCustomPath = reader.restoreValue(QLatin1String("qmlviewer")).toString(); m_qmlViewerArgs = reader.restoreValue(QLatin1String("qmlviewerargs")).toString(); m_scriptFile = reader.restoreValue(QLatin1String("mainscript")).toString(); - if (m_qmlViewer.isEmpty()) { - // first see if there is a bundled qmlviewer -#ifdef Q_OS_WIN32 - const QLatin1String qmlViewerExe("qmlviewer.exe"); -#else - const QLatin1String qmlViewerExe("qmlviewer"); -#endif - const QFileInfo info(QCoreApplication::applicationDirPath(), qmlViewerExe); - if (info.exists() && info.isExecutable()) - m_qmlViewer = info.absoluteFilePath(); - else // if not, then try to locate it elsewhere - m_qmlViewer = Utils::SynchronousProcess::locateBinary(QLatin1String("qmlviewer")); - } - if (m_scriptFile.isEmpty()) m_scriptFile = tr("<Current File>"); } diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h index 9e81a04d1eee3c18dedf3bc3f9b8f00fa1fe1302..d3454177311939808020f9c136d1271afd9a3b1d 100644 --- a/src/plugins/qmlprojectmanager/qmlproject.h +++ b/src/plugins/qmlprojectmanager/qmlproject.h @@ -175,7 +175,8 @@ private: private: QmlProject *m_project; QString m_scriptFile; - QString m_qmlViewer; + QString m_qmlViewerCustomPath; + QString m_qmlViewerDefaultPath; QString m_qmlViewerArgs; QLatin1String m_type; }; diff --git a/src/plugins/qt4projectmanager/qt-s60/gccetoolchain.cpp b/src/plugins/qt4projectmanager/qt-s60/gccetoolchain.cpp index e1c009498be9d3456328fdd0a47ece61d7e19b8d..3c467bb1cb846e3dff87d2f897398f7b442d7fbf 100644 --- a/src/plugins/qt4projectmanager/qt-s60/gccetoolchain.cpp +++ b/src/plugins/qt4projectmanager/qt-s60/gccetoolchain.cpp @@ -79,7 +79,10 @@ QString GCCEToolChain::makeCommand() const bool GCCEToolChain::equals(ToolChain *other) const { + GCCEToolChain *otherGCCE = static_cast<GCCEToolChain *>(other); return (other->type() == type() - && m_deviceId == static_cast<GCCEToolChain *>(other)->m_deviceId - && m_deviceName == static_cast<GCCEToolChain *>(other)->m_deviceName); + && m_deviceId == otherGCCE->m_deviceId + && m_deviceName == otherGCCE->m_deviceName + && m_deviceRoot == otherGCCE->m_deviceRoot + && m_gcceCommand == otherGCCE->m_gcceCommand); } diff --git a/src/plugins/qt4projectmanager/qt-s60/winscwtoolchain.cpp b/src/plugins/qt4projectmanager/qt-s60/winscwtoolchain.cpp index 1a0f6026022670885d0b21b2476a463c5ebb2a4e..572f1c76fb0df5145e96d575643dde018698e871 100644 --- a/src/plugins/qt4projectmanager/qt-s60/winscwtoolchain.cpp +++ b/src/plugins/qt4projectmanager/qt-s60/winscwtoolchain.cpp @@ -115,7 +115,10 @@ QString WINSCWToolChain::makeCommand() const bool WINSCWToolChain::equals(ToolChain *other) const { + WINSCWToolChain *otherWINSCW = static_cast<WINSCWToolChain *>(other); return (other->type() == type() - && m_deviceId == static_cast<WINSCWToolChain *>(other)->m_deviceId - && m_deviceName == static_cast<WINSCWToolChain *>(other)->m_deviceName); + && m_deviceId == otherWINSCW->m_deviceId + && m_deviceName == otherWINSCW->m_deviceName + && m_deviceRoot == otherWINSCW->m_deviceRoot + && m_carbidePath == otherWINSCW->m_carbidePath); } diff --git a/src/plugins/qt4projectmanager/qt4project.cpp b/src/plugins/qt4projectmanager/qt4project.cpp index e75cb795ecf6047941d9e82de987de76dfd9ee5e..2a5970e582bb928db9f066f1a7648075a4dfa468 100644 --- a/src/plugins/qt4projectmanager/qt4project.cpp +++ b/src/plugins/qt4projectmanager/qt4project.cpp @@ -535,6 +535,8 @@ void Qt4Project::updateCodeModel() if (debug) qDebug()<<"Qt4Project::updateCodeModel()"; + // TODO figure out the correct ordering of #include directories + CppTools::CppModelManagerInterface *modelmanager = ExtensionSystem::PluginManager::instance() ->getObject<CppTools::CppModelManagerInterface>(); @@ -568,7 +570,7 @@ void Qt4Project::updateCodeModel() const QHash<QString, QString> versionInfo = qtVersion(activeBuildConfiguration())->versionInfo(); const QString newQtIncludePath = versionInfo.value(QLatin1String("QT_INSTALL_HEADERS")); - predefinedIncludePaths.append(newQtIncludePath); + predefinedIncludePaths.prepend(newQtIncludePath); QDir dir(newQtIncludePath); foreach (QFileInfo info, dir.entryInfoList(QDir::Dirs)) { const QString path = info.fileName(); @@ -576,7 +578,7 @@ void Qt4Project::updateCodeModel() if (path == QLatin1String("Qt")) continue; // skip $QT_INSTALL_HEADERS/Qt. There's no need to include it. else if (path.startsWith(QLatin1String("Qt")) || path == QLatin1String("phonon")) - predefinedIncludePaths.append(info.absoluteFilePath()); + predefinedIncludePaths.prepend(info.absoluteFilePath()); } FindQt4ProFiles findQt4ProFiles; @@ -587,13 +589,13 @@ void Qt4Project::updateCodeModel() #ifdef Q_OS_MAC const QString newQtLibsPath = versionInfo.value(QLatin1String("QT_INSTALL_LIBS")); - allFrameworkPaths.append(newQtLibsPath); + allFrameworkPaths.prepend(newQtLibsPath); // put QtXXX.framework/Headers directories in include path since that qmake's behavior QDir frameworkDir(newQtLibsPath); foreach (QFileInfo info, frameworkDir.entryInfoList(QDir::Dirs)) { if (! info.fileName().startsWith(QLatin1String("Qt"))) continue; - allIncludePaths.append(info.absoluteFilePath()+"/Headers"); + allIncludePaths.prepend(info.absoluteFilePath()+"/Headers"); } #endif @@ -630,9 +632,9 @@ void Qt4Project::updateCodeModel() const QStringList proIncludePaths = pro->variableValue(IncludePathVar); foreach (const QString &includePath, proIncludePaths) { if (!allIncludePaths.contains(includePath)) - allIncludePaths.append(includePath); + allIncludePaths.prepend(includePath); if (!info.includes.contains(includePath)) - info.includes.append(includePath); + info.includes.prepend(includePath); } { // Pkg Config support @@ -644,13 +646,13 @@ void Qt4Project::updateCodeModel() process.waitForFinished(); QString result = process.readAllStandardOutput(); foreach(const QString &part, result.trimmed().split(' ', QString::SkipEmptyParts)) { - info.includes.append(part.mid(2)); // Chop off "-I" + info.includes.prepend(part.mid(2)); // Chop off "-I" } } } // Add mkspec directory - info.includes.append(qtVersion(activeBuildConfiguration())->mkspecPath()); + info.includes.prepend(qtVersion(activeBuildConfiguration())->mkspecPath()); info.frameworkPaths = allFrameworkPaths; @@ -664,7 +666,7 @@ void Qt4Project::updateCodeModel() } // Add mkspec directory - allIncludePaths.append(qtVersion(activeBuildConfiguration())->mkspecPath()); + allIncludePaths.prepend(qtVersion(activeBuildConfiguration())->mkspecPath()); // Dump things out // This is debugging output... diff --git a/src/plugins/qt4projectmanager/wizards/filespage.cpp b/src/plugins/qt4projectmanager/wizards/filespage.cpp index 6346a409a6c97c8aaeca00866e510ff9b96837ef..e74a41e3351ff1a698fffe8a82d1b2d63e0392f9 100644 --- a/src/plugins/qt4projectmanager/wizards/filespage.cpp +++ b/src/plugins/qt4projectmanager/wizards/filespage.cpp @@ -185,5 +185,15 @@ void FilesPage::setLowerCaseFiles(bool l) m_newClassWidget->setLowerCaseFiles(l); } +bool FilesPage::isClassTypeComboVisible() const +{ + return m_newClassWidget->isClassTypeComboVisible(); +} + +void FilesPage::setClassTypeComboVisible(bool v) +{ + m_newClassWidget->setClassTypeComboVisible(v); +} + } // namespace Internal } // namespace Qt4ProjectManager diff --git a/src/plugins/qt4projectmanager/wizards/filespage.h b/src/plugins/qt4projectmanager/wizards/filespage.h index f20e6ce8ab460fedf9ff7604e694f636409c4d9b..a12aa88e3ccad727956074372c421c9485a5fef9 100644 --- a/src/plugins/qt4projectmanager/wizards/filespage.h +++ b/src/plugins/qt4projectmanager/wizards/filespage.h @@ -66,7 +66,8 @@ public: bool formInputCheckable() const; bool formInputChecked() const; QStringList baseClassChoices() const; - bool lowerCaseFiles() const; + bool lowerCaseFiles() const; + bool isClassTypeComboVisible() const; void setSuffixes(const QString &header, const QString &source, const QString &form = QString()); @@ -79,6 +80,7 @@ public slots: void setFormInputCheckable(bool checkable); void setFormInputChecked(bool checked); void setLowerCaseFiles(bool l); + void setClassTypeComboVisible(bool v); private: Utils::NewClassWidget *m_newClassWidget; diff --git a/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp b/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp index 1ba1edf7daacd239679ea46df8eb98ffc613b282..ab54738fc93ff8b10dc5f8e09c888fbb276a82c4 100644 --- a/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp +++ b/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp @@ -74,6 +74,7 @@ GuiAppWizardDialog::GuiAppWizardDialog(const QString &templateName, setPage(ModulesPageId, m_modulesPage); m_filesPage->setFormInputCheckable(true); + m_filesPage->setClassTypeComboVisible(false); setPage(FilesPageId, m_filesPage); foreach (QWizardPage *p, extensionPages) diff --git a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp index 4515954d517fa5eb5b134b21021af6da5f4de381..d378de0eaa0326ddfdbde4ccf0b52018eaa461b7 100644 --- a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp +++ b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp @@ -169,6 +169,7 @@ LibraryWizardDialog::LibraryWizardDialog(const QString &templateName, m_filesPage->setNamespacesEnabled(true); m_filesPage->setFormFileInputVisible(false); + m_filesPage->setClassTypeComboVisible(false); setPage(FilePageId, m_filesPage); connect(this, SIGNAL(currentIdChanged(int)), this, SLOT(slotCurrentIdChanged(int))); diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp index e9beb84e1568d44b0083282e48c3e1dc30c910dc..8176f838026182241995be4a3e8893fb226b0ac3 100644 --- a/src/plugins/texteditor/basetexteditor.cpp +++ b/src/plugins/texteditor/basetexteditor.cpp @@ -43,6 +43,8 @@ #include <coreplugin/coreconstants.h> #include <coreplugin/editormanager/editormanager.h> #include <coreplugin/manhattanstyle.h> +#include <coreplugin/icore.h> +#include <coreplugin/actionmanager/actionmanager.h> #include <extensionsystem/pluginmanager.h> #include <find/basetextfind.h> #include <utils/stylehelper.h> @@ -646,6 +648,9 @@ void BaseTextEditor::slotSelectionChanged() d->m_blockSelectionExtraX = 0; if (!d->m_selectBlockAnchor.isNull() && !textCursor().hasSelection()) d->m_selectBlockAnchor = QTextCursor(); + + // Clear any link which might be showing when the selection changes + clearLink(); } void BaseTextEditor::gotoBlockStart() @@ -1468,7 +1473,7 @@ BaseTextEditorPrivate::BaseTextEditorPrivate() m_requestMarkEnabled(true), m_lineSeparatorsAllowed(false), m_visibleWrapColumn(0), - m_showingLink(false), + m_linkPressed(false), m_editable(0), m_actionHack(0), m_inBlockSelectionMode(false), @@ -2862,35 +2867,11 @@ void BaseTextEditorPrivate::clearVisibleCollapsedBlock() } } - void BaseTextEditor::mouseMoveEvent(QMouseEvent *e) { d->m_lastEventWasBlockSelectionEvent = (e->modifiers() & Qt::AltModifier); - bool linkFound = false; - - if (d->m_mouseNavigationEnabled && e->modifiers() & Qt::ControlModifier) { - // Link emulation behaviour for 'go to definition' - const QTextCursor cursor = cursorForPosition(e->pos()); - - // Check that the mouse was actually on the text somewhere - bool onText = cursorRect(cursor).right() >= e->x(); - if (!onText) { - QTextCursor nextPos = cursor; - nextPos.movePosition(QTextCursor::Right); - onText = cursorRect(nextPos).right() >= e->x(); - } - - const Link link = findLinkAt(cursor, false); - - if (onText && link.isValid()) { - showLink(link); - linkFound = true; - } - } - - if (!linkFound) - clearLink(); + updateLink(e); if (e->buttons() == Qt::NoButton) { const QTextBlock collapsedBlock = collapsedBlockAt(e->pos()); @@ -2934,16 +2915,23 @@ void BaseTextEditor::mousePressEvent(QMouseEvent *e) toggleBlockVisible(collapsedBlock); viewport()->setCursor(Qt::IBeamCursor); } + + updateLink(e); + + if (d->m_currentLink.isValid()) + d->m_linkPressed = true; } QPlainTextEdit::mousePressEvent(e); } void BaseTextEditor::mouseReleaseEvent(QMouseEvent *e) { - if (d->m_mouseNavigationEnabled && e->modifiers() & Qt::ControlModifier + if (d->m_mouseNavigationEnabled + && d->m_linkPressed + && e->modifiers() & Qt::ControlModifier && !(e->modifiers() & Qt::ShiftModifier) - && e->button() == Qt::LeftButton) { - + && e->button() == Qt::LeftButton + ) { const QTextCursor cursor = cursorForPosition(e->pos()); if (openLink(findLinkAt(cursor))) { clearLink(); @@ -3459,8 +3447,39 @@ bool BaseTextEditor::openLink(const Link &link) return openEditorAt(link.fileName, link.line, link.column); } +void BaseTextEditor::updateLink(QMouseEvent *e) +{ + bool linkFound = false; + + if (d->m_mouseNavigationEnabled && e->modifiers() & Qt::ControlModifier) { + // Link emulation behaviour for 'go to definition' + const QTextCursor cursor = cursorForPosition(e->pos()); + + // Check that the mouse was actually on the text somewhere + bool onText = cursorRect(cursor).right() >= e->x(); + if (!onText) { + QTextCursor nextPos = cursor; + nextPos.movePosition(QTextCursor::Right); + onText = cursorRect(nextPos).right() >= e->x(); + } + + const Link link = findLinkAt(cursor, false); + + if (onText && link.isValid()) { + showLink(link); + linkFound = true; + } + } + + if (!linkFound) + clearLink(); +} + void BaseTextEditor::showLink(const Link &link) { + if (d->m_currentLink == link) + return; + QTextEdit::ExtraSelection sel; sel.cursor = textCursor(); sel.cursor.setPosition(link.pos); @@ -3469,25 +3488,26 @@ void BaseTextEditor::showLink(const Link &link) sel.format.setFontUnderline(true); setExtraSelections(OtherSelection, QList<QTextEdit::ExtraSelection>() << sel); viewport()->setCursor(Qt::PointingHandCursor); - d->m_showingLink = true; + d->m_currentLink = link; + d->m_linkPressed = false; } void BaseTextEditor::clearLink() { - if (!d->m_showingLink) + if (!d->m_currentLink.isValid()) return; setExtraSelections(OtherSelection, QList<QTextEdit::ExtraSelection>()); viewport()->setCursor(Qt::IBeamCursor); - d->m_showingLink = false; + d->m_currentLink = Link(); + d->m_linkPressed = false; } void BaseTextEditorPrivate::updateMarksBlock(const QTextBlock &block) { if (const TextBlockUserData *userData = TextEditDocumentLayout::testUserData(block)) - foreach (ITextMark *mrk, userData->marks()) { + foreach (ITextMark *mrk, userData->marks()) mrk->updateBlock(block); - } } void BaseTextEditorPrivate::updateMarksLineNumber() @@ -4711,6 +4731,23 @@ BaseTextEditorEditable::BaseTextEditorEditable(BaseTextEditor *editor) connect(editor, SIGNAL(cursorPositionChanged()), this, SLOT(updateCursorPosition())); } +void BaseTextEditor::appendStandardContextMenuActions(QMenu *menu) +{ + menu->addSeparator(); + Core::ActionManager *am = Core::ICore::instance()->actionManager(); + + QAction *a = am->command(Core::Constants::CUT)->action(); + if (a && a->isEnabled()) + menu->addAction(a); + a = am->command(Core::Constants::COPY)->action(); + if (a && a->isEnabled()) + menu->addAction(a); + a = am->command(Core::Constants::PASTE)->action(); + if (a && a->isEnabled()) + menu->addAction(a); +} + + BaseTextEditorEditable::~BaseTextEditorEditable() { delete m_toolBar; diff --git a/src/plugins/texteditor/basetexteditor.h b/src/plugins/texteditor/basetexteditor.h index 0bfa24bfa23e471fbd4bf0a3f8fdbc287fb7471f..fbd1e977e720a08a75124a57875d1055b236c818 100644 --- a/src/plugins/texteditor/basetexteditor.h +++ b/src/plugins/texteditor/basetexteditor.h @@ -321,6 +321,8 @@ public: void setMimeType(const QString &mt); + void appendStandardContextMenuActions(QMenu *menu); + // Works only in conjunction with a syntax highlighter that puts // parentheses into text block user data void setParenthesesMatchingEnabled(bool b); @@ -536,6 +538,9 @@ protected: bool isValid() const { return !(pos == -1 || length == -1); } + bool operator==(const Link &other) const + { return pos == other.pos && length == other.length; } + int pos; // Link position int length; // Link length @@ -591,6 +596,7 @@ private: QTextBlock collapsedBlockAt(const QPoint &pos, QRect *box = 0) const; + void updateLink(QMouseEvent *e); void showLink(const Link &); void clearLink(); diff --git a/src/plugins/texteditor/basetexteditor_p.h b/src/plugins/texteditor/basetexteditor_p.h index 0ef9a1272c2dd633eb4fc27a35fab9f87b799b5c..a1829e70f8179999cafb2199ea4dd3499c8c1120 100644 --- a/src/plugins/texteditor/basetexteditor_p.h +++ b/src/plugins/texteditor/basetexteditor_p.h @@ -204,7 +204,8 @@ public: int m_visibleWrapColumn; QTextCharFormat m_linkFormat; - bool m_showingLink; + BaseTextEditor::Link m_currentLink; + bool m_linkPressed; QTextCharFormat m_ifdefedOutFormat; diff --git a/tests/auto/debugger/tst_gdb.cpp b/tests/auto/debugger/tst_gdb.cpp index 51bf50d5554d4018bea4100ce4e57e3edb3d159b..9242773bf3e6cef29db919e9da3769db71fd9f0b 100644 --- a/tests/auto/debugger/tst_gdb.cpp +++ b/tests/auto/debugger/tst_gdb.cpp @@ -25,14 +25,6 @@ bool checkUninitialized = false; #include "gdb/gdbmi.h" -#include <sys/types.h> - -#ifdef Q_OS_WIN -# include <windows.h> -#else -# include <unistd.h> -#endif - #undef NS #ifdef QT_NAMESPACE @@ -102,38 +94,14 @@ private: }; - ///////////////////////////////////////////////////////////////////////// // -// // Helper stuff // ///////////////////////////////////////////////////////////////////////// typedef QList<QByteArray> QByteArrayList; -#if 0 -static QByteArray operator<<(QByteArray ba, const QByteArray &replacement) -{ - int pos = ba.indexOf('%'); - Q_ASSERT(pos != -1); - return ba.replace(pos, 1, replacement); -} - -static QByteArray &operator<<=(QByteArray &ba, const QByteArray &replacement) -{ - int pos = ba.indexOf('%'); - Q_ASSERT(pos != -1); - return ba.replace(pos, 1, replacement); -} - - -template <typename T> -inline QByteArray N(T t) { return QByteArray::number(t); } -#endif - - - struct Int3 { Int3() { i1 = 42; i2 = 43; i3 = 44; } int i1, i2, i3; @@ -200,6 +168,8 @@ private slots: void initTestCase(); void dump_array(); void dump_misc(); + void dump_std_list(); + void dump_std_vector(); void dump_Foo(); void dump_QByteArray(); void dump_QChar(); @@ -214,6 +184,7 @@ private slots: void dump_QList_Int3(); void dump_QPoint(); void dump_QRect(); + void dump_QSharedPointer(); void dump_QSize(); void dump_QStack(); void dump_QString(); @@ -250,9 +221,7 @@ public slots: void dump_QObjectSlot(); void dump_QObjectSlotList(); void dump_QPixmap(); - void dump_QSharedPointer(); void dump_QTextCodec(); - void dumpStdVector(); #endif private: @@ -690,6 +659,8 @@ void tst_Gdb::run(const QByteArray &label, const QByteArray &expected0, int pos = actual.indexOf("^done"); if (pos != -1) actual = actual.left(pos); + if (actual.endsWith("\n")) + actual.chop(1); if (actual.endsWith("\\n")) actual.chop(2); QByteArray expected = "locals={iname='local',name='Locals',value=' ',type=' '," @@ -2254,114 +2225,90 @@ void tst_Gdb::dump_QPixmap() &p, NS"QPixmap", true); } -#if QT_VERSION >= 0x040500 -template<typename T> -void tst_Gdb::dump_QSharedPointerHelper(QSharedPointer<T> &ptr) -{ - struct Cheater : public QSharedPointer<T> - { - static const typename QSharedPointer<T>::Data *getData(const QSharedPointer<T> &p) - { - return static_cast<const Cheater &>(p).d; - } - }; +#endif // #if 0 - QByteArray expected("value='"); - QString val1 = ptr.isNull() ? "<null>" : valToString(*ptr.data()); - QString val2 = isSimpleType<T>() ? val1 : ""; -/* - const int *weakAddr; - const int *strongAddr; - int weakValue; - int strongValue; - if (!ptr.isNull()) { - weakAddr = reinterpret_cast<const int *>(&Cheater::getData(ptr)->weakref); - strongAddr = reinterpret_cast<const int *>(&Cheater::getData(ptr)->strongref); - weakValue = *weakAddr; - strongValue = *strongAddr; - } else { - weakAddr = strongAddr = 0; - weakValue = strongValue = 0; - } - expected.append(val2).append("',valuedisabled='true',numchild='1',children=["). - append("{name='data',addr='").append(ptrToBa(ptr.data())). - append("',type='").append(typeToString<T>()).append("',value='").append(val1). - append("'},{name='weakref',value='").append(N(weakValue)). - append("',type='int',addr='").append(ptrToBa(weakAddr)).append("',numchild='0'},"). - append("{name='strongref',value='").append(N(strongValue)). - append("',type='int',addr='").append(ptrToBa(strongAddr)).append("',numchild='0'}]"); - testDumper(expected, &ptr, NS"QSharedPointer", true, typeToString<T>()); -*/ -} -#endif +///////////////////////////// std::list<int> ////////////////////////////// -void tst_Gdb::dump_QSharedPointer() +void dump_std_list() { -#if QT_VERSION >= 0x040500 - // Case 1: Simple type. - // Case 1.1: Null pointer. - QSharedPointer<int> simplePtr; - dump_QSharedPointerHelper(simplePtr); - - // Case 1.2: Non-null pointer, - QSharedPointer<int> simplePtr2(new int(99)); - dump_QSharedPointerHelper(simplePtr2); - - // Case 1.3: Shared pointer. - QSharedPointer<int> simplePtr3 = simplePtr2; - dump_QSharedPointerHelper(simplePtr2); - - // Case 1.4: Weak pointer. - QWeakPointer<int> simplePtr4(simplePtr2); - dump_QSharedPointerHelper(simplePtr2); + /* A */ std::list<int> list; + /* B */ list.push_back(45); + /* C */ list.push_back(46); + /* D */ list.push_back(47); + /* E */ (void) 0; +} - // Case 2: Composite type. - // Case 1.1: Null pointer. - QSharedPointer<QString> compositePtr; - // TODO: This case is not handled in gdbmacros.cpp (segfault!) - //dump_QSharedPointerHelper(compoistePtr); +void tst_Gdb::dump_std_list() +{ + prepare("dump_std_list"); + if (checkUninitialized) + run("A","{iname='local.list',addr='-',name='list'," + "numchild='0'}"); + next(); + run("B", "{iname='local.list',addr='-',name='list'," + "type='std::list<int, std::allocator<int> >'," + "value='<0 items>',numchild='0',children=[]}", + "local.list"); + next(); + run("C", "{iname='local.list',addr='-',name='list'," + "type='std::list<int, std::allocator<int> >'," + "value='<1 items>',numchild='1'," + "childtype='int',childnumchild='0',children=[{value='45'}]}", + "local.list"); + next(); + run("D", "{iname='local.list',addr='-',name='list'," + "type='std::list<int, std::allocator<int> >'," + "value='<2 items>',numchild='2'," + "childtype='int',childnumchild='0',children=[" + "{value='45'},{value='46'}]}", + "local.list"); + next(); + run("E", "{iname='local.list',addr='-',name='list'," + "type='std::list<int, std::allocator<int> >'," + "value='<3 items>',numchild='3'," + "childtype='int',childnumchild='0',children=[" + "{value='45'},{value='46'},{value='47'}]}", + "local.list"); +} - // Case 1.2: Non-null pointer, - QSharedPointer<QString> compositePtr2(new QString("Test")); - dump_QSharedPointerHelper(compositePtr2); - // Case 1.3: Shared pointer. - QSharedPointer<QString> compositePtr3 = compositePtr2; - dump_QSharedPointerHelper(compositePtr2); +///////////////////////////// std::vector<int> ////////////////////////////// - // Case 1.4: Weak pointer. - QWeakPointer<QString> compositePtr4(compositePtr2); - dump_QSharedPointerHelper(compositePtr2); -#endif +void dump_std_vector() +{ + /* A */ std::vector<std::list<int> *> vector; + std::list<int> list; + /* B */ list.push_back(45); + /* C */ vector.push_back(new std::list<int>(list)); + /* D */ vector.push_back(0); + /* E */ (void) 0; } -void tst_Gdb::dump_StdVector() -{ - std::vector<std::list<int> *> vector; - QByteArray inner = "std::list<int> *"; - QByteArray innerp = "std::list<int>"; - testDumper("value='<0 items>',valuedisabled='true',numchild='0'", - &vector, "std::vector", false, inner, "", sizeof(std::list<int> *)); - std::list<int> list; - vector.push_back(new std::list<int>(list)); - testDumper("value='<1 items>',valuedisabled='true',numchild='1'," - "childtype='" + inner + "',childnumchild='1'," - "children=[{addr='" + str(deref(&vector[0])) + "'," - "saddr='" + str(deref(&vector[0])) + "',type='" + innerp + "'}]", - &vector, "std::vector", true, inner, "", sizeof(std::list<int> *)); - vector.push_back(0); - list.push_back(45); - testDumper("value='<2 items>',valuedisabled='true',numchild='2'," - "childtype='" + inner + "',childnumchild='1'," - "children=[{addr='" + str(deref(&vector[0])) + "'," - "saddr='" + str(deref(&vector[0])) + "',type='" + innerp + "'}," - "{addr='" + str(&vector[1]) + "'," - "type='" + innerp + "',value='<null>',numchild='0'}]", - &vector, "std::vector", true, inner, "", sizeof(std::list<int> *)); - vector.push_back(new std::list<int>(list)); - vector.push_back(0); +void tst_Gdb::dump_std_vector() +{ + #define LIST "std::list<int, std::allocator<int> >" + #define VECTOR "std::vector<"LIST"*, std::allocator<"LIST"*> >" + + prepare("dump_std_vector"); + if (checkUninitialized) + run("A","{iname='local.vector',addr='-',name='vector'," + "numchild='0'}"); + next(2); + run("B","{iname='local.vector',addr='-',name='vector',type='"VECTOR"'," + "value='<0 items>',numchild='0'}," + "{iname='local.list',addr='-',name='list',type='"LIST"'," + "value='<0 items>',numchild='0'}"); + next(3); + run("E","{iname='local.vector',addr='-',name='vector',type='"VECTOR"'," + "value='<2 items>',numchild='2',childtype='"LIST" *'," + "childnumchild='1',children=[{type='"LIST"',value='<2 items>'," + "numchild='2'},{value='<null>',numchild='0'}]}," + "{iname='local.list',addr='-',name='list',type='"LIST"'," + "value='<0 items>',numchild='0'}", + "local.vector,local.vector.0"); } +#if 0 void tst_Gdb::dump_QTextCodecHelper(QTextCodec *codec) { const QByteArray name = codec->name().toBase64(); @@ -2381,392 +2328,17 @@ void tst_Gdb::dump_QTextCodec() #endif // #if 0 -///////////////////////////// QVariant ///////////////////////////////// +///////////////////////////// QHash<int, int> ////////////////////////////// -void dump_QVariant() +void dump_QHash_int_int() { - /*<not in scope>*/ QVariant v; - /* <invalid> */ v = QBitArray(); - /* QBitArray */ v = 0; // QBitmap(); - /* QBitMap */ v = bool(true); - /* bool */ v = 0; // QBrush(); - /* QBrush */ v = QByteArray("abc"); - /* QByteArray */ v = QChar(QLatin1Char('x')); - /* QChar */ v = 0; // QColor(); - /* QColor */ v = 0; // QCursor(); - /* QCursor */ v = QDate(); - /* QDate */ v = QDateTime(); - /* QDateTime */ v = double(46); - /* double */ v = 0; // QFont(); - /* QFont */ v = QVariantHash(); - /* QVariantHash */ v = 0; // QIcon(); - /* QIcon */ v = 0; // QImage(); - /* QImage */ v = int(42); - /* int */ v = 0; // QKeySequence(); - /* QKeySequence */ v = QLine(); - /* QLine */ v = QLineF(); - /* QLineF */ v = QVariantList(); - /* QVariantList */ v = QLocale(); - /* QLocale */ v = qlonglong(44); - /* qlonglong */ v = QVariantMap(); - /* QVariantMap */ v = 0; // QTransform(); - /* QTransform */ v = 0; // QMatrix4x4(); - /* QMatrix4x4 */ v = 0; // QPalette(); - /* QPalette */ v = 0; // QPen(); - /* QPen */ v = 0; // QPixmap(); - /* QPixmap */ v = QPoint(45, 46); - /* QPoint */ v = 0; // QPointArray(); - /* QPointArray */ v = QPointF(41, 42); - /* QPointF */ v = 0; // QPolygon(); - /* QPolygon */ v = 0; // QQuaternion(); - /* QQuaternion */ v = QRect(); - /* QRect */ v = QRectF(); - /* QRectF */ v = QRegExp("abc"); - /* QRegExp */ v = 0; // QRegion(); - /* QRegion */ v = QSize(0, 0); - /* QSize */ v = QSizeF(0, 0); - /* QSizeF */ v = 0; // QSizePolicy(); - /* QSizePolicy */ v = QString("abc"); - /* QString */ v = QStringList() << "abc"; - /* QStringList */ v = 0; // QTextFormat(); - /* QTextFormat */ v = 0; // QTextLength(); - /* QTextLength */ v = QTime(); - /* QTime */ v = uint(43); - /* uint */ v = qulonglong(45); - /* qulonglong */ v = QUrl("http://foo"); - /* QUrl */ v = 0; // QVector2D(); - /* QVector2D */ v = 0; // QVector3D(); - /* QVector3D */ v = 0; // QVector4D(); - /* QVector4D */ (void) 0; + /* A */ QHash<int, int> h; + /* B */ h[43] = 44; + /* C */ h[45] = 46; + /* D */ (void) 0; } -void tst_Gdb::dump_QVariant() -{ - #define PRE "iname='local.v',addr='-',name='v',type='"NS"QVariant'," - prepare("dump_QVariant"); - if (checkUninitialized) /*<not in scope>*/ - run("A","{"PRE"'value=<not in scope>',numchild='0'}"); - next(); - run("<invalid>", "{"PRE"value='<invalid>',numchild='0'}"); - next(); - run("QBitArray", "{"PRE"value='("NS"QBitArray)',numchild='1',children=[" - "{name='data',type='"NS"QBitArray',value='{...}',numchild='1'}]}", - "local.v"); - next(); - //run("QBitMap", "{"PRE"value="NS"QBitMap'',numchild='1',children=[" - // "]}", "local.v"); - next(); - run("bool", "{"PRE"value='true',numchild='0'}", "local.v"); - next(); - //run("QBrush", "{"PRE"value='"NS"QBrush',numchild='1',children=[" - // "]}", "local.v"); - next(); - run("QByteArray", "{"PRE"value='("NS"QByteArray)',numchild='1'," - "children=[{name='data',type='"NS"QByteArray',valueencoded='6'," - "value='616263',numchild='3'}]}", "local.v"); - next(); - run("QChar", "{"PRE"value='("NS"QChar)',numchild='1'," - "children=[{name='data',type='"NS"QChar',value=''x', ucs=120',numchild='0'}]}", "local.v"); - next(); - //run("QColor", "{"PRE"value='("NS"QColor)',numchild='1',children=[" - // "]}", "local.v"); - next(); - //run("QCursor", "{"PRE"value='',numchild='1',children=[" - // "]}", "local.v"); - next(); - run("QDate", "{"PRE"value='("NS"QDate)',numchild='1',children=[" - "{name='data',type='"NS"QDate',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QDateTime", "{"PRE"value='("NS"QDateTime)',numchild='1',children=[" - "{name='data',type='"NS"QDateTime',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("double", "{"PRE"value='46',numchild='0'}", "local.v"); - next(); - //run("QFont", "{"PRE"value='(NS"QFont")',numchild='1',children=[" - // "{name='data',type='"NS"QFont',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QVariantHash", "{"PRE"value='("NS"QVariantHash)',numchild='1',children=[" - "{name='data',type='"NS"QHash<"NS"QString, "NS"QVariant>'," - "value='<0 items>',numchild='0'}]}", "local.v"); - next(); - //run("QIcon", "{"PRE"value='("NS"QIcon)',numchild='1',children=[" - // "{name='data',type='"NS"QIcon',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QImage", "{"PRE"value='("NS"QImage)',numchild='1',children=[" - // "{name='data',type='"NS"QImage',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("int", "{"PRE"value='42',numchild='0'}", "local.v"); - next(); - //run("QKeySequence", "{"PRE"value='("NS"QKeySequence)',numchild='1'", - // "local.v"); - next(); - run("QLine", "{"PRE"value='("NS"QLine)',numchild='1',children=[" - "{name='data',type='"NS"QLine',value='{...}',numchild='2'}]}", "local.v"); - next(); - run("QLineF", "{"PRE"value='("NS"QLineF)',numchild='1',children=[" - "{name='data',type='"NS"QLineF',value='{...}',numchild='2'}]}", "local.v"); - next(); - run("QVariantList", "{"PRE"value='("NS"QVariantList)',numchild='1',children=[" - "{name='data',type='"NS"QList<"NS"QVariant>'," - "value='<0 items>',numchild='0'}]}", "local.v"); - next(); - run("QLocale", "{"PRE"value='("NS"QLocale)',numchild='1',children=[" - "{name='data',type='"NS"QLocale',value='{...}',numchild='2'}]}", "local.v"); - next(); - run("qlonglong", "{"PRE"value='44',numchild='0'}", "local.v"); - next(); - run("QVariantMap", "{"PRE"value='("NS"QVariantMap)',numchild='1',children=[" - "{name='data',type='"NS"QMap<"NS"QString, "NS"QVariant>'," - "value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QTransform", "{"PRE"value='("NS"QTransform)',numchild='1',children=[" - // "{name='data',type='"NS"QTransform',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QMatrix4x4", "{"PRE"value='("NS"QMatrix4x4)',numchild='1',children=[" - // "{name='data',type='"NS"QMatrix4x4',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QPalette", "{"PRE"value='("NS"QPalette)',numchild='1',children=[" - // "{name='data',type='"NS"QPalette',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QPen", "{"PRE"value='("NS"QPen)',numchild='1',children=[" - // "{name='data',type='"NS"QPen',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QPixmap", "{"PRE"value='("NS"QPixmap)',numchild='1',children=[" - // "{name='data',type='"NS"QPixmap',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QPoint", "{"PRE"value='("NS"QPoint)',numchild='1',children=[" - "{name='data',type='"NS"QPoint',value='(45, 46)',numchild='2'}]}", - "local.v"); - next(); - //run("QPointArray", "{"PRE"value='("NS"QPointArray)',numchild='1',children=[" - // "{name='data',type='"NS"QPointArray',value='{...}',numchild='1'}]}", "local.v"); - next(); -// FIXME -// run("QPointF", "{"PRE"value='("NS"QPointF)',numchild='1',children=[" -// "{name='data',type='"NS"QPointF',value='(41, 42)',numchild='2'}]}", -// "local.v"); - next(); - //run("QPolygon", "{"PRE"value='("NS"QPolygon)',numchild='1',children=[" - // "{name='data',type='"NS"QPolygon',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QQuaternion", "{"PRE"value='("NS"QQuaternion)',numchild='1',children=[" - // "{name='data',type='"NS"QQuaternion',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QRect", "{"PRE"value='("NS"QRect)',numchild='1',children=[" - "{name='data',type='"NS"QRect',value='{...}',numchild='4'}]}", "local.v"); - next(); -// FIXME: -// run("QRectF", "{"PRE"value='("NS"QRectF)',numchild='1',children=[" -// "{name='data',type='"NS"QRectF',value='{...}',numchild='4'}]}", "local.v"); - next(); - run("QRegExp", "{"PRE"value='("NS"QRegExp)',numchild='1',children=[" - "{name='data',type='"NS"QRegExp',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QRegion", "{"PRE"value='("NS"QRegion)',numchild='1',children=[" - // "{name='data',type='"NS"QRegion',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QSize", "{"PRE"value='("NS"QSize)',numchild='1',children=[" - "{name='data',type='"NS"QSize',value='(0, 0)',numchild='2'}]}", "local.v"); - next(); - -// FIXME: -// run("QSizeF", "{"PRE"value='("NS"QSizeF)',numchild='1',children=[" -// "{name='data',type='"NS"QSizeF',value='(0, 0)',numchild='2'}]}", "local.v"); - next(); - //run("QSizePolicy", "{"PRE"value='("NS"QSizePolicy)',numchild='1',children=[" - // "{name='data',type='"NS"QSizePolicy',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QString", "{"PRE"value='("NS"QString)',numchild='1',children=[" - "{name='data',type='"NS"QString',valueencoded='7',value='610062006300',numchild='0'}]}", - "local.v"); - next(); - run("QStringList", "{"PRE"value='("NS"QStringList)',numchild='1',children=[" - "{name='data',type='"NS"QStringList',value='<1 items>',numchild='1'}]}", "local.v"); - next(); - //run("QTextFormat", "{"PRE"value='("NS"QTextFormat)',numchild='1',children=[" - // "{name='data',type='"NS"QTextFormat',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QTextLength", "{"PRE"value='("NS"QTextLength)',numchild='1',children=[" - // "{name='data',type='"NS"QTextLength',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("QTime", "{"PRE"value='("NS"QTime)',numchild='1',children=[" - "{name='data',type='"NS"QTime',value='{...}',numchild='1'}]}", "local.v"); - next(); - run("uint", "{"PRE"value='43',numchild='0'}", "local.v"); - next(); - run("qulonglong", "{"PRE"value='45',numchild='0'}", "local.v"); - next(); - run("QUrl", "{"PRE"value='("NS"QUrl)',numchild='1',children=[" - "{name='data',type='"NS"QUrl',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QVector2D", "{"PRE"value='("NS"QVector2D)',numchild='1',children=[" - // "{name='data',type='"NS"QVector2D',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QVector3D", "{"PRE"value='("NS"QVector3D)',numchild='1',children=[" - // "{name='data',type='"NS"QVector3D',value='{...}',numchild='1'}]}", "local.v"); - next(); - //run("QVector4D", "{"PRE"value='("NS"QVector4D)',numchild='1',children=[" - // "{name='data',type='"NS"QVector4D',value='{...}',numchild='1'}]}", "local.v"); -} - - -///////////////////////////// QWeakPointer ///////////////////////////////// - -#if QT_VERSION >= 0x040500 - -void dump_QWeakPointer_11() -{ - // Case 1: Simple type. - // Case 1.1: Null pointer. - /* A */ QSharedPointer<int> sp; - /* */ QWeakPointer<int> wp = sp.toWeakRef(); - /* B */ (void) 0; -} - -void tst_Gdb::dump_QWeakPointer_11() -{ - // Case 1.1: Null pointer. - prepare("dump_QWeakPointer_11"); - if (checkUninitialized) - run("A","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}"); - next(); - next(); - run("B","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='<null>',numchild='0'}," - "{iname='local.wp',addr='-',name='wp'," - "type='"NS"QWeakPointer<int>',value='<null>',numchild='0'}"); -} - - -void dump_QWeakPointer_12() -{ - // Case 1.2: Weak pointer is unique. - /* A */ QSharedPointer<int> sp(new int(99)); - /* */ QWeakPointer<int> wp = sp.toWeakRef(); - /* B */ (void) 0; -} - -void tst_Gdb::dump_QWeakPointer_12() -{ - // Case 1.2: Weak pointer is unique. - prepare("dump_QWeakPointer_12"); - if (checkUninitialized) - run("A","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}"); - next(); - next(); - run("B","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='',numchild='3'}," - "{iname='local.wp',addr='-',name='wp'," - "type='"NS"QWeakPointer<int>',value='',numchild='3'}"); - run("B","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='',numchild='3',children=[" - "{name='data',type='int',value='99',numchild='0'}," - "{name='weakref',value='2',type='int',numchild='0'}," - "{name='strongref',value='2',type='int',numchild='0'}]}," - "{iname='local.wp',addr='-',name='wp'," - "type='"NS"QWeakPointer<int>',value='',numchild='3',children=[" - "{name='data',type='int',value='99',numchild='0'}," - "{name='weakref',value='2',type='int',numchild='0'}," - "{name='strongref',value='2',type='int',numchild='0'}]}", - "local.sp,local.wp"); -} - - -void dump_QWeakPointer_13() -{ - // Case 1.3: There are other weak pointers. - /* A */ QSharedPointer<int> sp(new int(99)); - /* */ QWeakPointer<int> wp = sp.toWeakRef(); - /* */ QWeakPointer<int> wp2 = sp.toWeakRef(); - /* B */ (void) 0; -} - -void tst_Gdb::dump_QWeakPointer_13() -{ - // Case 1.3: There are other weak pointers. - prepare("dump_QWeakPointer_13"); - if (checkUninitialized) - run("A","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}"); - next(); - next(); - next(); - run("B","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='',numchild='3'}," - "{iname='local.wp',addr='-',name='wp'," - "type='"NS"QWeakPointer<int>',value='',numchild='3'}," - "{iname='local.wp2',addr='-',name='wp2'," - "type='"NS"QWeakPointer<int>',value='',numchild='3'}"); - run("B","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<int>',value='',numchild='3',children=[" - "{name='data',type='int',value='99',numchild='0'}," - "{name='weakref',value='3',type='int',numchild='0'}," - "{name='strongref',value='3',type='int',numchild='0'}]}," - "{iname='local.wp',addr='-',name='wp'," - "type='"NS"QWeakPointer<int>',value='',numchild='3',children=[" - "{name='data',type='int',value='99',numchild='0'}," - "{name='weakref',value='3',type='int',numchild='0'}," - "{name='strongref',value='3',type='int',numchild='0'}]}," - "{iname='local.wp2',addr='-',name='wp2'," - "type='"NS"QWeakPointer<int>',value='',numchild='3'}", - "local.sp,local.wp"); -} - - -void dump_QWeakPointer_2() -{ - // Case 2: Composite type. - /* A */ QSharedPointer<QString> sp(new QString("Test")); - /* */ QWeakPointer<QString> wp = sp.toWeakRef(); - /* B */ (void) 0; -} - -void tst_Gdb::dump_QWeakPointer_2() -{ - // Case 2: Composite type. - prepare("dump_QWeakPointer_2"); - if (checkUninitialized) - run("A","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<"NS"QString>',value='<not in scope>',numchild='0'}"); - next(); - next(); - run("B","{iname='local.sp',addr='-',name='sp'," - "type='"NS"QSharedPointer<"NS"QString>',value='',numchild='3',children=[" - "{name='data',type='"NS"QString'," - "valueencoded='7',value='5400650073007400',numchild='0'}," - "{name='weakref',value='2',type='int',numchild='0'}," - "{name='strongref',value='2',type='int',numchild='0'}]}," - "{iname='local.wp',addr='-',name='wp'," - "type='"NS"QWeakPointer<"NS"QString>',value='',numchild='3',children=[" - "{name='data',type='"NS"QString'," - "valueencoded='7',value='5400650073007400',numchild='0'}," - "{name='weakref',value='2',type='int',numchild='0'}," - "{name='strongref',value='2',type='int',numchild='0'}]}", - "local.sp,local.wp"); -} - -#else // before Qt 4.5 - -void tst_Gdb::dump_QWeakPointer_11() {} -void tst_Gdb::dump_QWeakPointer_12() {} -void tst_Gdb::dump_QWeakPointer_13() {} -void tst_Gdb::dump_QWeakPointer_2() {} - -#endif - -///////////////////////////// QHash<QString, QString> ////////////////////////////// - -void dump_QHash_int_int() -{ - /* A */ QHash<int, int> h; - /* B */ h[43] = 44; - /* C */ h[45] = 46; - /* D */ (void) 0; -} - -void tst_Gdb::dump_QHash_int_int() +void tst_Gdb::dump_QHash_int_int() { // Need to check the following combinations: // int-key optimization, small value @@ -2796,6 +2368,7 @@ void tst_Gdb::dump_QHash_int_int() "local.h"); } +///////////////////////////// QHash<QString, QString> ////////////////////////////// void dump_QHash_QString_QString() { @@ -3075,8 +2648,7 @@ void dump_QPoint() { /* A */ QPoint p(43, 44); /* B */ QPointF f(45, 46); - /* C */ (void) 0; -} + /* C */ (void) (p.x() + f.x()); } void tst_Gdb::dump_QPoint() { @@ -3084,12 +2656,12 @@ void tst_Gdb::dump_QPoint() next(); next(); run("C","{iname='local.p',addr='-',name='p',type='"NS"QPoint'," - "value='(43, 44)',numchild='2',childtype='int',childnumchild='0'," - "children=[{name='x',value='43'},{name='y',value='44'}]}," - "{iname='local.f',addr='-',name='f',type='"NS"QPointF'," - "value='(45, 46)',numchild='2',childtype='double',childnumchild='0'," - "children=[{name='x',value='45'},{name='y',value='46'}]}", - "local.p,local.f"); + "value='(43, 44)',numchild='2',childtype='int',childnumchild='0'," + "children=[{name='x',value='43'},{name='y',value='44'}]}," + "{iname='local.f',addr='-',name='f',type='"NS"QPointF'," + "value='(45, 46)',numchild='2',childtype='double',childnumchild='0'," + "children=[{name='x',value='45'},{name='y',value='46'}]}", + "local.p,local.f"); } @@ -3099,8 +2671,7 @@ void dump_QRect() { /* A */ QRect p(43, 44, 100, 200); /* B */ QRectF f(45, 46, 100, 200); - /* C */ (void) 0; -} + /* C */ (void) (p.x() + f.x()); } void tst_Gdb::dump_QRect() { @@ -3108,18 +2679,117 @@ void tst_Gdb::dump_QRect() next(); next(); -return; // FIXME - run("C","{iname='local.p',addr='-',name='p',type='"NS"QRect'," - "value='(100x200+43+44)',numchild='4',childtype='int',childnumchild='0'," - "children=[{name='x1',value='43'},{name='y1',value='44'}," - "{name='x2',value='142'},{name='y2',value='243'}]}," - "{iname='local.f',addr='-',name='f',type='"NS"QRectF'," - "value='(45x46+100+200)',numchild='2',childtype='double',childnumchild='0'," - "children=[{name='x',value='45'},{name='y',value='46'}]}", - "local.p,local.f"); + "value='100x200+43+44',numchild='4',childtype='int',childnumchild='0'," + "children=[{name='x1',value='43'},{name='y1',value='44'}," + "{name='x2',value='142'},{name='y2',value='243'}]}," + "{iname='local.f',addr='-',name='f',type='"NS"QRectF'," + "value='100x200+45+46',numchild='4',childtype='double',childnumchild='0'," + "children=[{name='x',value='45'},{name='y',value='46'}," + "{name='w',value='100'},{name='h',value='200'}]}", + "local.p,local.f"); +} + +///////////////////////////// QSize ///////////////////////////////// + +#if QT_VERSION >= 0x040500 +void dump_QSharedPointer() +{ + /* A */ // Case 1: Simple type. + // Case 1.1: Null pointer. + QSharedPointer<int> simplePtr; + // Case 1.2: Non-null pointer, + QSharedPointer<int> simplePtr2(new int(99)); + // Case 1.3: Shared pointer. + QSharedPointer<int> simplePtr3 = simplePtr2; + // Case 1.4: Weak pointer. + QWeakPointer<int> simplePtr4(simplePtr2); + + // Case 2: Composite type. + // Case 2.1: Null pointer. + QSharedPointer<QString> compositePtr; + // Case 2.2: Non-null pointer, + QSharedPointer<QString> compositePtr2(new QString("Test")); + // Case 2.3: Shared pointer. + QSharedPointer<QString> compositePtr3 = compositePtr2; + // Case 2.4: Weak pointer. + QWeakPointer<QString> compositePtr4(compositePtr2); + /* C */ (void) simplePtr.data(); } +#endif + +void tst_Gdb::dump_QSharedPointer() +{ +#if QT_VERSION >= 0x040500 + prepare("dump_QSharedPointer"); + if (checkUninitialized) + run("A","{iname='local.simplePtr',addr='-',name='simplePtr'," + "'type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}," + "{iname='local.simplePtr2',addr='-',name='simplePtr2'," + "'type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}," + "{iname='local.simplePtr3',addr='-',name='simplePtr3'," + "'type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}," + "{iname='local.simplePtr4',addr='-',name='simplePtr3'," + "'type='"NS"QWeakPointer<int>',value='<not in scope>',numchild='0'}," + "{iname='local.compositePtr',addr='-',name='compositePtr'," + "'type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}," + "{iname='local.compositePtr2',addr='-',name='compositePtr2'," + "'type='"NS"QSharedPointer<int>'value='<not in scope>',numchild='0'}," + "{iname='local.compositePtr3',addr='-',name='compositePtr3'," + "'type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}," + "{iname='local.compositePtr4',addr='-',name='compositePtr4'," + "'type='"NS"QWeakPointer<int>',value='<not in scope>',numchild='0'}"); + + next(8); + run("C","{iname='local.simplePtr',addr='-',name='simplePtr'," + "type='"NS"QSharedPointer<int>',value='<null>',numchild='0'}," + "{iname='local.simplePtr2',addr='-',name='simplePtr2'," + "type='"NS"QSharedPointer<int>',value='',numchild='3'}," + "{iname='local.simplePtr3',addr='-',name='simplePtr3'," + "type='"NS"QSharedPointer<int>',value='',numchild='3'}," + "{iname='local.simplePtr4',addr='-',name='simplePtr4'," + "type='"NS"QWeakPointer<int>',value='',numchild='3'}," + "{iname='local.compositePtr',addr='-',name='compositePtr'," + "type='"NS"QSharedPointer<"NS"QString>',value='<null>',numchild='0'}," + "{iname='local.compositePtr2',addr='-',name='compositePtr2'," + "type='"NS"QSharedPointer<"NS"QString>',value='',numchild='3'}," + "{iname='local.compositePtr3',addr='-',name='compositePtr3'," + "type='"NS"QSharedPointer<"NS"QString>',value='',numchild='3'}," + "{iname='local.compositePtr4',addr='-',name='compositePtr4'," + "type='"NS"QWeakPointer<"NS"QString>',value='',numchild='3'}"); + + run("C","{iname='local.simplePtr',addr='-',name='simplePtr'," + "type='"NS"QSharedPointer<int>',value='<null>',numchild='0'}," + "{iname='local.simplePtr2',addr='-',name='simplePtr2'," + "type='"NS"QSharedPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='3',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}," + "{iname='local.simplePtr3',addr='-',name='simplePtr3'," + "type='"NS"QSharedPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='3',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}," + "{iname='local.simplePtr4',addr='-',name='simplePtr4'," + "type='"NS"QWeakPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='3',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}," + "{iname='local.compositePtr',addr='-',name='compositePtr'," + "type='"NS"QSharedPointer<"NS"QString>',value='<null>',numchild='0'}," + "{iname='local.compositePtr2',addr='-',name='compositePtr2'," + "type='"NS"QSharedPointer<"NS"QString>',value='',numchild='3'}," + "{iname='local.compositePtr3',addr='-',name='compositePtr3'," + "type='"NS"QSharedPointer<"NS"QString>',value='',numchild='3'}," + "{iname='local.compositePtr4',addr='-',name='compositePtr4'," + "type='"NS"QWeakPointer<"NS"QString>',value='',numchild='3'}", + "local.simplePtr,local.simplePtr2,local.simplePtr3,local.simplePtr4," + "local.compositePtr,local.compositePtr,local.compositePtr," + "local.compositePtr"); + +#endif +} ///////////////////////////// QSize ///////////////////////////////// @@ -3133,8 +2803,7 @@ void dump_QSize() void tst_Gdb::dump_QSize() { prepare("dump_QSize"); - next(); - next(); + next(2); run("C","{iname='local.p',addr='-',name='p',type='"NS"QSize'," "value='(43, 44)',numchild='2',childtype='int',childnumchild='0'," "children=[{name='w',value='43'},{name='h',value='44'}]}," @@ -3303,6 +2972,383 @@ void tst_Gdb::dump_QVector() "local.v"); } + +///////////////////////////// QVariant ///////////////////////////////// + +void dump_QVariant() +{ + /*<not in scope>*/ QVariant v; + /* <invalid> */ v = QBitArray(); + /* QBitArray */ v = 0; // QBitmap(); + /* QBitMap */ v = bool(true); + /* bool */ v = 0; // QBrush(); + /* QBrush */ v = QByteArray("abc"); + /* QByteArray */ v = QChar(QLatin1Char('x')); + /* QChar */ v = 0; // QColor(); + /* QColor */ v = 0; // QCursor(); + /* QCursor */ v = QDate(); + /* QDate */ v = QDateTime(); + /* QDateTime */ v = double(46); + /* double */ v = 0; // QFont(); + /* QFont */ v = QVariantHash(); + /* QVariantHash */ v = 0; // QIcon(); + /* QIcon */ v = 0; // QImage(); + /* QImage */ v = int(42); + /* int */ v = 0; // QKeySequence(); + /* QKeySequence */ v = QLine(); + /* QLine */ v = QLineF(); + /* QLineF */ v = QVariantList(); + /* QVariantList */ v = QLocale(); + /* QLocale */ v = qlonglong(44); + /* qlonglong */ v = QVariantMap(); + /* QVariantMap */ v = 0; // QTransform(); + /* QTransform */ v = 0; // QMatrix4x4(); + /* QMatrix4x4 */ v = 0; // QPalette(); + /* QPalette */ v = 0; // QPen(); + /* QPen */ v = 0; // QPixmap(); + /* QPixmap */ v = QPoint(45, 46); + /* QPoint */ v = 0; // QPointArray(); + /* QPointArray */ v = QPointF(41, 42); + /* QPointF */ v = 0; // QPolygon(); + /* QPolygon */ v = 0; // QQuaternion(); + /* QQuaternion */ v = QRect(); + /* QRect */ v = QRectF(); + /* QRectF */ v = QRegExp("abc"); + /* QRegExp */ v = 0; // QRegion(); + /* QRegion */ v = QSize(0, 0); + /* QSize */ v = QSizeF(0, 0); + /* QSizeF */ v = 0; // QSizePolicy(); + /* QSizePolicy */ v = QString("abc"); + /* QString */ v = QStringList() << "abc"; + /* QStringList */ v = 0; // QTextFormat(); + /* QTextFormat */ v = 0; // QTextLength(); + /* QTextLength */ v = QTime(); + /* QTime */ v = uint(43); + /* uint */ v = qulonglong(45); + /* qulonglong */ v = QUrl("http://foo"); + /* QUrl */ v = 0; // QVector2D(); + /* QVector2D */ v = 0; // QVector3D(); + /* QVector3D */ v = 0; // QVector4D(); + /* QVector4D */ (void) 0; +} + +void tst_Gdb::dump_QVariant() +{ + #define PRE "iname='local.v',addr='-',name='v',type='"NS"QVariant'," + prepare("dump_QVariant"); + if (checkUninitialized) /*<not in scope>*/ + run("A","{"PRE"'value=<not in scope>',numchild='0'}"); + next(); + run("<invalid>", "{"PRE"value='<invalid>',numchild='0'}"); + next(); + run("QBitArray", "{"PRE"value='("NS"QBitArray)',numchild='1',children=[" + "{name='data',type='"NS"QBitArray',value='{...}',numchild='1'}]}", + "local.v"); + next(); + //run("QBitMap", "{"PRE"value="NS"QBitMap'',numchild='1',children=[" + // "]}", "local.v"); + next(); + run("bool", "{"PRE"value='true',numchild='0'}", "local.v"); + next(); + //run("QBrush", "{"PRE"value='"NS"QBrush',numchild='1',children=[" + // "]}", "local.v"); + next(); + run("QByteArray", "{"PRE"value='("NS"QByteArray)',numchild='1'," + "children=[{name='data',type='"NS"QByteArray',valueencoded='6'," + "value='616263',numchild='3'}]}", "local.v"); + next(); + run("QChar", "{"PRE"value='("NS"QChar)',numchild='1'," + "children=[{name='data',type='"NS"QChar',value=''x', ucs=120',numchild='0'}]}", "local.v"); + next(); + //run("QColor", "{"PRE"value='("NS"QColor)',numchild='1',children=[" + // "]}", "local.v"); + next(); + //run("QCursor", "{"PRE"value='',numchild='1',children=[" + // "]}", "local.v"); + next(); + run("QDate", "{"PRE"value='("NS"QDate)',numchild='1',children=[" + "{name='data',type='"NS"QDate',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QDateTime", "{"PRE"value='("NS"QDateTime)',numchild='1',children=[" + "{name='data',type='"NS"QDateTime',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("double", "{"PRE"value='46',numchild='0'}", "local.v"); + next(); + //run("QFont", "{"PRE"value='(NS"QFont")',numchild='1',children=[" + // "{name='data',type='"NS"QFont',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QVariantHash", "{"PRE"value='("NS"QVariantHash)',numchild='1',children=[" + "{name='data',type='"NS"QHash<"NS"QString, "NS"QVariant>'," + "value='<0 items>',numchild='0'}]}", "local.v"); + next(); + //run("QIcon", "{"PRE"value='("NS"QIcon)',numchild='1',children=[" + // "{name='data',type='"NS"QIcon',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QImage", "{"PRE"value='("NS"QImage)',numchild='1',children=[" + // "{name='data',type='"NS"QImage',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("int", "{"PRE"value='42',numchild='0'}", "local.v"); + next(); + //run("QKeySequence", "{"PRE"value='("NS"QKeySequence)',numchild='1'", + // "local.v"); + next(); + run("QLine", "{"PRE"value='("NS"QLine)',numchild='1',children=[" + "{name='data',type='"NS"QLine',value='{...}',numchild='2'}]}", "local.v"); + next(); + run("QLineF", "{"PRE"value='("NS"QLineF)',numchild='1',children=[" + "{name='data',type='"NS"QLineF',value='{...}',numchild='2'}]}", "local.v"); + next(); + run("QVariantList", "{"PRE"value='("NS"QVariantList)',numchild='1',children=[" + "{name='data',type='"NS"QList<"NS"QVariant>'," + "value='<0 items>',numchild='0'}]}", "local.v"); + next(); + run("QLocale", "{"PRE"value='("NS"QLocale)',numchild='1',children=[" + "{name='data',type='"NS"QLocale',value='{...}',numchild='2'}]}", "local.v"); + next(); + run("qlonglong", "{"PRE"value='44',numchild='0'}", "local.v"); + next(); + run("QVariantMap", "{"PRE"value='("NS"QVariantMap)',numchild='1',children=[" + "{name='data',type='"NS"QMap<"NS"QString, "NS"QVariant>'," + "value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QTransform", "{"PRE"value='("NS"QTransform)',numchild='1',children=[" + // "{name='data',type='"NS"QTransform',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QMatrix4x4", "{"PRE"value='("NS"QMatrix4x4)',numchild='1',children=[" + // "{name='data',type='"NS"QMatrix4x4',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QPalette", "{"PRE"value='("NS"QPalette)',numchild='1',children=[" + // "{name='data',type='"NS"QPalette',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QPen", "{"PRE"value='("NS"QPen)',numchild='1',children=[" + // "{name='data',type='"NS"QPen',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QPixmap", "{"PRE"value='("NS"QPixmap)',numchild='1',children=[" + // "{name='data',type='"NS"QPixmap',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QPoint", "{"PRE"value='("NS"QPoint)',numchild='1',children=[" + "{name='data',type='"NS"QPoint',value='(45, 46)',numchild='2'}]}", + "local.v"); + next(); + //run("QPointArray", "{"PRE"value='("NS"QPointArray)',numchild='1',children=[" + // "{name='data',type='"NS"QPointArray',value='{...}',numchild='1'}]}", "local.v"); + next(); +// FIXME +// run("QPointF", "{"PRE"value='("NS"QPointF)',numchild='1',children=[" +// "{name='data',type='"NS"QPointF',value='(41, 42)',numchild='2'}]}", +// "local.v"); + next(); + //run("QPolygon", "{"PRE"value='("NS"QPolygon)',numchild='1',children=[" + // "{name='data',type='"NS"QPolygon',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QQuaternion", "{"PRE"value='("NS"QQuaternion)',numchild='1',children=[" + // "{name='data',type='"NS"QQuaternion',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QRect", "{"PRE"value='("NS"QRect)',numchild='1',children=[" + "{name='data',type='"NS"QRect',value='{...}',numchild='4'}]}", "local.v"); + next(); +// FIXME: +// run("QRectF", "{"PRE"value='("NS"QRectF)',numchild='1',children=[" +// "{name='data',type='"NS"QRectF',value='{...}',numchild='4'}]}", "local.v"); + next(); + run("QRegExp", "{"PRE"value='("NS"QRegExp)',numchild='1',children=[" + "{name='data',type='"NS"QRegExp',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QRegion", "{"PRE"value='("NS"QRegion)',numchild='1',children=[" + // "{name='data',type='"NS"QRegion',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QSize", "{"PRE"value='("NS"QSize)',numchild='1',children=[" + "{name='data',type='"NS"QSize',value='(0, 0)',numchild='2'}]}", "local.v"); + next(); + +// FIXME: +// run("QSizeF", "{"PRE"value='("NS"QSizeF)',numchild='1',children=[" +// "{name='data',type='"NS"QSizeF',value='(0, 0)',numchild='2'}]}", "local.v"); + next(); + //run("QSizePolicy", "{"PRE"value='("NS"QSizePolicy)',numchild='1',children=[" + // "{name='data',type='"NS"QSizePolicy',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QString", "{"PRE"value='("NS"QString)',numchild='1',children=[" + "{name='data',type='"NS"QString',valueencoded='7',value='610062006300',numchild='0'}]}", + "local.v"); + next(); + run("QStringList", "{"PRE"value='("NS"QStringList)',numchild='1',children=[" + "{name='data',type='"NS"QStringList',value='<1 items>',numchild='1'}]}", "local.v"); + next(); + //run("QTextFormat", "{"PRE"value='("NS"QTextFormat)',numchild='1',children=[" + // "{name='data',type='"NS"QTextFormat',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QTextLength", "{"PRE"value='("NS"QTextLength)',numchild='1',children=[" + // "{name='data',type='"NS"QTextLength',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("QTime", "{"PRE"value='("NS"QTime)',numchild='1',children=[" + "{name='data',type='"NS"QTime',value='{...}',numchild='1'}]}", "local.v"); + next(); + run("uint", "{"PRE"value='43',numchild='0'}", "local.v"); + next(); + run("qulonglong", "{"PRE"value='45',numchild='0'}", "local.v"); + next(); + run("QUrl", "{"PRE"value='("NS"QUrl)',numchild='1',children=[" + "{name='data',type='"NS"QUrl',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QVector2D", "{"PRE"value='("NS"QVector2D)',numchild='1',children=[" + // "{name='data',type='"NS"QVector2D',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QVector3D", "{"PRE"value='("NS"QVector3D)',numchild='1',children=[" + // "{name='data',type='"NS"QVector3D',value='{...}',numchild='1'}]}", "local.v"); + next(); + //run("QVector4D", "{"PRE"value='("NS"QVector4D)',numchild='1',children=[" + // "{name='data',type='"NS"QVector4D',value='{...}',numchild='1'}]}", "local.v"); +} + + +///////////////////////////// QWeakPointer ///////////////////////////////// + +#if QT_VERSION >= 0x040500 + +void dump_QWeakPointer_11() +{ + // Case 1: Simple type. + // Case 1.1: Null pointer. + /* A */ QSharedPointer<int> sp; + /* */ QWeakPointer<int> wp = sp.toWeakRef(); + /* B */ (void) 0; +} + +void tst_Gdb::dump_QWeakPointer_11() +{ + // Case 1.1: Null pointer. + prepare("dump_QWeakPointer_11"); + if (checkUninitialized) + run("A","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}"); + next(); + next(); + run("B","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='<null>',numchild='0'}," + "{iname='local.wp',addr='-',name='wp'," + "type='"NS"QWeakPointer<int>',value='<null>',numchild='0'}"); +} + + +void dump_QWeakPointer_12() +{ + // Case 1.2: Weak pointer is unique. + /* A */ QSharedPointer<int> sp(new int(99)); + /* */ QWeakPointer<int> wp = sp.toWeakRef(); + /* B */ (void) 0; +} + +void tst_Gdb::dump_QWeakPointer_12() +{ + // Case 1.2: Weak pointer is unique. + prepare("dump_QWeakPointer_12"); + if (checkUninitialized) + run("A","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}"); + next(); + next(); + run("B","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='',numchild='3'}," + "{iname='local.wp',addr='-',name='wp'," + "type='"NS"QWeakPointer<int>',value='',numchild='3'}"); + run("B","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='2',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}," + "{iname='local.wp',addr='-',name='wp'," + "type='"NS"QWeakPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='2',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}", + "local.sp,local.wp"); +} + + +void dump_QWeakPointer_13() +{ + // Case 1.3: There are other weak pointers. + /* A */ QSharedPointer<int> sp(new int(99)); + /* */ QWeakPointer<int> wp = sp.toWeakRef(); + /* */ QWeakPointer<int> wp2 = sp.toWeakRef(); + /* B */ (void) 0; +} + +void tst_Gdb::dump_QWeakPointer_13() +{ + // Case 1.3: There are other weak pointers. + prepare("dump_QWeakPointer_13"); + if (checkUninitialized) + run("A","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='<not in scope>',numchild='0'}"); + next(); + next(); + next(); + run("B","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='',numchild='3'}," + "{iname='local.wp',addr='-',name='wp'," + "type='"NS"QWeakPointer<int>',value='',numchild='3'}," + "{iname='local.wp2',addr='-',name='wp2'," + "type='"NS"QWeakPointer<int>',value='',numchild='3'}"); + run("B","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='3',type='int',numchild='0'}," + "{name='strongref',value='3',type='int',numchild='0'}]}," + "{iname='local.wp',addr='-',name='wp'," + "type='"NS"QWeakPointer<int>',value='',numchild='3',children=[" + "{name='data',type='int',value='99',numchild='0'}," + "{name='weakref',value='3',type='int',numchild='0'}," + "{name='strongref',value='3',type='int',numchild='0'}]}," + "{iname='local.wp2',addr='-',name='wp2'," + "type='"NS"QWeakPointer<int>',value='',numchild='3'}", + "local.sp,local.wp"); +} + + +void dump_QWeakPointer_2() +{ + // Case 2: Composite type. + /* A */ QSharedPointer<QString> sp(new QString("Test")); + /* */ QWeakPointer<QString> wp = sp.toWeakRef(); + /* B */ (void) 0; +} + +void tst_Gdb::dump_QWeakPointer_2() +{ + // Case 2: Composite type. + prepare("dump_QWeakPointer_2"); + if (checkUninitialized) + run("A","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<"NS"QString>',value='<not in scope>',numchild='0'}"); + next(); + next(); + run("B","{iname='local.sp',addr='-',name='sp'," + "type='"NS"QSharedPointer<"NS"QString>',value='',numchild='3',children=[" + "{name='data',type='"NS"QString'," + "valueencoded='7',value='5400650073007400',numchild='0'}," + "{name='weakref',value='2',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}," + "{iname='local.wp',addr='-',name='wp'," + "type='"NS"QWeakPointer<"NS"QString>',value='',numchild='3',children=[" + "{name='data',type='"NS"QString'," + "valueencoded='7',value='5400650073007400',numchild='0'}," + "{name='weakref',value='2',type='int',numchild='0'}," + "{name='strongref',value='2',type='int',numchild='0'}]}", + "local.sp,local.wp"); +} + +#else // before Qt 4.5 + +void tst_Gdb::dump_QWeakPointer_11() {} +void tst_Gdb::dump_QWeakPointer_12() {} +void tst_Gdb::dump_QWeakPointer_13() {} +void tst_Gdb::dump_QWeakPointer_2() {} + +#endif + + ///////////////////////////////////////////////////////////////////////// // // Main @@ -3320,6 +3366,8 @@ int main(int argc, char *argv[]) if (argc == 2 && QByteArray(argv[1]) == "debug") { dump_array_char(); dump_array_int(); + dump_std_list(); + dump_std_vector(); dump_Foo(); dump_misc(); dump_QByteArray(); @@ -3334,6 +3382,7 @@ int main(int argc, char *argv[]) dump_QList_QString3(); dump_QPoint(); dump_QRect(); + dump_QSharedPointer(); dump_QSize(); dump_QStack(); dump_QString();