Index: trunk/l10n-support/templates/summit/docmessages/extragear-utils/kdesrc-build.pot =================================================================== --- trunk/l10n-support/templates/summit/docmessages/extragear-utils/kdesrc-build.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/docmessages/extragear-utils/kdesrc-build.pot (revision 1519254) @@ -1,6800 +1,6800 @@ # SOME DESCRIPTIVE TITLE. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-05-02 08:15+0200\n" +"POT-Creation-Date: 2018-07-05 09:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #. +> trunk5 #: index.docbook:75 #, no-c-format msgid "&kdesrc-build; Script Manual" msgstr "" #. Tag: author #. +> trunk5 #: index.docbook:78 #, no-c-format msgid "&Michael.Pyne; &Michael.Pyne.mail;" msgstr "" #. Tag: author #. +> trunk5 #: index.docbook:79 #, no-c-format msgid "CarlosWoelz carloswoelz@imap-mail.com" msgstr "" #. Tag: trans_comment #. +> trunk5 #: index.docbook:84 #, no-c-format msgid "ROLES_OF_TRANSLATORS" msgstr "" #. Tag: holder #. +> trunk5 #: index.docbook:102 #, no-c-format msgid "Michael Pyne" msgstr "" #. Tag: holder #. +> trunk5 #: index.docbook:107 #, no-c-format msgid "Carlos Woelz" msgstr "" #. Tag: date #. +> trunk5 #: index.docbook:112 #, no-c-format msgid "2018-01-20" msgstr "" #. Tag: releaseinfo #. +> trunk5 #: index.docbook:113 #, no-c-format msgid "&kdesrc-build; 17.12" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:116 #, no-c-format msgid "&kdesrc-build; is a script which builds and installs &kde; software directly from the &kde; project's source code repositories." msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:121 #, no-c-format msgid "KDE" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:122 #, no-c-format msgid "kdesdk" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:123 #, no-c-format msgid "SVN" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:124 #, no-c-format msgid "Subversion" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:125 #, no-c-format msgid "git" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:126 #, no-c-format msgid "KDE development" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:128 #, no-c-format msgid "kdesvn-build" msgstr "" #. Tag: keyword #. +> trunk5 #: index.docbook:129 #, no-c-format msgid "kdecvs-build" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:135 #, no-c-format msgid "Introduction" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:138 #, no-c-format msgid "A brief introduction to &kdesrc-build;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:141 #, no-c-format msgid "What is &kdesrc-build;?" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:143 #, no-c-format msgid "&kdesrc-build; is a script to help the &kde; community install &kde; software from its &git; and &subversion; source repositories, and continue to update that software afterwards. It is particularly intended to support those who need to supporting testing and development of &kde; software, including users testing bugfixes and developers working on new features." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:154 #, no-c-format msgid "The &kdesrc-build; script can be configured to maintain a single individual module, a full &plasma; desktop with &kde; application set, or somewhere in between." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:158 #, no-c-format msgid "To get started, see , or continue reading for more detail on how &kdesrc-build; works and what is covered in this documentation." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:164 #, no-c-format msgid "&kdesrc-build; operation in a nutshell" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:166 #, no-c-format msgid "&kdesrc-build; works by using the tools available to the user at the command-line, using the same interfaces available to the user. When &kdesrc-build; is run, the following sequence is followed:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:171 #, no-c-format msgid "&kdesrc-build; reads in the command line and configuration file, to determine what to build, compile options to use, where to install, &etc;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:176 #, no-c-format msgid "&kdesrc-build; performs a source update for each module. The update continues until all modules have been updated. Modules that fail to update normally do not stop the build – you will be notified at the end which modules did not update." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:182 #, no-c-format msgid "Modules that were successfully updated are built, have their test suite run, and are then installed. To reduce the overall time spent, &kdesrc-build; will by default start building the code as soon as the first module has completed updating, and allow the remaining updates to continue behind the scenes." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:190 #, no-c-format msgid "A very good overview of how &kde; modules are built, including informative diagrams, is provided on an online article discussing &kde;'s &krita; application. This workflow is what &kdesrc-build; automates for all &kde; modules." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:201 #, no-c-format msgid "Documentation Overview" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:203 #, no-c-format msgid "This guide is an overview to describe the following aspects of &kdesrc-build; operation:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:209 #, no-c-format msgid "An overview of the steps required to get started." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:211 #, no-c-format msgid "Notable features." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:212 #, no-c-format msgid "The configuration file syntax and options." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:214 #, no-c-format msgid "The command line options." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:217 #, no-c-format msgid "Also documented are the steps which you should perform using other tools (&ie; steps that are not automatically performed by &kdesrc-build;)." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:225 #, no-c-format msgid "Getting Started" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:227 #, no-c-format msgid "In this chapter, we show how to use the &kdesrc-build; to checkout modules from the &kde; repository and build them. We also provide a basic explanation of the &kde; source code structure and the steps you have to perform before running the script." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:234 #, no-c-format msgid "All topics present in this chapter are covered with even more detail in the Build from Source article, at the &kde; Community Wiki. If you are compiling &kde; for the first time, it is a good idea to read it, or consult it as a reference source. You will find detailed information about packaging tools and requirements, common compilation pitfalls and strategies and information about running your new &kde; installation." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:246 #, no-c-format msgid "Preparing the System to Build &kde;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:249 #, no-c-format msgid "Setup a new user account" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:251 #, no-c-format msgid "It is recommended that you use a different user account to build, install, and run your &kde; software from, since less permissions are required, and to avoid interfering with your distribution's packages. If you already have &kde; packages installed, the best choice would be to create a different (dedicated) user to build and run the new &kde;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:259 #, no-c-format msgid "Leaving your system &kde; untouched also allows you to have an emergency fallback in case a coding mistake causes your latest software build to be unusable." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:264 #, no-c-format msgid "You can do also setup to install to a system-wide directory (⪚ /usr/src/local) if you wish. This document does not cover this installation type, since we assume you know what you are doing." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:272 #, no-c-format -msgid "Ensure your system is ready to build &kde; source" +msgid "Ensure your system is ready to build &kde; software" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:274 #, no-c-format msgid "Before using the &kdesrc-build; script (or any other building strategy) you must install the development tools and libraries needed for &kde;. The nearly complete list of required tools can be found from the &kde; Community Wiki Build Requirements page." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:281 #, no-c-format msgid "Here is a list of some of the things you will need:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:284 #, no-c-format msgid "You will need &cmake;, this software is what &kde; uses to handle build-time configuration of the source code and generation of the specific build commands for your system. The required version will vary depending on what versions of &kde; software you are building (see TechBase for specifics), but with modern distributions the &cmake; included with your distribution should be quite sufficient." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:292 #, no-c-format msgid "You must also install the source control clients needed to checkout the &kde; source code. This means you need at least the following:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:296 #, no-c-format msgid "The Git source control manager, which is used for all &kde; source code" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:300 #, no-c-format msgid "Although it is not required, the Bazaar source control manager is used for a single module (libdbusmenu-qt) that is required for the &kde; libraries. Most users can install this library through their distribution packages but &kdesrc-build; supports building it as well if you desire. But to build libdbusmenu-qt, you must have Bazaar installed." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:308 #, no-c-format msgid "The Perl scripting language is required for &kdesrc-build;, some &kde; repositories, and &Qt; (if you build that from source)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:311 #, no-c-format msgid "The Perl that comes with your distribution should be suitable (it needs to be at least Perl 5.14), but you will also need some additional modules (&kdesrc-build; will warn if they are not present):" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:316 #, no-c-format msgid "IO::Socket::SSL" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:317 #, no-c-format msgid "JSON::PP or JSON::XS" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:318 #, no-c-format msgid "YAML::PP, YAML::XS, or YAML::Syck" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:322 #, no-c-format msgid "You will need a full C++ development environment (compiler, standard library, runtime, and any required development packages). The minimum required versions vary based on the &kde; module: the &kde; Frameworks 5 collection supports the oldest compilers, while &kde; Plasma 5 and &kde; Applications tend to require more recent compilers." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:326 #, no-c-format msgid "The GCC 4.8 or Clang 4 compilers are the minimum recommended. Many distributions support easily installing these tools using a build-essentials package, an option to install \"build dependencies\" with &Qt;, or similar features. The KDE Community Wiki has a page tracking recommended packages for major distributions." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:333 #, no-c-format msgid "You will need a build tool that actually performs the compilation steps (as generated by &cmake;). GNU Make is recommended and should be available through your package manager. &cmake; does support others options, such as the \"ninja\" build tool, which can be used by &kdesrc-build; using the custom-build-command configuration file option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:341 #, no-c-format msgid "Finally, you will need the appropriate &Qt; libraries (including development packages) for the version of &kde; software you are building. &kdesrc-build; does not officially support building &Qt; 5 (the current major version), so it is recommended to use your distribution's development packages or to see the KDE Community wiki page on self-building Qt 5." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:347 #, no-c-format msgid "Most operating system distributions include a method of easily installing required development tools. Consult the Community Wiki page Required devel packages to see if these instructions are already available." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:352 #, no-c-format msgid "Some of these packages are divided into libraries (or programs or utilities), and development packages. You will need at least the program or library and its development package." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:361 #, no-c-format msgid "Setup &kdesrc-build;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:364 #, no-c-format msgid "Install &kdesrc-build;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:365 #, no-c-format msgid "The &kde; developers make frequent changes to &kdesrc-build; to keep it in sync with advances in &kde; development, including improvements to the recommended &kdesrc-build; configuration, added modules, improving &cmake; flags, &etc;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:371 #, no-c-format msgid "Because of this, we recommend obtaining &kdesrc-build; directly from its source repository and then periodically updating it." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:374 #, no-c-format msgid "You can obtain &kdesrc-build; from its source repository by running:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:375 #, no-c-format msgid "$ git " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:377 #, no-c-format msgid "Replace with the directory you would like to install to." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:381 #, no-c-format msgid "You can update &kdesrc-build; later by running:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:382 #, no-c-format msgid "" "$ cd \n" "$ git " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:384 #, no-c-format msgid "We recommend adding the &kdesrc-build; installation directory to your PATH environment variable, so that you can run &kdesrc-build; without having to fully specify its path every time." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:390 #, no-c-format msgid "Prepare the configuration file" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:392 #, no-c-format msgid "&kdesrc-build; uses a configuration file (located at ~/.kdesrc-buildrc) to control which modules are built, where they are installed to, etc." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:396 #, no-c-format msgid "You can use a program included with &kdesrc-build;, called kdesrc-build-setup in order to prepare a simple kdesrc-build configuration. You can then edit the ~/.kdesrc-buildrc from there to make any changes you see fit." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:402 #, no-c-format msgid "kdesrc-build-setup itself runs from a terminal (instead of using a graphical interface), just like &kdesrc-build;, so you can use it even if you have no graphical interface available yet." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:407 #, no-c-format msgid "Manual setup of configuration file" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:409 #, no-c-format msgid "You can also setup your configuration file manually, by copying the included sample configuration file kdesrc-buildrc-kf5-sample to ~/.kdesrc-buildrc and then editing the file. will be a useful reference for this, especially its table of configuration options." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:417 #, no-c-format msgid "&kdesrc-build; contains many recommended configuration files to support &kde; Frameworks 5, &plasma; 5, and other &kde; applications. The kdesrc-build-setup refers to these files in the configuration file it generates, but you can also use them yourself. See for information on how to use other configuration files from your own ~/.kdesrc-buildrc." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:422 #, no-c-format msgid "You can find more information about the syntax of the configuration file in and in ." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:432 #, no-c-format msgid "Setting the Configuration Data" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:434 #, no-c-format msgid "To use &kdesrc-build;, you should have a file in your home directory called .kdesrc-buildrc, which sets the general options and sets the modules you would like to download and build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:440 #, no-c-format msgid "It is possible to use different configuration files for &kdesrc-build;, which is described in . If you need to use multiple configurations, please see that section. Here, we will assume the configuration is stored in ~/.kdesrc-buildrc." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:445 #, no-c-format msgid "The easiest way to proceed is to use the kdesrc-buildrc-kf5-sample file as a template, changing global options to match your wants, and also change the list of modules you want to build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:452 #, no-c-format msgid "The default settings should be appropriate to perform a &kde; build. Some settings that you may wish to alter include:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:458 #, no-c-format msgid "kdedir, which changes the destination directory that your &kde; software is installed to. This defaults to ~/kde, which is a single-user installation." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:463 #, no-c-format msgid "branch-group, which can be used to choose the appropriate branch of development for the &kde; modules as a whole. There are many supported build configurations but you will likely want to choose so that &kdesrc-build; downloads the latest code based on &Qt; 5 and &kde; Frameworks 5." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:470 #, no-c-format msgid "&kdesrc-build; will use a default branch group if you do not choose one, but this default will change over time, so it's better to choose one so that the branch group does not change unexpectedly." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:475 #, no-c-format msgid "source-dir, to control the directory &kdesrc-build; uses for downloading the source code, running the build process, and saving logs. This defaults to ~/kdesrc." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:480 #, no-c-format msgid "cmake-options, which sets the options to pass to the &cmake; command when building each module. Typically this is used to set between debug or release builds, to enable (or disable) optional features, or to pass information to the build process about the location of required libraries." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:487 #, no-c-format msgid "make-options, which sets the options used when actually running the make command to build each module (once &cmake; has established the build system)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:492 #, no-c-format msgid "The most typical option is , where N should be replaced with the maximum number of compile jobs you wish to allow. A higher number (up to the number of logical CPUs your system has available) leads to quicker builds, but requires more system resources." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:499 #, no-c-format msgid "Configuring Make for 4 compiles at once, with exceptions" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:500 #, no-c-format msgid "" "global\n" " make-options -j4\n" " …\n" "end global\n" "\n" "…\n" "\n" "module-set big-module-set\n" " repository kde-projects\n" " use-modules calligra\n" " make-options -j2 # Reduced number of build jobs for just these modules\n" "end module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:503 #, no-c-format msgid "Some very large Git repositories may swamp your system if you try to compile with a too many build jobs at one time, especially repositories like the &Qt; WebKit and &Qt; WebEngine repositories. To maintain system interactivity you may have to reduce the number of build jobs for specific modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:507 #, no-c-format msgid "gives an example of how to do this." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:514 #, no-c-format msgid "You may want to select different modules to build, which is described in ." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:520 #, no-c-format msgid "Using the &kdesrc-build; script" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:521 #, no-c-format msgid "With the configuration data established, now you are ready to run the script. Even if you still have some tweaking or other reading you wish to do, it is a good idea to at least load the &kde; project metadata." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:526 #, no-c-format msgid "Loading project metadata" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:528 #, no-c-format -msgid "From a terminal window, log in to the user you are using to compile &kde; and execute the script:" +msgid "From a terminal window, log in to the user you are using to compile &kde; software and execute the script:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:532 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:534 #, no-c-format msgid "This command will setup the source directory and connect to the KDE &git; repositories to download the database of &kde; git repositories, and the database of dependency metadata, without making any further changes. It is useful to run this separately as this metadata is useful for other &kdesrc-build; commands." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:543 #, no-c-format msgid "Previewing what will happen when kdesrc-build runs" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:545 #, no-c-format msgid "With the project metadata installed, it is possible to preview what &kdesrc-build; will do when launched. This can be done with the command line option." msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:549 #, no-c-format msgid "% ./kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:551 #, no-c-format msgid "You should see a message saying that some packages were successfully built (although nothing was actually built). If there were no significant problems shown, you can proceed to actually running the script." msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:555 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:557 #, no-c-format msgid "This command will download the appropriate source code, and build and install each module in order, but will stop if a module fails to build (due to the option). Afterwards, you should see output similar to that in :" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:561 #, no-c-format msgid "Example output of a kdesrc-build run" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:562 #, no-c-format msgid "" "% kdesrc-build\n" "Updating kde-build-metadata (to branch master)\n" "Updating sysadmin-repo-metadata (to branch master)\n" "\n" "Building libdbusmenu-qt (1/200)\n" " No changes to libdbusmenu-qt source, proceeding to build.\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" "Building taglib (2/200)\n" " Updating taglib (to branch master)\n" " Source update complete for taglib: 68 files affected.\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" "Building extra-cmake-modules from <module-set at line 32> (3/200)\n" " Updating extra-cmake-modules (to branch master)\n" " Source update complete for extra-cmake-modules: 2 files affected.\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" " ...\n" "\n" "Building kdevelop from kdev (200/200)\n" " Updating kdevelop (to branch master)\n" " Source update complete for kdevelop: 29 files affected.\n" " Compiling... succeeded (after 1 minute, and 34 seconds)\n" " Installing.. succeeded (after 2 seconds)\n" "\n" "<<< PACKAGES SUCCESSFULLY BUILT >>>\n" "Built 200 modules\n" "\n" "Your logs are saved in /home/kde-src/kdesrc/log/2018-01-20-07" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:567 #, no-c-format msgid "Resolving build failures" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:569 #, no-c-format -msgid "Depending on how many modules you are downloading, it is possible that &kdesrc-build; will not succeed the first time you compile &kde;. Do not despair!" +msgid "Depending on how many modules you are downloading, it is possible that &kdesrc-build; will not succeed the first time you compile &kde; software. Do not despair!" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:575 #, no-c-format msgid "&kdesrc-build; logs the output of every command it runs. By default, the log files are kept in ~/kdesrc/log. To see what the caused an error for a module in the last &kdesrc-build; command, usually it is sufficient to look at ~/kdesrc/log/latest/module-name/error.log." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:580 #, no-c-format msgid "Perhaps the easiest way to find out what error caused a module to fail to build is to search backward with a case-insensitive search, starting from the end of the file looking for the word error. Once that is found, scroll up to make sure there are no other error messages nearby. The first error message in a group is usually the underlying problem." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:587 #, no-c-format msgid "In that file, you will see the error that caused the build to fail for that module. If the file says (at the bottom) that you are missing some packages, try installing the package (including any appropriate -dev packages) before trying to build that module again. Make sure that when you run &kdesrc-build; again to pass the --reconfigure option so that &kdesrc-build; forces the module to check for the missing packages again." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:596 #, no-c-format msgid "Or, if the error appears to be a build error (such as a syntax error, incorrect prototype, unknown type, or similar) then it is probably an error with the &kde; source, which will hopefully be resolved within a few days. If it is not resolved within that time, feel free to mail the kde-devel@kde.org mailing list (subscription may be required first) in order to report the build failure." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:603 #, no-c-format -msgid "You can find more common examples of things that can go wrong and their solutions, as well as general tips and strategies to build &kde; in the Build from Source." +msgid "You can find more common examples of things that can go wrong and their solutions, as well as general tips and strategies to build &kde; software in the Build from Source." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:609 #, no-c-format msgid "On the other hand, assuming everything went well, you should have a new &kde; install on your computer, and now it is simply a matter of running it, described next in ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:613 #, no-c-format msgid "For more information about &kdesrc-build;'s logging features, please see ." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:620 #, no-c-format msgid "Building specific modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:622 #, no-c-format msgid "Rather than building every module all the time, you may only want to build a single module, or other small subset. Rather than editing your configuration file, you can simply pass the names of modules or module sets to build to the command line." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:627 #, no-c-format msgid "Example output of a kdesrc-build specific module build" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:628 #, no-c-format msgid "" "% kdesrc-build dolphin\n" "Updating kde-build-metadata (to branch master)\n" "Updating sysadmin-repo-metadata (to branch master)\n" "\n" "Building extra-cmake-modules from frameworks-set (1/79)\n" " Updating extra-cmake-modules (to branch master)\n" " No changes to extra-cmake-modules source, proceeding to build.\n" " Running cmake...\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" "Building phonon from phonon (2/79)\n" " Updating phonon (to branch master)\n" " No changes to phonon source, proceeding to build.\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" "Building attica from frameworks-set (3/79)\n" " Updating attica (to branch master)\n" " No changes to attica source, proceeding to build.\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" " ...\n" "\n" "Building dolphin from base-apps (79/79)\n" " Updating dolphin (to branch master)\n" " No changes to dolphin source, proceeding to build.\n" " Compiling... succeeded (after 0 seconds)\n" " Installing.. succeeded (after 0 seconds)\n" "\n" "<<< PACKAGES SUCCESSFULLY BUILT >>>\n" "Built 79 modules\n" "\n" "Your logs are saved in /home/kde-src/kdesrc/log/2018-01-20-07" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:631 #, no-c-format msgid "In this case, although only the dolphin application was specified, the flag caused &kdesrc-build; to include the dependencies listed for dolphin (by setting the include-dependencies option)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:638 #, no-c-format msgid "The dependency resolution worked in this case only because dolphin happened to be specified in a kde-projects-based module set (in this example, named base-apps). See ." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:647 #, no-c-format msgid "Setting the Environment to Run Your &kde; &plasma; Desktop" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:649 #, no-c-format -msgid "Assuming you are using a dedicated user to build &kde;, and you already have an installed &kde; version, running your new &kde; may be a bit tricky, as the new &kde; has to take precedence over the old. You must change the environment variables of your login scripts to make sure the newly-built desktop is used." +msgid "Assuming you are using a dedicated user to build &kde; &plasma;, and you already have an installed &plasma; version, running your new &plasma; may be a bit tricky, as the new &plasma; has to take precedence over the old. You must change the environment variables of your login scripts to make sure the newly-built desktop is used." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:657 #, no-c-format msgid "Automatically installing a login driver" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:659 #, no-c-format msgid "Starting from version 1.16, &kdesrc-build; will try to install an appropriate login driver, that will allow you to login to your &kdesrc-build;-built &kde; desktop from your login manager. This can be disabled by using the configuration file option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:666 #, no-c-format msgid "Session setup does not occur while &kdesrc-build; is running in pretend mode." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:669 #, no-c-format msgid "This driver works by setting up a custom xsession session type. This type of session should work by default with the &kdm; login manager (where it appears as a Custom session), but other login managers (such as LightDM and gdm) may require additional files installed to enable xsession support." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:677 #, no-c-format msgid "Adding xsession support for distributions" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:679 #, no-c-format msgid "The default login managers for some distributions may require additional packages to be installed in order to support xsession logins." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:683 #, no-c-format msgid "The Fedora &Linux; distribution requires the xorg-x11-xinit-session package to be installed for custom xsession login support." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:688 #, no-c-format msgid "Debian and Debian-derived &Linux; distributions should support custom xsession logins, but require the option to be set in /etc/X11/Xsession.options. See also the Debian documentation on customizing the X session." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:696 #, no-c-format msgid "For other distributions, go to ." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:703 #, no-c-format msgid "Manually adding support for xsession" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:705 #, no-c-format msgid "If there were no distribution-specific directions for your distribution in , you can manually add a Custom xsession login entry to your distribution's list of session types as follows:" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:711 #, no-c-format msgid "Adding an .xsession login session type." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:713 #, no-c-format msgid "This procedure will likely require administrative privileges to complete." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:718 #, no-c-format msgid "Create the file /usr/share/xsessions/kdesrc-build.desktop." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:723 #, no-c-format msgid "Ensure the file just created has the following text:" msgstr "" #. Tag: literallayout #. +> trunk5 #: index.docbook:724 #, no-c-format msgid "" "\n" "Type=XSession\n" "Exec=$HOME/.xsession\n" "Name=KDE Plasma Desktop (unstable; kdesrc-build)\n" "" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:727 #, no-c-format msgid "The $HOME entry must be replaced by the full path to your home directory (example, /home/user). The desktop entry specification does not allow for user-generic files." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:737 #, no-c-format msgid "When the login manager is restarted, it should show a new session type, KDE Plasma Desktop (unstable; kdesrc-build) in its list of sessions, which should try to run the .xsession file installed by &kdesrc-build; if it is selected when you login." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:743 #, no-c-format msgid "It may be easiest to restart the computer to restart the login manager, if the login manager does not track updates to the /usr/share/xsessions directory." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:756 #, no-c-format msgid "Setting up the environment manually" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:757 #, no-c-format msgid "This documentation used to include instruction on which environment variables to set in order to load up the newly-built desktop. These instructions have been moved to an appendix ()." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:762 #, no-c-format msgid "If you intend to setup your own login support you can consult that appendix or view the sample-kde-env-master.sh file included with the &kdesrc-build; source." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:771 #, no-c-format msgid "Module Organization and selection" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:774 #, no-c-format msgid "KDE Software Organization" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:776 #, no-c-format msgid "&kde; software is split into different components, many of which can be built by &kdesrc-build;. Understanding this organization will help you properly select the software modules that you want built." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:783 #, no-c-format msgid "At the lowest level comes the &Qt; library, which is a very powerful, cross-platform toolkit library. &kde; is based on &Qt;, and some of the non-&kde; libraries required by &kde; are also based on &Qt;. &kdesrc-build; can build &Qt;, or use the one already installed on your system if it is a recent enough version." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:789 #, no-c-format msgid "On top of &Qt; are required libraries that are necessary for &kde; software to work. Some of these libraries are not considered part of &kde; itself due to their generic nature, but are still essential to the &kde; Platform. These libraries are collected under a kdesupport module grouping but are not considered part of the Frameworks libraries." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:797 #, no-c-format msgid "On top of these essential libraries come the &kde; Frameworks, sometimes abbreviated as KF5, which are essential libraries for the &kde; Plasma desktop, &kde; Applications, and other third-party software." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:803 #, no-c-format msgid "On top of the Frameworks, come several different things:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:805 #, no-c-format msgid "Third-party applications. These are applications that use the &kde; Frameworks or are designed to run under &kde; Plasma but are not authored by or in association with the &kde; project." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:810 #, no-c-format msgid "Plasma, which is a full workspace desktop environment. This is what users normally see when they log-in to &kde;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:814 #, no-c-format msgid "The &kde; Application suite. This is a collection of useful software included with the Platform and &plasma; Desktop, grouped into individual modules, including utilities like &dolphin;, games like KSudoku, and productivity software released by &kde; such as &kontact;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:820 #, no-c-format msgid "Finally, there is a collection of software (also collected in modules) whose development is supported by &kde; resources (such as translation, source control, bug tracking, &etc;) but is not released by &kde; as part of Plasma or the Application suite. These modules are known as Extragear." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:832 #, no-c-format msgid "Selecting modules to build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:834 #, no-c-format msgid "Selecting which of the possible modules to build is controlled by the configuration file. After the global section is a list of modules to build, bracketed by module ... end module lines. An example entry for a module is shown in ." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:841 #, no-c-format msgid "Example module entry in the configuration file" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:842 #, no-c-format msgid "" "module kdesrc-build-git\n" " # Options for this module go here, example:\n" " repository kde:kdesrc-build\n" " make-options -j4 # Run 4 compiles at a time\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:845 #, no-c-format msgid "In practice, this module construct is not usually used directly. Instead most modules are specified via module-sets as described below." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:848 #, no-c-format msgid "When using only module entries, &kdesrc-build; builds them in the order you list, and does not attempt to download any other repositories other than what you specify directly." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:856 #, no-c-format msgid "Module Sets" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:858 #, no-c-format msgid "The &kde; source code is decomposed into a great number of relatively small Git-based repositories. To make it easier to manage the large number of repositories involved in any useful &kde;-based install, &kdesrc-build; supports grouping multiple modules and treating the group as a module set." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:865 #, no-c-format msgid "The basic module set concept" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:867 #, no-c-format msgid "By using a module set, you can quickly declare many Git modules to be downloaded and built, as if you'd typed out a separate module declaration for each one. The repository option is handled specially to setup where each module is downloaded from, and every other option contained in the module set is copied to every module generated in this fashion." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:875 #, no-c-format msgid "Using module sets" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:876 #, no-c-format msgid "" "global\n" " kde-git kde:\n" "end global\n" "\n" "module qt\n" " # Options removed for brevity\n" "end module\n" "\n" "module-set kde-support-libs\n" " kde-git\n" " automoc attica akonadi\n" "end module-set\n" "\n" "# Other modules as necessary...\n" "module kdesupport\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:879 #, no-c-format msgid "In a brief module set is shown. When &kdesrc-build; encounters this module set, it acts as if, for every module given in , that an individual module has been declared, with its equal to the module-set's followed immediately by the given module name." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:886 #, no-c-format msgid "In addition, other options can be passed in a module set, which are copied to every new module that is created this way. By using module-set it is possible to quickly declare many Git modules that are all based on the same repository URL. In addition, it is possible to give module-sets a name (as shown in the example), which allows you to quickly refer to the entire group of modules from the command line." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:895 #, no-c-format msgid "Special Support for KDE module sets" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:897 #, no-c-format msgid "The module set support described so far is general to any Git-based modules. For the &kde; Git repositories, &kdesrc-build; includes additional features to make things easier for users and developers. This support is enabled by specifying kde-projects as the for the module set." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:904 #, no-c-format msgid "&kdesrc-build; normally only builds the modules you have listed in your configuration file, in the order you list them. But with a kde-projects module set, &kdesrc-build; can do dependency resolution of &kde;-specific modules, and in addition automatically include modules into the build even if only indirectly specified." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:911 #, no-c-format msgid "Using kde-projects module sets" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:912 #, no-c-format msgid "" "# Only adds a module for juk (the kde/kdemultimedia/juk repo)\n" "module-set juk-set\n" " kde-projects\n" " juk\n" "end module-set\n" "\n" "# Adds all modules that are in kde/multimedia/*, including juk,\n" "# but no other dependencies\n" "module-set multimedia-set\n" " kde-projects\n" " kde/multimedia\n" "end module-set\n" "\n" "# Adds all modules that are in kde/multimedia/*, and all kde-projects\n" "# dependencies from outside of kde/kdemultimedia\n" "module-set multimedia-deps-set\n" " kde-projects\n" " kde/multimedia\n" " true\n" "end module-set\n" "\n" "# All modules created out of these three module sets are automatically put in\n" "# proper dependency order, regardless of the setting for include-dependencies" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:915 #, no-c-format msgid "This kde-projects module set construct is the main method of declaring which modules you want to build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:918 #, no-c-format msgid "All module sets use the repository and use-modules options. kde-projects module sets have a predefined value, but other types of module sets also will use the git-repository-base option." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:930 #, no-c-format msgid "The official &kde; module database" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:932 #, no-c-format msgid "&kde;'s Git repositories allow for grouping related Git modules into collections of related modules (e.g. kdegraphics). Git doesn't recognize these groupings, but &kdesrc-build; can understand these groups, using module sets with a option set to kde-projects." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:938 #, no-c-format msgid "&kdesrc-build; will recognize that the kde-projects repository requires special handling, and adjust the build process appropriately. Among other things, &kdesrc-build; will:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:944 #, no-c-format msgid "Download the latest module database from the &kde; git archive." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:947 #, no-c-format msgid "Try to find a module with the name given in the module set's setting in that database." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:950 #, no-c-format msgid "For every module that is found, &kdesrc-build; will lookup the appropriate repository in the database, based upon the branch-group setting in effect. If a repository exists and is active for the branch group, &kdesrc-build; will automatically use that to download or update the source code." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:959 #, no-c-format msgid "In the current database, some module groups not only have a collection of modules, but they also declare their own &git; repository. In these situations &kdesrc-build; will currently prefer the group's &git; repository instead of including the childrens' repositories." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:965 #, no-c-format msgid "The following example shows how to use the &kde; module database to install the Phonon multimedia library." msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:969 #, no-c-format msgid "" "module-set media-support\n" " # This option must be kde-projects to use the module database.\n" " kde-projects\n" "\n" " # This option chooses what modules to look for in the database.\n" " phonon/phonon phonon-gstreamer phonon-vlc\n" "end module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:972 #, no-c-format msgid "phonon/phonon is used since (with the current project database) &kdesrc-build; would otherwise have to decide between the group of projects called phonon or the individual project named phonon. Currently &kdesrc-build; would pick the former, which would build many more backends than needed." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:978 #, no-c-format msgid "The following example is perhaps more realistic, and shows a feature only available with the &kde; module database: Building all of the &kde; graphics applications with only a single declaration." msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:983 #, no-c-format msgid "" "module-set kdegraphics\n" " # This option must be kde-projects to use the module database.\n" " kde-projects\n" "\n" " # This option chooses what modules to look for in the database.\n" " kdegraphics/libs kdegraphics/*\n" "end module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:986 #, no-c-format msgid "There are two important abilities demonstrated here:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:990 #, no-c-format msgid "&kdesrc-build; allows you to specify modules that are descendents of a given module, without building the parent module, by using the syntax module-name/*. It is actually required in this case since the base module, kdegraphics, is marked as inactive so that it is not accidentally built along with its children modules. Specifying the descendent modules allows &kdesrc-build; to skip around the disabled module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:999 #, no-c-format msgid "&kdesrc-build; will also not add a given module to the build list more than once. This allows us to manually set kdegraphics/libs to build first, before the rest of kdegraphics, without trying to build kdegraphics/libs twice. This used to be required for proper dependency handling, and today remains a fallback option in case the &kde; project database is missing dependency metadata." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1011 #, no-c-format msgid "Filtering out &kde; project modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1013 #, no-c-format msgid "You might decide that you'd like to build all programs within a &kde; module grouping except for a given program." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1016 #, no-c-format msgid "For instance, the kdeutils group includes a program named kremotecontrol. If your computer does not have the proper hardware to receive the signals sent by remote controls then you may decide that you'd rather not download, build, and install kremotecontrol every time you update kdeutils." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1023 #, no-c-format msgid "You can achieve this by using the ignore-modules configuration option." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1027 #, no-c-format msgid "Example for ignoring a kde-project module in a group" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1028 #, no-c-format msgid "" "module-set utils\n" " kde-projects\n" "\n" " # This option chooses what modules to look for in the database.\n" " kdeutils\n" "\n" " # This option \"subtracts out\" modules from the modules chosen by use-modules, above.\n" " kremotecontrol\n" "end module-set\n" "\n" "module-set graphics\n" " kde-projects\n" "\n" " # This option chooses what modules to look for in the database.\n" " extragear/graphics\n" "\n" " # This option \"subtracts out\" modules from the modules chosen by use-modules, above.\n" " # In this case, *both* extragear/graphics/kipi-plugins and\n" " # extragear/graphics/kipi-plugins/kipi-plugins-docs are ignored\n" " extragear/graphics/kipi-plugins\n" "end module-set" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1036 #, no-c-format msgid "Getting Started Conclusion" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1037 #, no-c-format msgid "These are the major features and concepts needed to get started with &kdesrc-build;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1040 #, no-c-format msgid "For additional information, you could keep reading through this documentation. In particular, the list of command-line options and the table of configuration file options are useful references." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1045 #, no-c-format msgid "The &kde; Community also maintains an online Wiki reference for how to build the source code, which refers to &kdesrc-build; and includes tips and other guidelines on how to use the tool." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1056 #, no-c-format msgid "Script Features" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1059 #, no-c-format msgid "Feature Overview" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1061 #, no-c-format msgid "&kdesrc-build; features include:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1067 #, no-c-format msgid "You can pretend to do the operations. If you pass or on the command line, the script will give a verbose description of the commands it is about to execute, without actually executing it. However if you've never run &kdesrc-build;, you would want to run the kdesrc-build command first in order for to work." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1077 #, no-c-format msgid "For an even more verbose description of what &kdesrc-build; is doing, try using the option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1083 #, no-c-format msgid "&kdesrc-build; can (with the assistance of the &kde; FTP server) allow for speedy checkouts of some Subversion modules. If the module you are checking out has already been packaged at the website, then &kdesrc-build; will download the snapshot and prepare it for use on your computer." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1091 #, no-c-format msgid "There is generally no need for any special preparation to perform the initial checkout of a Git module, as the entire Git repository must be downloaded anyways, so it is easy for the server to determine what to send." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1096 #, no-c-format msgid "This is faster for you, and helps to ease the load on the kde.org anonymous &subversion; servers." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1100 #, no-c-format msgid "Another speedup is provided by starting the build process for a module as soon as the source code for that module has been downloaded. (Available since version 1.6)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1106 #, no-c-format msgid "Excellent support for building the &Qt; library (in case the &kde; software you are trying to build depends on a recent &Qt; not available in your distribution)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1112 #, no-c-format -msgid "&kdesrc-build; does not require a GUI present to operate. So, you can build &kde; without needing an alternate graphical environment." +msgid "&kdesrc-build; does not require a GUI present to operate. So, you can build &kde; software without needing a graphical environment." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1117 #, no-c-format msgid "Supports setting default options for all modules (such as the compilation settings or the configuration options). Such options can normally be changed for specific modules as well." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1122 #, no-c-format msgid "Also, &kdesrc-build; will add standard flags as appropriate to save you the trouble and possible errors from typing them yourself." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1127 #, no-c-format msgid "&kdesrc-build; can checkout a specific branch or tag of a module. You can also ensure that a specific revision is checked out of a module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1133 #, no-c-format msgid "&kdesrc-build; can automatically switch a source directory to checkout from a different repository, branch, or tag. This happens automatically when you change an option that changes what the repository &url; should be, but you must use the --src-only option to let &kdesrc-build; know that it is acceptable to perform the switch." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1141 #, no-c-format msgid "&kdesrc-build; can checkout only portions of a module, for those situations where you only need one program from a large module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1147 #, no-c-format msgid "For developers: &kdesrc-build; will remind you if you use svn+ssh:// but ssh-agent is not running, as this will lead to repeated password requests from &ssh;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1154 #, no-c-format msgid "Can delete the build directory of a module after its installation to save space at the expense of future compilation time." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1160 #, no-c-format msgid "The locations for the directories used by &kdesrc-build; are configurable (even per module)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1165 #, no-c-format msgid "Can use &sudo;, or a different user-specified command to install modules so that &kdesrc-build; does not need to be run as the super user." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1171 #, no-c-format msgid "&kdesrc-build; runs with reduced priority by default to allow you to still use your computer while &kdesrc-build; is working." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1177 #, no-c-format msgid "Has support for using &kde;'s tags and branches." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1182 #, no-c-format msgid "There is support for resuming a build from a given module. You can even ignore some modules temporarily for a given build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1188 #, no-c-format msgid "&kdesrc-build; will show the progress of your build when using &cmake;, and will always time the build process so you know after the fact how long it took." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1194 #, no-c-format msgid "Comes built-in with a sane set of default options appropriate for building a base &kde; single-user installation from the anonymous source repositories." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1199 #, no-c-format msgid "Tilde-expansion for your configuration options. For example, you can specify:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1202 #, no-c-format msgid "qtdir ~/kdesrc/build/qt" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1205 #, no-c-format msgid "Automatically sets up a build system, with the source directory not the same as the build directory, in order to keep the source directory pristine." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1211 #, no-c-format msgid "You can specify global options to apply to every module to check out, and you can specify options to apply to individual modules as well." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1216 #, no-c-format msgid "Forced full rebuilds, by running &kdesrc-build; with the option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1221 #, no-c-format msgid "You can specify various environment values to be used during the build, including KDEDIR, QTDIR, DO_NOT_COMPILE, and CXXFLAGS." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1227 #, no-c-format msgid "Command logging. Logs are dated and numbered so that you always have a log of a script run. Also, a special symlink called latest is created to always point to the most recent log entry in the log directory." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1233 #, no-c-format msgid "You can check out only a portion of a &kde; &subversion; module. For example, you could check out only the taglib from kdesupport." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1244 #, no-c-format msgid "&kdesrc-build;'s build logging" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1247 #, no-c-format msgid "Logging overview" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1249 #, no-c-format msgid "Logging is a &kdesrc-build; feature whereby the output from every command that &kdesrc-build; runs is saved to a file for examination later, if necessary. This is done because it is often necessary to have the output of these programs when there is a build failure, because there are so many reasons why a build can fail in the first place." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1256 #, no-c-format msgid "Logging directory layout" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1258 #, no-c-format msgid "The logs are always stored under the log directory. The destination of the log directory is controlled by the log-dir option, which defaults to ${source-dir}/log (where ${source-dir} is the value of the source-dir option. The in rest of this section, this value will be referred to as ${log-dir})." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1265 #, no-c-format msgid "Under ${log-dir}, is a set of directories, one for every time that &kdesrc-build; was run. Each directory is named with the date, and the run number. For instance, the second time that &kdesrc-build; is run on May 26, 2004, it would create a directory called 2004-05-26-02, where the 2004-05-26 is for the date, and the -02 is the run number." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1271 #, no-c-format msgid "For your convenience, &kdesrc-build; will also create a link to the logs for your latest run, called latest. So the logs for the most recent &kdesrc-build; run should always be under ${log-dir}/latest." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1276 #, no-c-format msgid "Now, each directory for a &kdesrc-build; run will itself contain a set of directories, one for every &kde; module that &kdesrc-build; tries to build. Also, a file called build-status will be contained in the directory, which will allow you to determine which modules built and which failed." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1281 #, no-c-format msgid "If a module itself has a submodule (such as extragear/multimedia, playground/utils, or KDE/kdelibs), then there would actually be a matching layout in the log directory. For example, the logs for KDE/kdelibs after the last &kdesrc-build; run would be found in ${log-dir}/latest/KDE/kdelibs, and not under ${log-dir}/latest/kdelibs." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1289 #, no-c-format msgid "In each module log directory, you will find a set of files for each operation that &kdesrc-build; performs. If &kdesrc-build; updates a module, you may see filenames such as svn-co.log (for a module checkout) or svn-up.log (when updating a module that has already been checked out). If the configure command was run, then you would expect to see a configure.log in that directory." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1297 #, no-c-format msgid "If an error occurred, you should be able to see an explanation of why in one of the files. To help you determine which file contains the error, &kdesrc-build; will create a link from the file containing the error (such as build-1.log to a file called error.log)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1302 #, no-c-format msgid "The upshot to all of this is that to see why a module failed to build after your last &kdesrc-build;, the file you should look at first is ${log-dir}/latest/module-name/error.log." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1307 #, no-c-format msgid "If the file error.log is empty (especially after an installation), then perhaps there was no error. Some of the tools used by the &kde; build system will sometimes mistakenly report an error when there was none." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1312 #, no-c-format msgid "Also, some commands will evade &kdesrc-build;'s output redirection and bypass the log file in certain circumstances (normally when performing the first &subversion; checkout), and the error output in that case is not in the log file but is instead at the &konsole; or terminal where you ran &kdesrc-build;." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1325 #, no-c-format msgid "Configuring &kdesrc-build;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1328 #, no-c-format msgid "Overview of &kdesrc-build; configuration" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1330 #, no-c-format msgid "To use the script, you must have a file in your home directory called .kdesrc-buildrc, which describes the modules you would like to download and build, and any options or configuration parameters to use for these modules." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1338 #, no-c-format msgid "Layout of the configuration file" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1341 #, no-c-format msgid "Global configuration" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1343 #, no-c-format msgid "The configuration file starts with the global options, specified like the following:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1348 #, no-c-format msgid "" "global\n" "option-name option-value\n" "[...]\n" "end global" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1352 #, no-c-format msgid "Module configuration" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1354 #, no-c-format msgid "It is then followed by one or more module sections, specified in one of the following two forms:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1361 #, no-c-format msgid "" "module module-name\n" "option-name option-value\n" "[...]\n" "end module" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1365 #, no-c-format msgid "" "module-set module-set-name\n" " repository kde-projects or git://host.org/path/to/repo.git\n" " use-modules module-names\n" "\n" "# Other options may also be set\n" "option-name option-value\n" "[...]\n" "end module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1369 #, no-c-format msgid "Note that the second form, module sets, only works for Git-based modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1372 #, no-c-format msgid "For Subversion modules, module-name must be a module from the &kde; &subversion; repository (for example, kdeartwork or kde-wallpapers), although it is possible to get around this if you manually specify the &subversion; URL." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1379 #, no-c-format msgid "For Git modules, the module name can be essentially whatever you'd like, as long as it does not duplicate any other module name in the configuration. Keep in mind the source and build directory layout will be based on the module name if you do not use the dest-dir option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1386 #, no-c-format msgid "However, for Git module sets the module-names must correspond with actual git modules in the chosen . See git-repository-base or use-modules for more information." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1396 #, no-c-format msgid "options modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1398 #, no-c-format msgid "There is a final type of configuration file entry, options groups, which may be given wherever a module or module-set may be used." msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1402 #, no-c-format msgid "" "options module-name\n" "option-name option-value\n" "[...]\n" "end options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1404 #, no-c-format msgid "An options group may have options set for it just like a module declaration, and is associated with an existing module. Any options set these way will be used to override options set for the associated module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1409 #, no-c-format msgid "The associated module name must match the name given in the options declaration. Be careful of mis-typing the name." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1413 #, no-c-format msgid "This is useful to allow for declaring an entire module-set worth of modules, all using the same options, and then using options groups to make individual changes." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1417 #, no-c-format msgid "options groups can also apply to named module sets. This allows expert users to use a common configuration file (which includes module-set declarations) as a baseline, and then make changes to the options used by those module-sets in configuration files that use the include command to reference the base configuration." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1426 #, no-c-format msgid "Example of using options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1428 #, no-c-format msgid "In this example we choose to build all modules from the &kde; multimedia software grouping. However we want to use a different version of the &kmix; application (perhaps for testing a bug fix). It works as follows:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1432 #, no-c-format msgid "" "module-set kde-multimedia-set\n" " repository kde-projects\n" " use-modules kde/kdemultimedia\n" " branch master\n" "end module-set\n" "\n" "# kmix is a part of kde/kdemultimedia group, even though we never named\n" "# kmix earlier in this file, &kdesrc-build; will figure out the change.\n" "options kmix\n" " branch KDE/4.12\n" "end options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1434 #, no-c-format msgid "Now when you run &kdesrc-build;, all of the &kde; multimedia programs will be built from the master branch of the source repository, but &kmix; will be built from the older KDE/4.12 branch. By using options you didn't have to individually list all the other &kde; multimedia programs to give them the right branch option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1444 #, no-c-format msgid "Note that this feature is only available in &kdesrc-build; from version 1.16, or using the development version of &kdesrc-build; after 2014-01-12." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1453 #, no-c-format msgid "Including other configuration files" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1455 #, no-c-format msgid "Within the configuration file, you may reference other files by using the include keyword with a file, which will act as if the file referenced had been inserted into the configuration file at that point." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1461 #, no-c-format msgid "For example, you could have something like this:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1462 #, no-c-format msgid "" "global\n" " include ~/common-kdesrc-build-options\n" "\n" " # Insert specific options here.\n" "\n" "end global" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1465 #, no-c-format msgid "If you don't specify the full path to the file to include, then the file will be searched for starting from the directory containing the source file. This works recursively as well." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1472 #, no-c-format msgid "Commonly used configuration options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1474 #, no-c-format msgid "The following is a list of commonly-used options. Click on the option to find out more about it. To see the full list of options, see ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1481 #, no-c-format msgid "cmake-options to define what flags to configure a module with using &cmake;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1482 #, no-c-format msgid "branch, to checkout from a branch instead of /trunk (for &subversion;) or master (for Git)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1483 #, no-c-format msgid "configure-flags to define what flags to configure &Qt; with." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1484 #, no-c-format msgid "kdedir, to set the directory to install &kde; to." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1485 #, no-c-format msgid "make-options, to pass options to the &make; program (such as number of CPUs to use)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1486 #, no-c-format msgid "qtdir, to set the path to &Qt;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1487 #, no-c-format msgid "source-dir, to change where to download the source code to." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1493 #, no-c-format msgid "Table of available configuration options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1495 #, no-c-format msgid "Here is a table of the various options, containing the following information:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1500 #, no-c-format msgid "The option name" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1502 #, no-c-format msgid "A description of how &kdesrc-build; responds if the option is set in both the global section, and the module section of the configuration file while building a module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1507 #, no-c-format msgid "Special comments on the purpose and usage of the option." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:1513 #, no-c-format msgid "Table of Options" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1518 #, no-c-format msgid "Option-name" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1519 #, no-c-format msgid "Module -> Global Behavior" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1520 #, no-c-format msgid "Notes" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1527 #, no-c-format msgid "apidox" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1529 #, no-c-format msgid "This option was used to allow for building KDE module API documentation. It was removed in &kdesrc-build; 1.6.3 due to lack of support. Online API documentation is available from kde.org. In addition it is possible to build KDE API documentation using the kdedoxygen.sh script included in the kde-dev-scripts module. See KDE TechBase for more details." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1540 #, no-c-format msgid "apply-qt-patches" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1542 #, no-c-format msgid "This option was removed in kdesrc-build 1.10. To get the same effect, see and the repository option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1548 #, no-c-format msgid "async" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1549 index.docbook:1746 index.docbook:1821 index.docbook:1851 #: index.docbook:1860 index.docbook:1877 index.docbook:1905 index.docbook:2062 #: index.docbook:2095 index.docbook:2132 index.docbook:2240 index.docbook:2319 #: index.docbook:2460 index.docbook:2532 #, no-c-format msgid "Cannot be overridden" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1550 #, no-c-format msgid "This option enables the asynchronous mode of operation, where the source code update and the build process will be performed in parallel, instead of waiting for all of the source code updates before starting the build process. This option defaults to enabling asynchronous mode. To disable, set this option to false" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1554 #, no-c-format msgid "This option is available since the 1.6 release." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1558 #, no-c-format msgid "binpath" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1559 index.docbook:1572 index.docbook:1596 index.docbook:1649 #: index.docbook:1681 index.docbook:1707 index.docbook:1808 index.docbook:1833 #: index.docbook:1941 index.docbook:1970 index.docbook:1988 index.docbook:2030 #: index.docbook:2050 index.docbook:2122 index.docbook:2156 index.docbook:2168 #: index.docbook:2176 index.docbook:2195 index.docbook:2206 index.docbook:2216 #: index.docbook:2249 index.docbook:2264 index.docbook:2309 index.docbook:2333 #: index.docbook:2346 index.docbook:2354 index.docbook:2368 index.docbook:2377 #: index.docbook:2399 index.docbook:2408 index.docbook:2435 index.docbook:2450 #: index.docbook:2473 index.docbook:2482 index.docbook:2493 index.docbook:2580 #, no-c-format msgid "Module setting overrides global" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1560 #, no-c-format msgid "Set this option to set the environment variable PATH while building. You cannot override this setting in a module option. The default value is the $PATH that is set when the script starts. This environment variable should include the colon-separated paths of your development toolchain. The paths $KDEDIR/bin and $QTDIR/bin are automatically added. You may use the tilde (~) for any paths you add using this option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1571 #, no-c-format msgid "branch" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1573 #, no-c-format msgid "Set this option to checkout from a branch of &kde; instead of the default of master (for &git; modules) or trunk (for &subversion;), where &kde; development occurs." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1578 #, no-c-format msgid "For instance, to checkout &kde; 4.6 branch, you would set this option to 4.6." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1582 #, no-c-format msgid "If &kdesrc-build; fails to properly download a branch with this option, you may have to manually specify the &url; to download from using the module-base-path or override-url options." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1587 #, no-c-format msgid "For most &kde; modules you probably wish to use the branch-group option instead and use this option for case-by-case exceptions." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1595 #, no-c-format msgid "branch-group" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1599 #, no-c-format msgid "Set this option to a general group from which you want modules to be chosen." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1602 #, no-c-format msgid "For supported &git; module types, &kdesrc-build; will determine the actual branch to use automatically based on rules encoded by the &kde; developers (these rules may be viewed in the kde-build-metadata source repository in your source directory). After a branch is determined that branch is used as if you had specified it yourself using the branch option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1611 #, no-c-format msgid "This is useful if you're just trying to maintain up-to-date on some normal development track without having to pay attention to all the branch name changes." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1615 #, no-c-format msgid "The current branch groups (as of 2013-08-11) are:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1619 #, no-c-format msgid "stable-qt4, for tracking bugfixes to the &Qt; 4-based &kde; libraries and applications." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1622 #, no-c-format msgid "latest-qt4, for tracking development and new features for the &Qt; 4-based &kde; libraries and applications." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1626 #, no-c-format msgid "kf5-qt5, for tracking bleeding-edge development for the upcoming &Qt; 5-based &kde; Frameworks 5, &plasma; Workspace 2, &etc;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1632 #, no-c-format msgid "Note that if you do choose a branch yourself, that it will override this setting. The same is true of other specific branch selection options such as tag." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1637 #, no-c-format msgid "This option was added in &kdesrc-build; 1.16-pre2." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1639 #, no-c-format msgid "This option only applies to kde-projects &git; modules (the common case). See also ." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1648 #, no-c-format msgid "build-dir" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1650 #, no-c-format msgid "" "Use this option to change the directory to contain the built sources. There are three different ways to use it: " " " "" "Relative to the &kde; &subversion; source directory (see the source-dir option). This is the default, and is selected if you type a directory name that does not start with a tilde (~) or a slash (/)." " " "The default value is build." "" " " "" "Absolute path. If you specify a path that begins with a /, then that path is used directly. For example, /tmp/kde-obj-dir/." "" " " "" "Relative to your home directory. If you specify a path that begins with a ~, then the path is used relative to your home directory, analogous to the shell's tilde-expansion. For example, ~/builddir would set the build directory to /home/user-name/builddir." "" " " " Perhaps surprisingly, this option can be changed per module." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1680 #, no-c-format msgid "build-when-unchanged" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1682 #, no-c-format msgid "Use this option in order to control whether &kdesrc-build; always tries to build a module that has not had any source code updates." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1685 #, no-c-format msgid "By setting to true, &kdesrc-build; always attempts the build phase for a module, even if the module did not have any source code updates. This is the default setting since it is more likely to lead to a correct build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1691 #, no-c-format msgid "By setting to false, &kdesrc-build; will only attempt to run the build phase for a module if the module has a source code update, or in other situations where it is likely that a rebuild is actually required. This can save time, especially if you run &kdesrc-build; daily, or more frequently." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1697 #, no-c-format msgid "This feature is provided as an optimization only. Like many other optimizations, there are trade-offs for the correctness of your installation. For instance, changes to the qt or kdelibs modules may cause a rebuild of other modules to be necessary, even if the source code doesn't change at all." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1706 #, no-c-format msgid "checkout-only" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1708 #, no-c-format msgid "Set this option to checkout &subversion; sources piece by piece. The value for this option should be a space-separated list of directories to checkout. Although this option overrides the global option, be aware that setting this as a global option makes no sense." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1714 #, no-c-format msgid "Note that this setting has no effect on &git; modules due to the operation of the &git; source control system." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1717 #, no-c-format msgid "See for an example." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1721 #, no-c-format msgid "cmake-options" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1722 index.docbook:1756 index.docbook:1789 #, no-c-format msgid "Appends to global options for the default buildsystem, overrides global for other buildsystems." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1724 #, no-c-format msgid "Use this option to specify what flags to pass to &cmake; when creating the build system for the module. When this is used as a global option, it is applied to all modules that this script builds. When used as a module option, it is added to the end of the global options. This allows you to specify common &cmake; options in the global section." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1730 #, no-c-format msgid "This option does not apply to qt (which does not use &cmake;). Use configure-flags instead." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1733 #, no-c-format msgid "Since these options are passed directly to the &cmake; command line, they should be given as they would be typed into &cmake;. For example:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:1736 #, no-c-format msgid "cmake-options -DCMAKE_BUILD_TYPE=RelWithDebInfo" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1738 #, no-c-format msgid "Since this is a hassle, &kdesrc-build; takes pains to ensure that as long as the rest of the options are set correctly, you should be able to leave this option blank. (In other words, required &cmake; parameters are set for you automatically)" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1745 #, no-c-format msgid "colorful-output" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1747 #, no-c-format msgid "Set this option to false to disable the colorful output of &kdesrc-build;. This option defaults to true. Note that &kdesrc-build; will not output the color codes to anything but a terminal (such as xterm, &konsole;, or the normal &Linux; console)." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1755 #, no-c-format msgid "configure-flags" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1758 #, no-c-format msgid "Use this option to specify what flags to pass to ./configure when creating the build system for the module. When this is used as a global-option, it is applied to all modules that this script builds. This option only works for qt." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1763 #, no-c-format msgid "To change configuration settings for KDE modules, see cmake-options." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1770 #, no-c-format msgid "custom-build-command" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1771 index.docbook:2185 index.docbook:2425 index.docbook:2507 #, no-c-format msgid "Module setting overrides global (build system option)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1773 #, no-c-format msgid "This option can be set to run a different command (other than make, for example) in order to perform the build process. &kdesrc-build; should in general do the right thing, so you should not need to set this option. However it can be useful to use alternate build systems." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1780 #, no-c-format msgid "The value of this option is used as the command line to run, modified by the make-options option as normal." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1788 #, no-c-format msgid "cxxflags" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1791 #, no-c-format msgid "Use this option to specify what flags to use for building the module. This option is specified here instead of with configure-flags or cmake-options because this option will also set the environment variable CXXFLAGS during the build process." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1798 #, no-c-format msgid "Note that for &kde; 4 and any other modules that use &cmake;, it is necessary to set the CMAKE_BUILD_TYPE option to none when configuring the module. This can be done using the cmake-options option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1807 #, no-c-format msgid "dest-dir" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1809 #, no-c-format msgid "Use this option to change the name a module is given on disk. For example, if your module was extragear/network, you could rename it to extragear-network using this option. Note that although this changes the name of the module on disk, it is not a good idea to include directories or directory separators in the name as this will interfere with any build-dir or source-dir options." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1820 #, no-c-format msgid "disable-agent-check" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1822 #, no-c-format msgid "Normally if you are using &ssh; to download the &subversion; sources (such as if you are using the svn+ssh protocol), &kdesrc-build; will try and make sure that if you are using ssh-agent, it is actually managing some &ssh; identities. This is to try and prevent &ssh; from asking for your pass phrase for every module. You can disable this check by setting to true." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1832 #, no-c-format msgid "do-not-compile" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1834 #, no-c-format msgid "Use this option to select a specific set of directories not to be built in a module (instead of all of them). The directories not to build should be space-separated." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1837 #, no-c-format msgid "Note that the sources to the programs will still be downloaded. You can use the checkout-only directive to choose directories that you want to check out." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1841 #, no-c-format msgid "For example, to hold &juk; and &kscd; in the kdemultimedia module from compiling, you would add \"do-not-compile juk kscd\" to your kdemultimedia settings." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1845 #, no-c-format msgid "See for an example." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1850 #, no-c-format msgid "email-address" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1853 index.docbook:1862 #, no-c-format msgid "This option was removed in &kdesrc-build; 1.14." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1859 #, no-c-format msgid "email-on-compile-error" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1868 #, no-c-format msgid "inst-apps" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1870 #, no-c-format msgid "This option was removed in version 1.10" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1876 #, no-c-format msgid "git-desired-protocol" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1878 #, no-c-format msgid "This option only applies to modules from a &kde; project repository." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1881 #, no-c-format msgid "What this option actually does is configure which network protocol to prefer when updating source code for these modules. Normally the very-efficient git protocol is used, but this may be blocked in some networks (e.g. corporate intranets, public Wi-Fi). An alternative protocol which is much better supported is the HTTP protocol used for Internet web sites." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1888 #, no-c-format msgid "If you are using one of these constrained networks you can set this option to http to prefer HTTP communications instead." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1892 #, no-c-format msgid "You may also need the http-proxy option if an HTTP proxy is also needed for network traffic." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1896 #, no-c-format msgid "In any other situation you should not set this option as the default protocol is most efficient." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1899 #, no-c-format msgid "This option was added in &kdesrc-build; 1.16." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1904 #, no-c-format msgid "git-repository-base" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1906 #, no-c-format msgid "This option, added in version 1.12.1, is used to create a short name to reference a specific Git repository base URL in later module set declarations, which is useful for quickly declaring many Git modules to build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1911 #, no-c-format msgid "You must specify two things (separated by a space): The name to assign to the base URL, and the actual base URL itself. For example:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1916 #, no-c-format msgid "" "global\n" " # other options\n" "\n" " # This is the common path to all anonymous Git server modules.\n" " git-repository-base kde-git kde:\n" "end global\n" "\n" "# Module declarations\n" "\n" "module-set\n" " # Now you can use the alias you defined earlier, but only\n" " # in a module-set.\n" " repository kde-git\n" "\n" " use-modules module1.git module2.git\n" "end module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1920 #, no-c-format msgid "The module-set's use-modules option created two modules internally, with &kdesrc-build; behaving as if it had read:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:1923 #, no-c-format msgid "" "module module1\n" " repository kde:module1.git\n" "end module\n" "\n" "module module2\n" " repository kde:module2.git\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1925 #, no-c-format msgid "The kde: &git; repository prefix used above is a shortcut which will be setup by &kdesrc-build; automatically. See the TechBase URL Renaming article for more information. Note that unlike most other options, this option can be specified multiple times in order to create as many aliases as necessary." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1933 #, no-c-format msgid "It is not required to use this option to take advantage of module-set, this option exists to make it easy to use the same repository across many different module sets." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1940 #, no-c-format msgid "git-user" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1943 #, no-c-format msgid "This option is intended for &kde; developers. If set, it will be used to automatically setup identity information for the &git; source control software for newly downloaded &git; modules (including the vast majority of &kde; modules)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1948 #, no-c-format msgid "Specifically, the user's name and email fields for each new &git; repository are filled in to the values set by this option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1951 #, no-c-format msgid "The value must be specified in the form ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1956 #, no-c-format msgid "For instance, a developer named Foo Barbaz with the email address foo@abc.xyz would use:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:1959 #, no-c-format msgid "git-user Foo Barbaz <foo@abc.xyz>" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1963 #, no-c-format msgid "This option was introduced in &kdesrc-build; 15.09." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1969 #, no-c-format msgid "http-proxy" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1972 #, no-c-format msgid "This option, if set, uses the specified URL as a proxy server to use for any HTTP network communications (for example, when downloading snapshots for new modules, or the KDE project database)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1977 #, no-c-format msgid "In addition, &kdesrc-build; will try to ensure that the tools it depends on also use that proxy server, if possible, by setting the http_proxy environment variable to the indicated server, if that environment variable is not already set." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1982 index.docbook:1997 index.docbook:2024 index.docbook:2111 #, no-c-format msgid "This option was introduced with &kdesrc-build; 1.16." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:1987 #, no-c-format msgid "ignore-kde-structure" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:1989 #, no-c-format msgid "This option is used to store the source and the build files directly in the name of the module. For example, source/extragear/network/telepathy/ktp-text-ui becomes source/ktp-text-ui. This option is disabled by default. If you want to enable this option you need to set it to true." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2002 #, no-c-format msgid "ignore-modules" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2003 index.docbook:2588 #, no-c-format msgid "Can't be overridden" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2004 #, no-c-format msgid "Modules named by this option, which would be chosen by &kdesrc-build; due to a use-modules option, are instead skipped entirely. Use this option when you want to build an entire kde-projects project grouping except for some specific modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2010 #, no-c-format msgid "The option value does not necessarily have to name the module directly. Any module that has full consecutive parts of its &kde; projects module path match one of the option values will be ignored, so you can ignore multiple modules this way." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2016 #, no-c-format msgid "For example, an option value of libs would result in both kde/kdegraphics/libs and playground/libs being excluded (though not kde/kdelibs since the full part kdelibs is what is compared)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2022 #, no-c-format msgid "See also ." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2029 #, no-c-format msgid "include-dependencies" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2032 #, no-c-format msgid "This option, when set to true requests that &kdesrc-build; also include known dependencies of this module in its build, without requiring you to mention those dependencies (even indirectly)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2036 #, no-c-format msgid "This option only works for kde-project-based modules, and requires that the metadata maintained by the &kde; developers is accurate for your selected branch-group." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2042 #, no-c-format msgid "This option is disabled by default, to avoid inadvertently selecting a bunch of modules that were not desired. It was added with &kdesrc-build; 1.16 in 2015." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2049 #, no-c-format msgid "install-after-build" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2051 #, no-c-format msgid "This option is used to install the package after it successfully builds. This option is enabled by default. If you want to disable this, you need to set this option to false in the configuration file. You can also use the command line flag." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2061 #, no-c-format msgid "install-environment-driver" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2063 #, no-c-format msgid "By default, &kdesrc-build; will install a shell script that can be sourced in a user's profile setup scripts to easily establish needed environment variables to run the Plasma desktop built by &kdesrc-build;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2067 index.docbook:2099 #, no-c-format msgid "This driver will alter the following files:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2070 index.docbook:2103 #, no-c-format msgid "$XDG_CONFIG_HOME/kde-env-master.sh (normally found at ~/.config/kde-env-master.sh)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2071 index.docbook:2104 #, no-c-format msgid "$XDG_CONFIG_HOME/kde-env-user.sh (normally found at ~/.config/kde-env-user.sh)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2074 #, no-c-format msgid "The kde-env-user.sh is optional. It is intended for user customizations (see the Troubleshooting and Debugging section of the &kde; UserBase for examples of customizable settings), but these settings can be set elsewhere by the user in their existing profile setup scripts." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2079 #, no-c-format msgid "You can disable this feature by setting this option to false, and ensuring that the install-session-driver option is also disabled." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2084 #, no-c-format msgid "This option was introduced with &kdesrc-build; 17.08." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2086 index.docbook:2113 #, no-c-format msgid "&kdesrc-build; will not overwrite your existing files (if present) unless you also pass the command-line option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2094 #, no-c-format msgid "install-session-driver" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2096 #, no-c-format msgid "If enabled, &kdesrc-build; will try to install a driver for the graphical login manager that allows you to login to your &kdesrc-build;-built &kde; desktop." msgstr "" #. Tag: filename #. +> trunk5 #: index.docbook:2102 #, no-c-format msgid "~/.xsession" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2107 #, no-c-format msgid "If you maintain your own login driver then you can disable this feature by setting this option to false. If enabled, this feature also enables the install-environment-driver feature." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2121 #, no-c-format msgid "kdedir" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2123 #, no-c-format msgid "This option sets the directory that &kde; will be installed to after it is built. It defaults to ~/kde. If you change this to a directory needing root access, you may want to read about the make-install-prefix option as well." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2131 #, no-c-format msgid "kde-languages" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2133 #, no-c-format msgid "This option allows you to choose to download and install localization packages along with &kde;. You might do this if you do not live in the United States and would like to use &kde; translated into your native language." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2138 #, no-c-format msgid "To use this option, set it to a space-separated list of languages to install. Each language has a language code associated with it, which you can look up at this page: http://l10n.kde.org/teams-list.php." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2144 #, no-c-format msgid "It is alright to choose only one language. By default, none are downloaded, which means &kde; will display in American English." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2147 #, no-c-format msgid "For instance, to choose to install French, you would set the option to something like: fr. You would still need to use &systemsettings; in order to choose the French language, however." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2155 #, no-c-format msgid "libpath" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2157 #, no-c-format msgid "Set this option to set the environment variable LD_LIBRARY_PATH while building. You cannot override this setting in a module option. The default value is blank, but the paths $KDEDIR/lib and $QTDIR/lib are automatically added. You may use the tilde (~) for any paths you add using this option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2167 #, no-c-format msgid "log-dir" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2169 #, no-c-format msgid "Use this option to change the directory used to hold the log files generated by the script." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2175 #, no-c-format msgid "make-install-prefix" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2177 #, no-c-format msgid "Set this variable to a space-separated list, which is interpreted as a command and its options to precede the make command used to install modules. This is useful for installing packages with &sudo; for example, but please be careful while dealing with root privileges." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2184 #, no-c-format msgid "make-options" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2186 #, no-c-format msgid "Set this variable in order to pass command line options to the make command. This is useful for programs such as distcc or systems with more than one processor core." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2194 #, no-c-format msgid "manual-build" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2196 #, no-c-format msgid "Set the option value to true to keep the build process from attempting to build this module. It will still be kept up-to-date when updating from &subversion;. This option is exactly equivalent to the command line option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2205 #, no-c-format msgid "manual-update" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2207 #, no-c-format msgid "Set the option value to true to keep the build process from attempting to update (and by extension, build or install) this module. If you set this option for a module, then you have essentially commented it out." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2215 #, no-c-format msgid "module-base-path" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2217 #, no-c-format msgid "Set this option to override &kdesrc-build;'s default directory path to the module in question. This can be used, for example, to pull specific branches or tagged versions of libraries. The &kde; Source Viewer is invaluable in helping to pick the right path." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2222 #, no-c-format msgid "Note that &kdesrc-build; constructs the final path according to the following template: $svn-server/home/kde/$module-base-path." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2227 #, no-c-format msgid "The default value is either trunk/$module or trunk/KDE/$module, depending on the module name." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2232 #, no-c-format msgid "Use the branch or tag options instead whenever they are applicable." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2239 #, no-c-format msgid "niceness" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2241 #, no-c-format msgid "Set this option to a number between 20 and 0. The higher the number, the lower a priority &kdesrc-build; will set for itself, i.e. the higher the number, the \"nicer\" the program is. The default is 10." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2248 #, no-c-format msgid "no-svn" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2250 #, no-c-format msgid "If this option is set to true then &kdesrc-build; will not update the source code for the module automatically. It will still try to build the module if it normally would have tried anyways." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2256 #, no-c-format msgid "no-rebuild-on-fail" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2258 #, no-c-format msgid "This option was removed in version 1.10, since this behavior no longer helps due to fixes in the underlying build system." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2263 #, no-c-format msgid "override-build-system" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2265 #, no-c-format msgid "This is an advanced option, added in &kdesrc-build; 1.16." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2267 #, no-c-format msgid "Normally &kdesrc-build; will detect the appropriate build system to use for a module after it is downloaded. This is done by checking for the existence of specific files in the module's source directory." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2271 #, no-c-format msgid "Some modules may include more than one required set of files, which could confuse the auto-detection. In this case you can manually specify the correct build type." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2274 #, no-c-format msgid "Currently supported build types that can be set are:" msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2278 #, no-c-format msgid "KDE" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2279 #, no-c-format msgid "Used to build &kde; modules. In reality it can be used to build almost any module that uses &cmake; but it is best not to rely on this." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2283 #, no-c-format msgid "Qt" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2284 #, no-c-format msgid "Used to build the &Qt; library itself." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2287 #, no-c-format msgid "qmake" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2288 #, no-c-format msgid "Used to build &Qt; modules that use qmake-style .pro files." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2293 #, no-c-format msgid "generic" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2294 #, no-c-format msgid "Used to build modules that use plain Makefiles and that do not require any special configuration." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2298 #, no-c-format msgid "autotools" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2299 #, no-c-format msgid "This is the standard configuration tool used for most Free and open-source software not in any of the other categories." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2308 #, no-c-format msgid "override-url" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2310 #, no-c-format msgid "If you set this option, &kdesrc-build; will use its value as the &url; to pass to &subversion; completely unchanged. You should generally use this if you want to download a specific release but &kdesrc-build; cannot figure out what you mean using branch." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2318 #, no-c-format msgid "persistent-data-file" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2320 #, no-c-format msgid "Use this option to change where &kdesrc-build; stores its persistent data. The default is to store this data in a file called .kdesrc-build-data placed in the same directory as the configuration file in use. If you have multiple available configurations in the same directory you may want to manually set this option so that the different configurations do not end up with conflicting persistent data." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2327 #, no-c-format msgid "This option was added with &kdesrc-build; 1.15." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2332 #, no-c-format msgid "prefix" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2334 #, no-c-format msgid "This option controls where to install the module (normally the setting is used). Using this option allows you to install a module to a different directory than where the KDE Platform libraries are installed, such as if you were using &kdesrc-build; only to build applications." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2339 #, no-c-format msgid "You can use ${MODULE} or $MODULE in the path to have them expanded to the module's name." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2345 #, no-c-format msgid "purge-old-logs" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2347 #, no-c-format msgid "This option controls whether old log directories are automatically deleted or not. The default value is true." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2353 #, no-c-format msgid "qmake-options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2356 #, no-c-format msgid "Any options specified here are passed to the qmake command, for modules that use the qmake build system. For instance, you can use the PREFIX=/path/to/qt option to qmake to override where it installs the module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2362 #, no-c-format msgid "This option was added to &kdesrc-build; 1.16." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2367 #, no-c-format msgid "qtdir" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2369 #, no-c-format msgid "Set this option to set the environment variable QTDIR while building. If you do not specify this option, &kdesrc-build; will assume that &Qt; is provided by the operating system." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2376 #, no-c-format msgid "remove-after-install" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2378 #, no-c-format msgid "If you are low on hard disk space, you may want to use this option in order to automatically delete the build directory (or both the source and build directories for one-time installs) after the module is successfully installed." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2383 #, no-c-format msgid "Possible values for this option are:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2385 #, no-c-format msgid "none - Do not delete anything (This is the default)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2386 #, no-c-format msgid "builddir - Delete the build directory, but not the source." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2387 #, no-c-format msgid "all - Delete both the source code and build directory." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2391 #, no-c-format -msgid "Note that using this option can have a significant detrimental impact on both your bandwidth usage (if you use all) and the time taken to compile &kde;, since &kdesrc-build; will be unable to perform incremental builds." +msgid "Note that using this option can have a significant detrimental impact on both your bandwidth usage (if you use all) and the time taken to compile &kde; software, since &kdesrc-build; will be unable to perform incremental builds." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2398 #, no-c-format msgid "repository" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2400 #, no-c-format msgid "This option was introduced with version 1.10, and is used to specify the &git; repository to download the source code for the module. &Qt; (and therefore qt) would need this option, as well as various &kde; modules that are in the process of conversion to use &git;." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2407 #, no-c-format msgid "revision" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2409 #, no-c-format msgid "If this option is set to a value other than 0 (zero), &kdesrc-build; will force the source update to bring the module to the exact revision given, even if options like branch are in effect. If the module is already at the given revision then it will not be updated further unless this option is changed or removed from the configuration." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2416 #, no-c-format msgid "This option did not work for git-based modules (including kde-projects modules) until &kdesrc-build; version 1.16." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2424 #, no-c-format msgid "run-tests" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2426 #, no-c-format msgid "If set to true, then the module will be built with support for running its test suite, and the test suite will be executed as part of the build process. &kdesrc-build; will show a simple report of the test results. This is useful for developers or those who want to ensure their system is setup correctly." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2434 #, no-c-format msgid "set-env" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2436 #, no-c-format msgid "This option accepts a space-separated set of values, where the first value is the environment variable to set, and the rest of the values is what you want the variable set to. For example, to set the variable RONALD to McDonald, you would put in the appropriate section this command:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:2440 #, no-c-format msgid "set-env RONALD McDonald" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2441 #, no-c-format msgid "This option is special in that it can be repeated without overriding earlier set-env settings in the same section of the configuration file. This way you can set more than one environment variable per module (or globally)." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2449 #, no-c-format msgid "source-dir" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2451 #, no-c-format msgid "This option is used to set the directory on your computer to store the &kde; &subversion; sources at. If you do not specify this value, the default is ~/kdesrc. You may use the tilde (~) to represent the home directory if using this option." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2459 #, no-c-format msgid "ssh-identity-file" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2462 #, no-c-format msgid "Set this option to control which private SSH key file is passed to the ssh-add command when &kdesrc-build; is downloading source code from repositories that require authentication. See also: ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2467 #, no-c-format msgid "This option was added in version 1.14.2." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2472 #, no-c-format msgid "stop-on-failure" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2474 #, no-c-format msgid "Set this option value to true to cause the script to stop execution after an error occurs during the build or install process. This option is off by default." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2481 #, no-c-format msgid "svn-server" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2483 #, no-c-format msgid "This option is used to set the server used to check out from &subversion;. The default is the anonymous &subversion; repository, svn://anonsvn.kde.org/" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2485 #, no-c-format msgid "If you are developing for KDE, use the &subversion; repository that was provided to you when you received your developer account, instead of the anonymous repository." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2492 #, no-c-format msgid "tag" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2494 #, no-c-format msgid "Use this option to download a specific release of a module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2495 #, no-c-format msgid "Note: The odds are very good that you do not want to use this option. &kde; releases are available in tarball form from the &kde; download site." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2500 #, no-c-format msgid "This option has only been supported for git-based modules since &kdesrc-build; 1.16." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2506 #, no-c-format msgid "use-clean-install" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2508 #, no-c-format msgid "Set this option to true in order to have &kdesrc-build; run make uninstall directly before running make install." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2512 #, no-c-format msgid "This can be useful in ensuring that there are not stray old library files, &cmake; metadata, etc. that can cause issues in long-lived &kde; installations. However this only works on build systems that support make uninstall." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2517 #, no-c-format msgid "This option was added with &kdesrc-build; 1.12, but was not documented until &kdesrc-build; 1.16." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2523 #, no-c-format msgid "use-cmake" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2525 #, no-c-format msgid "This option was removed in &kdesrc-build; 1.4 as all &kde; 4 modules require &cmake;, and &cmake; use is not permitted on any other modules." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2531 #, no-c-format msgid "use-idle-io-priority" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2533 #, no-c-format msgid "This option, added in &kdesrc-build; 1.12, will cause a lower priority to be used for disk and other I/O usage, which can significantly improve the responsiveness of the rest of the system at the expense of slightly longer running times for &kdesrc-build;. The default is to be disabled, to enable the lower disk priority set this to true." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2542 #, no-c-format msgid "use-modules" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2543 #, no-c-format msgid "Can only use in module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2544 #, no-c-format msgid "This option, added in &kdesrc-build; 1.12.1, allows you to easily specify many different modules to build at the same point in the configuration file." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2548 #, no-c-format msgid "This option must be used within a module-set. Every identifier passed to this option is internally converted to a &kdesrc-build; module, with a option set to the module-set's repository combined with the identifier name in order to setup the final repository to download from. All other options that are assigned in the module-set are also copied to the generated modules unaltered." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2556 #, no-c-format msgid "The order that modules are defined in this option is important, because that is also the order that &kdesrc-build; will process the generated modules when updating, building, and installing. All modules defined in the given module-set will be handled before &kdesrc-build; moves to the next module after the module-set." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2562 #, no-c-format msgid "If you need to change the options for a generated module, simply declare the module again after it is defined in the module-set, and set your options as needed. Although you will change the options set for the module this way, the module will still be updated and built in the order set by the module-set (i.e. you can't reorder the build sequence doing this)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2568 #, no-c-format msgid "The name to use for the module if you do this is simply the name that you passed to , with the exception that any .git is removed." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2572 #, no-c-format msgid "See and git-repository-base for a description of its use and an example." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2579 #, no-c-format msgid "use-qt-builddir-hack" msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2581 #, no-c-format msgid "This option has been removed due to improvements in the &Qt; build system." msgstr "" #. Tag: entry #. +> trunk5 #: index.docbook:2587 #, no-c-format msgid "use-stable-kde" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2590 #, no-c-format msgid "This option is deprecated and will be removed (again) in a future release." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2592 #, no-c-format msgid "Please use the instead, which offers more selectivity." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:2606 #, no-c-format msgid "Command Line Options and Environment Variables" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:2609 #, no-c-format msgid "Command Line Usage" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2611 #, no-c-format msgid "&kdesrc-build; is designed to be run as follows:" msgstr "" #. Tag: cmdsynopsis #. +> trunk5 #: index.docbook:2613 #, no-c-format msgid "kdesrc-build --options modules to build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2619 #, no-c-format msgid "If no modules to build are specified on the command line, then kdesrc-build will build all modules defined in its configuration file, in the order listed in that file (although this can be modified by various configuration file options)." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:2625 #, no-c-format msgid "Commonly used command line options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2627 #, no-c-format msgid "The full list of command line options is given in . The most-commonly used options include:" msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2633 #, no-c-format msgid " (or )" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2634 #, no-c-format msgid "This option causes &kdesrc-build; to indicate what actions it would take, without actually really implementing them. This can be useful to make sure that the modules you think you are building will actually get built." msgstr "" #. Tag: option #. +> trunk5 #: index.docbook:2641 #, no-c-format msgid "" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2642 #, no-c-format msgid "This option forces &kdesrc-build; to build the given modules from an absolutely fresh start point. Any existing build directory for that module is removed and it is rebuilt. This option is useful if you have errors building a module, and sometimes is required when &Qt; or &kde; libraries change." msgstr "" #. Tag: option #. +> trunk5 #: index.docbook:2650 #, no-c-format msgid "--no-src" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2651 #, no-c-format msgid "This option skips the source update process. You might use it if you have very recently updated the source code (perhaps you did it manually or recently ran &kdesrc-build;) but still want to rebuild some modules." msgstr "" #. Tag: option #. +> trunk5 #: index.docbook:2658 #, no-c-format msgid "" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2659 #, no-c-format msgid "This option is similar to above, but this time the build process is skipped." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:2667 #, no-c-format msgid "Specifying modules to build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2669 #, no-c-format msgid "In general, specifying modules to build is as simple as passing their module name as you defined it in the configuration file. You can also pass modules that are part of a module set, either as named on use-modules, or the name of the entire module set itself, if you have given it a name." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2675 #, no-c-format msgid "In the specific case of module sets based against the KDE project database, &kdesrc-build; will expand module name components to determine the exact module you want. For example, &kdesrc-build;'s KDE project entry locates the project in extragear/utils/kdesrc-build. You could specify any of the following to build &kdesrc-build;:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:2683 #, no-c-format msgid "" "% kdesrc-build \n" "% kdesrc-build \n" "% kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2686 #, no-c-format msgid "The commands in the previous example preceded the module-name with a +. This forces the module name to be interpreted as a module from the KDE project database, even if that module hasn't been defined in your configuration file." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2692 #, no-c-format msgid "Be careful about specifying very generic projects (e.g. extragear/utils by itself), as this can lead to a large amount of modules being built. You should use the option before building a new module set to ensure it is only building the modules you want." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:2702 #, no-c-format msgid "Supported Environment Variables" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2704 #, no-c-format msgid "&kdesrc-build; does not use environment variables. If you need to set environment variables for the build or install process, please see the set-env option." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:2713 #, no-c-format msgid "Supported command-line parameters" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2715 #, no-c-format msgid "The script accepts the following command-line options:" msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2722 #, no-c-format msgid "--async" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2723 #, no-c-format msgid "Enables the asynchronous mode, which can perform the source code updates and module builds at the same time. This is the default, this option only needs specified if you have disabled it in the configuration." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2732 #, no-c-format msgid "--help" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2733 #, no-c-format msgid "Only display simple help on this script." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2739 #, no-c-format msgid "--version" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2740 #, no-c-format msgid "Display the program version." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2746 #, no-c-format msgid "--author" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2747 #, no-c-format msgid "Display contact information for the author." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2754 #, no-c-format msgid "--color" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2755 #, no-c-format msgid "Enable colorful output. (This is the default for interactive terminals)." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2761 #, no-c-format msgid "--nice=value" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2762 #, no-c-format msgid "This value adjusts the computer CPU priority requested by &kdesrc-build;, and should be in the range of 0-20. 0 is highest priority (because it is the least nice), 20 is lowest priority. &kdesrc-build; defaults to 10." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2771 #, no-c-format msgid "--no-async" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2772 #, no-c-format msgid "Disables the asynchronous mode of updating. Instead the update will be performed in its entirety before the build starts. This option will slow down the overall process, but if you encounter IPC errors while running &kdesrc-build; try using this option, and submitting a bug report." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2782 #, no-c-format msgid "--no-color" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2783 #, no-c-format msgid "Disable colorful output." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2789 #, no-c-format msgid "--pretend (or -p)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2790 #, no-c-format msgid "&kdesrc-build; will run through the update and build process, but instead of performing any actions to update or build, will instead output what the script would have done (e.g. what commands to run, general steps being taken, etc.)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2796 #, no-c-format msgid "Simple read-only commands (such as reading file information) may still be run to make the output more relevant (such as correctly simulating whether source code would be checked out or updated)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2801 #, no-c-format msgid "This option requires that some needed metadata is available, which is normally automatically downloaded, but downloads are disabled in pretend mode. If you've never run &kdesrc-build; (and therefore, don't have this metadata), you should run kdesrc-build to download the required metadata first." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2812 #, no-c-format msgid "--quiet (or -q)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2813 #, no-c-format msgid "Do not be as noisy with the output. With this switch only the basics are output." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2820 #, no-c-format msgid "--really-quiet" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2821 #, no-c-format msgid "Only output warnings and errors." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2827 #, no-c-format msgid "--verbose (or -v)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2828 #, no-c-format msgid "Be very descriptive about what is going on, and what &kdesrc-build; is doing." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2834 #, no-c-format msgid "--src-only (or --svn-only)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2835 #, no-c-format msgid "Only perform the source update. (The --svn-only is only supported for compatibility with older scripts)." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2842 #, no-c-format msgid "--build-only" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2843 #, no-c-format msgid "Only perform the build process." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2849 #, no-c-format msgid "--install-only" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2850 #, no-c-format msgid "Only perform the install process." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2856 #, no-c-format msgid "--metadata-only" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2857 #, no-c-format msgid "Only perform the metadata download process. &kdesrc-build; normally handles this automatically, but you might manually use this to allow the command line option to work." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2865 #, no-c-format msgid "--rebuild-failures" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2866 #, no-c-format msgid "Use this option to build only those modules which failed to build on a previous &kdesrc-build; run. This is useful if a significant number of failures occurred mixed with successful builds. After fixing the issue causing the build failures you can then easily build only the modules that failed previously." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2872 #, no-c-format msgid "Note that the list of previously-failed modules is reset every time a &kdesrc-build; run finishes with some module failures. However it is not reset by a completely successful build, so you can successfully rebuild a module or two and this flag will still work." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2878 #, no-c-format msgid "This option was added for &kdesrc-build; 15.09." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2883 #, no-c-format msgid "--ignore-modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2884 #, no-c-format msgid "Do not include the modules passed on the rest of the command line in the update/build process (this is useful if you want to build most of the modules in your configuration file and just skip a few)." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2893 #, no-c-format msgid "--no-src (or --no-svn)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2894 #, no-c-format msgid "Skip contacting the &subversion; server. (The --no-svn parameter is only supported for compatibility with older versions of the script)." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2902 #, no-c-format msgid "--no-build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2903 #, no-c-format msgid "Skip the build process." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2909 #, no-c-format msgid "--no-metadata" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2910 #, no-c-format msgid "Do not automatically download the extra metadata needed for &kde; git modules. The source updates for the modules themselves will still occur unless you pass --no-src as well." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2914 #, no-c-format msgid "This can be useful if you are frequently re-running &kdesrc-build; since the metadata does not change very often. But note that many other features require the metadata to be available. You might want to consider running &kdesrc-build; with the --metadata-only option one time and then using this option for subsequent runs." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2924 #, no-c-format msgid "--no-install" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2925 #, no-c-format msgid "Do not automatically install packages after they are built." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2931 #, no-c-format msgid "--no-build-when-unchanged" msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2932 #, no-c-format msgid "--force-build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2933 #, no-c-format msgid "This option explicitly disables skipping the build process (an optimization controlled by the build-when-unchanged option). This is useful for making &kdesrc-build; run the build when you have changed something that &kdesrc-build; cannot check." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2940 #, no-c-format msgid "--force-build performs the exact same function, and is perhaps easier to remember." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:2946 #, no-c-format msgid "--debug" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2947 #, no-c-format msgid "Enables debug mode for the script. Currently this means that all output will be dumped to the standard output in addition to being logged in the log directory like normal. Also, many functions are much more verbose about what they are doing in debugging mode." msgstr "" #. Tag: term #. +> trunk5 #: index.docbook:2956 #, no-c-format msgid "--query=mode" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2957 #, no-c-format msgid "This command causes &kdesrc-build; to query a parameter of the modules in the build list (either passed on the command line or read in from the configuration file), outputting the result to screen (one module per line)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2962 #, no-c-format msgid "This option must be provided with a query mode, which should be one of the following:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2965 #, no-c-format msgid ", which causes &kdesrc-build; to output the full path to where the module's source code is stored." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2968 #, no-c-format msgid ", which causes &kdesrc-build; to output the full path to where the module build process occurs." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2971 #, no-c-format msgid ", which causes &kdesrc-build; to output the full path to where the module will be installed." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2974 #, no-c-format msgid ", which causes &kdesrc-build; to output the location of the module within the hierarchy of KDE source code repositories. See for more information on this hierarchy." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2979 #, no-c-format msgid ", which causes &kdesrc-build; to output the resolved git branch that will be used for each module, based on the tag, branch and branch-group settings in effect." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2985 #, no-c-format msgid "Otherwise, option names that are valid for modules in the configuration file can be used, the resolved value of which will be listed for each module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2991 #, no-c-format msgid "If a single module is passed on the command line, then the output is simply the value of the parameter being queried. If multiple (or no) modules are passed on the command line, then each line is prefixed by the name of the module. Either way, &kdesrc-build; stops running once each value is output." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:2998 #, no-c-format msgid "This option was added with &kdesrc-build; 16.05." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3001 #, no-c-format msgid "For example, the command kdesrc-build --query branch kactivities kdepim might end up with output like:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3007 #, no-c-format msgid "" "kactivities: master\n" "kdepim: master" msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3013 #, no-c-format msgid "--no-rebuild-on-fail" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3014 #, no-c-format msgid "Do not try to rebuild modules that have failed building from scratch. &kdesrc-build; will never try to do this to a module that already was tried to be built from scratch." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3023 #, no-c-format msgid "--refresh-build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3024 #, no-c-format msgid "Recreate the build system and make from scratch." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3030 #, no-c-format msgid "--reconfigure" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3031 #, no-c-format msgid "Run cmake (for &kde; modules) or configure (for &Qt;) again, without cleaning the build directory. You should not normally have to specify this, as &kdesrc-build; will detect when you change the relevant options and automatically re-run the build setup. This option is implied if --refresh-build is used." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3042 #, no-c-format msgid "--resume-from" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3043 #, no-c-format msgid "This option is used to resume the build starting from the given module, which should be the next option on the command line. You should not specify other module names on the command line." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3049 index.docbook:3070 #, no-c-format msgid "This option formerly added --no-src, but does not any longer (since &kdesrc-build; 1.13). If you want to avoid source updates when resuming, simply pass in addition to the other options." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3056 #, no-c-format msgid "See also: and . You would prefer to use this command line option if you have fixed the build error and want &kdesrc-build; to complete the build." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3063 #, no-c-format msgid "--resume-after" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3064 #, no-c-format msgid "This option is used to resume the build starting after the given module, which should be the next option on the command line. You should not specify other module names on the command line." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3077 #, no-c-format msgid "See also: and . You would prefer to use this command line option if you have fixed the build error and have also built and installed the module yourself, and want &kdesrc-build; to start again with the next module." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3085 #, no-c-format msgid "--resume" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3086 #, no-c-format msgid "This option can be used to run &kdesrc-build; after it has had a build failure." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3089 #, no-c-format msgid "It resumes the build from the module that failed, using the list of modules that were waiting to be built before, and disables source and metadata updates as well. The use case is when a simple mistake or missing dependency causes the build failure. Once you correct the error you can quickly get back into building the modules you were building before, without fiddling with and ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3099 #, no-c-format msgid "This is even handier with the command line argument, especially if you're initially setting up your development environment." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3105 #, no-c-format msgid "This option was added with &kdesrc-build; 1.16." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3112 #, no-c-format msgid "--stop-before" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3113 #, no-c-format msgid "This command line option is used to stop the normal build process just before a module would ordinarily be built." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3116 #, no-c-format msgid "" "For example, if the normal build list was " " moduleAmoduleBmoduleC" ", then would cause &kdesrc-build; to only build moduleA." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3121 index.docbook:3136 #, no-c-format msgid "This command line option was added with &kdesrc-build; 1.16." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3127 #, no-c-format msgid "--stop-after" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3128 #, no-c-format msgid "This command line option is used to stop the normal build process just after a module would ordinarily be built." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3131 #, no-c-format msgid "" "For example, if the normal build list was " " moduleAmoduleBmoduleC" ", then would cause &kdesrc-build; to build moduleA and moduleB." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3142 #, no-c-format msgid "--stop-on-failure" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3143 #, no-c-format msgid "This option causes the build to abort as soon as a failure occurs. Useful when you're setting up your initial development environment. Without this flag, &kdesrc-build; will try to press on with the rest of the modules in the build to avoid wasting time in case the problem is with a single module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3148 #, no-c-format msgid "This option was added with &kdesrc-build; 1.16. See also the stop-on-failure option." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3155 #, no-c-format msgid "--rc-file" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3156 #, no-c-format msgid "This interprets the next command line parameter as the file to read the configuration options from. The default value for this parameter is kdesrc-buildrc (checked in the current directory) if it is present, or ~/.kdesrc-buildrc otherwise. See also ." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3166 #, no-c-format msgid "--print-modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3168 #, no-c-format msgid "Takes all actions up to and including dependency reordering of the modules specified on the command line (or configuration file), prints the modules that would be processed one per line, and then exits without further action." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3173 #, no-c-format msgid "The kde-project metadata is downloaded first (though, see or )." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3178 #, no-c-format msgid "The output is not fully compatible with usage by scripts as other output messages may be generated until the module list is shown." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3182 #, no-c-format msgid "This is mostly just useful for quickly determining what &kdesrc-build; understands a module's dependencies to be, which means it's only useful for kde-projects modules. This option is also compatible with , , , ." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3196 #, no-c-format msgid "--run" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3197 #, no-c-format msgid "This option interprets the next item on the command line as a program to run, and &kdesrc-build; will then finish reading the configuration file, update the environment as normal, and then execute the given program." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3202 #, no-c-format msgid "This will not work to start a shell with the &kdesrc-build; environment in most cases however, since interactive shells typically reset at least part of the environment variables (such as PATH and KDEDIRS) in the startup sequence." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3208 #, no-c-format msgid "If you want to see the environment used by &kdesrc-build;, you can run the printenv command:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3211 #, no-c-format msgid "" "$ kdesrc-build --run printenv\n" "KDE_SESSION_VERSION=4\n" "SDL_AUDIODRIVER=alsa\n" "LANGUAGE=\n" "XCURSOR_THEME=Oxygen_Blue\n" "LESS=-R -M --shift 5\n" "QMAIL_CONTROLDIR=/var/qmail/control\n" "... etc." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3217 #, no-c-format msgid "--prefix=</path/to/kde>" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3218 #, no-c-format msgid "This allows you to change the directory that &kde; will be installed to from the command line. This option implies --reconfigure, but using --refresh-build may still be required." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3228 #, no-c-format msgid "--revision" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3229 #, no-c-format msgid "This option causes &kdesrc-build; to checkout a specific numbered revision for each &subversion; module, overriding any branch, tag, or revision options already set for these modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3235 #, no-c-format msgid "This option is likely not a good idea, and is only supported for compatibility with older scripts." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3241 #, no-c-format msgid "--build-system-only" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3242 #, no-c-format msgid "This option causes &kdesrc-build; to abort building a module just before the make command would have been run. This is supported for compatibility with older versions only, this effect is not helpful for the current &kde; build system." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3250 #, no-c-format msgid "--install" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3251 #, no-c-format msgid "If this is the only command-line option, it tries to install all of the modules contained in log/latest/build-status. If command-line options are specified after --install, they are all assumed to be modules to install (even if they did not successfully build on the last run)." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3260 #, no-c-format msgid "--no-snapshots" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3261 #, no-c-format msgid "Supplying this option causes &kdesrc-build; to always perform a normal initial checkout of a module instead of using a quick-start snapshot (only available for Git modules from the kde-projects repository). Note that this option should only be used if there is a failure using snapshots, as the quick-start snapshot reduces load on the KDE source repositories." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3271 #, no-c-format msgid "Module snapshots are real checkouts. You should not need to specify this option, it is only a troubleshooting aid." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3278 #, no-c-format msgid "--delete-my-patches" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3279 #, no-c-format msgid "This option is used to let &kdesrc-build; delete source directories that may contain user data, so that the module can be re-downloaded. This would normally only be useful for &kde; developers (who might have local changes that would be deleted)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3285 #, no-c-format msgid "This is currently only used to checkout modules that have been converted from &subversion; to &git;. You should not use this option normally, &kdesrc-build; will prompt to be re-run with it if it is needed." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3292 #, no-c-format msgid "--delete-my-settings" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3293 #, no-c-format msgid "This option is used to let &kdesrc-build; overwrite existing files which may contain user data." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3297 #, no-c-format msgid "This is currently only used for xsession setup for the login manager. You should not use this option normally, &kdesrc-build; will prompt to be re-run with it if it is needed." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3304 #, no-c-format msgid "--<option-name>=" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3305 #, no-c-format msgid "You can use this option to override an option in your configuration file for every module. For instance, to override the log-dir option, you would do: --log-dir=/path/to/dir." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3312 #, no-c-format msgid "This feature can only be used for option names already recognized by &kdesrc-build;, that are not already supported by relevant command line options. For example the async configuration file option has specific --async and --no-async command line options that are preferred by &kdesrc-build;." msgstr "" #. Tag: parameter #. +> trunk5 #: index.docbook:3324 #, no-c-format msgid "--set-module-option-value=<module-name>,<option-name>,<option-value>" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3325 #, no-c-format msgid "You can use this option to override an option in your configuration file for a specific module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3333 #, no-c-format msgid "Any other command-line options are assumed to be modules to update and build. Please, do not mix building with installing." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3343 #, no-c-format msgid "Using &kdesrc-build;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3346 #, no-c-format msgid "Preface" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3348 #, no-c-format msgid "Normally using &kdesrc-build; after you have gone through is as easy as doing the following from a terminal prompt:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3351 #, no-c-format msgid "% kdesrc-build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3353 #, no-c-format msgid "&kdesrc-build; will then download the sources for &kde;, try to configure and build them, and then install them." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3356 #, no-c-format msgid "Read on to discover how &kdesrc-build; does this, and what else you can do with this tool." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3362 #, no-c-format msgid "Basic &kdesrc-build; features" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3365 #, no-c-format msgid "qt support" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3366 #, no-c-format msgid "&kdesrc-build; supports building the &Qt; toolkit used by &kde; software as a convenience to users. This support is handled by a special module named qt." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3370 #, no-c-format msgid "&Qt; is developed under a separate repository from &kde; software located at http://code.qt.io/cgit/qt/." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3374 #, no-c-format msgid "In order to build &Qt;, you should make sure that the qtdir setting is set to the directory you'd like to install &Qt; to, as described in ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3378 #, no-c-format msgid "You should then ensure that the qt module is added to your .kdesrc-buildrc, before any other modules in the file. If you are using the sample configuration file, you can simply uncomment the existing qt module entry." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3383 #, no-c-format msgid "Now you should verify the repository option and branch options are set appropriately:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3388 #, no-c-format msgid "The first option is to build &Qt; using a mirror maintained on the &kde; source repositories (no other changes are applied, it is simply a clone of the official source). This is highly recommended due to occasional issues with cloning the full &Qt; module from its official repository." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3393 #, no-c-format msgid "You can set the option for the qt module to kde:qt to use this option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3397 #, no-c-format msgid "Otherwise, to build the standard &Qt;, set your option to git://gitorious.org/qt/qt.git. Note that you may experience problems performing the initial clone of &Qt; from this repository." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3404 #, no-c-format msgid "In both cases, the branch option should be set to master (unless you'd like to build a different branch)." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3410 #, no-c-format msgid "Standard flags added by &kdesrc-build;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3411 #, no-c-format msgid "To save you time, &kdesrc-build; adds some standard paths to your environment for you:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3416 #, no-c-format msgid "The path to the &kde; and &Qt; libraries is added to the LD_LIBRARY_PATH variable automatically. This means that you do not need to edit &libpath; to include them." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3422 #, no-c-format msgid "The path to the &kde; and &Qt; development support programs are added to the PATH variable automatically. This means that you do not need to edit &binpath; to include them." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3428 #, no-c-format msgid "The path to the &kde;-provided pkg-config is added automatically to PKG_CONFIG_PATH. This means that you do not need to use &set-env; to add these." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3434 #, no-c-format msgid "The setting for &kdedir; is automatically propagated to the KDEDIR environment variable while building. (KDEDIRS is not affected)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3439 #, no-c-format msgid "The setting for &qtdir; is automatically propagated to the QTDIR environment variable while building." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3449 #, no-c-format msgid "Changing &kdesrc-build;'s build priority" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3450 #, no-c-format msgid "Programs can run with different priority levels on Operating Systems, including &Linux; and &BSD;. This allows the system to allocate time for the different programs in accordance with how important they are." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3455 #, no-c-format msgid "&kdesrc-build; will normally allocate itself a low priority so that the rest of the programs on your system are unaffected and can run normally. Using this technique, &kdesrc-build; will use extra CPU when it is available." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3460 #, no-c-format msgid "&kdesrc-build; will still maintain a high enough priority level so that it runs before routine batch processes and before CPU donation programs such as Seti@Home." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3465 #, no-c-format msgid "To alter &kdesrc-build; so that it uses a higher (or lower) priority level permanently, then you need to adjust the &niceness; setting in the configuration file. The &niceness; setting controls how nice &kdesrc-build; is to other programs. In other words, having a higher &niceness; gives &kdesrc-build; a lower priority. So to give &kdesrc-build; a higher priority, reduce the &niceness; (and vice versa). The &niceness; can go from 0 (not nice at all, highest priority) to 20 (super nice, lowest priority)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3474 #, no-c-format msgid "You can also temporarily change the priority for &kdesrc-build; by using the &cmd-nice; command line option. The value to the option is used exactly the same as for &niceness;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3478 #, no-c-format msgid "It is possible for some programs run by the super user to have a negative nice value, with a correspondingly even higher priority for such programs. Setting a negative (or even 0) &niceness; for &kdesrc-build; is not a great idea, as it will not help run time significantly, but will make your computer seem very sluggish should you still need to use it." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3486 #, no-c-format msgid "To run &kdesrc-build; with a niceness of 15 (a lower priority than normal):" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3489 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3491 #, no-c-format msgid "Or, you can edit the configuration file to make the change permanent:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3493 #, no-c-format msgid "&niceness; 15" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3497 #, no-c-format msgid "The niceness option only affects the usage of the computer's processor(s). One other major affect on computer performance relates to how much data input or output (I/O) a program uses. In order to control how much I/O a program can use, modern &Linux; operating systems support a similar tool called ionice. &kdesrc-build; supports ionice, (but only to enable or disable it completely) using the use-idle-io-priority option, since &kdesrc-build; version 1.12." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3513 #, no-c-format msgid "Installation as the superuser" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3514 #, no-c-format msgid "You may wish to have &kdesrc-build; run the installation with super user privileges. This may be for the unrecommended system-wide installation. This is also useful when using a recommended single user &kde; build, however. This is because some modules (especially kdebase) install programs that will briefly need elevated permissions when run. They are not able to achieve these permission levels unless they are installed with the elevated permissions." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3522 #, no-c-format msgid "You could simply run &kdesrc-build; as the super user directly, but this is not recommended, since the program has not been audited for that kind of use. Although it should be safe to run the program in this fashion, it is better to avoid running as the super user when possible." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3527 #, no-c-format msgid "To take care of this, &kdesrc-build; provides the &make-install-prefix; option. You can use this option to specify a command to use to perform the installation as another user. The recommended way to use this command is with the &sudo; program, which will run the install command as the super user." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3534 #, no-c-format msgid "For example, to install all modules using &sudo;, you could do something like this:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3537 #, no-c-format msgid "" "global\n" " &make-install-prefix; sudo\n" " # Other options\n" "end global" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3539 #, no-c-format msgid "To use &make-install-prefix; for only a single module, this would work:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3542 #, no-c-format msgid "" "module svn-module-name\n" " &make-install-prefix; sudo\n" "end module" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3548 #, no-c-format msgid "Showing the progress of a module build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3549 #, no-c-format msgid "This feature is always available, and is automatically enabled when possible. What this does is display an estimated build progress while building a module; that way you know about how much longer it will take to build a module." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3560 #, no-c-format msgid "Advanced features" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3563 #, no-c-format msgid "Partially building a module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3564 #, no-c-format msgid "It is possible to build only pieces from a single &kde; module. For example, you may want to compile only one program from a module. &kdesrc-build; has features to make this easy. There are several complementing ways to do this." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3571 #, no-c-format msgid "Checking out portions of a module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3573 #, no-c-format msgid "This is perhaps the best way to do this. When it works, it will save you download time and disk space. What happens is that &kdesrc-build; will download only the parts of a module that you specify. This is done using the &checkout-only; option for a module, which will specify a list of directories to download." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3579 #, no-c-format msgid "If you do not already know what to download from a module, it may be a good idea to browse the &subversion; layout for a module first, using WebSVN." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3586 #, no-c-format msgid "To only grab &kuser; and KSystemLog from kdeadmin, you could use &checkout-only; like this:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3589 #, no-c-format msgid "" "module kdeadmin\n" " &checkout-only; kuser ksystemlog\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3593 #, no-c-format msgid "The directories will be built in the order they are listed in the option. If one of the directories needs something else from the module to compile, then you need to make sure they are both in the &checkout-only; line, and that the required dependency goes before the directory that needs it." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3598 #, no-c-format msgid "Also, sometimes an application may need other directories and it is hard to figure out what they are, which may require some trial and error of constantly adding directories to the option to figure out. This option depends on support from the build system of the module, so it is only useful for modules that are collections of individual applications." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3605 #, no-c-format msgid "One final note to make about this option: If you change the value of this option, you should use kdesrc-build in order to ensure that the module is reconfigured properly. In addition, &kdesrc-build; will never remove existing files if you take away the number of directories from your &checkout-only; option, or add the option to a module that has already been checked out." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3616 #, no-c-format msgid "Removing directories from a build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3617 #, no-c-format msgid "Instead of restricting what is downloaded, it is possible to download everything but have the build system leave out a few directories when it does the build. This may be useful if one directory always breaks and is unnecessary to the rest of the module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3623 #, no-c-format msgid "This is controlled with the &do-not-compile; option. It works similar to the &checkout-only; option just described, in that it is simply a list of directories that should not be compiled." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3627 #, no-c-format msgid "Also like &checkout-only;, this option requires at least that the build system for the module is reconfigured after changing it. This is done using the kdesrc-build command." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3636 #, no-c-format msgid "To remove the python directory from the kdebindings build process:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3639 #, no-c-format msgid "" "module kdebindings\n" " &do-not-compile; python\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3643 #, no-c-format msgid "This function depends on some standard conventions used in most &kde; modules. Therefore it may not work for all programs." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3651 #, no-c-format msgid "Branching and tagging support for &kdesrc-build;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3654 #, no-c-format msgid "What are branches and tags?" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3656 #, no-c-format msgid "&subversion; supports managing the history of the &kde; source code. &kde; uses this support to create branches for development, and to tag the repository every so often with a new version release." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3661 #, no-c-format msgid "For example, the &kmail; developers may be working on a new feature in a different branch in order to avoid breaking the version being used by most developers. This branch has development ongoing inside it, even while the main branch (called /trunk) may have development going on inside of it." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3667 #, no-c-format msgid "A tag, on the other hand, is a snapshot of the source code repository at a position in time. This is used by the &kde; administration team to mark off a version of code suitable for release and still allow the developers to work on the code." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3673 #, no-c-format msgid "In &subversion;, there is no difference between branches, tags, or trunk within the code. It is only a convention used by the developers. This makes it difficult to properly support branches and tags within &kdesrc-build;. However, there are some things that can be done." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3682 #, no-c-format msgid "How to use branches and tags" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3684 #, no-c-format msgid "Support for branches and tags is handled by a set of options, which range from a generic request for a version, to a specific &url; to download for advanced users." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3689 #, no-c-format msgid "The easiest method is to use the &branch; and &tag; options. You simply use the option along with the name of the desired branch or tag for a module, and &kdesrc-build; will try to determine the appropriate location within the &kde; repository to download from. For most &kde; modules this works very well." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3696 #, no-c-format msgid "To download kdelibs from &kde; 4.6 (which is simply known as the 4.6 branch):" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3699 #, no-c-format msgid "" "module kdelibs\n" " branch 4.6\n" " # other options...\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3701 #, no-c-format msgid "Or, to download kdemultimedia as it was released with &kde; 4.6.1:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3703 #, no-c-format msgid "" "module kdemultimedia\n" " tag 4.6.1\n" " # other options...\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3707 #, no-c-format msgid "You can specify a global branch value. But if you do so, do not forget to specify a different branch for modules that should not use the global branch!" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3713 #, no-c-format msgid "Advanced branch support options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3715 #, no-c-format msgid "&kdesrc-build; supports two options for situations where &branch; and &tag; guess the correct path improperly: &module-base-path; and &override-url;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3720 #, no-c-format msgid "&module-base-path; is used to help &kdesrc-build; fill in the missing part of a module's path. In the &kde; repository, all of the paths are of the form svnRoot/module-base-path/module-name. Normally &kdesrc-build; can figure out the appropriate middle part by itself. When it cannot, you can use &module-base-path;, like this:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3729 #, no-c-format msgid "" "module kdesupport\n" " # kdesupport supports various tags to easily organize the required\n" " # software for a given KDE Platform release.\n" " module-base-path tags/kdesupport-for-4.5\n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3731 #, no-c-format msgid "This would cause &kdesrc-build; to download kdesupport from (in this example), svn://anonsvn.kde.org/home/kde/tags/kdesupport-for-4.5." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3735 #, no-c-format msgid "In previous versions of &kdesrc-build;, the &module-base-path; was handled differently. If you encounter trouble using an old module-base-path definition perhaps you should verify that the actual path is as &kdesrc-build; expects by using the --pretend option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3742 #, no-c-format msgid "The &override-url; option, on the other hand, requires you to specify the exact path to download from. However, this allows you to pull from paths that previous versions of &kdesrc-build; would have no hope of downloading from. Currently, the &module-base-path; option should be sufficient for any Subversion source URL." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3749 #, no-c-format msgid "&kdesrc-build; will not touch or correct the value you specify for &override-url; at all, so if you change your &svn-server; setting, you may need to update this as well." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3763 #, no-c-format msgid "How &kdesrc-build; tries to ensure a successful build" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3766 #, no-c-format msgid "Automatic rebuilds" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3768 #, no-c-format msgid "&kdesrc-build; used to include features to automatically attempt to rebuild the module after a failure (as sometimes this re-attempt would work, due to bugs in the build system at that time). Thanks to switching to &cmake; the build system no longer suffers from these bugs, and so &kdesrc-build; will not try to build a module more than once. There are situations where &kdesrc-build; will automatically take action though:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3777 #, no-c-format msgid "If you change configure-flags or cmake-options for a module, then &kdesrc-build; will detect that and automatically re-run configure or cmake for that module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3782 #, no-c-format msgid "If the buildsystem does not exist (even if &kdesrc-build; did not delete it) then &kdesrc-build; will automatically re-create it. This is useful to allow for performing a full --refresh-build for a specific module without having that performed on other modules." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3793 #, no-c-format msgid "Manually rebuilding a module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3794 #, no-c-format msgid "If you make a change to a module's option settings, or the module's source code changes in a way &kdesrc-build; does not recognize, you may need to manually rebuild the module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3798 #, no-c-format msgid "You can do this by simply running kdesrc-build ." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3802 #, no-c-format msgid "If you would like to have &kdesrc-build; automatically rebuild the module during the next normal build update instead, you can create a special file. Every module has a build directory. If you create a file called .refresh-me in the build directory for a module, &kdesrc-build; will rebuild the module next time the build process occurs, even if it would normally perform the faster incremental build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3810 #, no-c-format msgid "By default, the build directory is ~/kdesrc/build/module/. If you change the setting of the &build-dir; option, then use that instead of ~/kdesrc/build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3816 #, no-c-format msgid "Rebuild using .refresh-me for module kdelibs:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3817 #, no-c-format msgid "" "% touch ~/kdesrc/build/kdelibs/.refresh-me\n" "% kdesrc-build" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3824 #, no-c-format msgid "Changing environment variable settings" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3825 #, no-c-format msgid "Normally &kdesrc-build; uses the environment that is present when starting up when running programs to perform updates and builds. This is useful for when you are running &kdesrc-build; from the command line." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3829 #, no-c-format msgid "However, you may want to change the setting for environment variables that &kdesrc-build; does not provide an option for directly. (For instance, to setup any required environment variables when running &kdesrc-build; on a timer such as &cron;) This is possible with the &set-env; option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3834 #, no-c-format msgid "Unlike most options, it can be set more than once, and it accepts two entries, separated by a space. The first one is the name of the environment variable to set, and the remainder of the line is the value." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3839 #, no-c-format msgid "Set DISTRO=BSD for all modules:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3841 #, no-c-format msgid "" "global\n" " set-env DISTRO BSD\n" "end global" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3847 #, no-c-format msgid "Resuming builds" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3850 #, no-c-format msgid "Resuming a failed or canceled build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3852 #, no-c-format msgid "You can tell &kdesrc-build; to start building from a different module than it normally would. This can be useful when a set of modules failed, or if you canceled a build run in the middle. You can control this using the &cmd-resume-from; option and the &cmd-resume-after; option." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3857 #, no-c-format msgid "Older versions of &kdesrc-build; would skip the source update when resuming a build. This is no longer done by default, but you can always use the command line option to skip the source update." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3863 #, no-c-format msgid "Resuming the build starting from kdebase:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3865 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3869 #, no-c-format msgid "Resuming the build starting after kdebase (in case you manually fixed the issue and installed the module yourself):" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3872 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3875 #, no-c-format msgid "If the last &kdesrc-build; build ended with a build failure, you can also use the --resume command line option, which resumes the last build starting at the module that failed. The source and metadata updates are skipped as well (but if you need these, it's generally better to use --resume-from instead)." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3886 #, no-c-format msgid "Ignoring modules in a build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3888 #, no-c-format msgid "Similar to the way you can resume the build from a module, you can instead choose to update and build everything normally, but ignore a set of modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3892 #, no-c-format msgid "You can do this using the &cmd-ignore-modules; option. This option tells &kdesrc-build; to ignore all the modules on the command line when performing the update and build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3897 #, no-c-format msgid "Ignoring extragear/multimedia and kdereview during a full run:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3898 #, no-c-format msgid "% kdesrc-build extragear/multimedia kdereview" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3905 #, no-c-format msgid "Changing options from the command line" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3908 #, no-c-format msgid "Changing global options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3909 #, no-c-format msgid "You can change the setting of options read from the configuration file directly from the command line. This change will override the configuration file setting, but is only temporary. It only takes effect as long as it is still present on the command line." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3914 #, no-c-format msgid "&kdesrc-build; allows you to change options named like option-name by passing an argument on the command line in the form . &kdesrc-build; will recognize whether it does not know what the option is, and search for the name in its list of option names. If it does not recognize the name, it will warn you, otherwise it will remember the value you set it to and override any setting from the configuration file." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3922 #, no-c-format msgid "Setting the &source-dir; option to /dev/null for testing:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3925 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3932 #, no-c-format msgid "Changing module options" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3933 #, no-c-format msgid "It is also possible to change options only for a specific module. The syntax is similar: --module,option-name=value." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3937 #, no-c-format msgid "This change overrides any duplicate setting for the module found in the configuration file, and applies only while the option is passed on the command line." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3941 #, no-c-format msgid "Using a different build directory for the kdeedu module:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3943 #, no-c-format msgid "% kdesrc-build " msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3954 #, no-c-format msgid "Features for &kde; developers" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3957 #, no-c-format msgid "&ssh; Agent checks" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3958 #, no-c-format msgid "&kdesrc-build; can ensure that &kde; developers that use &ssh; to access the &kde; source repository do not accidentally forget to leave the &ssh; Agent tool enabled. This can cause &kdesrc-build; to hang indefinitely waiting for the developer to type in their &ssh; password, so by default &kdesrc-build; will check if the Agent is running before performing source updates." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3966 #, no-c-format msgid "This is only done for &kde; developers using &ssh;. This is because no password is required for the default anonymous checkout. &subversion; will handle passwords for the second possible protocol for &kde; developers, https." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3971 #, no-c-format msgid "You may wish to disable the &ssh; Agent check, in case of situations where &kdesrc-build; is mis-detecting the presence of an agent. To disable the agent check, set the option to true." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3977 #, no-c-format msgid "Disabling the &ssh; agent check:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:3978 #, no-c-format msgid "" "global\n" " disable-agent-check true\n" "end global" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3986 #, no-c-format msgid "Other &kdesrc-build; features" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:3989 #, no-c-format msgid "Changing the amount of output from &kdesrc-build;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3990 #, no-c-format msgid "&kdesrc-build; has several options to control the amount of output the script generates. In any case, errors will always be output." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3994 #, no-c-format msgid "The option (short form is ) causes &kdesrc-build; to be mostly silent. Only important messages, warnings, or errors will be shown. When available, build progress information is still shown." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:3999 #, no-c-format msgid "The option (no short form) causes &kdesrc-build; to only display important warnings or errors while it is running." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4003 #, no-c-format msgid "The option (short form is ) causes &kdesrc-build; to be very detailed in its output." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4007 #, no-c-format msgid "The option is for debugging purposes only, it causes &kdesrc-build; to act as if was turned on, causes commands to also output to the terminal, and will display debugging information for many functions." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4016 #, no-c-format msgid "Color output" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4017 #, no-c-format msgid "When being run from &konsole; or a different terminal, &kdesrc-build; will normally display with colorized text." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4020 #, no-c-format msgid "You can disable this by using the on the command line, or by setting the &colorful-output; option in the configuration file to false." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4026 #, no-c-format msgid "Disabling color output in the configuration file:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:4027 #, no-c-format msgid "" "global\n" " colorful-output false\n" "end global" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4033 #, no-c-format msgid "Removing unneeded directories after a build" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4034 #, no-c-format msgid "Are you short on disk space but still want to run a bleeding-edge &kde; checkout? &kdesrc-build; can help reduce your disk usage when building &kde; from &subversion;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4038 #, no-c-format msgid "Be aware that building &kde; does take a lot of space. There are several major space-using pieces when using &kdesrc-build;:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4042 #, no-c-format msgid "The actual source checkout can take up a fair amount of space. The default modules take up about 1.6 gigabytes of on-disk space. You can reduce this amount by making sure that you are only building as many modules as you actually want. &kdesrc-build; will not delete source code from disk even if you delete the entry from the configuration file, so make sure that you go and delete unused source checkouts from the source directory. Note that the source files are downloaded from the Internet, you should not delete them if you are actually using them, at least until you are done using &kdesrc-build;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4052 #, no-c-format msgid "Also, if you already have a &Qt; installed by your distribution (and the odds are good that you do), you probably do not need to install the qt module. That will shave about 200 megabytes off of the on-disk source size." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4057 #, no-c-format msgid "One thing to note is that due to the way &subversion; works: there are actually two files on disk for every file checked-out from the repository. &kdesrc-build; does not have code at this point to try and minimize the source size when the source is not being used." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4065 #, no-c-format msgid "&kdesrc-build; will create a separate build directory to build the source code in. Sometimes &kdesrc-build; will have to copy a source directory to create a fake build directory. When this happens, space-saving symlinks are used, so this should not be a hassle on disk space. The build directory will typically be much larger than the source directory for a module. For example, the build directory for kdebase is about 1050 megabytes, whereas kdebase's source is only around 550 megabytes." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4073 #, no-c-format msgid "Luckily, the build directory is not required after a module has successfully been built and installed. &kdesrc-build; can automatically remove the build directory after installing a module, see the examples below for more information. Note that taking this step will make it impossible for &kdesrc-build; to perform the time-saving incremental builds." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4080 #, no-c-format msgid "Finally, there is disk space required for the actual installation of &kde;, which does not run from the build directory. This typically takes less space than the build directory. It is harder to get exact figures however." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4087 #, no-c-format msgid "How do you reduce the space requirements of &kde;? One way is to use the proper compiler flags, to optimize for space reduction instead of for speed. Another way, which can have a large effect, is to remove debugging information from your &kde; build." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4093 #, no-c-format msgid "You should be very sure you know what you are doing before deciding to remove debugging information. Running bleeding-edge software means you are running software which is potentially much more likely to crash than a stable release. If you are running software without debugging information, it can be very hard to create a good bug report to get your bug resolved, and you will likely have to re-enable debugging information for the affected application and rebuild to help a developer fix the crash. So, remove debugging information at your own risk!" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4105 #, no-c-format msgid "Removing the build directory after installation of a module. The source directory is still kept, and debugging is enabled:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:4108 #, no-c-format msgid "" "global\n" " configure-flags --enable-debug\n" " remove-after-install builddir # Remove build directory after install\n" "end global" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4110 #, no-c-format msgid "Removing the build directory after installation, without debugging information, with size optimization." msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:4113 #, no-c-format msgid "" "global\n" " cxxflags -Os # Optimize for size\n" " configure-flags --disable-debug\n" " remove-after-install builddir # Remove build directory after install\n" "end global" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4122 #, no-c-format msgid "&cmake;, the &kde; build system" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4125 #, no-c-format msgid "Introduction to &cmake;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4127 #, no-c-format msgid "In March 2006, the &cmake; program beat out several competitors and was selected to be the build system for &kde; 4, replacing the autotools-based system that &kde; had used from the beginning." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4131 #, no-c-format msgid "A introduction to &cmake; page is available on the &kde; Community Wiki. Basically, instead of running make Makefile.cvs, then configure, then &make;, we simply run &cmake; and then &make;." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4138 #, no-c-format msgid "&kdesrc-build; has support for &cmake;. A few features of &kdesrc-build; were really features of the underlying buildsystem, including configure-flags and do-not-compile. When equivalent features are available, they are provided. For instance, the equivalent to the configure-flags option is cmake-options, and the do-not-compile option is also supported for &cmake; as of &kdesrc-build; version 1.6.3." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4152 #, no-c-format msgid "Credits And License" msgstr "" #. Tag: trans_comment #. +> trunk5 #: index.docbook:4154 #, no-c-format msgid "CREDIT_FOR_TRANSLATORS" msgstr "" #. Tag: chapter #. +> trunk5 #: index.docbook:4154 #, no-c-format msgid "&underFDL;" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4160 #, no-c-format msgid "&kde; modules and source code organization" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4162 #, no-c-format msgid "The Module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4164 #, no-c-format msgid "&kde; groups its software into modules of various size. This was initially a loose grouping of a few large modules, but with the introduction of the Git-based source code repositories, these large modules were further split into many smaller modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4171 #, no-c-format msgid "&kdesrc-build; uses this module concept as well. In essence, a module is a grouping of code that can be downloaded, built, tested, and installed." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4177 #, no-c-format msgid "Individual modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4179 #, no-c-format msgid "It is easy to set &kdesrc-build; to build a single module. The following listing is an example of what a declaration for a Subversion-based module would look like in the configuration file." msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4184 #, no-c-format msgid "" "module kdefoo\n" " \n" "end module" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4186 #, no-c-format msgid "This is a Subversion-based module since it doesn't use a repository option. Also, the option is listed as an example only, it is not required." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4193 #, no-c-format msgid "Groups of related modules" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4195 #, no-c-format msgid "Now most &kde; source modules are Git-based &kde;, and are normally combined into groups of modules." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4198 #, no-c-format msgid "&kdesrc-build; therefore supports groups of modules as well, using module sets. An example:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4201 #, no-c-format msgid "" "module-set base-modules\n" " kde-projects\n" " kde-runtime kde-workspace kde-baseapps\n" "end module-set" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4203 #, no-c-format msgid "You can leave the module set name (base-modules in this case) empty if you like. This setting tells &kdesrc-build; where to download the source from, but you can also use a git:// URL." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4208 #, no-c-format msgid "One special feature of the kde-projects is that &kdesrc-build; will automatically include any Git modules that are grouped under the modules you list (in the KDE Project database)." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4215 #, no-c-format msgid "Module branch groups" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4217 #, no-c-format msgid "Taking the concept of a group of modules further, the &kde; developers eventually found that synchronizing the names of the Git branches across a large number of repositories was getting difficult, especially during the development push for the new &kde; Frameworks for &Qt; 5." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4224 #, no-c-format msgid "So the concept of branch groups was developed, to allow users and developers to select one of only a few groups, and allow the script to automatically select the appropriate Git branch." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4229 #, no-c-format msgid "&kdesrc-build; supports this feature as of version 1.16-pre2, via the branch-group option." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4234 #, no-c-format msgid "Example of using branch-group" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4236 #, no-c-format msgid "branch-group can be used in the configuration file as follows:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4239 #, no-c-format msgid "" "global\n" " # Select KDE Frameworks 5 and other Qt5-based apps\n" " kf5-qt5\n" "\n" " # Other global options here ...\n" "end global\n" "\n" "module-set\n" " # branch-group only works for kde-projects\n" " kde-projects\n" "\n" " # branch-group is inherited from the one set globally, but could\n" " # specified here.\n" "\n" " kdelibs kde-workspace\n" "end module-set\n" "\n" "# kdelibs's branch will be \"frameworks\"\n" "# kde-workspace's branch will be \"master\" (as of August 2013)" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4241 #, no-c-format msgid "In this case the same branch-group gives different branch names for each Git module." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4246 #, no-c-format msgid "This feature requires some data maintained by the &kde; developers in a Git repository named kde-build-metadata, however this module will be included automatically by &kdesrc-build; (though you may see it appear in the script output)." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4252 #, no-c-format msgid "&kde; modules that do not have a set branch name for the branch group you choose will default to an appropriate branch name, as if you had not specified branch-group at all." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4263 #, no-c-format msgid "Superseded profile setup procedures" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4266 #, no-c-format msgid "Setting up a &kde; login profile" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4268 #, no-c-format msgid "These instructions cover how to setup the profile required to ensure your computer can login to your newly-built &kde; &plasma; desktop. &kdesrc-build; will normally try to do this automatically (see ). This appendix section can be useful for those who cannot use &kdesrc-build;'s support for login profile setup. However the instructions may not always be up-to-date, it can also be useful to consult the kde-env-master.sh file included with the &kdesrc-build; source." msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4278 #, no-c-format msgid "Changing your startup profile settings" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4280 #, no-c-format msgid "The .bash_profile is the login settings file for the popular bash shell used by many &Linux; distributions. If you use a different shell, then you may need to adjust the samples given in this section for your particular shell." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4285 #, no-c-format msgid "" "Open or create the .bash_profile file in the home directory with your favorite editor, and add to the end of the file: If you are building the qt module (you are by default), add instead: \n" "QTDIR=(path to qtdir) # Such as ~/kdesrc/build/qt by default.\n" "KDEDIR=(path to kdedir) # Such as ~/kde by default.\n" "KDEDIRS=$KDEDIR\n" "PATH=$KDEDIR/bin:$QTDIR/bin:$PATH\n" "MANPATH=$QTDIR/doc/man:$MANPATH\n" "\n" "# Act appropriately if LD_LIBRARY_PATH is not already set.\n" "if [ -z $LD_LIBRARY_PATH ]; then\n" " LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib\n" "else\n" " LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH\n" "fi\n" "\n" "export QTDIR KDEDIRS PATH MANPATH LD_LIBRARY_PATH\n" " or, if you are not building qt (and are using your system &Qt; instead), add this instead:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4296 #, no-c-format msgid "" "KDEDIR=(path to kdedir) # Such as ~/kde by default.\n" "KDEDIRS=$KDEDIR\n" "PATH=$KDEDIR/bin:$QTDIR/bin:$PATH\n" "\n" "# Act appropriately if LD_LIBRARY_PATH is not already set.\n" "if [ -z $LD_LIBRARY_PATH ]; then\n" " LD_LIBRARY_PATH=$KDEDIR/lib\n" "else\n" " LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH\n" "fi\n" "\n" "export KDEDIRS PATH LD_LIBRARY_PATH" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4299 #, no-c-format msgid "If you are not using a dedicated user, set a different $KDEHOME for your new environment in your .bash_profile:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4303 #, no-c-format msgid "" "export KDEHOME=\"${HOME}/.kde-svn\"\n" "\n" "# Create it if needed\n" "[ ! -e ~/.kde-svn ] && mkdir ~/.kde-svn" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4307 #, no-c-format msgid "If later your K Menu is empty or too crowded with applications from your distribution, you may have to set the XDG environment variables in your .bash_profile:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4312 #, no-c-format msgid "" "XDG_CONFIG_DIRS=\"/etc/xdg\"\n" "XDG_DATA_DIRS=\"${KDEDIR}/share:/usr/share\"\n" "export XDG_CONFIG_DIRS XDG_DATA_DIRS" msgstr "" #. Tag: title #. +> trunk5 #: index.docbook:4319 #, no-c-format msgid "Starting &kde;" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4321 #, no-c-format msgid "Now that you have adjusted your environment settings to use the correct &kde;, it is important to ensure that the correct startkde script is used as well." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4327 #, no-c-format msgid "Open the .xinitrc text file from the home directory, or create it if necessary. Add the line:" msgstr "" #. Tag: programlisting #. +> trunk5 #: index.docbook:4331 #, no-c-format msgid "exec " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4334 #, no-c-format msgid "On some distributions, it may be necessary to perform the same steps with the .xsession file, also in the home directory. This is especially true when using graphical login managers such as &kdm;, gdm, or xdm." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4340 #, no-c-format msgid "Now start your fresh &kde;: in &BSD; and &Linux; systems with virtual terminal support, &Ctrl;&Alt;F1 ... &Ctrl;&Alt;F12 keystroke combinations are used to switch to Virtual Console 1 through 12. This allows you to run more than one desktop environment at the same time. The fist six are text terminals and the following six are graphical displays." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4347 #, no-c-format msgid "If when you start your computer you are presented to the graphical display manager instead, you can use the new &kde; environment, even if it is not listed as an option. Most display managers, including &kdm;, have an option to use a Custom Session when you login. With this option, your session settings are loaded from the .xsession file in your home directory. If you have already modified this file as described above, this option should load you into your new &kde; installation." msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4357 #, no-c-format msgid "If it does not, there is something else you can try that should normally work: Press &Ctrl;&Alt;F2, and you will be presented to a text terminal. Log in using the dedicated user and type:" msgstr "" #. Tag: screen #. +> trunk5 #: index.docbook:4363 index.docbook:4374 #, no-c-format msgid "startx " msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4366 #, no-c-format msgid "You can run the &kde; from sources and the old &kde; at the same time! Log in using your regular user, start the stable &kde; desktop. Press &Ctrl;&Alt;F2 (or F1, F3, etc..), and you will be presented with a text terminal. Log in using the dedicated &kde; &subversion; user and type:" msgstr "" #. Tag: para #. +> trunk5 #: index.docbook:4376 #, no-c-format msgid "You can go back to the &kde; desktop of your regular user by pressing the shortcut key for the already running desktop. This is normally &Ctrl;&Alt;F7, you may need to use F6 or F8 instead. To return to your &kdesrc-build;-compiled &kde;, you would use the same sequence, except with the next function key. For example, if you needed to enter &Ctrl;&Alt;F7 to switch to your regular &kde;, you would need to enter &Ctrl;&Alt;F8 to go back to your &kdesrc-build; &kde;." msgstr "" Index: trunk/l10n-support/templates/summit/messages/applications/konsole.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/applications/konsole.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/applications/konsole.pot (revision 1519254) @@ -1,4006 +1,4006 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-06-28 09:13+0200\n" +"POT-Creation-Date: 2018-07-05 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. +> trunk5 stable5 #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" #. i18n: ectx: Menu (file) #. +> trunk5 stable5 #: ../desktop/konsoleui.rc:5 #, kde-format msgid "File" msgstr "" #. i18n: ectx: Menu (edit) #. +> trunk5 stable5 #: ../desktop/konsoleui.rc:15 #, kde-format msgid "Edit" msgstr "" #. i18n: ectx: Menu (view) #. +> trunk5 stable5 #: ../desktop/konsoleui.rc:18 #, kde-format msgid "View" msgstr "" #. i18n: ectx: Menu (view-split) #. +> trunk5 stable5 #: ../desktop/konsoleui.rc:19 #, kde-format msgid "Split View" msgstr "" #. i18n: ectx: Menu (settings) #. +> trunk5 stable5 #: ../desktop/konsoleui.rc:33 #, kde-format msgid "Settings" msgstr "" #. i18n: ectx: Menu (help) #. +> trunk5 stable5 #: ../desktop/konsoleui.rc:44 #, kde-format msgid "Help" msgstr "" #. i18n: ectx: Menu (history) #. +> trunk5 stable5 #: ../desktop/partui.rc:13 #, kde-format msgid "S&crollback" msgstr "" #. +> trunk5 stable5 #: Application.cpp:60 #, kde-format msgctxt "@info:shell" msgid "Name of profile to use for new Konsole instance" msgstr "" #. +> trunk5 stable5 #: Application.cpp:64 #, kde-format msgctxt "@info:shell" msgid "Use the internal FALLBACK profile" msgstr "" #. +> trunk5 stable5 #: Application.cpp:67 #, kde-format msgctxt "@info:shell" msgid "Set the initial working directory of the new tab or window to 'dir'" msgstr "" #. +> trunk5 stable5 #: Application.cpp:71 #, kde-format msgctxt "@info:shell" msgid "Do not close the initial session automatically when it ends." msgstr "" #. +> trunk5 stable5 #: Application.cpp:74 #, kde-format msgctxt "@info:shell" msgid "Create a new tab in an existing window rather than creating a new window" msgstr "" #. +> trunk5 stable5 #: Application.cpp:77 #, kde-format msgctxt "@info:shell" msgid "Create tabs as specified in given tabs configuration file" msgstr "" #. +> trunk5 stable5 #: Application.cpp:81 #, kde-format msgctxt "@info:shell" msgid "Start Konsole in the background and bring to the front when Ctrl+Shift+F12 (by default) is pressed" msgstr "" #. +> trunk5 stable5 #: Application.cpp:84 #, kde-format msgctxt "@info:shell" msgid "Run in a separate process" msgstr "" #. +> trunk5 stable5 #: Application.cpp:87 #, kde-format msgctxt "@info:shell" msgid "Show the menubar, overriding the default setting" msgstr "" #. +> trunk5 stable5 #: Application.cpp:90 #, kde-format msgctxt "@info:shell" msgid "Hide the menubar, overriding the default setting" msgstr "" #. +> trunk5 stable5 #: Application.cpp:93 #, kde-format msgctxt "@info:shell" msgid "Show the tabbar, overriding the default setting" msgstr "" #. +> trunk5 stable5 #: Application.cpp:96 #, kde-format msgctxt "@info:shell" msgid "Hide the tabbar, overriding the default setting" msgstr "" #. +> trunk5 stable5 #: Application.cpp:99 #, kde-format msgctxt "@info:shell" msgid "Start Konsole in fullscreen mode" msgstr "" #. +> trunk5 stable5 #: Application.cpp:102 #, kde-format msgctxt "@info:shell" msgid "Disable transparent backgrounds, even if the system supports them." msgstr "" #. +> trunk5 stable5 #: Application.cpp:105 #, kde-format msgctxt "@info:shell" msgid "List the available profiles" msgstr "" #. +> trunk5 stable5 #: Application.cpp:108 #, kde-format msgctxt "@info:shell" msgid "List all the profile properties names and their type (for use with -p)" msgstr "" #. +> trunk5 stable5 #: Application.cpp:111 #, kde-format msgctxt "@info:shell" msgid "Change the value of a profile property." msgstr "" #. +> trunk5 stable5 #: Application.cpp:115 #, kde-format msgctxt "@info:shell" msgid "Command to execute. This option will catch all following arguments, so use it as the last option." msgstr "" #. +> trunk5 stable5 #: Application.cpp:124 #, kde-format msgctxt "@info:shell" msgid "Arguments passed to command" msgstr "" #. +> trunk5 stable5 #: Application.cpp:563 #, kde-format msgctxt "@item" msgid "Toggle Background Window" msgstr "" #. +> trunk5 stable5 #: BookmarkHandler.cpp:133 #, kde-format msgctxt "@item:inmenu The user's name and host they are connected to via ssh" msgid "%1 on %2" msgstr "" #. +> trunk5 stable5 #: BookmarkHandler.cpp:135 #, kde-format msgctxt "@item:inmenu The host the user is connected to via ssh" msgid "%1" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:115 #, kde-format msgctxt "@item:intable palette" msgid "Foreground" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:116 #, kde-format msgctxt "@item:intable palette" msgid "Background" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:117 #, kde-format msgctxt "@item:intable palette" msgid "Color 1" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:118 #, kde-format msgctxt "@item:intable palette" msgid "Color 2" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:119 #, kde-format msgctxt "@item:intable palette" msgid "Color 3" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:120 #, kde-format msgctxt "@item:intable palette" msgid "Color 4" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:121 #, kde-format msgctxt "@item:intable palette" msgid "Color 5" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:122 #, kde-format msgctxt "@item:intable palette" msgid "Color 6" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:123 #, kde-format msgctxt "@item:intable palette" msgid "Color 7" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:124 #, kde-format msgctxt "@item:intable palette" msgid "Color 8" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:125 #, kde-format msgctxt "@item:intable palette" msgid "Foreground (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:126 #, kde-format msgctxt "@item:intable palette" msgid "Background (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:127 #, kde-format msgctxt "@item:intable palette" msgid "Color 1 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:128 #, kde-format msgctxt "@item:intable palette" msgid "Color 2 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:129 #, kde-format msgctxt "@item:intable palette" msgid "Color 3 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:130 #, kde-format msgctxt "@item:intable palette" msgid "Color 4 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:131 #, kde-format msgctxt "@item:intable palette" msgid "Color 5 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:132 #, kde-format msgctxt "@item:intable palette" msgid "Color 6 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:133 #, kde-format msgctxt "@item:intable palette" msgid "Color 7 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:134 #, kde-format msgctxt "@item:intable palette" msgid "Color 8 (Intense)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:135 #, kde-format msgctxt "@item:intable palette" msgid "Foreground (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:136 #, kde-format msgctxt "@item:intable palette" msgid "Background (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:137 #, kde-format msgctxt "@item:intable palette" msgid "Color 1 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:138 #, kde-format msgctxt "@item:intable palette" msgid "Color 2 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:139 #, kde-format msgctxt "@item:intable palette" msgid "Color 3 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:140 #, kde-format msgctxt "@item:intable palette" msgid "Color 4 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:141 #, kde-format msgctxt "@item:intable palette" msgid "Color 5 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:142 #, kde-format msgctxt "@item:intable palette" msgid "Color 6 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:143 #, kde-format msgctxt "@item:intable palette" msgid "Color 7 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:144 #, kde-format msgctxt "@item:intable palette" msgid "Color 8 (Faint)" msgstr "" #. +> trunk5 stable5 #: ColorScheme.cpp:377 #, kde-format msgctxt "@item" msgid "Un-named Color Scheme" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:124 #, kde-format msgctxt "@label:listbox Column header text for color names" msgid "Name" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:125 #, kde-format msgctxt "@label:listbox Column header text for the actual colors" msgid "Color" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:126 #, kde-format msgctxt "@label:listbox Column header text for the actual intense colors" msgid "Intense color" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:127 #, kde-format msgctxt "@label:listbox Column header text for the actual faint colors" msgid "Faint color" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:156 #, kde-format msgctxt "@info:status" msgid "The background transparency setting will not be used because your desktop does not appear to support transparent windows." msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:212 #, kde-format msgctxt "@title:window" msgid "Select wallpaper image file" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:215 #, kde-format msgctxt "@label:textbox Filter in file open dialog" msgid "Supported Images" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:273 #, kde-format msgctxt "@title:window" msgid "New Color Scheme" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:276 #, kde-format msgctxt "@title:window" msgid "Edit Color Scheme" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:312 #, kde-format msgctxt "@info:tooltip" msgid "Click to choose color" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:318 #, kde-format msgctxt "@info:tooltip" msgid "Click to choose intense color" msgstr "" #. +> trunk5 stable5 #: ColorSchemeEditor.cpp:323 #, kde-format msgctxt "@info:tooltip" msgid "Click to choose Faint color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, discriptionLabel) #. i18n: ectx: property (text), widget (QLabel, descriptionLabel) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:22 KeyBindingEditor.ui:31 #, kde-format msgid "Description:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomizedBackgroundCheck) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:40 #, kde-format msgid "Vary the background color for each tab" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, blurCheckBox) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:47 #, kde-format msgid "Blur background" msgstr "" #. i18n: ectx: property (text), widget (QLabel, transparencyLabel) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:56 #, kde-format msgid "Background transparency:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, transparencyPercentLabel) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:76 #, kde-format msgid "Percent" msgstr "" #. i18n: ectx: property (text), widget (QLabel, wallpaperLabel) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:90 #, kde-format msgid "Background image:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, wallpaperPath) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:97 #, kde-format msgid "Edit the path of the background image" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, wallpaperSelectButton) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:104 #, kde-format msgid "Choose the background image" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, wallpaperSelectButton) #. i18n: ectx: property (text), widget (QToolButton, dirSelectButton) #. +> trunk5 stable5 #: ColorSchemeEditor.ui:107 EditProfileDialog.ui:171 #, kde-format msgid "..." msgstr "" #. +> trunk5 stable5 #: CopyInputDialog.cpp:42 #, kde-format msgid "Copy Input" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, filterLabel) #. +> trunk5 stable5 #: CopyInputDialog.ui:19 KeyBindingEditor.ui:41 #, kde-format msgid "Filter:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, selectAllButton) #. +> trunk5 stable5 #: CopyInputDialog.ui:46 #, kde-format msgid "Select All" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, deselectAllButton) #. +> trunk5 stable5 #: CopyInputDialog.ui:53 #, kde-format msgid "Deselect All" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:78 #, kde-format msgid "Edit Profile" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:186 #, kde-format msgid "" "

Konsole does not have permission to save this profile to:
" " \"%1\"

" "

To be able to save settings you can either change the permissions of the profile configuration file or change the profile name to save the settings to a new profile.

" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:207 #, kde-format msgid "

Each profile must have a name before it can be saved into disk.

" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:215 #, kde-format msgid "

A profile with this name already exists.

" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:249 #, kde-format msgid "Editing profile: %2" msgid_plural "Editing %1 profiles: %2" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:254 #, kde-format msgid "Edit Profile \"%1\"" msgstr "" #. +> trunk5 #: EditProfileDialog.cpp:332 KeyBindingEditor.cpp:66 #, kde-format msgctxt "@label:textbox" msgid "Enter descriptive label" msgstr "" #. +> stable5 #: EditProfileDialog.cpp:342 #, kde-format msgid "Profile name is empty." msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:406 #, kde-format msgid "Edit Environment" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:407 #, kde-format msgid "One environment variable per line" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:438 #, kde-format msgctxt "Unit of time" msgid " second" msgid_plural " seconds" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:513 #, kde-format msgid "Select Initial Directory" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:751 #, kde-format msgid "%1" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:911 #, kde-kuit-format msgctxt "@info" msgid "Scheme %1 failed to load." msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:1095 #, kde-format msgid "This color scheme uses a transparent background which does not appear to be supported on your desktop" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:1101 #, kde-format msgid "Konsole was started before desktop effects were enabled. You need to restart Konsole to see transparent background." msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:1645 #, kde-format msgid "Select Any Font" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:1648 #, kde-format msgid "Select Fixed Width Font" msgstr "" #. +> trunk5 stable5 #: EditProfileDialog.cpp:1700 #, kde-format msgid "AaZz09..." msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, generalTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:42 #, kde-format msgctxt "@title:tab Generic, common options" msgid "General" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_10) #. +> trunk5 stable5 #: EditProfileDialog.ui:48 #, kde-format msgctxt "@title:group Generic, common options" msgid "General" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, iconSelectButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:77 #, kde-format msgid "Select the icon displayed on tabs using this profile" msgstr "" #. i18n: ectx: property (text), widget (QLabel, profileNameLabel) #. +> trunk5 stable5 #: EditProfileDialog.ui:109 #, kde-format msgid "Profile name:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, profileNameEdit) #. +> trunk5 stable5 #: EditProfileDialog.ui:119 #, kde-format msgid "A descriptive name for the profile" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: EditProfileDialog.ui:128 #, kde-format msgid "Command:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, commandEdit) #. +> trunk5 stable5 #: EditProfileDialog.ui:138 #, kde-format msgid "The command to execute when new terminal sessions are created using this profile" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: EditProfileDialog.ui:148 #, kde-format msgid "Initial directory:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, initialDirEdit) #. +> trunk5 stable5 #: EditProfileDialog.ui:158 #, kde-format msgid "The initial working directory for new terminal sessions using this profile" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, dirSelectButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:168 #, kde-format msgid "Choose the initial directory" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, startInSameDirButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:178 #, kde-format msgid "Start in same directory as current tab" msgstr "" #. i18n: ectx: property (text), widget (QLabel, environmentLabel) #. +> trunk5 stable5 #: EditProfileDialog.ui:187 #, kde-format msgid "Environment:" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, environmentEditButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:197 #, kde-format msgid "Edit the list of environment variables and associated values" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, environmentEditButton) #. i18n: ectx: property (text), widget (QPushButton, editColorSchemeButton) #. i18n: ectx: property (text), widget (QPushButton, editKeyBindingsButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:200 EditProfileDialog.ui:533 EditProfileDialog.ui:859 #, kde-format msgid "Edit..." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_16) #. +> trunk5 stable5 #: EditProfileDialog.ui:225 #, kde-format msgid "Terminal Size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: EditProfileDialog.ui:234 #, kde-format msgid "Columns" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: EditProfileDialog.ui:251 #, kde-format msgid "Rows" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: EditProfileDialog.ui:281 #, kde-format msgid "This will not alter any open windows." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: EditProfileDialog.ui:317 #, kde-format msgid "Configure Konsole->General->Use current window size on next startup must be disabled for these entries to work." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_12) #. +> trunk5 stable5 #: EditProfileDialog.ui:330 #, kde-format msgid "Window" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, showTerminalSizeHintButton) #. i18n: ectx: tooltip, entry (ShowTerminalSizeHint), group (KonsoleWindow) #. +> trunk5 stable5 #: EditProfileDialog.ui:339 settings/konsole.kcfg:30 #, kde-format msgid "Show terminal size in columns and lines in the center of window after resizing" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowTerminalSizeHint) #. i18n: ectx: property (text), widget (QCheckBox, showTerminalSizeHintButton) #. i18n: ectx: label, entry (ShowTerminalSizeHint), group (KonsoleWindow) #. +> trunk5 stable5 #: EditProfileDialog.ui:342 settings/GeneralSettings.ui:53 #: settings/konsole.kcfg:29 #, kde-format msgid "Show hint for terminal size after resizing" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabsTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:366 #, kde-format msgid "Tabs" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_5) #. +> trunk5 stable5 #: EditProfileDialog.ui:372 #, kde-format msgid "Tab Titles" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_13) #. +> trunk5 stable5 #: EditProfileDialog.ui:387 #, kde-format msgid "Tab Monitoring" msgstr "" #. i18n: ectx: property (text), widget (QLabel, silenceSecondsLabel) #. +> trunk5 stable5 #: EditProfileDialog.ui:396 #, kde-format msgid "Threshold for continuous silence:" msgstr "" #. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, silenceSecondsSpinner) #. +> trunk5 stable5 #: EditProfileDialog.ui:406 #, kde-format msgid "The threshold for continuous silence to be detected by Konsole" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_1) #. i18n: ectx: attribute (title), widget (QWidget, appearanceTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:449 settings/TabBarSettings.ui:17 #, kde-format msgid "Appearance" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: EditProfileDialog.ui:461 #, kde-format msgid "Color Scheme && Background" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, resetColorSchemeButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:470 #, kde-format msgid "Reset the selected color scheme settings to the default values" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, resetColorSchemeButton) #. i18n: ectx: property (text), widget (QPushButton, resetKeyBindingsButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:473 EditProfileDialog.ui:892 #, kde-format msgid "Defaults" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, removeColorSchemeButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:480 #, kde-format msgid "Delete the selected color scheme" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, removeEntryButton) #. i18n: ectx: property (text), widget (QPushButton, removeColorSchemeButton) #. i18n: ectx: property (text), widget (QPushButton, removeKeyBindingsButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:483 EditProfileDialog.ui:869 KeyBindingEditor.ui:72 #, kde-format msgid "Remove" msgstr "" #. i18n: ectx: property (text), widget (KNS3::Button, downloadColorSchemeButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:497 #, kde-format msgid "Get New..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, newColorSchemeButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:504 #, kde-format msgid "Create a new color scheme based upon the selected scheme" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, newColorSchemeButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:507 #, kde-format msgctxt "@action:button Create an alternate color scheme" msgid "New..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, editColorSchemeButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:530 #, kde-format msgid "Edit the selected color scheme" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: EditProfileDialog.ui:553 #, kde-format msgid "Font" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: EditProfileDialog.ui:564 #, kde-format msgid "Preview:" msgstr "" #. i18n: ectx: property (textElideMode), widget (KSqueezedTextLabel, fontPreviewLabel) #. +> trunk5 stable5 #: EditProfileDialog.ui:580 #, kde-format msgid "Qt::ElideRight" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: EditProfileDialog.ui:591 #, kde-format msgid "Text size:" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, selectFontButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:617 #, kde-format msgid "Select the font used in this profile" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, selectFontButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:620 #, kde-format msgid "Select Font..." msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, showAllFontsButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:627 #, kde-format msgid "Show all fonts instead of the monospaced fonts" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, showAllFontsButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:630 #, kde-format msgid "Show All Fonts" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, antialiasTextButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:652 #, kde-format msgid "Smooth fonts" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, boldIntenseButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:659 #, kde-format msgid "Draw intense colors in bold font" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, useFontLineCharactersButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:666 #, kde-format msgid "Use the selected font for line characters instead of the builtin code" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useFontLineCharactersButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:669 #, kde-format msgid "Use line characters contained in font" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, scrollingTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:680 #, kde-format msgid "Scrolling" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_6) #. +> trunk5 stable5 #: EditProfileDialog.ui:686 #, kde-format msgid "Scrollback" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_7) #. +> trunk5 stable5 #: EditProfileDialog.ui:701 #, kde-format msgid "Scroll Bar" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, scrollBarHiddenButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:718 #, kde-format msgid "Hide the scroll bar" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, scrollBarHiddenButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:721 #, kde-format msgctxt "@option:radio Hide the scroll bar" msgid "Hide" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, scrollBarLeftButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:734 #, kde-format msgid "Show the scroll bar on the left side of the terminal window" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, scrollBarLeftButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:737 #, kde-format msgid "Show on left side" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, scrollBarRightButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:750 #, kde-format msgid "Show the scroll bar on the right side of the terminal window" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, scrollBarRightButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:753 #, kde-format msgid "Show on right side" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_15) #. +> trunk5 stable5 #: EditProfileDialog.ui:765 #, kde-format msgid "Scroll Page Up/Down Amount" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, scrollHalfPage) #. +> trunk5 stable5 #: EditProfileDialog.ui:774 #, kde-format msgid "Scroll the page the half height of window" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, scrollHalfPage) #. +> trunk5 stable5 #: EditProfileDialog.ui:777 #, kde-format msgid "Half Page Height" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, scrollFullPage) #. +> trunk5 stable5 #: EditProfileDialog.ui:784 #, kde-format msgid "Scroll the page the full height of window" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, scrollFullPage) #. +> trunk5 stable5 #: EditProfileDialog.ui:787 #, kde-format msgid "Full Page Height" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, keyboardTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:811 #, kde-format msgid "Keyboard" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, keyBindingsGroup) #. +> trunk5 stable5 #: EditProfileDialog.ui:817 #, kde-format msgid "Key Bindings" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_15) #. +> trunk5 #: EditProfileDialog.ui:826 #, kde-format msgid "Key bindings control how combinations of keystrokes in the terminal window are converted into the stream of characters that is then sent to the current terminal program. For more information on how to customize the key bindings check the Konsole Handbook." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_15) #. +> stable5 #: EditProfileDialog.ui:829 #, kde-format msgid "Key bindings control how combinations of keystrokes in the terminal window are converted into the stream of characters which are sent to the current terminal program." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, newKeyBindingsButton) #. +> trunk5 #: EditProfileDialog.ui:846 #, kde-format msgid "Create a new key bindings scheme based upon the selected bindings" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, newKeyBindingsButton) #. +> stable5 #: EditProfileDialog.ui:849 #, kde-format msgid "Create a new key bindings list based upon the selected bindings" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, newKeyBindingsButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:849 #, kde-format msgctxt "@action:button Create an alternate key binding" msgid "New..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, editKeyBindingsButton) #. +> trunk5 #: EditProfileDialog.ui:856 #, kde-format msgid "Edit the selected key bindings scheme" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, editKeyBindingsButton) #. +> stable5 #: EditProfileDialog.ui:859 #, kde-format msgid "Edit the selected key bindings list" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, removeKeyBindingsButton) #. +> trunk5 #: EditProfileDialog.ui:866 #, kde-format msgid "Delete the selected key bindings scheme" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, removeKeyBindingsButton) #. +> stable5 #: EditProfileDialog.ui:869 #, kde-format msgid "Delete the selected key bindings list" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, resetKeyBindingsButton) #. +> trunk5 #: EditProfileDialog.ui:889 #, kde-format msgid "Reset the selected key bindings scheme to its default values" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, mouseTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:903 #, kde-format msgid "Mouse" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_9) #. +> trunk5 stable5 #: EditProfileDialog.ui:909 #, kde-format msgid "Select Text" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: EditProfileDialog.ui:920 #, kde-format msgid "Characters considered part of a word when double clicking:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, wordCharacterEdit) #. +> trunk5 stable5 #: EditProfileDialog.ui:933 #, kde-format msgid "Characters which are considered part of a word when double-clicking to select whole words in the terminal" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_17) #. +> trunk5 stable5 #: EditProfileDialog.ui:944 #, kde-format msgid "Triple-click select:" msgstr "" #. i18n: ectx: property (toolTip), widget (KComboBox, tripleClickModeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:951 #, kde-format msgid "Which part of current line should be selected with triple click ." msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, tripleClickModeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:955 #, kde-format msgid "The whole current line" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, tripleClickModeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:960 #, kde-format msgid "From mouse position to the end of line" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_14) #. +> trunk5 stable5 #: EditProfileDialog.ui:973 #, kde-format msgid "Copy && Paste" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, trimLeadingSpacesButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:984 #, kde-format msgid "Trim leading spaces in selected text, useful in some instances" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, trimLeadingSpacesButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:987 #, kde-format msgid "Trim leading spaces" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, trimTrailingSpacesButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:994 #, kde-format msgid "Trim trailing spaces in selected text, useful in some instances" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, trimTrailingSpacesButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:997 #, kde-format msgid "Trim trailing spaces" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_13) #. +> trunk5 stable5 #: EditProfileDialog.ui:1008 #, kde-format msgid "Mouse middle button:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, pasteFromClipboardButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1015 #, kde-format msgid "Paste from clipboard" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, pasteFromX11SelectionButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1022 #, kde-format msgid "Paste from selection" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, copyTextToClipboardButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1033 #, kde-format msgid "Automatically copy selected text into clipboard" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, copyTextToClipboardButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1036 #, kde-format msgid "Copy on select" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, copyTextAsHTMLButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1043 #, kde-format msgid "Copy text as HTML (including formatting, font faces, colors... etc)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, copyTextAsHTMLButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1046 #, kde-format msgid "Copy text as HTML" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: EditProfileDialog.ui:1058 #, kde-format msgid "Miscellaneous" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, underlineFilesButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1067 #, kde-format msgid "Text recognized as a file will be underlined when hovered by the mouse pointer." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, underlineFilesButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1070 #, kde-format msgid "Underline files" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, ctrlRequiredForDragButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1077 #, kde-format msgid "Selected text will require control key plus click to drag." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ctrlRequiredForDragButton) #. +> trunk5 #: EditProfileDialog.ui:1080 #, kde-format msgid "Require Ctrl key for drag && drop" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ctrlRequiredForDragButton) #. +> stable5 #: EditProfileDialog.ui:1116 #, kde-format msgid "Require Ctrl key for drag and drop" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, dropUrlsAsText) #. +> trunk5 #: EditProfileDialog.ui:1087 #, kde-format msgid "Always paste dropped files and URLs as text without offering move, copy and link actions." msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, dropUrlsAsText) #. +> stable5 #: EditProfileDialog.ui:1123 #, kde-format msgid "Always paste dropped URLs as text without offering move, copy and link actions." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, dropUrlsAsText) #. +> trunk5 #: EditProfileDialog.ui:1090 #, kde-format msgid "Disable drag && drop menu for files && URLs" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, dropUrlsAsText) #. +> stable5 #: EditProfileDialog.ui:1126 #, kde-format msgid "Disable drag and drop menu for URLs and files" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, enableAlternateScrollingButton) #. +> trunk5 #: EditProfileDialog.ui:1097 #, kde-format msgid "Mouse scroll wheel will emulate up/down key presses in programs that use the Alternate Screen buffer (e.g. less)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, enableAlternateScrollingButton) #. +> trunk5 #: EditProfileDialog.ui:1100 #, kde-format msgid "Enable Alternate Screen buffer scrolling" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, openLinksByDirectClickButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1134 #, kde-format msgid "Text recognized as a file, link or an email address can be opened by direct mouse click." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, openLinksByDirectClickButton) #. +> trunk5 #: EditProfileDialog.ui:1137 #, kde-format msgid "Open by direct click" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, openLinksByDirectClickButton) #. +> stable5 #: EditProfileDialog.ui:1104 #, kde-format msgid "Open files and links by direct click" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, underlineLinksButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1146 #, kde-format msgid "Text recognized as a link or an email address will be underlined when hovered by the mouse pointer." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, underlineLinksButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1149 #, kde-format msgid "Underline links" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, enableMouseWheelZoomButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1156 #, kde-format msgid "Pressing Ctrl+scrollwheel will increase/decrease the text size." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, enableMouseWheelZoomButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1159 #, kde-format msgid "Allow Ctrl+scrollwheel to zoom text size" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, advancedTab) #. +> trunk5 stable5 #: EditProfileDialog.ui:1170 #, kde-format msgctxt "@title:tab Complex options" msgid "Advanced" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4) #. +> trunk5 stable5 #: EditProfileDialog.ui:1176 #, kde-format msgid "Terminal Features" msgstr "" #. i18n: ectx: property (text), widget (QLabel, urlHintsLabel) #. +> trunk5 stable5 #: EditProfileDialog.ui:1185 #, kde-format msgid "Show URL hints when these keys are pressed:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, urlHintsModifierShift) #. +> trunk5 stable5 #: EditProfileDialog.ui:1210 #, kde-format msgid "Shift" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, urlHintsModifierCtrl) #. +> trunk5 stable5 #: EditProfileDialog.ui:1217 #, kde-format msgid "Control" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, urlHintsModifierAlt) #. +> trunk5 stable5 #: EditProfileDialog.ui:1224 #, kde-format msgid "Alt" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, urlHintsModifierMeta) #. +> trunk5 stable5 #: EditProfileDialog.ui:1231 #, kde-format msgid "Meta" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, enableBlinkingTextButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1246 #, kde-format msgid "Allow terminal programs to create blinking sections of text" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, enableBlinkingTextButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1249 #, kde-format msgid "Allow blinking text" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, enableFlowControlButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1262 #, kde-format msgid "Allow the output to be suspended by pressing Ctrl+S" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, enableFlowControlButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1265 #, kde-format msgid "Enable flow control using Ctrl+S, Ctrl+Q" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, enableBidiRenderingButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1278 #, kde-format msgid "Enable Bi-Directional display on terminals (valid for Arabic, Farsi or Hebrew only)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, enableBidiRenderingButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1281 #, kde-format msgid "Enable Bi-Directional text rendering" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lineSpacingLabel) #. +> trunk5 stable5 #: EditProfileDialog.ui:1290 #, kde-format msgid "Line Spacing:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, lineSpacingSpinner) #. +> trunk5 stable5 #: EditProfileDialog.ui:1297 #, kde-format msgid "The number of pixels between two lines" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_8) #. +> trunk5 stable5 #: EditProfileDialog.ui:1328 #, kde-format msgid "Cursor" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, enableBlinkingCursorButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1343 #, kde-format msgid "Make the cursor blink regularly" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, enableBlinkingCursorButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1346 #, kde-format msgid "Blinking cursor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: EditProfileDialog.ui:1355 #, kde-format msgid "Cursor shape:" msgstr "" #. i18n: ectx: property (toolTip), widget (KComboBox, cursorShapeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:1362 #, kde-format msgid "Change the shape of the cursor" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, cursorShapeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:1366 #, kde-format msgctxt "The shape of the cursor" msgid "Block" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, cursorShapeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:1371 #, kde-format msgctxt "The shape of the cursor, similar to a capital I" msgid "I-Beam" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, cursorShapeCombo) #. +> trunk5 stable5 #: EditProfileDialog.ui:1376 #, kde-format msgctxt "The shape of the cursor" msgid "Underline" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, autoCursorColorButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1407 #, kde-format msgid "Set the cursor to match the color of the character underneath it." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, autoCursorColorButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1410 #, kde-format msgid "Set cursor color to match current character" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, customCursorColorButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1425 #, kde-format msgid "Use a custom, fixed color for the cursor" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, customCursorColorButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1428 #, kde-format msgid "Custom cursor color:" msgstr "" #. i18n: ectx: property (toolTip), widget (KColorButton, customColorSelectButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1441 #, kde-format msgid "Select the color used to draw the cursor" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_11) #. +> trunk5 stable5 #: EditProfileDialog.ui:1471 #, kde-format msgid "Encoding" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_14) #. +> trunk5 stable5 #: EditProfileDialog.ui:1480 #, kde-format msgid "Default character encoding:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, selectEncodingButton) #. +> trunk5 stable5 #: EditProfileDialog.ui:1500 #, kde-format msgctxt "@action:button Pick an encoding" msgid "Select" msgstr "" #. +> trunk5 stable5 #: Filter.cpp:495 #, kde-format msgid "Open Link" msgstr "" #. +> trunk5 stable5 #: Filter.cpp:496 #, kde-format msgid "Copy Link Address" msgstr "" #. +> trunk5 stable5 #: Filter.cpp:498 #, kde-format msgid "Send Email To..." msgstr "" #. +> trunk5 stable5 #: Filter.cpp:499 #, kde-format msgid "Copy Email Address" msgstr "" #. +> trunk5 stable5 #: Filter.cpp:637 #, kde-format msgid "Open File" msgstr "" #. +> trunk5 stable5 #: HistorySizeDialog.cpp:39 #, kde-format msgctxt "@title:window" msgid "Adjust Scrollback" msgstr "" #. +> trunk5 stable5 #: HistorySizeDialog.cpp:61 #, kde-format msgctxt "@info:status" msgid "Any adjustments are only temporary to this session." msgstr "" #. +> trunk5 stable5 #: HistorySizeWidget.cpp:47 #, kde-format msgctxt "@info:status" msgid "When using this option, the scrollback data will be saved to RAM. If you choose a huge value, your system may run out of free RAM and cause serious issues with your system." msgstr "" #. +> trunk5 stable5 #: HistorySizeWidget.cpp:56 #, kde-format msgctxt "@info:status" msgid "" "When using this option, the scrollback data will be written unencrypted to temporary files. Those temporary files will be deleted automatically when Konsole is closed in a normal manner.\n" "Use Settings->Configure Konsole->File Location to select the location of the temporary files." msgstr "" #. +> trunk5 stable5 #: HistorySizeWidget.cpp:76 #, kde-format msgctxt "@label:textbox Unit of scrollback" msgid " line" msgid_plural " lines" msgstr[0] "" msgstr[1] "" #. i18n: ectx: property (toolTip), widget (QRadioButton, noHistoryButton) #. +> trunk5 stable5 #: HistorySizeWidget.ui:29 #, kde-format msgid "Do not remember previous output" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, noHistoryButton) #. +> trunk5 stable5 #: HistorySizeWidget.ui:32 #, kde-format msgid "No scrollback" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, fixedSizeHistoryButton) #. +> trunk5 stable5 #: HistorySizeWidget.ui:50 #, kde-format msgid "Limit the remembered output to a fixed number of lines" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, fixedSizeHistoryButton) #. +> trunk5 stable5 #: HistorySizeWidget.ui:53 #, kde-format msgid "Fixed size scrollback:" msgstr "" #. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, historyLineSpinner) #. +> trunk5 stable5 #: HistorySizeWidget.ui:60 #, kde-format msgid "Number of lines of output to remember" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, unlimitedHistoryButton) #. +> trunk5 stable5 #: HistorySizeWidget.ui:104 #, kde-format msgid "Remember all output produced by the terminal" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, unlimitedHistoryButton) #. +> trunk5 stable5 #: HistorySizeWidget.ui:107 #, kde-format msgid "Unlimited scrollback" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:57 #, kde-format msgctxt "@info:tooltip" msgid "Close the search bar" msgstr "" #. +> trunk5 #: IncrementalSearchBar.cpp:65 #, kde-format msgctxt "@label:textbox" msgid "Find..." msgstr "" #. +> stable5 #: IncrementalSearchBar.cpp:59 #, kde-format msgctxt "@label:textbox" msgid "Find:" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:67 #, kde-format msgctxt "@info:tooltip" msgid "Enter the text to search for here" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:89 #, kde-format msgctxt "@action:button Go to the next phrase" msgid "Next" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:93 #, kde-format msgctxt "@info:tooltip" msgid "Find the next match for the current search phrase" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:100 #, kde-format msgctxt "@action:button Go to the previous phrase" msgid "Previous" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:103 #, kde-format msgctxt "@info:tooltip" msgid "Find the previous match for the current search phrase" msgstr "" #. +> stable5 #: IncrementalSearchBar.cpp:107 #, kde-format msgctxt "@action:button Display options menu" msgid "Options" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:119 #, kde-format msgctxt "@info:tooltip" msgid "Display the options menu" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:127 #, kde-format msgctxt "@item:inmenu" msgid "Case sensitive" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:129 #, kde-format msgctxt "@info:tooltip" msgid "Sets whether the search is case sensitive" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:133 #, kde-format msgctxt "@item:inmenu" msgid "Match regular expression" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:138 #, kde-format msgctxt "@item:inmenu" msgid "Highlight all matches" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:141 #, kde-format msgctxt "@info:tooltip" msgid "Sets whether matching text should be highlighted" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:145 #, kde-format msgctxt "@item:inmenu" msgid "Search backwards" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:148 #, kde-format msgctxt "@info:tooltip" msgid "Sets whether search should start from the bottom" msgstr "" #. +> stable5 #: IncrementalSearchBar.cpp:169 #, kde-format msgctxt "@action:button Search from bottom" msgid "From bottom" msgstr "" #. +> stable5 #: IncrementalSearchBar.cpp:175 #, kde-format msgctxt "@action:button Search from top" msgid "From top" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:179 #, kde-format msgctxt "@info:tooltip" msgid "Search for the current search phrase from the bottom" msgstr "" #. +> trunk5 stable5 #: IncrementalSearchBar.cpp:185 #, kde-format msgctxt "@info:tooltip" msgid "Search for the current search phrase from the top" msgstr "" #. +> trunk5 stable5 #: KeyBindingEditor.cpp:77 #, kde-format msgid "Key Combination" msgstr "" #. +> trunk5 stable5 #: KeyBindingEditor.cpp:77 #, kde-format msgid "Output" msgstr "" #. +> trunk5 stable5 #: KeyBindingEditor.cpp:239 KeyBindingEditor.cpp:240 #, kde-format msgid "New Key Binding List" msgstr "" #. +> trunk5 stable5 #: KeyBindingEditor.cpp:243 #, kde-format msgid "Edit Key Binding List" msgstr "" #. +> trunk5 #: KeyBindingEditor.cpp:308 #, kde-format msgid "A key bindings scheme cannot be saved with an empty description." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, addEntryButton) #. +> trunk5 stable5 #: KeyBindingEditor.ui:65 #, kde-format msgid "Add" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: KeyBindingEditor.ui:94 #, kde-format msgctxt "Title of the area where you test your keys are properly configured" msgid "Test Area" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: KeyBindingEditor.ui:115 #, kde-format msgid "Input:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: KeyBindingEditor.ui:128 #, kde-format msgid "Output:" msgstr "" #. +> trunk5 stable5 #: main.cpp:97 #, kde-format msgctxt "@title" msgid "Konsole" msgstr "" #. +> trunk5 stable5 #: main.cpp:99 #, kde-format msgctxt "@title" msgid "Terminal emulator" msgstr "" #. +> trunk5 stable5 #: main.cpp:101 #, kde-format msgctxt "@info:credit" msgid "(c) 1997-2017, The Konsole Developers" msgstr "" #. +> trunk5 stable5 #: main.cpp:274 #, kde-format msgctxt "@info:credit" msgid "Kurt Hindenburg" msgstr "" #. +> trunk5 stable5 #: main.cpp:275 #, kde-format msgctxt "@info:credit" msgid "General maintainer, bug fixes and general improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:278 #, kde-format msgctxt "@info:credit" msgid "Robert Knight" msgstr "" #. +> trunk5 stable5 #: main.cpp:279 #, kde-format msgctxt "@info:credit" msgid "Previous maintainer, ported to KDE4" msgstr "" #. +> trunk5 stable5 #: main.cpp:281 #, kde-format msgctxt "@info:credit" msgid "Lars Doelle" msgstr "" #. +> trunk5 stable5 #: main.cpp:282 #, kde-format msgctxt "@info:credit" msgid "Original author" msgstr "" #. +> trunk5 stable5 #: main.cpp:284 #, kde-format msgctxt "@info:credit" msgid "Jekyll Wu" msgstr "" #. +> trunk5 stable5 #: main.cpp:285 main.cpp:288 main.cpp:291 #, kde-format msgctxt "@info:credit" msgid "Bug fixes and general improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:287 #, kde-format msgctxt "@info:credit" msgid "Waldo Bastian" msgstr "" #. +> trunk5 stable5 #: main.cpp:290 #, kde-format msgctxt "@info:credit" msgid "Stephan Binner" msgstr "" #. +> trunk5 stable5 #: main.cpp:293 #, kde-format msgctxt "@info:credit" msgid "Thomas Dreibholz" msgstr "" #. +> trunk5 stable5 #: main.cpp:294 #, kde-format msgctxt "@info:credit" msgid "General improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:296 #, kde-format msgctxt "@info:credit" msgid "Chris Machemer" msgstr "" #. +> trunk5 stable5 #: main.cpp:297 main.cpp:300 main.cpp:336 main.cpp:339 main.cpp:342 #: main.cpp:345 #, kde-format msgctxt "@info:credit" msgid "Bug fixes" msgstr "" #. +> trunk5 stable5 #: main.cpp:299 #, kde-format msgctxt "@info:credit" msgid "Francesco Cecconi" msgstr "" #. +> trunk5 stable5 #: main.cpp:302 #, kde-format msgctxt "@info:credit" msgid "Stephan Kulow" msgstr "" #. +> trunk5 stable5 #: main.cpp:303 #, kde-format msgctxt "@info:credit" msgid "Solaris support and history" msgstr "" #. +> trunk5 stable5 #: main.cpp:305 #, kde-format msgctxt "@info:credit" msgid "Alexander Neundorf" msgstr "" #. +> trunk5 stable5 #: main.cpp:306 #, kde-format msgctxt "@info:credit" msgid "Bug fixes and improved startup performance" msgstr "" #. +> trunk5 stable5 #: main.cpp:308 #, kde-format msgctxt "@info:credit" msgid "Peter Silva" msgstr "" #. +> trunk5 stable5 #: main.cpp:309 #, kde-format msgctxt "@info:credit" msgid "Marking improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:311 #, kde-format msgctxt "@info:credit" msgid "Lotzi Boloni" msgstr "" #. +> trunk5 stable5 #: main.cpp:312 #, kde-format msgctxt "@info:credit" msgid "" "Embedded Konsole\n" "Toolbar and session names" msgstr "" #. +> trunk5 stable5 #: main.cpp:315 #, kde-format msgctxt "@info:credit" msgid "David Faure" msgstr "" #. +> trunk5 stable5 #: main.cpp:316 #, kde-format msgctxt "@info:credit" msgid "" "Embedded Konsole\n" "General improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:319 #, kde-format msgctxt "@info:credit" msgid "Antonio Larrosa" msgstr "" #. +> trunk5 stable5 #: main.cpp:320 #, kde-format msgctxt "@info:credit" msgid "Visual effects" msgstr "" #. +> trunk5 stable5 #: main.cpp:322 #, kde-format msgctxt "@info:credit" msgid "Matthias Ettrich" msgstr "" #. +> trunk5 stable5 #: main.cpp:323 #, kde-format msgctxt "@info:credit" msgid "" "Code from the kvt project\n" "General improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:326 #, kde-format msgctxt "@info:credit" msgid "Warwick Allison" msgstr "" #. +> trunk5 stable5 #: main.cpp:327 #, kde-format msgctxt "@info:credit" msgid "Schema and text selection improvements" msgstr "" #. +> trunk5 stable5 #: main.cpp:329 #, kde-format msgctxt "@info:credit" msgid "Dan Pilone" msgstr "" #. +> trunk5 stable5 #: main.cpp:330 #, kde-format msgctxt "@info:credit" msgid "SGI port" msgstr "" #. +> trunk5 stable5 #: main.cpp:332 #, kde-format msgctxt "@info:credit" msgid "Kevin Street" msgstr "" #. +> trunk5 stable5 #: main.cpp:333 #, kde-format msgctxt "@info:credit" msgid "FreeBSD port" msgstr "" #. +> trunk5 stable5 #: main.cpp:335 #, kde-format msgctxt "@info:credit" msgid "Sven Fischer" msgstr "" #. +> trunk5 stable5 #: main.cpp:338 #, kde-format msgctxt "@info:credit" msgid "Dale M. Flaven" msgstr "" #. +> trunk5 stable5 #: main.cpp:341 #, kde-format msgctxt "@info:credit" msgid "Martin Jones" msgstr "" #. +> trunk5 stable5 #: main.cpp:344 #, kde-format msgctxt "@info:credit" msgid "Lars Knoll" msgstr "" #. +> trunk5 stable5 #: main.cpp:347 #, kde-format msgctxt "@info:credit" msgid "Thanks to many others.\n" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:313 #, kde-format msgctxt "@action:inmenu" msgid "&New Tab" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:323 #, kde-format msgctxt "@action:inmenu" msgid "&Clone Tab" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:330 #, kde-format msgctxt "@action:inmenu" msgid "New &Window" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:337 #, kde-format msgctxt "@action:inmenu" msgid "Close Window" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:342 #, kde-format msgctxt "@title:menu" msgid "&Bookmarks" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:361 #, kde-format msgctxt "@action:inmenu" msgid "Manage Profiles..." msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:367 #, kde-format msgctxt "@item" msgid "Activate Menu" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:603 #, kde-format msgctxt "@info" msgid "There is a process running in this window. Do you still want to quit?" msgid_plural "There are %1 processes running in this window. Do you still want to quit?" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: MainWindow.cpp:609 MainWindow.cpp:624 #, kde-format msgctxt "@title" msgid "Confirm Close" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:611 MainWindow.cpp:625 #, kde-format msgctxt "@action:button" msgid "Close &Window" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:614 MainWindow.cpp:628 #, kde-format msgctxt "@action:button" msgid "Close Current &Tab" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:621 #, kde-format msgctxt "@info" msgid "There are %1 open tabs in this window. Do you still want to quit?" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:731 #, kde-format msgctxt "@title Preferences page name" msgid "General" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:737 Part.cpp:287 #, kde-format msgctxt "@title Preferences page name" msgid "Profiles" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:742 #, kde-format msgctxt "@title Preferences page name" msgid "TabBar" msgstr "" #. +> trunk5 stable5 #: MainWindow.cpp:747 #, kde-format msgctxt "@title Preferences page name" msgid "File Location" msgstr "" #. +> trunk5 stable5 #: Part.cpp:293 #, kde-format msgctxt "@title Preferences page name" msgid "Part Info" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, PrintOptions) #. i18n: ectx: property (title), widget (QGroupBox, OutputOptions) #. +> trunk5 stable5 #: PrintOptions.ui:14 PrintOptions.ui:20 #, kde-format msgid "Output Options" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, printerFriendly) #. i18n: ectx: label, entry (PrinterFriendly), group (PrintOptions) #. +> trunk5 stable5 #: PrintOptions.ui:39 settings/konsole.kcfg:114 #, kde-format msgid "Printer &friendly mode (black text, no background)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, scaleOutput) #. i18n: ectx: label, entry (ScaleOutput), group (PrintOptions) #. +> trunk5 stable5 #: PrintOptions.ui:46 settings/konsole.kcfg:118 #, kde-format msgid "&Scale output" msgstr "" #. +> trunk5 stable5 #: Profile.cpp:155 #, kde-format msgctxt "Name of the default/builtin profile" msgid "Default" msgstr "" #. +> trunk5 stable5 #: ProfileList.cpp:48 #, kde-format msgid "Default profile" msgstr "" #. +> trunk5 stable5 #: ProfileManager.cpp:346 #, kde-format msgid "Konsole does not have permission to save this profile to %1" msgstr "" #. +> trunk5 stable5 #: ProfileManager.cpp:383 #, kde-format msgctxt "The default name of a profile" msgid "Profile #%1" msgstr "" #. +> trunk5 stable5 #: RenameTabDialog.cpp:38 #, kde-format msgid "Rename Tab" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: RenameTabWidget.ui:26 #, kde-format msgid "Tab title format:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, tabTitleEdit) #. +> trunk5 stable5 #: RenameTabWidget.ui:36 #, kde-format msgid "Normal tab title format" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: RenameTabWidget.ui:46 #, kde-format msgid "Remote tab title format:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, remoteTabTitleEdit) #. +> trunk5 stable5 #: RenameTabWidget.ui:56 #, kde-format msgid "Tab title format used when a remote command (e.g. connection to another computer via SSH) is being executed" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:1 #, kde-format msgid "Black on Light Yellow" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:2 #, kde-format msgid "Black on Random Light" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:3 #, kde-format msgid "Black on White" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:4 #, kde-format msgid "Blue on Black" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:5 #, kde-format msgid "Breeze" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:6 #, kde-format msgid "Dark Pastels" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:7 #, kde-format msgid "Green on Black" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:8 #, kde-format msgid "Linux Colors" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:9 #, kde-format msgid "Red on Black" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:10 #, kde-format msgid "Solarized" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:11 #, kde-format msgid "Solarized Light" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:12 #, kde-format msgid "White on Black" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:13 #, kde-format msgid "Default (XFree 4)" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:14 #, kde-format msgid "Linux console" msgstr "" #. +> trunk5 stable5 #: schemas.cpp:15 #, kde-format msgid "Solaris console" msgstr "" #. +> trunk5 stable5 #: Session.cpp:388 #, kde-format msgid "Could not find binary: " msgstr "" #. +> trunk5 stable5 #: Session.cpp:397 #, kde-format msgctxt "@info:shell Alert the user with red color text" msgid "Warning: " msgstr "" #. +> trunk5 stable5 #: Session.cpp:455 #, kde-format msgid "Could not find '%1', starting '%2' instead. Please check your profile settings." msgstr "" #. +> trunk5 stable5 #: Session.cpp:458 #, kde-format msgid "Could not find an interactive shell to start." msgstr "" #. +> trunk5 stable5 #: Session.cpp:496 #, kde-format msgid "Could not start program '%1' with arguments '%2'." msgstr "" #. +> trunk5 stable5 #: Session.cpp:639 #, kde-format msgid "Silence in session '%1'" msgstr "" #. +> trunk5 stable5 #: Session.cpp:694 #, kde-format msgid "Bell in session '%1'" msgstr "" #. +> trunk5 stable5 #: Session.cpp:707 #, kde-format msgid "Activity in session '%1'" msgstr "" #. +> trunk5 stable5 #: Session.cpp:914 #, kde-format msgid "" "The D-Bus methods sendText/runCommand were just used. There are security concerns about allowing these methods to be public. If desired, these methods can be changed to internal use only by re-compiling Konsole. " "

This warning will only show once for this Konsole instance.

" msgstr "" #. +> trunk5 stable5 #: Session.cpp:941 #, kde-format msgctxt "@info:shell This session is done" msgid "Finished" msgstr "" #. +> trunk5 stable5 #: Session.cpp:955 Session.cpp:968 #, kde-format msgid "Program '%1' crashed." msgstr "" #. +> trunk5 stable5 #: Session.cpp:957 #, kde-format msgid "Program '%1' exited with status %2." msgstr "" #. +> trunk5 stable5 #: Session.cpp:1384 #, kde-format msgid "ZModem Progress" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:133 #, kde-format msgid "Konsole" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:353 #, kde-format msgid "Konsole does not know how to open the bookmark: " msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:413 #, kde-format msgid "Search for '%1' with" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:427 #, kde-format msgid "Configure Web Shortcuts..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:537 #, kde-format msgid "&Close Session" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:539 #, kde-format msgid "&Close Tab" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:547 #, kde-format msgid "Open File Manager" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:574 #, kde-format msgid "Paste Selection" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:581 #, kde-format msgid "Web Search" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:588 #, kde-format msgid "&Select All" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:592 #, kde-format msgid "Select &Line" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:595 #, kde-format msgid "Save Output &As..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:601 #, kde-format msgid "&Print Screen..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:605 #, kde-format msgid "Adjust Scrollback..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:609 #, kde-format msgid "Clear Scrollback" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:613 #, kde-format msgid "Clear Scrollback and Reset" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:619 #, kde-format msgid "Edit Current Profile..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:622 #, kde-format msgid "Switch Profile" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:639 #, kde-format msgid "Set &Encoding" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:647 #, kde-format msgctxt "@item:inmenu A read only (locked) session" msgid "Read-only" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:658 #, kde-format msgid "&Rename Tab..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:664 #, kde-format msgid "&All Tabs in Current Window" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:671 #, kde-format msgid "&Select Tabs..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:677 #, kde-format msgctxt "@action:inmenu Do not select any tabs" msgid "&None" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:685 #, kde-format msgid "Copy Input To" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:692 #, kde-format msgid "&ZModem Upload..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:697 #, kde-format msgid "Monitor for &Activity" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:702 #, kde-format msgid "Monitor for &Silence" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:709 #, kde-format msgid "Enlarge Font" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:717 #, kde-format msgid "Shrink Font" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:724 #, kde-format msgid "Send Signal" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:728 #, kde-format msgid "&Suspend Task" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:733 #, kde-format msgid "&Continue Task" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:738 #, kde-format msgid "&Hangup" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:743 #, kde-format msgid "&Interrupt Task" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:748 #, kde-format msgid "&Terminate Task" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:753 #, kde-format msgid "&Kill Task" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:758 #, kde-format msgid "User Signal &1" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:763 #, kde-format msgid "User Signal &2" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:887 #, kde-format msgid "A program is currently running in this session. Are you sure you want to close it?" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:890 #, kde-format msgid "The program '%1' is currently running in this session. Are you sure you want to close it?" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:894 SessionController.cpp:921 #, kde-format msgid "Confirm Close" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:914 #, kde-format msgid "A program in this session would not die. Are you sure you want to kill it by force?" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:917 #, kde-format msgid "The program '%1' is in this session would not die. Are you sure you want to kill it by force?" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1454 #, kde-format msgid "Print Shell" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1720 #, kde-format msgid "Save ZModem Download to..." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1730 #, kde-format msgid "" "

A ZModem file transfer attempt has been detected, but no suitable ZModem software was found on this system.

" "

You may wish to install the 'rzsz' or 'lrzsz' package.

" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1742 #, kde-format msgid "

The current session already has a ZModem file transfer in progress.

" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1753 #, kde-format msgid "" "

No suitable ZModem software was found on this system.

" "

You may wish to install the 'rzsz' or 'lrzsz' package.

" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1759 #, kde-format msgid "Select Files for ZModem Upload" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1820 #, kde-format msgid "Save Output From %1" msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1832 #, kde-format msgid "%1 is an invalid URL, the output could not be saved." msgstr "" #. +> trunk5 stable5 #: SessionController.cpp:1908 #, kde-format msgid "" "A problem occurred when saving the output.\n" "%1" msgstr "" #. +> trunk5 stable5 #: SessionListModel.cpp:104 #, kde-format msgctxt "@item:intable The session index" msgid "Number" msgstr "" #. +> trunk5 stable5 #: SessionListModel.cpp:106 #, kde-format msgctxt "@item:intable The session title" msgid "Title" msgstr "" #. i18n: ectx: property (whatsThis), widget (QGroupBox, ButtonGroup1) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:23 #, kde-format msgid "" "Scrollback File Location" "

Use this groupbox to determine where Konsole will store the scrollback files.

" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, ButtonGroup1) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:26 #, kde-format msgid "Scrollback File Location" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:32 #, kde-format msgid "These settings only apply when Profile->Scrolling->Unlimited scrollback is selected." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_scrollbackUseSystemLocation) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:42 #, kde-format msgid "Use system &location" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_scrollbackUseCacheLocation) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:85 #, kde-format msgid "Use user specific location" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, kcfg_scrollbackUseSpecifiedLocation) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:125 #, kde-format msgid "Use specified loca&tion" msgstr "" #. i18n: ectx: property (filter), widget (KUrlRequester, kcfg_scrollbackUseSpecifiedLocationDirectory) #. i18n: ectx: property (filter), widget (KUrlRequester, kcfg_TabBarUserStyleSheetFile) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:156 settings/TabBarSettings.ui:81 #, kde-format msgid "text/css" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:187 #, kde-format msgid "For the 'Use user specific location', any application using KonsolePart will have the app name instead of konsole." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: settings/FileLocationSettings.ui:211 #, kde-format msgid "For any changes to take effect, quit Konsole and restart." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_1) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:28 #, kde-format msgid "Konsole Window" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowMenuBarByDefault) #. i18n: ectx: label, entry (ShowMenuBarByDefault), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:40 settings/konsole.kcfg:9 #, kde-format msgid "Show menubar by default" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SaveGeometryOnExit) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:66 #, kde-format msgid "If enabled, profile settings will be ignored" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SaveGeometryOnExit) #. i18n: ectx: label, entry (SaveGeometryOnExit), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:69 settings/konsole.kcfg:34 #, kde-format msgid "Use current window size on next startup" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseSingleInstance) #. i18n: ectx: tooltip, entry (UseSingleInstance), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:82 settings/konsole.kcfg:40 #, kde-format msgid "When launching Konsole re-use existing process if possible" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseSingleInstance) #. i18n: ectx: label, entry (UseSingleInstance), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:85 settings/konsole.kcfg:39 #, kde-format msgid "Run all Konsole windows in a single process" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AllowMenuAccelerators) #. i18n: ectx: label, entry (AllowMenuAccelerators), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:98 settings/konsole.kcfg:24 #, kde-format msgid "Enable menu accelerators" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowWindowTitleOnTitleBar) #. i18n: ectx: label, entry (ShowWindowTitleOnTitleBar), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:111 settings/konsole.kcfg:14 #, kde-format msgid "Show window title on the titlebar" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAppNameOnTitleBar) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:124 #, kde-format msgid "Show application name on the titlebar" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:141 #, kde-format msgid "Default Search Settings" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchCaseSensitive) #. i18n: ectx: label, entry (SearchCaseSensitive), group (SearchSettings) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:153 settings/konsole.kcfg:46 #, kde-format msgid "Search is case sensitive" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SearchCaseSensitive) #. i18n: ectx: tooltip, entry (SearchCaseSensitive), group (SearchSettings) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:156 settings/konsole.kcfg:47 #, kde-format msgid "Sets whether the search is case sensitive" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchRegExpression) #. i18n: ectx: label, entry (SearchRegExpression), group (SearchSettings) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:169 settings/konsole.kcfg:51 #, kde-format msgid "Match using regular expressions" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchHighlightMatches) #. i18n: ectx: label, entry (SearchHighlightMatches), group (SearchSettings) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:182 settings/konsole.kcfg:55 #, kde-format msgid "Highlight all search matches" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchReverseSearch) #. i18n: ectx: label, entry (SearchReverseSearch), group (SearchSettings) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:195 settings/konsole.kcfg:60 #, kde-format msgid "Search backwards" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SearchReverseSearch) #. i18n: ectx: tooltip, entry (SearchReverseSearch), group (SearchSettings) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:198 settings/konsole.kcfg:61 #, kde-format msgid "Sets whether search should start from the bottom" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:216 #, kde-format msgid "Notifications" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, enableAllMessagesButton) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:241 #, kde-format msgid "All dialogs will be shown again" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, enableAllMessagesButton) #. +> trunk5 stable5 #: settings/GeneralSettings.ui:244 #, kde-format msgid "Enable all \"Don't Ask Again\" messages" msgstr "" #. i18n: ectx: tooltip, entry (ShowMenuBarByDefault), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/konsole.kcfg:10 #, kde-format msgid "Show menubar by default in each Konsole window" msgstr "" #. i18n: ectx: tooltip, entry (ShowWindowTitleOnTitleBar), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/konsole.kcfg:15 #, kde-format msgid "Show window title set by escape sequence on the titlebar" msgstr "" #. i18n: ectx: label, entry (ShowAppNameOnTitleBar), group (KonsoleWindow) #. i18n: ectx: tooltip, entry (ShowAppNameOnTitleBar), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/konsole.kcfg:19 settings/konsole.kcfg:20 #, kde-format msgid "Show \"- Konsole\" on the titlebar" msgstr "" #. i18n: ectx: tooltip, entry (AllowMenuAccelerators), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/konsole.kcfg:25 #, kde-format msgid "Allow users to access top menu through Alt+Key combination" msgstr "" #. i18n: ectx: tooltip, entry (SaveGeometryOnExit), group (KonsoleWindow) #. +> trunk5 stable5 #: settings/konsole.kcfg:35 #, kde-format msgid "The window size will be saved upon exiting Konsole" msgstr "" #. i18n: ectx: tooltip, entry (SearchHighlightMatches), group (SearchSettings) #. +> trunk5 stable5 #: settings/konsole.kcfg:56 #, kde-format msgid "Sets whether matching text should be highlighted" msgstr "" #. i18n: ectx: label, entry (TabBarVisibility), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:67 #, kde-format msgid "Control the visibility of the whole tab bar" msgstr "" #. i18n: ectx: label, entry (TabBarPosition), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:76 #, kde-format msgid "Control the position of the tab bar" msgstr "" #. i18n: ectx: label, entry (TabBarStyleSheet), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:84 #, kde-format msgid "Control the visual style of the tab bar" msgstr "" #. i18n: ectx: label, entry (TabBarUseUserStyleSheet), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:88 #, kde-format msgid "Use a user-defined .css file for the tab bar" msgstr "" #. i18n: ectx: label, entry (TabBarUserStyleSheetFile), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:92 #, kde-format msgid "The .css file to use for the tab bar style" msgstr "" #. i18n: ectx: label, entry (ShowQuickButtons), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:96 #, kde-format msgid "Control the visibility of quick buttons on the tab bar" msgstr "" #. i18n: ectx: label, entry (NewTabBehavior), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:100 #, kde-format msgid "Control where to put the new tab" msgstr "" #. i18n: ectx: label, entry (ExpandTabWidth), group (TabBar) #. +> trunk5 stable5 #: settings/konsole.kcfg:108 #, kde-format msgid "Expand the tab widths (Qt5.9+ uses the full window width)" msgstr "" #. i18n: ectx: label, entry (scrollbackUseSystemLocation), group (FileLocation) #. +> trunk5 stable5 #: settings/konsole.kcfg:124 #, kde-format msgid "For scrollback files, use system-wide folder location" msgstr "" #. i18n: ectx: label, entry (scrollbackUseCacheLocation), group (FileLocation) #. +> trunk5 stable5 #: settings/konsole.kcfg:128 #, kde-format msgid "For scrollback files, use user's specific folder location" msgstr "" #. i18n: ectx: label, entry (scrollbackUseSpecifiedLocation), group (FileLocation) #. +> trunk5 stable5 #: settings/konsole.kcfg:132 #, kde-format msgid "For scrollback files, use specified folder location" msgstr "" #. i18n: ectx: label, entry (scrollbackUseSpecifiedLocationDirectory), group (FileLocation) #. +> trunk5 stable5 #: settings/konsole.kcfg:136 #, kde-format msgid "For scrollback files, use this folder" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: settings/PartInfo.ui:29 #, kde-format msgid "" "" "

Applications that use KonsolePart share profiles.

" "

They do not share with Konsole or other applications:" "

    " "
  • default profile
  • " "
  • show in menu
  • " "
  • shortcuts
  • " "
" "

" "

Feel free to open a Konsole bug report if you desire a change to how these are handled." msgstr "" #. +> trunk5 stable5 #: settings/ProfileSettings.cpp:150 #, kde-format msgctxt "@info:tooltip" msgid "Click to toggle status" msgstr "" #. +> trunk5 stable5 #: settings/ProfileSettings.cpp:156 #, kde-format msgctxt "@info:tooltip" msgid "Double click to change shortcut" msgstr "" #. +> trunk5 stable5 #: settings/ProfileSettings.cpp:191 #, kde-format msgctxt "@title:column Profile label" msgid "Name" msgstr "" #. +> trunk5 stable5 #: settings/ProfileSettings.cpp:192 #, kde-format msgctxt "@title:column Display profile in file menu" msgid "Show" msgstr "" #. +> trunk5 stable5 #: settings/ProfileSettings.cpp:193 #, kde-format msgctxt "@title:column Profile shortcut text" msgid "Shortcut" msgstr "" #. +> trunk5 stable5 #: settings/ProfileSettings.cpp:301 #, kde-format msgctxt "@item This will be used as part of the file name" msgid "New Profile" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, newProfileButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:39 #, kde-format msgid "Create a new profile based upon the selected profile" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, newProfileButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:42 #, kde-format msgid "&New Profile..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, editProfileButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:52 #, kde-format msgid "Edit the selected profile(s)" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, editProfileButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:55 #, kde-format msgid "&Edit Profile..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, deleteProfileButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:65 #, kde-format msgid "Delete the selected profile(s)" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, deleteProfileButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:68 #, kde-format msgid "&Delete Profile" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, setAsDefaultButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:78 #, kde-format msgid "Set the selected profile as the default for new terminal sessions" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, setAsDefaultButton) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:81 #, kde-format msgid "&Set as Default" msgstr "" #. i18n: ectx: property (text), widget (QLabel, shortcutInfoLabel) #. +> trunk5 stable5 #: settings/ProfileSettings.ui:101 #, kde-format msgid "The 'Show' column must be checked for these shortcuts to work." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:23 #, kde-format msgid "Tab bar position:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TabBarVisibility) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:40 #, kde-format msgid "Always Show Tab Bar" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TabBarVisibility) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:45 #, kde-format msgid "Show Tab Bar When Needed" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TabBarVisibility) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:50 #, kde-format msgid "Always Hide Tab Bar" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_1) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:58 #, kde-format msgid "Tab bar visibility:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ExpandTabWidth) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:68 #, kde-format msgid "Expand Individual Tab Widths to Full Window" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowQuickButtons) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:88 #, kde-format msgid "Show 'New Tab' and 'Close Tab' buttons" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_TabBarUseUserStyleSheet) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:95 #, kde-format msgid "Use user-defined stylesheet" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TabBarPosition) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:109 #, kde-format msgid "Above Terminal Area" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TabBarPosition) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:114 #, kde-format msgid "Below Terminal Area" msgstr "" #. i18n: ectx: property (text), widget (QLabel, Qt59label) #. +> trunk5 #: settings/TabBarSettings.ui:128 #, kde-format msgid "Starting with Qt 5.9, the next two options have different effects." msgstr "" #. i18n: ectx: property (text), widget (QLabel, Qt59label) #. +> stable5 #: settings/TabBarSettings.ui:128 #, kde-format msgid "Starting with Qt 5.9, the next two options will have different affects." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:144 #, kde-format msgid "Behavior" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:150 #, kde-format msgid "New tab behavior:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_NewTabBehavior) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:167 #, kde-format msgid "Put New Tab At The End" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_NewTabBehavior) #. +> trunk5 stable5 #: settings/TabBarSettings.ui:172 #, kde-format msgid "Put New Tab After Current Tab" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:33 #, kde-format msgid "Program Name: %n" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:34 #, kde-format msgid "Current Directory (Short): %d" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:35 #, kde-format msgid "Current Directory (Long): %D" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:36 TabTitleFormatButton.cpp:50 #, kde-format msgid "Window Title Set by Shell: %w" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:37 TabTitleFormatButton.cpp:51 #, kde-format msgid "Session Number: %#" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:38 TabTitleFormatButton.cpp:45 #, kde-format msgid "User Name: %u" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:39 #, kde-format msgid "Local Host: %h" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:46 #, kde-format msgid "User Name@ (if given): %U" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:47 #, kde-format msgid "Remote Host (Short): %h" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:48 #, kde-format msgid "Remote Host (Long): %H" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:49 #, kde-format msgid "Command and arguments: %c" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:60 #, kde-format msgid "Insert" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:85 #, kde-format msgctxt "@info:tooltip" msgid "Insert title format" msgstr "" #. +> trunk5 stable5 #: TabTitleFormatButton.cpp:89 #, kde-format msgctxt "@info:tooltip" msgid "Insert remote title format" msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:1411 TerminalDisplay.cpp:1412 +#: TerminalDisplay.cpp:1418 TerminalDisplay.cpp:1419 #, kde-format msgid "Size: XXX x XXX" msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:1423 +#: TerminalDisplay.cpp:1430 #, kde-format msgid "Size: %1 x %2" msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:3251 +#: TerminalDisplay.cpp:3257 #, kde-format msgid "Are you sure you want to paste %1 character?" msgid_plural "Are you sure you want to paste %1 characters?" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:3254 +#: TerminalDisplay.cpp:3260 #, kde-format msgid "Confirm Paste" msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:3466 +#: TerminalDisplay.cpp:3472 #, kde-format msgid "Output has been suspended by pressing Ctrl+S. Press Ctrl+Q to resume." msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:3504 +#: TerminalDisplay.cpp:3510 #, kde-format msgid "This terminal is read-only." msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:3792 +#: TerminalDisplay.cpp:3798 #, kde-format msgid "&Paste Location" msgstr "" #. +> trunk5 stable5 -#: TerminalDisplay.cpp:3809 +#: TerminalDisplay.cpp:3815 #, kde-format msgid "Change &Directory To" msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:328 #, kde-format msgctxt "@action:inmenu" msgid "&Detach Tab" msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:333 #, kde-format msgctxt "@action:inmenu" msgid "&Rename Tab..." msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:341 #, kde-format msgctxt "@action:inmenu" msgid "&Close Tab" msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:347 #, kde-format msgctxt "@info:tooltip" msgid "Create new tab" msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:349 #, kde-format msgctxt "@info:whatsthis" msgid "Create a new tab. Press and hold to select profile from menu" msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:363 #, kde-format msgctxt "@info:tooltip" msgid "Close tab" msgstr "" #. +> trunk5 stable5 #: ViewContainer.cpp:364 #, kde-format msgctxt "@info:whatsthis" msgid "Close the active tab" msgstr "" #. +> trunk5 stable5 #: ViewContainerTabBar.cpp:63 #, kde-kuit-format msgctxt "@info:whatsthis" msgid "" "Tab Bar" "The tab bar allows you to switch and move tabs. You can double-click a tab to change its name." msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:134 #, kde-format msgctxt "@action Shortcut entry" msgid "Next Tab" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:135 #, kde-format msgctxt "@action Shortcut entry" msgid "Previous Tab" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:137 #, kde-format msgctxt "@action Shortcut entry" msgid "Switch to Last Tab" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:139 #, kde-format msgctxt "@action Shortcut entry" msgid "Next View Container" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:141 #, kde-format msgctxt "@action Shortcut entry" msgid "Move Tab Left" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:143 #, kde-format msgctxt "@action Shortcut entry" msgid "Move Tab Right" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:151 #, kde-format msgctxt "@action:inmenu" msgid "Split View Left/Right" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:159 #, kde-format msgctxt "@action:inmenu" msgid "Split View Top/Bottom" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:164 #, kde-format msgctxt "@action:inmenu Close Active View" msgid "Close Active" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:175 #, kde-format msgctxt "@action:inmenu Close Other Views" msgid "Close Others" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:185 #, kde-format msgctxt "@action:inmenu" msgid "Expand View" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:195 #, kde-format msgctxt "@action:inmenu" msgid "Shrink View" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:208 #, kde-format msgctxt "@action:inmenu" msgid "D&etach Current Tab" msgstr "" #. +> trunk5 stable5 #: ViewManager.cpp:229 #, kde-format msgctxt "@action Shortcut entry" msgid "Switch to Tab %1" msgstr "" #. +> trunk5 stable5 #: Vt102Emulation.cpp:1229 #, kde-format msgid "No keyboard translator available. The information needed to convert key presses into characters to send to the terminal is missing." msgstr "" Index: trunk/l10n-support/templates/summit/messages/extragear-edu/labplot2.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/extragear-edu/labplot2.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/extragear-edu/labplot2.pot (revision 1519254) @@ -1,21299 +1,21367 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-07-04 08:18+0200\n" +"POT-Creation-Date: 2018-07-05 09:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. +> trunk5 trunk #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #. +> trunk5 trunk #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" #. +> trunk5 #: src/backend/cantorWorksheet/CantorWorksheet.cpp:95 #, kde-format msgid "no PanelPluginHandle found for the Cantor Part." msgstr "" #. +> trunk5 #: src/backend/cantorWorksheet/CantorWorksheet.cpp:257 #, kde-format msgid "no Cantor worksheet element found" msgstr "" #. +> trunk5 trunk #: src/backend/cantorWorksheet/CantorWorksheet.cpp:264 #: src/backend/core/column/Column.cpp:815 #: src/backend/datapicker/DatapickerCurve.cpp:529 #: src/backend/datapicker/DatapickerImage.cpp:554 #: src/backend/datapicker/DatapickerPoint.cpp:470 #: src/backend/datasources/filters/AsciiFilter.cpp:1575 #: src/backend/datasources/filters/BinaryFilter.cpp:563 +#: src/backend/datasources/filters/JsonFilter.cpp:766 #: src/backend/datasources/filters/ROOTFilter.cpp:130 -#: src/backend/datasources/LiveDataSource.cpp:797 +#: src/backend/datasources/LiveDataSource.cpp:798 #: src/backend/matrix/Matrix.cpp:1060 src/backend/note/Note.cpp:153 #: src/backend/worksheet/plots/cartesian/Axis.cpp:2008 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:2607 #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:927 #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:422 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:1628 #: src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:200 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:2219 #: src/backend/worksheet/plots/cartesian/XYDataReductionCurve.cpp:347 #: src/backend/worksheet/plots/cartesian/XYDifferentiationCurve.cpp:301 #: src/backend/worksheet/plots/cartesian/XYEquationCurve.cpp:203 #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:2235 #: src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp:327 #: src/backend/worksheet/plots/cartesian/XYFourierTransformCurve.cpp:315 #: src/backend/worksheet/plots/cartesian/XYIntegrationCurve.cpp:300 #: src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:484 #: src/backend/worksheet/plots/cartesian/XYSmoothCurve.cpp:313 #: src/backend/worksheet/plots/PlotArea.cpp:443 #: src/backend/worksheet/TextLabel.cpp:715 #: src/backend/worksheet/Worksheet.cpp:822 #: src/commonfrontend/ProjectExplorer.cpp:727 #, kde-format msgid "Attribute '%1' missing or empty, default value is used" msgstr "" #. +> trunk5 #: src/backend/cantorWorksheet/CantorWorksheet.cpp:296 #, kde-format msgid "This project has Cantor content but no Cantor plugins were found. Please check your installation. The project will be closed." msgstr "" #. +> trunk5 trunk #: src/backend/cantorWorksheet/CantorWorksheet.cpp:309 #: src/backend/core/AbstractSimpleFilter.cpp:368 #: src/backend/core/column/Column.cpp:857 src/backend/core/Folder.cpp:108 #: src/backend/core/Project.cpp:352 #: src/backend/datapicker/DatapickerCurve.cpp:631 #: src/backend/datapicker/DatapickerImage.cpp:816 #: src/backend/datapicker/DatapickerPoint.cpp:549 -#: src/backend/datasources/LiveDataSource.cpp:923 +#: src/backend/datasources/LiveDataSource.cpp:924 #: src/backend/matrix/Matrix.cpp:1204 #: src/backend/spreadsheet/Spreadsheet.cpp:744 #: src/backend/worksheet/plots/cartesian/Axis.cpp:2281 #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:486 #: src/backend/worksheet/plots/PlotArea.cpp:545 #: src/backend/worksheet/TextLabel.cpp:816 #: src/backend/worksheet/Worksheet.cpp:1016 #, kde-format msgid "unknown element '%1'" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:226 #, kde-format msgid "Intended name \"%1\" was changed to \"%2\" in order to avoid name collision." msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:231 #, kde-format msgid "%1: rename to %2" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:242 #, kde-format msgid "%1: change comment" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:264 #, kde-format msgid "%1: change hidden status" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:297 #, kde-format msgid "Rename" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:301 #: src/commonfrontend/worksheet/WorksheetView.cpp:170 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:287 #, kde-format msgid "Delete" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:366 src/backend/core/aspectcommands.h:87 #, kde-format msgid "%1: add %2" msgstr "" #. +> trunk #: src/backend/core/AbstractAspect.cpp:369 #, kde-format msgid "%1: add %2." msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:368 #: src/backend/core/AbstractAspect.cpp:396 #, kde-format msgid "Renaming \"%1\" to \"%2\" in order to avoid name collision." msgstr "" #. +> trunk5 #: src/backend/core/AbstractAspect.cpp:394 #, kde-format msgid "%1: insert %2 before %3" msgstr "" #. +> trunk #: src/backend/core/AbstractAspect.cpp:393 #, kde-format msgid "%1: insert %2 before %3." msgstr "" #. +> trunk5 #: src/backend/core/AbstractAspect.cpp:394 #, kde-format msgid "%1: insert %2 before end" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:432 src/backend/core/aspectcommands.h:43 #, kde-format msgid "%1: remove %2" msgstr "" #. +> trunk #: src/backend/core/AbstractAspect.cpp:428 #, kde-format msgid "%1: remove %2." msgstr "" #. +> trunk5 #: src/backend/core/AbstractAspect.cpp:441 #, kde-format msgid "%1: remove all children" msgstr "" #. +> trunk #: src/backend/core/AbstractAspect.cpp:437 #, kde-format msgid "%1: remove all children." msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:595 #, kde-format msgid "Attribute 'name' is missing or empty." msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractAspect.cpp:602 #, kde-format msgid "Invalid creation time for '%1'. Using current time." msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractColumn.cpp:218 #: src/backend/spreadsheet/Spreadsheet.cpp:137 #, kde-format msgid "%1: insert 1 row" msgid_plural "%1: insert %2 rows" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/core/AbstractColumn.cpp:237 #: src/backend/spreadsheet/Spreadsheet.cpp:127 #, kde-format msgid "%1: remove 1 row" msgid_plural "%1: remove %2 rows" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/core/AbstractColumn.cpp:691 #, kde-format msgid "invalid or missing start or end row" msgstr "" #. +> trunk5 trunk #: src/backend/core/abstractcolumncommands.cpp:59 #, kde-format msgid "%1: clear masks" msgstr "" #. +> trunk5 trunk #: src/backend/core/abstractcolumncommands.cpp:130 #, kde-format msgid "%1: mask cells" msgstr "" #. +> trunk5 trunk #: src/backend/core/abstractcolumncommands.cpp:132 #, kde-format msgid "%1: unmask cells" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractFilter.cpp:212 #, kde-format msgctxt "default labels of filter input ports" msgid "In%1" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbExport) #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:111 src/kdefrontend/MainWin.cpp:392 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:273 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:23 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:17 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:177 #, kde-format msgid "Export" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:112 #, kde-format msgid "Print" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:113 #, kde-format msgid "Print Preview" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:118 #, kde-format msgid "&Restore" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:123 #, kde-format msgid "Mi&nimize" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:128 #, kde-format msgid "Ma&ximize" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractPart.cpp:134 #, kde-format msgid "Show" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractScriptingEngine.cpp:144 #, kde-format msgid "%1 Source (*.%2)" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractSimpleFilter.cpp:354 #, kde-format msgid "incompatible filter type" msgstr "" #. +> trunk5 trunk #: src/backend/core/AbstractSimpleFilter.cpp:374 #, kde-format msgid "no simple filter element found" msgstr "" #. +> trunk5 trunk #: src/backend/core/aspectcommands.h:106 #, kde-format msgid "%1: move %2 to %3." msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lName) #. +> trunk5 trunk #: src/backend/core/AspectTreeModel.cpp:162 #: src/kdefrontend/datasources/HDF5OptionsWidget.cpp:42 #: src/kdefrontend/datasources/NetCDFOptionsWidget.cpp:43 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1051 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:32 #: src/kdefrontend/widgets/FitParametersWidget.cpp:52 #, kde-format msgid "Name" msgstr "" #. +> trunk5 trunk #: src/backend/core/AspectTreeModel.cpp:164 #: src/kdefrontend/datasources/HDF5OptionsWidget.cpp:42 #: src/kdefrontend/datasources/NetCDFOptionsWidget.cpp:43 #, kde-format msgid "Type" msgstr "" #. +> trunk5 trunk #: src/backend/core/AspectTreeModel.cpp:166 #, kde-format msgid "Created" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (QLabel, lComment) #. +> trunk5 trunk #: src/backend/core/AspectTreeModel.cpp:168 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:58 #: src/kdefrontend/ui/fitsheadereditnewkeywordwidget.ui:54 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:82 #, kde-format msgid "Comment" msgstr "" #. +> trunk5 #: src/backend/core/AspectTreeModel.cpp:191 #, kde-format msgid "%1 (non-numeric data)" msgstr "" #. +> trunk5 #: src/backend/core/AspectTreeModel.cpp:193 #, kde-format msgid "%1 (no values)" msgstr "" #. +> trunk5 trunk #: src/backend/core/AspectTreeModel.cpp:210 #: src/backend/spreadsheet/SpreadsheetModel.cpp:428 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:244 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:234 #, kde-format msgid "X-error" msgstr "" #. +> trunk5 #: src/backend/core/AspectTreeModel.cpp:213 #: src/backend/spreadsheet/SpreadsheetModel.cpp:431 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:236 #, kde-format msgid "X-error +" msgstr "" #. +> trunk5 #: src/backend/core/AspectTreeModel.cpp:216 #: src/backend/spreadsheet/SpreadsheetModel.cpp:434 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:235 #, kde-format msgid "X-error -" msgstr "" #. +> trunk5 trunk #: src/backend/core/AspectTreeModel.cpp:219 #: src/backend/spreadsheet/SpreadsheetModel.cpp:437 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:253 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:237 #, kde-format msgid "Y-error" msgstr "" #. +> trunk5 #: src/backend/core/AspectTreeModel.cpp:222 #: src/backend/spreadsheet/SpreadsheetModel.cpp:440 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:239 #, kde-format msgid "Y-error +" msgstr "" #. +> trunk5 #: src/backend/core/AspectTreeModel.cpp:225 #: src/backend/spreadsheet/SpreadsheetModel.cpp:443 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:238 #, kde-format msgid "Y-error -" msgstr "" #. +> trunk5 #: src/backend/core/column/Column.cpp:105 #, kde-format msgid "Used in" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/Column.cpp:162 #: src/backend/core/column/columncommands.cpp:101 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:277 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:294 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:305 #, kde-format msgid "%1: change column type" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/Column.cpp:808 #, kde-format msgid "no column element found" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/Column.cpp:962 #, kde-format msgid "invalid or missing row index" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/Column.cpp:971 #: src/backend/core/column/Column.cpp:980 #, kde-format msgid "invalid row value" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:219 #: src/backend/core/column/columncommands.cpp:326 #, kde-format msgid "%1: change cell values" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:508 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1726 #, kde-format msgid "%1: set plot designation" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:556 #, kde-format msgid "%1: clear column" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:660 #: src/backend/matrix/matrixcommands.cpp:93 #, kde-format msgid "%1: set formula" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:714 #, kde-format msgid "%1: set cell formula" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:757 #, kde-format msgid "%1: clear all formulas" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:814 #, kde-format msgid "%1: set text for row %2" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:870 #: src/backend/core/column/columncommands.cpp:899 #: src/backend/core/column/columncommands.cpp:955 #, kde-format msgid "%1: set value for row %2" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:1016 #, kde-format msgid "%1: replace the texts for rows %2 to %3" msgstr "" #. +> trunk5 trunk #: src/backend/core/column/columncommands.cpp:1080 #: src/backend/core/column/columncommands.cpp:1112 #: src/backend/core/column/columncommands.cpp:1176 #, kde-format msgid "%1: replace the values for rows %2 to %3" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/DateTime2StringFilter.cpp:74 #: src/backend/core/datatypes/String2DateTimeFilter.cpp:146 #, kde-format msgid "%1: set date-time format to %2" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/DateTime2StringFilter.cpp:76 #: src/backend/core/datatypes/String2DateTimeFilter.cpp:148 #, kde-format msgid "set date-time format to %1" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/Double2StringFilter.cpp:78 #, kde-format msgid "missing or invalid format attribute" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/Double2StringFilter.cpp:100 #, kde-format msgid "%1: set numeric format to '%2'" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/Double2StringFilter.cpp:102 #, kde-format msgid "set numeric format to '%1'" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/Double2StringFilter.cpp:119 #, kde-format msgid "%1: set decimal digits to %2" msgstr "" #. +> trunk5 trunk #: src/backend/core/datatypes/Double2StringFilter.cpp:121 #, kde-format msgid "set decimal digits to %1" msgstr "" #. +> trunk5 trunk #: src/backend/core/Folder.cpp:114 #, kde-format msgid "no folder element found" msgstr "" #. +> trunk5 trunk #: src/backend/core/Folder.cpp:246 #, kde-format msgid "unknown element '%1' found" msgstr "" #. +> trunk5 trunk #: src/backend/core/plugin/PluginLoader.cpp:46 #: src/backend/core/plugin/PluginLoader.cpp:110 #, kde-format msgid "Not yet loaded." msgstr "" #. i18n: ectx: ToolBar (main_toolbar) #. i18n: ectx: property (title), widget (QGroupBox, gbProject) #. +> trunk5 trunk #: src/backend/core/Project.cpp:105 src/backend/core/Project.cpp:116 #: src/kdefrontend/labplot2ui.rc:6 #: src/kdefrontend/ui/datasources/importprojectwidget.ui:17 #, kde-format msgid "Project" msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:271 #, kde-format msgid "Sorry. Could not open file for reading." msgstr "" #. +> trunk5 #: src/backend/core/Project.cpp:278 #, kde-format msgid "The project file is empty." msgstr "" #. +> trunk5 #: src/backend/core/Project.cpp:278 #, kde-format msgid "Error opening project" msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:293 #, kde-format msgid "Error when opening the project" msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:298 #, kde-format msgid "The following problems occurred when loading the project file:\n" msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:328 #, kde-format msgid "Attribute 'version' is missing." msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:421 #, kde-format msgid "no project element found" msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:423 #, kde-format msgid "no valid XML document found" msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:440 #, kde-format msgid "Project file name missing." msgstr "" #. +> trunk5 trunk #: src/backend/core/Project.cpp:448 #, kde-format msgid "Invalid project modification time. Using current time." msgstr "" #. +> trunk5 trunk #: src/backend/core/Workbook.cpp:193 #, kde-format msgid "no workbook element found" msgstr "" #. +> trunk5 trunk #: src/backend/core/Workbook.cpp:216 #, kde-format msgid "matrix" msgstr "" #. +> trunk5 trunk #: src/backend/core/Workbook.cpp:223 #, kde-format msgid "unknown workbook element '%1'" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/backend/datapicker/Datapicker.cpp:66 #: src/backend/datapicker/Datapicker.cpp:370 #: src/kdefrontend/ui/datapickerimagewidget.ui:95 #, kde-format msgid "Plot" msgstr "" #. +> trunk5 #: src/backend/datapicker/Datapicker.cpp:163 #, kde-format msgid "%1, active curve \"%2\"" msgstr "" #. +> trunk #: src/backend/datapicker/Datapicker.cpp:163 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:463 #, kde-format msgid "active curve" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/Datapicker.cpp:237 #, kde-format msgid "%1: add new point" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/Datapicker.cpp:239 #, kde-format msgid "%1: add new point %2" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/Datapicker.cpp:241 #, kde-format msgid "%1 Point" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/Datapicker.cpp:354 #, kde-format msgid "no datapicker element found" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/Datapicker.cpp:387 #, kde-format msgid "unknown datapicker element '%1'" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:100 #, kde-format msgid "Update Spreadsheet" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:128 #, kde-format msgid "Column" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lData) #. i18n: ectx: property (title), widget (QGroupBox, gbData) #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:191 #: src/commonfrontend/matrix/MatrixView.cpp:154 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:75 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:75 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:849 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:75 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:122 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:274 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:75 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:81 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:23 #, kde-format msgid "Data" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:211 #, kde-format msgid "c" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:224 #: src/backend/datapicker/DatapickerCurve.cpp:225 #, kde-format msgid "%1: set xy-error type" msgstr "" #. +> trunk #: src/backend/datapicker/DatapickerCurve.cpp:229 #, kde-format msgid "+delta_x" msgstr "" #. +> trunk #: src/backend/datapicker/DatapickerCurve.cpp:236 #, kde-format msgid "-delta_x" msgstr "" #. +> trunk #: src/backend/datapicker/DatapickerCurve.cpp:243 #, kde-format msgid "+delta_y" msgstr "" #. +> trunk #: src/backend/datapicker/DatapickerCurve.cpp:250 #, kde-format msgid "-delta_y" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:263 #, kde-format msgid "%1: set position X column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:270 #, kde-format msgid "%1: set position Y column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:277 #, kde-format msgid "%1: set position Z column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:284 #, kde-format msgid "%1: set +delta_X column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:291 #, kde-format msgid "%1: set -delta_X column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:298 #, kde-format msgid "%1: set +delta_Y column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:305 #, kde-format msgid "%1: set -delta_Y column" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:312 #: src/backend/datapicker/DatapickerImage.cpp:305 #, kde-format msgid "%1: set point's style" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:320 #: src/backend/datapicker/DatapickerImage.cpp:312 #, kde-format msgid "%1: set point's size" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:327 #: src/backend/datapicker/DatapickerImage.cpp:318 #, kde-format msgid "%1: rotate point" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:334 #: src/backend/datapicker/DatapickerImage.cpp:324 #, kde-format msgid "%1: set point's filling" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:341 #: src/backend/datapicker/DatapickerImage.cpp:330 #, kde-format msgid "%1: set outline style" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:348 #: src/backend/datapicker/DatapickerImage.cpp:336 #, kde-format msgid "%1: set point's opacity" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:355 #, kde-format msgid "%1: set error bar size" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:362 #, kde-format msgid "%1: set error bar filling" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:369 #, kde-format msgid "%1: set error bar outline style" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:376 #: src/backend/datapicker/DatapickerImage.cpp:342 #: src/backend/worksheet/plots/cartesian/Axis.cpp:464 #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:153 #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:194 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:144 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:216 #: src/backend/worksheet/plots/PlotArea.cpp:97 #: src/backend/worksheet/TextLabel.cpp:295 #: src/backend/worksheet/WorksheetElementContainer.cpp:85 #: src/backend/worksheet/WorksheetElementContainer.cpp:86 #, kde-format msgid "%1: set visible" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:376 #: src/backend/datapicker/DatapickerImage.cpp:342 #: src/backend/worksheet/plots/cartesian/Axis.cpp:464 #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:153 #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:194 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:144 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:216 #: src/backend/worksheet/plots/PlotArea.cpp:97 #: src/backend/worksheet/TextLabel.cpp:295 #: src/backend/worksheet/WorksheetElementContainer.cpp:88 #: src/backend/worksheet/WorksheetElementContainer.cpp:98 #, kde-format msgid "%1: set invisible" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:398 #, kde-format msgid "%1: update datasheet" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerCurve.cpp:522 #, kde-format msgid "no dataPicker curve element found" msgstr "" #. +> trunk5 #: src/backend/datapicker/DatapickerImage.cpp:175 #, kde-format msgctxt "@title:window" msgid "Print Datapicker Image" msgstr "" #. +> trunk #: src/backend/datapicker/DatapickerImage.cpp:174 #, kde-format msgid "Print Datapicker Image" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:272 #, kde-format msgid "%1: upload new image" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:273 #, kde-format msgid "%1: upload image" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:281 #: src/backend/worksheet/TextLabel.cpp:275 #, kde-format msgid "%1: set rotation angle" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:287 #, kde-format msgid "%1: set Axis points" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:293 #, kde-format msgid "%1: set editor settings" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:299 #, kde-format msgid "%1: set minimum segment length" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:358 #, kde-format msgid "%1: remove all axis points" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerImage.cpp:547 #, kde-format msgid "no image element found" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:213 #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:257 #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:145 #: src/backend/worksheet/TextLabel.cpp:246 #, kde-format msgid "%1: set position" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:224 #, kde-format msgid "%1: set +delta_X position" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:226 #: src/backend/datapicker/DatapickerPoint.cpp:229 #, kde-format msgid "%1: set +delta X position" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:242 #: src/backend/datapicker/DatapickerPoint.cpp:244 #: src/backend/datapicker/DatapickerPoint.cpp:247 #, kde-format msgid "%1: set -delta_X position" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:260 #: src/backend/datapicker/DatapickerPoint.cpp:262 #: src/backend/datapicker/DatapickerPoint.cpp:265 #, kde-format msgid "%1: set +delta_Y position" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:278 #: src/backend/datapicker/DatapickerPoint.cpp:280 #: src/backend/datapicker/DatapickerPoint.cpp:283 #, kde-format msgid "%1: set -delta_Y position" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/DatapickerPoint.cpp:463 #, kde-format msgid "no datapicker-Point element found" msgstr "" #. +> trunk5 trunk #: src/backend/datapicker/Segment.cpp:198 #, kde-format msgid "%1: draw points over segment" msgstr "" #. +> trunk5 trunk -#: src/backend/datasources/filters/AbstractFileFilter.cpp:141 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:144 #, kde-format msgid "ASCII data" msgstr "" #. +> trunk5 trunk -#: src/backend/datasources/filters/AbstractFileFilter.cpp:142 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:145 #, kde-format msgid "Binary data" msgstr "" #. +> trunk5 trunk -#: src/backend/datasources/filters/AbstractFileFilter.cpp:143 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:146 #: src/commonfrontend/matrix/MatrixView.cpp:157 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:380 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:232 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:309 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:390 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:276 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:420 #, kde-format msgid "Image" msgstr "" #. +> trunk5 -#: src/backend/datasources/filters/AbstractFileFilter.cpp:144 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:147 #, kde-format msgid "Hierarchical Data Format 5 (HDF5)" msgstr "" #. +> trunk5 trunk -#: src/backend/datasources/filters/AbstractFileFilter.cpp:145 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:148 #, kde-format msgid "Network Common Data Format (NetCDF)" msgstr "" #. +> trunk5 trunk -#: src/backend/datasources/filters/AbstractFileFilter.cpp:146 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:149 #, kde-format msgid "Flexible Image Transport System Data Format (FITS)" msgstr "" #. +> trunk5 -#: src/backend/datasources/filters/AbstractFileFilter.cpp:147 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:150 +#, kde-format +msgid "JSON data" +msgstr "" + +#. +> trunk5 +#: src/backend/datasources/filters/AbstractFileFilter.cpp:151 #, kde-format msgid "ROOT (CERN) Histograms" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/AsciiFilter.cpp:153 #, kde-format msgid "Number of columns: %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/AsciiFilter.cpp:155 #, kde-format msgid "Number of lines: %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/AsciiFilter.cpp:512 #: src/backend/datasources/filters/AsciiFilter.cpp:642 #: src/backend/datasources/filters/AsciiFilter.cpp:1361 #: src/backend/datasources/filters/BinaryFilter.cpp:314 #: src/backend/datasources/filters/BinaryFilter.cpp:429 #: src/backend/nsl/nsl_dft.c:39 src/backend/nsl/nsl_filter.c:41 #, kde-format msgid "Index" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 trunk #: src/backend/datasources/filters/AsciiFilter.cpp:642 #: src/backend/datasources/filters/AsciiFilter.cpp:646 #: src/backend/datasources/filters/AsciiFilter.cpp:1363 #: src/commonfrontend/matrix/MatrixView.cpp:582 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1534 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1551 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1568 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1051 #: src/kdefrontend/ui/fitsheadereditnewkeywordwidget.ui:61 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:81 #, kde-format msgid "Value" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/AsciiFilter.cpp:1571 #, kde-format msgid "no ascii filter element found" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/BinaryFilter.cpp:297 #, kde-format msgid "could not open device" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/BinaryFilter.cpp:305 #, kde-format msgid "data selection empty" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/BinaryFilter.cpp:559 #: src/backend/datasources/filters/ImageFilter.cpp:287 #, kde-format msgid "no binary filter element found" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:252 #, kde-format msgid "Images: %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:257 #, kde-format msgid "Tables: %1" msgstr "" #. +> trunk #: src/backend/datasources/filters/FITSFilter.cpp:338 #, kde-format msgid "Not enough memory for data" msgstr "" #. +> trunk #: src/backend/datasources/filters/FITSFilter.cpp:652 #, kde-format msgid "Incorrect header type" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:1045 #: src/backend/datasources/filters/FITSFilter.cpp:1570 #: src/kdefrontend/datasources/FITSOptionsWidget.cpp:55 #: src/kdefrontend/datasources/FITSOptionsWidget.cpp:90 #: src/kdefrontend/datasources/FITSOptionsWidget.cpp:161 #, kde-format msgid "Primary header" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:1047 #, kde-format msgid "IMAGE #%1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:1050 #, kde-format msgid "ASCII_TBL #%1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:1053 #, kde-format msgid "BINARY_TBL #%1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:1563 #, kde-format msgid "Images" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/FITSFilter.cpp:1587 #, kde-format msgid "Tables" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1028 #, kde-format msgid "data type" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1081 #, kde-format msgid "rank %1 not supported yet" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1087 #: src/kdefrontend/datasources/HDF5OptionsWidget.cpp:86 #, kde-format msgid "data set" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1105 #, kde-format msgid "symbolic link" msgstr "" #. +> trunk5 #: src/backend/datasources/filters/HDF5Filter.cpp:1105 #, kde-format msgid "link to %1" msgstr "" #. +> trunk #: src/backend/datasources/filters/HDFFilter.cpp:1102 #, kde-format msgid "link to" msgstr "" #. +> trunk #: src/backend/datasources/filters/HDFFilter.cpp:1586 #, kde-format msgid "size = %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1120 #, kde-format msgid "hard link" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1183 #, kde-format msgid "unknown" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1245 #, kde-format msgid "No data set selected" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1312 #, kde-format msgid "rank 0 not implemented yet for type %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1437 #, kde-format msgid "unsupported integer type for rank 1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1453 #, kde-format msgid "unsupported float type for rank 1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1480 #, kde-format msgid "rank 1 not implemented yet for type %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1590 #, kde-format msgid "unsupported integer type for rank 2" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1604 #, kde-format msgid "unsupported float type for rank 2" msgstr "" #. +> trunk5 #: src/backend/datasources/filters/HDF5Filter.cpp:1618 #, kde-format msgid "rank 2 not implemented yet for type %1, size = %2" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1632 #, kde-format msgid "rank 2 not implemented yet for type %1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1642 #, kde-format msgid "rank %1 not implemented yet for type %2" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/HDF5Filter.cpp:1714 #, kde-format msgid "no hdf filter element found" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/ImageFilter.cpp:49 #, kde-format msgid "Matrix (grayscale)" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/ImageFilter.cpp:49 #, kde-format msgid "XYZ (grayscale)" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/ImageFilter.cpp:49 #, kde-format msgid "XYRGB" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/ImageFilter.cpp:245 #: src/backend/spreadsheet/Spreadsheet.cpp:908 #, kde-format msgid "numerical data, %1 element" msgid_plural "numerical data, %1 elements" msgstr[0] "" msgstr[1] "" +#. +> trunk5 +#: src/backend/datasources/filters/JsonFilter.cpp:763 +#, kde-format +msgid "no json filter element found" +msgstr "" + #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:336 #, kde-format msgid "global attribute" msgstr "" #. +> trunk5 #: src/backend/datasources/filters/NetCDFFilter.cpp:340 #, kde-format msgid "%1 attribute" msgstr "" #. +> trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:342 #, kde-format msgid "attribute" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:367 #, kde-format msgid "length" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:370 #, kde-format msgid "unlimited" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:371 #, kde-format msgid "dimension" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:404 #, kde-format msgid "variable" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:435 #: src/kdefrontend/datasources/HDF5OptionsWidget.cpp:42 #, kde-format msgid "Attributes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDimensions) #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:441 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:23 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:88 #, kde-format msgid "Dimensions" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:447 #, kde-format msgid "Variables" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:497 #, kde-format msgid "No variable selected" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:527 #, kde-format msgid "zero dimensions" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:627 #, kde-format msgid "%1 dimensional data of type %2 not supported yet" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/filters/NetCDFFilter.cpp:688 #, kde-format msgid "no netcdf filter element found" msgstr "" #. +> trunk5 #: src/backend/datasources/filters/ROOTFilter.cpp:126 #, kde-format msgid "no ROOT filter element found" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkCenter) #. +> trunk5 #: src/backend/datasources/filters/ROOTFilter.cpp:284 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:75 #, kde-format msgid "Bin Center" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkLow) #. +> trunk5 #: src/backend/datasources/filters/ROOTFilter.cpp:286 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:95 #, kde-format msgid "Low Edge" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkContent) #. +> trunk5 trunk #: src/backend/datasources/filters/ROOTFilter.cpp:288 #: src/kdefrontend/datasources/FITSOptionsWidget.cpp:37 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:102 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:79 #, kde-format msgid "Content" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkError) #. +> trunk5 #: src/backend/datasources/filters/ROOTFilter.cpp:290 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1051 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:85 #, kde-format msgid "Error" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/LiveDataSource.cpp:133 #, kde-format msgid "Reload" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbLinkFile) #. +> trunk5 trunk #: src/backend/datasources/LiveDataSource.cpp:136 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:661 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:702 #, kde-format msgid "Link the file" msgstr "" #. +> trunk5 #: src/backend/datasources/LiveDataSource.cpp:140 #, kde-format msgid "Plot data" msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:658 -#: src/backend/datasources/LiveDataSource.cpp:661 -#: src/backend/datasources/LiveDataSource.cpp:665 -#: src/backend/datasources/LiveDataSource.cpp:668 -#: src/backend/datasources/LiveDataSource.cpp:671 -#: src/backend/datasources/LiveDataSource.cpp:674 -#: src/backend/datasources/LiveDataSource.cpp:677 -#: src/backend/datasources/LiveDataSource.cpp:688 +#: src/backend/datasources/LiveDataSource.cpp:659 +#: src/backend/datasources/LiveDataSource.cpp:662 +#: src/backend/datasources/LiveDataSource.cpp:666 +#: src/backend/datasources/LiveDataSource.cpp:669 +#: src/backend/datasources/LiveDataSource.cpp:672 +#: src/backend/datasources/LiveDataSource.cpp:675 +#: src/backend/datasources/LiveDataSource.cpp:678 +#: src/backend/datasources/LiveDataSource.cpp:689 #, kde-format msgid "Serial Port Error" msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:658 +#: src/backend/datasources/LiveDataSource.cpp:659 #, kde-format msgid "Failed to open the device." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:662 +#: src/backend/datasources/LiveDataSource.cpp:663 #, kde-format msgid "Failed to open the device. Please check your permissions on this device." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:665 +#: src/backend/datasources/LiveDataSource.cpp:666 #, kde-format msgid "Device already opened." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:668 +#: src/backend/datasources/LiveDataSource.cpp:669 #, kde-format msgid "The device is not opened." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:671 +#: src/backend/datasources/LiveDataSource.cpp:672 #, kde-format msgid "Failed to read data." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:674 +#: src/backend/datasources/LiveDataSource.cpp:675 #, kde-format msgid "Failed to read data. The device is removed." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:677 +#: src/backend/datasources/LiveDataSource.cpp:678 #, kde-format msgid "The device timed out." msgstr "" #. +> trunk5 -#: src/backend/datasources/LiveDataSource.cpp:689 +#: src/backend/datasources/LiveDataSource.cpp:690 #, kde-format msgid "The following error occurred: %1." msgstr "" #. +> trunk5 #: src/backend/datasources/projects/OriginProjectParser.cpp:1012 #, kde-format msgid "Plot%1" msgstr "" #. +> trunk5 trunk #: src/backend/datasources/projects/OriginProjectParser.cpp:1147 #, kde-format msgid "legend" msgstr "" #. +> trunk5 #: src/backend/datasources/projects/ProjectParser.cpp:109 #, kde-format msgid "%1: Import from %2" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:39 #, kde-format msgid "Success" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:41 #, kde-format msgid "Failure" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:43 #, kde-format msgid "Iteration has not converged" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:45 #, kde-format msgid "Input domain error, e.g sqrt(-1)" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:47 #, kde-format msgid "Output range error, e.g. exp(1e100)" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:49 #, kde-format msgid "Invalid pointer" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:51 #, kde-format msgid "Invalid argument supplied" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:53 #, kde-format msgid "Generic failure" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:55 #, kde-format msgid "Factorization failed" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:57 #, kde-format msgid "Failed to allocate memory" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:59 #, kde-format msgid "Problem with supplied function" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:61 #, kde-format msgid "Iterative process is out of control" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:63 #, kde-format msgid "Exceeded max number of iterations" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:65 #, kde-format msgid "Tried to divide by zero" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:67 #, kde-format msgid "Invalid tolerance specified" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:69 #, kde-format msgid "Failed to reach the specified tolerance" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:71 #, kde-format msgid "Underflow" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:73 #, kde-format msgid "Overflow" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:75 #, kde-format msgid "Loss of accuracy" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:77 #, kde-format msgid "Failed because of roundoff error" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:79 #, kde-format msgid "Matrix, vector lengths are not conformant" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:81 #, kde-format msgid "Matrix not square" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:83 #, kde-format msgid "Apparent singularity detected" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:85 #, kde-format msgid "Integral or series is divergent" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:87 #, kde-format msgid "Requested feature is not supported by the hardware" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:89 #, kde-format msgid "Requested feature not (yet) implemented" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:91 #, kde-format msgid "Cache limit exceeded" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:93 #, kde-format msgid "Table limit exceeded" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:95 #, kde-format msgid "Iteration is not making progress towards solution" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:97 #, kde-format msgid "Jacobian evaluations are not improving the solution" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:99 #, kde-format msgid "Cannot reach the specified tolerance in F" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:101 #, kde-format msgid "Cannot reach the specified tolerance in X" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:103 #, kde-format msgid "Cannot reach the specified tolerance in gradient" msgstr "" #. +> trunk5 #: src/backend/gsl/errors.h:105 #, kde-format msgid "End of file" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:59 #, kde-format msgid "Standard Mathematical functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:61 #, kde-format msgid "Airy Functions and Derivatives" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:62 #, kde-format msgid "Bessel Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:63 #, kde-format msgid "Clausen Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:64 #, kde-format msgid "Coulomb Functions" msgstr "" #. i18n("Coupling Coefficients"); #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:66 #, kde-format msgid "Dawson Function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:67 #, kde-format msgid "Debye Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:68 #, kde-format msgid "Dilogarithm" msgstr "" #. i18n("Elementary Operations"); #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:70 #, kde-format msgid "Elliptic Integrals" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:73 #, kde-format msgid "Error Functions and Related Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:75 #, kde-format msgid "Error Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:77 #, kde-format msgid "Exponential Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:78 #, kde-format msgid "Exponential Integrals" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:79 #, kde-format msgid "Fermi-Dirac Function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:80 #, kde-format msgid "Gamma and Beta Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:81 #, kde-format msgid "Gegenbauer Functions" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:83 #, kde-format msgid "Hermite Polynomials and Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:85 #, kde-format msgid "Hypergeometric Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:86 #, kde-format msgid "Laguerre Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:87 #, kde-format msgid "Lambert W Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:88 #, kde-format msgid "Legendre Functions and Spherical Harmonics" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:89 #, kde-format msgid "Logarithm and Related Functions" msgstr "" #. i18n("Mathieu Functions"); #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:91 #, kde-format msgid "Power Function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:92 #, kde-format msgid "Psi (Digamma) Function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:93 #, kde-format msgid "Synchrotron Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:94 #, kde-format msgid "Transport Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:95 #, kde-format msgid "Trigonometric Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:96 #, kde-format msgid "Zeta Functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:98 #, kde-format msgid "Gaussian Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:99 #, kde-format msgid "Exponential Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:100 #, kde-format msgid "Laplace Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:101 #, kde-format msgid "Exponential Power Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:102 #, kde-format msgid "Cauchy Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:103 #, kde-format msgid "Rayleigh Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:104 #, kde-format msgid "Landau Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:105 #, kde-format msgid "Gamma Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:106 #, kde-format msgid "Flat (Uniform) Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:107 #, kde-format msgid "Lognormal Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:108 #, kde-format msgid "Chi-squared Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:109 #, kde-format msgid "F-distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:110 #, kde-format msgid "t-distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:111 #, kde-format msgid "Beta Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:112 #, kde-format msgid "Logistic Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:113 #, kde-format msgid "Pareto Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:114 #, kde-format msgid "Weibull Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:115 #, kde-format msgid "Gumbel Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:116 #, kde-format msgid "Poisson Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:117 #, kde-format msgid "Bernoulli Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:118 #, kde-format msgid "Binomial Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:119 #, kde-format msgid "Pascal Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:120 #, kde-format msgid "Geometric Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:121 #, kde-format msgid "Hypergeometric Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:122 #, kde-format msgid "Logarithmic Distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:127 #, kde-format msgid "pseudo-random integer [0,RAND_MAX]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:128 #, kde-format msgid "nonlinear additive feedback rng [0,RAND_MAX]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:129 #, kde-format msgid "nonlinear additive feedback rng [0,1]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:130 #, kde-format msgid "Smallest integral value not less" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:131 #, kde-format msgid "Absolute value" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:133 #, kde-format msgid "Base 10 logarithm" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:134 #, kde-format msgid "Power function [x^y]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:135 #, kde-format msgid "Nonnegative square root" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:136 #, kde-format msgid "Sign function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:137 #, kde-format msgid "Heavyside theta function" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:138 #, kde-format msgid "Harmonic number function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:141 #, kde-format msgid "Cube root" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:142 #, kde-format msgid "Extract the exponent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:143 #, kde-format msgid "Round to an integer value" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:144 #: src/backend/gsl/ExpressionParser.cpp:145 #, kde-format msgid "Round to the nearest integer" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:167 #, kde-format msgid "Airy function of the first kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:168 #, kde-format msgid "Airy function of the second kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:169 #, kde-format msgid "Scaled Airy function of the first kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:170 #, kde-format msgid "Scaled Airy function of the second kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:171 #, kde-format msgid "Airy function derivative of the first kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:172 #, kde-format msgid "Airy function derivative of the second kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:173 #, kde-format msgid "Scaled Airy function derivative of the first kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:174 #, kde-format msgid "Scaled Airy function derivative of the second kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:175 #, kde-format msgid "n-th zero of the Airy function of the first kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:176 #, kde-format msgid "n-th zero of the Airy function of the second kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:177 #, kde-format msgid "n-th zero of the Airy function derivative of the first kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:178 #, kde-format msgid "n-th zero of the Airy function derivative of the second kind" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:185 #, kde-format msgid "Regular cylindrical Bessel function of zeroth order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:186 #, kde-format msgid "Regular cylindrical Bessel function of first order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:187 #, kde-format msgid "Regular cylindrical Bessel function of order n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:188 #, kde-format msgid "Irregular cylindrical Bessel function of zeroth order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:189 #, kde-format msgid "Irregular cylindrical Bessel function of first order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:190 #, kde-format msgid "Irregular cylindrical Bessel function of order n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:191 #, kde-format msgid "Regular modified cylindrical Bessel function of zeroth order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:192 #, kde-format msgid "Regular modified cylindrical Bessel function of first order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:193 #, kde-format msgid "Regular modified cylindrical Bessel function of order n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:194 #, kde-format msgid "Scaled regular modified cylindrical Bessel function of zeroth order exp(-|x|) I0(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:196 #, kde-format msgid "Scaled regular modified cylindrical Bessel function of first order exp(-|x|) I1(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:197 #, kde-format msgid "Scaled regular modified cylindrical Bessel function of order n exp(-|x|) In(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:198 #, kde-format msgid "Irregular modified cylindrical Bessel function of zeroth order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:199 #, kde-format msgid "Irregular modified cylindrical Bessel function of first order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:200 #, kde-format msgid "Irregular modified cylindrical Bessel function of order n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:201 #, kde-format msgid "Scaled irregular modified cylindrical Bessel function of zeroth order exp(x) K0(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:202 #, kde-format msgid "Scaled irregular modified cylindrical Bessel function of first order exp(x) K1(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:203 #, kde-format msgid "Scaled irregular modified cylindrical Bessel function of order n exp(x) Kn(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:204 #, kde-format msgid "Regular spherical Bessel function of zeroth order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:205 #, kde-format msgid "Regular spherical Bessel function of first order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:207 #, kde-format msgid "Regular spherical Bessel function of second order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:208 #, kde-format msgid "Regular spherical Bessel function of order l" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:209 #, kde-format msgid "Irregular spherical Bessel function of zeroth order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:210 #, kde-format msgid "Irregular spherical Bessel function of first order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:211 #, kde-format msgid "Irregular spherical Bessel function of second order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:212 #, kde-format msgid "Irregular spherical Bessel function of order l" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:213 #, kde-format msgid "Scaled regular modified spherical Bessel function of zeroth order, exp(-|x|) i0(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:214 #, kde-format msgid "Scaled regular modified spherical Bessel function of first order, exp(-|x|) i1(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:215 #, kde-format msgid "Scaled regular modified spherical Bessel function of second order, exp(-|x|) i2(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:216 #, kde-format msgid "Scaled regular modified spherical Bessel function of order l, exp(-|x|) il(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:218 #, kde-format msgid "Scaled irregular modified spherical Bessel function of zeroth order, exp(x) k0(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:219 #, kde-format msgid "Scaled irregular modified spherical Bessel function of first order, exp(-|x|) k1(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:220 #, kde-format msgid "Scaled irregular modified spherical Bessel function of second order, exp(-|x|) k2(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:221 #, kde-format msgid "Scaled irregular modified spherical Bessel function of order l, exp(-|x|) kl(x)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:222 #, kde-format msgid "Regular cylindrical Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:223 #, kde-format msgid "Irregular cylindrical Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:224 #, kde-format msgid "Regular modified Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:225 #, kde-format msgid "Scaled regular modified Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:226 #, kde-format msgid "Irregular modified Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:227 #, kde-format msgid "Logarithm of irregular modified Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:229 #, kde-format msgid "Scaled irregular modified Bessel function of fractional order" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:230 #, kde-format msgid "n-th positive zero of the Bessel function J0" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:231 #, kde-format msgid "n-th positive zero of the Bessel function J1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:232 #, kde-format msgid "n-th positive zero of the Bessel function Jnu" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:239 #, kde-format msgid "Clausen function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:244 #, kde-format msgid "Lowest-order normalized hydrogenic bound state radial wavefunction" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:245 #, kde-format msgid "n-th normalized hydrogenic bound state radial wavefunction" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:252 #, kde-format msgid "Dawson integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:257 #, kde-format msgid "First-order Debye function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:258 #, kde-format msgid "Second-order Debye function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:259 #, kde-format msgid "Third-order Debye function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:260 #, kde-format msgid "Fourth-order Debye function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:261 #, kde-format msgid "Fifth-order Debye function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:262 #, kde-format msgid "Sixth-order Debye function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:269 #, kde-format msgid "Dilogarithm for a real argument" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:274 #, kde-format msgid "Legendre form of complete elliptic integral K" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:275 #, kde-format msgid "Legendre form of complete elliptic integral E" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:276 #, kde-format msgid "Legendre form of complete elliptic integral Pi" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:277 #, kde-format msgid "Legendre form of incomplete elliptic integral F" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:278 #, kde-format msgid "Legendre form of incomplete elliptic integral E" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:279 #, kde-format msgid "Legendre form of incomplete elliptic integral P" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:280 #, kde-format msgid "Legendre form of incomplete elliptic integral D" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:281 #, kde-format msgid "Carlson form of incomplete elliptic integral RC" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:282 #, kde-format msgid "Carlson form of incomplete elliptic integral RD" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:283 #, kde-format msgid "Carlson form of incomplete elliptic integral RF" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:284 #, kde-format msgid "Carlson form of incomplete elliptic integral RJ" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:291 #, kde-format msgid "Error function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:292 #, kde-format msgid "Complementary error function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:293 #, kde-format msgid "Logarithm of complementary error function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:294 #, kde-format msgid "Gaussian probability density function Z" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:295 #, kde-format msgid "Upper tail of the Gaussian probability function Q" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:296 #, kde-format msgid "Hazard function for the normal distribution Z/Q" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:299 #, kde-format msgid "Underflow-compensating function exp(x^2) erfc(x) for real x" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:300 #, kde-format msgid "Imaginary error function erfi(x) = -i erf(ix) for real x" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:301 #, kde-format msgid "Imaginary part of Faddeeva's scaled complex error function w(x) = exp(-x^2) erfc(-ix) for real x" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:302 #, kde-format msgid "Dawson's integral D(z) = sqrt(pi)/2 * exp(-z^2) * erfi(z)" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:303 src/backend/nsl/nsl_fit.c:45 #, kde-format msgid "Voigt profile" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:306 #, kde-format msgid "Pseudo-Voigt profile (same width)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:314 #, kde-format msgid "Exponential function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:315 #, kde-format msgid "exponentiate x and multiply by y" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:319 #, kde-format msgid "n-relative exponential" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:326 #, kde-format msgid "Exponential integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:327 #, kde-format msgid "Second order exponential integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:328 #, kde-format msgid "Exponential integral of order n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:329 #, kde-format msgid "Exponential integral Ei" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:330 #, kde-format msgid "Hyperbolic integral Shi" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:331 #, kde-format msgid "Hyperbolic integral Chi" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:332 #, kde-format msgid "Third-order exponential integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:333 #, kde-format msgid "Sine integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:334 #, kde-format msgid "Cosine integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:335 #, kde-format msgid "Arctangent integral" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:342 #, kde-format msgid "Complete Fermi-Dirac integral with index -1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:343 #, kde-format msgid "Complete Fermi-Dirac integral with index 0" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:344 #, kde-format msgid "Complete Fermi-Dirac integral with index 1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:345 #, kde-format msgid "Complete Fermi-Dirac integral with index 2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:346 #, kde-format msgid "Complete Fermi-Dirac integral with integer index j" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:347 #, kde-format msgid "Complete Fermi-Dirac integral with index -1/2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:348 #, kde-format msgid "Complete Fermi-Dirac integral with index 1/2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:349 #, kde-format msgid "Complete Fermi-Dirac integral with index 3/2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:350 #, kde-format msgid "Incomplete Fermi-Dirac integral with index zero" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:357 #: src/backend/gsl/ExpressionParser.cpp:358 #, kde-format msgid "Gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:359 #: src/backend/gsl/ExpressionParser.cpp:360 #, kde-format msgid "Logarithm of the gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:361 #, kde-format msgid "Regulated gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:362 #, kde-format msgid "Reciprocal of the gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:363 #, kde-format msgid "Factorial n!" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:364 #, kde-format msgid "Double factorial n!!" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:365 #, kde-format msgid "Logarithm of the factorial" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:366 #, kde-format msgid "Logarithm of the double factorial" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:368 #, kde-format msgid "Combinatorial factor" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:369 #, kde-format msgid "Logarithm of the combinatorial factor" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:370 #, kde-format msgid "Taylor coefficient" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:371 #, kde-format msgid "Pochhammer symbol" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:372 #, kde-format msgid "Logarithm of the Pochhammer symbol" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:373 #, kde-format msgid "Relative Pochhammer symbol" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:374 #, kde-format msgid "Unnormalized incomplete gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:375 #, kde-format msgid "Normalized incomplete gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:376 #, kde-format msgid "Complementary normalized incomplete gamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:377 #, kde-format msgid "Beta function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:379 #, kde-format msgid "Logarithm of the beta function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:380 #, kde-format msgid "Normalized incomplete beta function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:387 #, kde-format msgid "Gegenbauer polynomial C_1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:388 #, kde-format msgid "Gegenbauer polynomial C_2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:389 #, kde-format msgid "Gegenbauer polynomial C_3" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:390 #, kde-format msgid "Gegenbauer polynomial C_n" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:398 #, kde-format msgid "Hermite polynomials physicists version" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:399 #, kde-format msgid "Hermite polynomials probabilists version" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:400 #, kde-format msgid "Hermite functions" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:401 #, kde-format msgid "Derivatives of Hermite polynomials physicists version" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:402 #, kde-format msgid "Derivatives of Hermite polynomials probabilists version" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:403 #, kde-format msgid "Derivatives of Hermite functions" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:411 #, kde-format msgid "Hypergeometric function 0F1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:412 #, kde-format msgid "Confluent hypergeometric function 1F1 for integer parameters" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:413 #, kde-format msgid "Confluent hypergeometric function 1F1 for general parameters" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:414 #, kde-format msgid "Confluent hypergeometric function U for integer parameters" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:415 #, kde-format msgid "Confluent hypergeometric function U" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:416 #, kde-format msgid "Gauss hypergeometric function 2F1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:417 #, kde-format msgid "Gauss hypergeometric function 2F1 with complex parameters" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:418 #, kde-format msgid "Renormalized Gauss hypergeometric function 2F1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:419 #, kde-format msgid "Renormalized Gauss hypergeometric function 2F1 with complex parameters" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:420 #, kde-format msgid "Hypergeometric function 2F0" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:427 #, kde-format msgid "generalized Laguerre polynomials L_1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:428 #, kde-format msgid "generalized Laguerre polynomials L_2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:429 #, kde-format msgid "generalized Laguerre polynomials L_3" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:436 #, kde-format msgid "Principal branch of the Lambert W function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:437 #, kde-format msgid "Secondary real-valued branch of the Lambert W function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:444 #, kde-format msgid "Legendre polynomial P_1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:445 #, kde-format msgid "Legendre polynomial P_2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:446 #, kde-format msgid "Legendre polynomial P_3" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:447 #, kde-format msgid "Legendre polynomial P_l" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:448 #, kde-format msgid "Legendre function Q_0" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:449 #, kde-format msgid "Legendre function Q_1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:450 #, kde-format msgid "Legendre function Q_l" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:451 #, kde-format msgid "Associated Legendre polynomial" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:452 #, kde-format msgid "Normalized associated Legendre polynomial" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:453 #, kde-format msgid "Irregular spherical conical function P^1/2" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:455 #, kde-format msgid "Regular spherical conical function P^(-1/2)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:456 #, kde-format msgid "Conical function P^0" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:457 #, kde-format msgid "Conical function P^1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:458 #, kde-format msgid "Regular spherical conical function P^(-1/2-l)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:459 #, kde-format msgid "Regular cylindrical conical function P^(-m)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:460 #, kde-format msgid "Zeroth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:461 #, kde-format msgid "First radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:462 #, kde-format msgid "l-th radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:469 #, kde-format msgid "Logarithm" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:470 #, kde-format msgid "Logarithm of the magnitude" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:479 #, kde-format msgid "x^n for integer n with an error estimate" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:484 #, kde-format msgid "Digamma function for positive integer n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:485 #, kde-format msgid "Digamma function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:486 #, kde-format msgid "Real part of the digamma function on the line 1+i y" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:487 #, kde-format msgid "Trigamma function psi' for positive integer n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:488 #, kde-format msgid "Trigamma function psi'" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:489 #, kde-format msgid "Polygamma function psi^(n)" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:496 #, kde-format msgid "First synchrotron function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:497 #, kde-format msgid "Second synchrotron function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:504 #: src/backend/gsl/ExpressionParser.cpp:505 #: src/backend/gsl/ExpressionParser.cpp:506 #: src/backend/gsl/ExpressionParser.cpp:507 #, kde-format msgid "Transport function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:514 #, kde-format msgid "Sine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:515 src/backend/nsl/nsl_sf_window.c:36 #, kde-format msgid "Cosine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:516 #, kde-format msgid "Tangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:517 #, kde-format msgid "Inverse sine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:518 #, kde-format msgid "Inverse cosine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:519 src/backend/nsl/nsl_fit.c:50 #, kde-format msgid "Inverse tangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:520 #, kde-format msgid "Inverse tangent using sign" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:521 #, kde-format msgid "Hyperbolic sine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:522 #, kde-format msgid "Hyperbolic cosine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:523 src/backend/nsl/nsl_fit.c:50 #, kde-format msgid "Hyperbolic tangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:524 #, kde-format msgid "Inverse hyperbolic cosine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:525 #, kde-format msgid "Inverse hyperbolic sine" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:526 #, kde-format msgid "Inverse hyperbolic tangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:527 #, kde-format msgid "Secant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:528 #, kde-format msgid "Cosecant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:529 #, kde-format msgid "Cotangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:530 #, kde-format msgid "Inverse secant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:531 #, kde-format msgid "Inverse cosecant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:532 #, kde-format msgid "Inverse cotangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:533 #, kde-format msgid "Hyperbolic secant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:534 #, kde-format msgid "Hyperbolic cosecant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:535 #, kde-format msgid "Hyperbolic cotangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:536 #, kde-format msgid "Inverse hyperbolic secant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:537 #, kde-format msgid "Inverse hyperbolic cosecant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:538 #, kde-format msgid "Inverse hyperbolic cotangent" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:539 #, kde-format msgid "Sinc function sin(x)/x" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:542 #, kde-format msgid "Hypotenuse function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:543 #, kde-format msgid "Three component hypotenuse function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:544 #, kde-format msgid "restrict to [-pi,pi]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:545 #, kde-format msgid "restrict to [0,2 pi]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:552 #, kde-format msgid "Riemann zeta function for integer n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:553 #, kde-format msgid "Riemann zeta function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:554 #, kde-format msgid "zeta(n)-1 for integer n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:555 #, kde-format msgid "zeta(x)-1" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:556 #, kde-format msgid "Hurwitz zeta function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:557 #, kde-format msgid "Eta function for integer n" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:558 #, kde-format msgid "Eta function" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:566 #, kde-format msgid "Probability density for a Gaussian distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:567 #, kde-format msgid "Probability density for a unit Gaussian distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:568 #: src/backend/gsl/ExpressionParser.cpp:587 #: src/backend/gsl/ExpressionParser.cpp:598 #: src/backend/gsl/ExpressionParser.cpp:618 #: src/backend/gsl/ExpressionParser.cpp:629 #: src/backend/gsl/ExpressionParser.cpp:646 #: src/backend/gsl/ExpressionParser.cpp:657 #: src/backend/gsl/ExpressionParser.cpp:668 #: src/backend/gsl/ExpressionParser.cpp:679 #: src/backend/gsl/ExpressionParser.cpp:690 #: src/backend/gsl/ExpressionParser.cpp:701 #: src/backend/gsl/ExpressionParser.cpp:712 #: src/backend/gsl/ExpressionParser.cpp:723 #: src/backend/gsl/ExpressionParser.cpp:734 #: src/backend/gsl/ExpressionParser.cpp:745 #: src/backend/gsl/ExpressionParser.cpp:756 #: src/backend/gsl/ExpressionParser.cpp:761 #: src/backend/gsl/ExpressionParser.cpp:772 #: src/backend/gsl/ExpressionParser.cpp:786 #: src/backend/gsl/ExpressionParser.cpp:789 #: src/backend/gsl/ExpressionParser.cpp:798 #: src/backend/gsl/ExpressionParser.cpp:807 #: src/backend/gsl/ExpressionParser.cpp:816 #, kde-format msgid "Cumulative distribution function P" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:569 #: src/backend/gsl/ExpressionParser.cpp:588 #: src/backend/gsl/ExpressionParser.cpp:599 #: src/backend/gsl/ExpressionParser.cpp:610 #: src/backend/gsl/ExpressionParser.cpp:619 #: src/backend/gsl/ExpressionParser.cpp:630 #: src/backend/gsl/ExpressionParser.cpp:647 #: src/backend/gsl/ExpressionParser.cpp:658 #: src/backend/gsl/ExpressionParser.cpp:669 #: src/backend/gsl/ExpressionParser.cpp:680 #: src/backend/gsl/ExpressionParser.cpp:691 #: src/backend/gsl/ExpressionParser.cpp:702 #: src/backend/gsl/ExpressionParser.cpp:713 #: src/backend/gsl/ExpressionParser.cpp:724 #: src/backend/gsl/ExpressionParser.cpp:735 #: src/backend/gsl/ExpressionParser.cpp:746 #: src/backend/gsl/ExpressionParser.cpp:757 #: src/backend/gsl/ExpressionParser.cpp:762 #: src/backend/gsl/ExpressionParser.cpp:773 #: src/backend/gsl/ExpressionParser.cpp:787 #: src/backend/gsl/ExpressionParser.cpp:790 #: src/backend/gsl/ExpressionParser.cpp:799 #: src/backend/gsl/ExpressionParser.cpp:808 #: src/backend/gsl/ExpressionParser.cpp:817 #, kde-format msgid "Cumulative distribution function Q" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:570 #: src/backend/gsl/ExpressionParser.cpp:589 #: src/backend/gsl/ExpressionParser.cpp:600 #: src/backend/gsl/ExpressionParser.cpp:620 #: src/backend/gsl/ExpressionParser.cpp:631 #: src/backend/gsl/ExpressionParser.cpp:648 #: src/backend/gsl/ExpressionParser.cpp:659 #: src/backend/gsl/ExpressionParser.cpp:670 #: src/backend/gsl/ExpressionParser.cpp:681 #: src/backend/gsl/ExpressionParser.cpp:692 #: src/backend/gsl/ExpressionParser.cpp:703 #: src/backend/gsl/ExpressionParser.cpp:714 #: src/backend/gsl/ExpressionParser.cpp:725 #: src/backend/gsl/ExpressionParser.cpp:736 #: src/backend/gsl/ExpressionParser.cpp:747 #: src/backend/gsl/ExpressionParser.cpp:758 #: src/backend/gsl/ExpressionParser.cpp:763 #, kde-format msgid "Inverse cumulative distribution function P" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:571 #: src/backend/gsl/ExpressionParser.cpp:590 #: src/backend/gsl/ExpressionParser.cpp:601 #: src/backend/gsl/ExpressionParser.cpp:621 #: src/backend/gsl/ExpressionParser.cpp:632 #: src/backend/gsl/ExpressionParser.cpp:649 #: src/backend/gsl/ExpressionParser.cpp:660 #: src/backend/gsl/ExpressionParser.cpp:671 #: src/backend/gsl/ExpressionParser.cpp:682 #: src/backend/gsl/ExpressionParser.cpp:693 #: src/backend/gsl/ExpressionParser.cpp:704 #: src/backend/gsl/ExpressionParser.cpp:715 #: src/backend/gsl/ExpressionParser.cpp:726 #: src/backend/gsl/ExpressionParser.cpp:737 #: src/backend/gsl/ExpressionParser.cpp:748 #: src/backend/gsl/ExpressionParser.cpp:759 #: src/backend/gsl/ExpressionParser.cpp:764 #, kde-format msgid "Inverse cumulative distribution function Q" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:572 #, kde-format msgid "Cumulative unit distribution function P" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:573 #, kde-format msgid "Cumulative unit distribution function Q" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:574 #, kde-format msgid "Inverse cumulative unit distribution function P" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:575 #, kde-format msgid "Inverse cumulative unit distribution function Q" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:577 #, kde-format msgid "Probability density for Gaussian tail distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:578 #, kde-format msgid "Probability density for unit Gaussian tail distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:579 #, kde-format msgid "Probability density for a bivariate Gaussian distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:586 #, kde-format msgid "Probability density for an exponential distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:597 #, kde-format msgid "Probability density for a Laplace distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:608 #, kde-format msgid "Probability density for an exponential power distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:609 #, kde-format msgid "cumulative distribution function P" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:617 #, kde-format msgid "Probability density for a Cauchy distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:628 #, kde-format msgid "Probability density for a Rayleigh distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:633 #, kde-format msgid "Probability density for a Rayleigh tail distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:640 #, kde-format msgid "Probability density for a Landau distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:645 #, kde-format msgid "Probability density for a gamma distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:656 #, kde-format msgid "Probability density for a uniform distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:667 #, kde-format msgid "Probability density for a lognormal distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:678 #, kde-format msgid "Probability density for a chi squared distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:689 #, kde-format msgid "Probability density for a F-distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:700 #, kde-format msgid "Probability density for a t-distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:711 #, kde-format msgid "Probability density for a beta distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:722 #, kde-format msgid "Probability density for a logistic distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:733 #, kde-format msgid "Probability density for a Pareto distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:744 #, kde-format msgid "Probability density for a Weibull distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:755 #, kde-format msgid "Probability density for a Type-1 Gumbel distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:760 #, kde-format msgid "Probability density for a Type-2 Gumbel distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:771 #, kde-format msgid "Probability density for a Poisson distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:780 #, kde-format msgid "Probability density for a Bernoulli distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:785 #, kde-format msgid "Probability density for a binomial distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:788 #, kde-format msgid "Probability density for a negative binomial distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:797 #, kde-format msgid "Probability density for a Pascal distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:806 #, kde-format msgid "Probability density for a geometric distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:815 #, kde-format msgid "Probability density for a hypergeometric distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:824 #, kde-format msgid "Probability density for a logarithmic distribution" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:835 #, kde-format msgid "Mathematical constants" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:836 #, kde-format msgid "Fundamental constants" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:837 #, kde-format msgid "Astronomy and Astrophysics" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:838 #, kde-format msgid "Atomic and Nuclear Physics" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:839 #, kde-format msgid "Measurement of Time" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:840 #, kde-format msgid "Imperial Units" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:841 #, kde-format msgid "Speed and Nautical Units" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:842 #, kde-format msgid "Printers Units" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:843 #, kde-format msgid "Volume, Area and Length" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:844 #, kde-format msgid "Mass and Weight" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:845 #, kde-format msgid "Thermal Energy and Power" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:846 #, kde-format msgid "Pressure" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:847 #, kde-format msgid "Viscosity" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:848 #, kde-format msgid "Light and Illumination" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:849 #, kde-format msgid "Radioactivity" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:850 #, kde-format msgid "Force and Energy" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:853 #, kde-format msgid "Base of exponentials" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:856 #, kde-format msgid "Pi" msgstr "" #. +> trunk5 #: src/backend/gsl/ExpressionParser.cpp:859 #, kde-format msgid "Euler's constant" msgstr "" #. +> trunk #: src/backend/gsl/ExpressionParser.cpp:766 #, kde-format msgid "Euler constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:867 #, kde-format msgid "Speed of light" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:870 #, kde-format msgid "Vacuum permeability" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:873 #, kde-format msgid "Vacuum permittivity" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:876 #, kde-format msgid "Planck constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:879 #, kde-format msgid "Reduced Planck constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:882 #, kde-format msgid "Avogadro constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:885 #, kde-format msgid "Faraday" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:888 #, kde-format msgid "Boltzmann constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:891 #, kde-format msgid "Molar gas" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:894 #, kde-format msgid "Standard gas volume" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:897 #, kde-format msgid "Stefan-Boltzmann constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:900 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:452 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:323 #, kde-format msgid "Gauss" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:908 #, kde-format msgid "Astronomical unit" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:911 #, kde-format msgid "Gravitational constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:914 #, kde-format msgid "Light year" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:917 #, kde-format msgid "Parsec" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:920 #, kde-format msgid "Gravitational acceleration" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:923 #, kde-format msgid "Solar mass" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:931 #, kde-format msgid "Charge of the electron" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:934 #, kde-format msgid "Energy of 1 electron volt" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:937 #, kde-format msgid "Unified atomic mass" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:940 #, kde-format msgid "Mass of the electron" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:943 #, kde-format msgid "Mass of the muon" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:946 #, kde-format msgid "Mass of the proton" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:949 #, kde-format msgid "Mass of the neutron" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:952 #, kde-format msgid "Electromagnetic fine structure constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:955 #, kde-format msgid "Rydberg constant" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:958 #, kde-format msgid "Bohr radius" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:961 #, kde-format msgid "Length of 1 angstrom" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:964 #, kde-format msgid "Area of 1 barn" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:967 #, kde-format msgid "Bohr Magneton" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:970 #, kde-format msgid "Nuclear Magneton" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:973 #, kde-format msgid "Magnetic moment of the electron [absolute value]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:976 #, kde-format msgid "Magnetic moment of the proton" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:979 #, kde-format msgid "Thomson cross section" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:982 #, kde-format msgid "Electric dipole moment of 1 Debye" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:990 #, kde-format msgid "Number of seconds in 1 minute" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:993 #, kde-format msgid "Number of seconds in 1 hour" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:996 #, kde-format msgid "Number of seconds in 1 day" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:999 #, kde-format msgid "Number of seconds in 1 week" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1007 #, kde-format msgid "Length of 1 inch" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1010 #, kde-format msgid "Length of 1 foot" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1013 #, kde-format msgid "Length of 1 yard" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1016 #, kde-format msgid "Length of 1 mile" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1019 #, kde-format msgid "Length of 1/1000th of an inch" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1027 #, kde-format msgid "Speed of 1 kilometer per hour" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1030 #, kde-format msgid "Speed of 1 mile per hour" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1033 #, kde-format msgid "Length of 1 nautical mile" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1036 #, kde-format msgid "Length of 1 fathom" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1039 #, kde-format msgid "Speed of 1 knot" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1047 #, kde-format msgid "length of 1 printer's point [1/72 inch]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1050 #, kde-format msgid "length of 1 TeX point [1/72.27 inch]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1058 #, kde-format msgid "Length of 1 micron" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1061 #, kde-format msgid "Area of 1 hectare" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1064 #, kde-format msgid "Area of 1 acre" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1067 #, kde-format msgid "Volume of 1 liter" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1070 #, kde-format msgid "Volume of 1 US gallon" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1073 #, kde-format msgid "Volume of 1 Canadian gallon" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1076 #, kde-format msgid "Volume of 1 UK gallon" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1079 #, kde-format msgid "Volume of 1 quart" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1082 #, kde-format msgid "Volume of 1 pint" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1090 #, kde-format msgid "Mass of 1 pound" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1093 #, kde-format msgid "Mass of 1 ounce" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1096 #, kde-format msgid "Mass of 1 ton" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1099 #, kde-format msgid "Mass of 1 metric ton [1000 kg]" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1102 #, kde-format msgid "Mass of 1 UK ton" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1105 #, kde-format msgid "Mass of 1 troy ounce" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1108 #, kde-format msgid "Mass of 1 carat" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1111 #, kde-format msgid "Force of 1 gram weight" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1114 #, kde-format msgid "Force of 1 pound weight" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1117 #, kde-format msgid "Force of 1 kilopound weight" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1120 #, kde-format msgid "Force of 1 poundal" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1128 #, kde-format msgid "Energy of 1 calorie" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1131 #, kde-format msgid "Energy of 1 British Thermal Unit" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1134 #, kde-format msgid "Energy of 1 Therm" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1137 #, kde-format msgid "Power of 1 horsepower" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1145 #, kde-format msgid "Pressure of 1 bar" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1148 #, kde-format msgid "Pressure of 1 standard atmosphere" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1151 #, kde-format msgid "Pressure of 1 torr" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1154 #, kde-format msgid "Pressure of 1 meter of mercury" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1157 #, kde-format msgid "Pressure of 1 inch of mercury" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1160 #, kde-format msgid "Pressure of 1 inch of water" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1163 #, kde-format msgid "Pressure of 1 pound per square inch" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1171 #, kde-format msgid "Dynamic viscosity of 1 poise" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1174 #, kde-format msgid "Kinematic viscosity of 1 stokes" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1182 #, kde-format msgid "Luminance of 1 stilb" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1185 #, kde-format msgid "Luminous flux of 1 lumen" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1188 #, kde-format msgid "Illuminance of 1 lux" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1191 #, kde-format msgid "Illuminance of 1 phot" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1194 #, kde-format msgid "Illuminance of 1 footcandle" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1197 #, kde-format msgid "Luminance of 1 lambert" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1200 #, kde-format msgid "Luminance of 1 footlambert" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1208 #, kde-format msgid "Activity of 1 curie" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1211 #, kde-format msgid "Exposure of 1 roentgen" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1214 #, kde-format msgid "Absorbed dose of 1 rad" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1222 #, kde-format msgid "SI unit of force" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1225 #, kde-format msgid "Force of 1 Dyne" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1228 #, kde-format msgid "SI unit of energy" msgstr "" #. +> trunk5 trunk #: src/backend/gsl/ExpressionParser.cpp:1231 #, kde-format msgid "Energy 1 erg" msgstr "" #. +> trunk5 #: src/backend/lib/XmlStreamReader.cpp:61 #: src/backend/lib/XmlStreamReader.cpp:65 #, kde-format msgid "line %1, column %2: %3" msgstr "" #. +> trunk #: src/backend/lib/XmlStreamReader.cpp:61 #: src/backend/lib/XmlStreamReader.cpp:66 #, kde-format msgid "line %1, column %2: " msgstr "" #. +> trunk5 trunk #: src/backend/lib/XmlStreamReader.cpp:75 #: src/backend/lib/XmlStreamReader.cpp:84 #: src/backend/lib/XmlStreamReader.cpp:99 #: src/backend/lib/XmlStreamReader.cpp:110 #, kde-format msgid "unexpected end of document" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:136 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2093 #, kde-format msgid "FITS image" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:136 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2093 #, kde-format msgid "FITS table" msgstr "" #. +> trunk5 #: src/backend/matrix/Matrix.cpp:173 #, kde-format msgctxt "@title:window" msgid "Print Matrix" msgstr "" #. +> trunk #: src/backend/matrix/Matrix.cpp:172 #, kde-format msgid "Print Matrix" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:245 #, kde-format msgid "%1: x-start changed" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:251 #, kde-format msgid "%1: x-end changed" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:257 #, kde-format msgid "%1: y-start changed" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:263 #, kde-format msgid "%1: y-end changed" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:269 #, kde-format msgid "%1: numeric format changed" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:275 #, kde-format msgid "%1: precision changed" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:464 #, kde-format msgid "%1: set matrix size to %2x%3" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:484 #: src/backend/spreadsheet/Spreadsheet.cpp:291 #, kde-format msgid "%1: copy %2" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:543 #, kde-format msgid "%1: add %2 rows" msgid_plural "%1: add %2 rows" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:553 #, kde-format msgid "%1: add %2 column" msgid_plural "%1: add %2 columns" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:657 src/backend/matrix/matrixcommands.h:139 #: src/backend/spreadsheet/Spreadsheet.cpp:252 #, kde-format msgid "%1: clear" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/Matrix.cpp:1053 #, kde-format msgid "no matrix element found" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.cpp:37 #, kde-format msgid "%1: insert %2 column" msgid_plural "%1: insert %2 columns" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.cpp:53 #, kde-format msgid "%1: insert %2 row" msgid_plural "%1: insert %2 rows" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.cpp:69 #, kde-format msgid "%1: set matrix coordinates" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.cpp:109 #, kde-format msgid "%1: replace values" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:72 #, kde-format msgid "%1: remove %2 column" msgid_plural "%1: remove %2 columns" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:107 #, kde-format msgid "%1: remove %2 row" msgid_plural "%1: remove %2 rows" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:169 #, kde-format msgid "%1: clear column %2" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:194 #, kde-format msgid "%1: set cell value" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:249 #: src/backend/matrix/matrixcommands.h:276 #, kde-format msgid "%1: set cell values" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:302 #, kde-format msgid "%1: transpose" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:342 #, kde-format msgid "%1: mirror horizontally" msgstr "" #. +> trunk5 trunk #: src/backend/matrix/matrixcommands.h:372 #, kde-format msgid "%1: mirror vertically" msgstr "" #. +> trunk5 #: src/backend/note/Note.cpp:60 src/backend/worksheet/Worksheet.cpp:219 #, kde-format msgctxt "@title:window" msgid "Print Worksheet" msgstr "" #. +> trunk #: src/backend/note/Note.cpp:60 src/backend/worksheet/Worksheet.cpp:195 #, kde-format msgid "Print Worksheet" msgstr "" #. +> trunk5 trunk #: src/backend/note/Note.cpp:146 #, kde-format msgid "no note element found" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:37 src/backend/nsl/nsl_fit.c:40 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:436 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:307 #, kde-format msgid "Power" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:37 #, kde-format msgid "Magnitude" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:37 #, kde-format msgid "Amplitude" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:37 #, kde-format msgid "real part" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:37 #, kde-format msgid "imaginary part" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:37 #, kde-format msgid "Phase" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:38 #, kde-format msgid "Amplitude in dB" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:38 #, kde-format msgid "normalized amplitude in dB" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:38 #, kde-format msgid "Magnitude squared" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:38 #, kde-format msgid "Amplitude squared" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:38 #, kde-format msgid "raw" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:39 src/backend/nsl/nsl_filter.c:41 #, kde-format msgid "Frequency" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_dft.c:39 #, kde-format msgid "Period" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_diff.c:36 #, kde-format msgid "first" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_diff.c:36 #, kde-format msgid "second" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_diff.c:36 #, kde-format msgid "third" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_diff.c:36 #, kde-format msgid "fourth" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_diff.c:36 #, kde-format msgid "fifth" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_diff.c:36 #, kde-format msgid "sixth" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:39 #, kde-format msgid "Low pass" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:39 #, kde-format msgid "High pass" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:39 #, kde-format msgid "Band pass" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:39 #, kde-format msgid "Band reject" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:40 #, kde-format msgid "Ideal" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:40 #, kde-format msgid "Butterworth" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:40 #, kde-format msgid "Chebyshev type I" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:40 #, kde-format msgid "Chebyshev type II" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:40 #, kde-format msgid "Legendre (Optimum L)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:40 #, kde-format msgid "Bessel (Thomson)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_filter.c:41 #, kde-format msgid "Fraction" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:37 #, kde-format msgid "Basic functions" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:37 #, kde-format msgid "Peak functions" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:37 #, kde-format msgid "Growth (sigmoidal)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:37 #, kde-format msgid "Statistics (distributions)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:38 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:472 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:343 -#: src/kdefrontend/datasources/ImportFileWidget.cpp:87 -#: src/kdefrontend/datasources/ImportFileWidget.cpp:743 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:92 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:787 #: src/kdefrontend/dockwidgets/AxisDock.cpp:197 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:255 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:259 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:512 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:112 #: src/kdefrontend/widgets/LabelWidget.cpp:84 #: src/kdefrontend/widgets/LabelWidget.cpp:89 #, kde-format msgid "Custom" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:40 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:448 #, kde-format msgid "Inverse exponential" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:40 src/backend/nsl/nsl_sf_stats.c:32 #, kde-format msgid "Exponential" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:40 #, kde-format msgid "Polynomial" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:40 #, kde-format msgid "Fourier" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:44 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:456 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:327 #, kde-format msgid "Cauchy-Lorentz" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:44 src/backend/nsl/nsl_sf_stats.c:37 #, kde-format msgid "Hyperbolic secant (sech)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:44 #, kde-format msgid "Gaussian (normal)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:44 #, kde-format msgid "Logistic (sech squared)" msgstr "" #. +> trunk5 #: src/backend/nsl/nsl_fit.c:45 #, kde-format msgid "Pseudo-Voigt (same width)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:50 #, kde-format msgid "Algebraic sigmoid" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:50 #, kde-format msgid "Logistic function" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:51 #, kde-format msgid "Error function (erf)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:51 #, kde-format msgid "Hill" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:51 #, kde-format msgid "Gompertz" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_fit.c:51 #, kde-format msgid "Gudermann (gd)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:35 #, kde-format msgid "Douglas-Peucker (number)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:35 #, kde-format msgid "Douglas-Peucker (tolerance)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:35 #, kde-format msgid "Visvalingam-Whyatt" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:35 #, kde-format msgid "Reumann-Witkam" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:35 #, kde-format msgid "perpendicular distance" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:35 #, kde-format msgid "n-th point" msgstr "" #. i18n("Integration"), cartesianPlotAddNewActionGroup); #. i18n: ectx: property (text), widget (QLabel, lInterpolation) #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:36 #: src/commonfrontend/worksheet/WorksheetView.cpp:344 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:139 #, kde-format msgid "Interpolation" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:36 #, kde-format msgid "radial distance" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:36 #, kde-format msgid "Opheim" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_geom_linesim.c:36 #, kde-format msgid "Lang" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_int.c:37 #, kde-format msgid "rectangle (1-point)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_int.c:37 #, kde-format msgid "trapezoid (2-point)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_int.c:37 #, kde-format msgid "Simpson's (3-point)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_int.c:37 #, kde-format msgid "Simpson's 3/8 (4-point)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:31 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:364 #, kde-format msgid "linear" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:31 #, kde-format msgid "polynomial" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:31 #, kde-format msgid "cubic spline (natural)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:31 #, kde-format msgid "cubic spline (periodic)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:32 #, kde-format msgid "Akima-spline (natural)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:32 #, kde-format msgid "Akima-spline (periodic)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:32 #, kde-format msgid "Steffen spline" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:32 src/backend/nsl/nsl_smooth.c:41 #, kde-format msgid "cosine" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:32 #, kde-format msgid "exponential" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:33 #, kde-format msgid "piecewise cubic Hermite (PCH)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:33 #, kde-format msgid "rational functions" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:34 #, kde-format msgid "finite differences" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:34 #, kde-format msgid "Catmull-Rom" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:34 #, kde-format msgid "cardinal" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:34 #, kde-format msgid "Kochanek-Bartels (TCB)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:35 #, kde-format msgid "function" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:35 #, kde-format msgid "derivative" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:35 #, kde-format msgid "second derivative" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_interp.c:35 #, kde-format msgid "integral" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:32 #, kde-format msgid "Gaussian (Normal)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:32 #, kde-format msgid "Gaussian Tail" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:32 #, kde-format msgid "Laplace" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:33 #, kde-format msgid "Exponential Power" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:33 #, kde-format msgid "Cauchy-Lorentz (Breit-Wigner)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:33 #, kde-format msgid "Rayleigh" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:33 #, kde-format msgid "Rayleigh Tail" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:33 #, kde-format msgid "Landau" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:33 #, kde-format msgid "Levy alpha-stable" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:34 #, kde-format msgid "Levy skew alpha-stable" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:34 #, kde-format msgid "Gamma" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:34 #, kde-format msgid "Flat (uniform)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:34 #, kde-format msgid "Log-normal (Galton)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:34 #, kde-format msgid "Chi-squared" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:34 #, kde-format msgid "F (Fisher-Snedecor)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:35 #, kde-format msgid "Student's t" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:35 #, kde-format msgid "Beta" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:35 #, kde-format msgid "Logistic (sech-squared)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:35 #, kde-format msgid "Pareto" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:35 #, kde-format msgid "Weibull" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:35 #, kde-format msgid "Gumbel Type-1 (maximum value; log-Weibull)" msgstr "" #. +> trunk5 #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Gumbel Type-2" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Poisson" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Bernoulli" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Binomial" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Negative binomial" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Pascal" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Geometric" msgstr "" #. +> trunk #: src/backend/nsl/nsl_sf_stats.c:36 #, kde-format msgid "Type-2 Gumbel" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:37 #, kde-format msgid "Hypergeometric" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:37 #, kde-format msgid "Logarithmic" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:37 #, kde-format msgid "Maxwell-Boltzmann" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:37 #, kde-format msgid "Levy" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_stats.c:37 #, kde-format msgid "Frechet (inverse Weibull)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:34 src/backend/nsl/nsl_smooth.c:40 #, kde-format msgid "triangular" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:34 #, kde-format msgid "rectangular (uniform)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:34 #, kde-format msgid "triangular II (Bartlett)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:34 #, kde-format msgid "triangular III (Parzen)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Welch (parabolic)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Hann (raised cosine)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Hamming" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Blackman" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Nuttall" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Blackman-Nuttall" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:35 #, kde-format msgid "Blackman-Harris" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:36 #, kde-format msgid "Flat top" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:36 #, kde-format msgid "Bartlett-Hann" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_sf_window.c:36 #, kde-format msgid "Lanczos" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:38 #, kde-format msgid "moving average (central)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:38 #, kde-format msgid "moving average (lagged)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:38 #, kde-format msgid "percentile" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:38 #, kde-format msgid "Savitzky-Golay" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:39 #, kde-format msgid "none" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:39 #, kde-format msgid "interpolating" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:39 #, kde-format msgid "mirror" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:39 #, kde-format msgid "nearest" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:39 #, kde-format msgid "constant" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:39 #, kde-format msgid "periodic" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:40 #, kde-format msgid "uniform (rectangular)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:40 #, kde-format msgid "binomial" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:40 #, kde-format msgid "parabolic (Epanechnikov)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:41 #, kde-format msgid "quartic (biweight)" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:41 #, kde-format msgid "triweight" msgstr "" #. +> trunk5 trunk #: src/backend/nsl/nsl_smooth.c:41 #, kde-format msgid "tricube" msgstr "" #. +> trunk #: src/backend/spreadsheet/Spreadsheet.cpp:152 #, kde-format msgid "Print Spreadsheet" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/Spreadsheet.cpp:212 #, kde-format msgid "%1: remove 1 column" msgid_plural "%1: remove %2 columns" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/spreadsheet/Spreadsheet.cpp:221 #, kde-format msgid "%1: insert 1 column" msgid_plural "%1: insert %2 columns" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/spreadsheet/Spreadsheet.cpp:264 #, kde-format msgid "%1: clear all masks" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/Spreadsheet.cpp:283 #, kde-format msgid "%1: move column %2 from position %3 to %4." msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/Spreadsheet.cpp:399 #, kde-format msgid "%1: sort columns" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/Spreadsheet.cpp:750 #, kde-format msgid "no spreadsheet element found" msgstr "" #. +> trunk5 #: src/backend/spreadsheet/Spreadsheet.cpp:911 #, kde-format msgid "integer data, %1 element" msgid_plural "integer data, %1 elements" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/backend/spreadsheet/Spreadsheet.cpp:914 #, kde-format msgid "text data, %1 element" msgid_plural "text data, %1 elements" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/backend/spreadsheet/Spreadsheet.cpp:917 #, kde-format msgid "month data, %1 element" msgid_plural "month data, %1 elements" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/backend/spreadsheet/Spreadsheet.cpp:920 #, kde-format msgid "day data, %1 element" msgid_plural "day data, %1 elements" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/backend/spreadsheet/Spreadsheet.cpp:923 #, kde-format msgid "date and time data, %1 element" msgid_plural "date and time data, %1 elements" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:94 #, kde-format msgid "%1, masked (ignored in all operations)" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:99 #, kde-format msgid "invalid cell, masked (ignored in all operations)" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:101 #, kde-format msgid "invalid cell (ignored in all operations)" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:395 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:222 #, kde-format msgid "Numeric" msgstr "" #. +> trunk5 #: src/backend/spreadsheet/SpreadsheetModel.cpp:398 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:223 #, kde-format msgid "Integer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lValuesText) #. +> trunk5 trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:401 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:224 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:155 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:174 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:665 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:269 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:966 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:860 #, kde-format msgid "Text" msgstr "" #. +> trunk5 #: src/backend/spreadsheet/SpreadsheetModel.cpp:404 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:225 #, kde-format msgid "Month Names" msgstr "" #. +> trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:388 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:252 #, kde-format msgid "Month names" msgstr "" #. +> trunk5 #: src/backend/spreadsheet/SpreadsheetModel.cpp:407 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:226 #, kde-format msgid "Day Names" msgstr "" #. +> trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:391 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:253 #, kde-format msgid "Day names" msgstr "" #. +> trunk5 trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:410 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:227 #: src/kdefrontend/widgets/LabelWidget.cpp:514 #, kde-format msgid "Date and Time" msgstr "" #. +> trunk #: src/backend/spreadsheet/SpreadsheetModel.cpp:394 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:254 #, kde-format msgid "Date and time" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/AbstractPlot.cpp:102 #, kde-format msgid "%1: set horizontal padding" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/AbstractPlot.cpp:109 #, kde-format msgid "%1: set vertical padding" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbVisible) #. i18n: ectx: property (text), widget (QCheckBox, chkVisible) #. i18n: ectx: property (text), widget (QCheckBox, chbSymbolVisible) #. +> trunk5 #: src/backend/worksheet/plots/cartesian/Axis.cpp:224 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:517 #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:128 #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:93 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:117 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:156 #: src/backend/worksheet/TextLabel.cpp:191 #: src/kdefrontend/ui/datapickercurvewidget.ui:223 #: src/kdefrontend/ui/datapickerimagewidget.ui:917 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:224 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:368 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:317 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:278 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:162 #: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:98 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:262 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:229 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:420 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:738 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:407 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:209 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:96 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:407 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:445 #: src/kdefrontend/ui/labelwidget.ui:500 #, kde-format msgid "Visible" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:233 #: src/kdefrontend/dockwidgets/AxisDock.cpp:206 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:943 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:322 #, kde-format msgid "Horizontal" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:226 #: src/kdefrontend/dockwidgets/AxisDock.cpp:207 #, kde-format msgid "horizontal" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:236 #: src/kdefrontend/dockwidgets/AxisDock.cpp:207 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:371 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:375 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:942 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:321 #, kde-format msgid "Vertical" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:229 #: src/kdefrontend/dockwidgets/AxisDock.cpp:208 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:350 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:354 #, kde-format msgid "vertical" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:256 #, kde-format msgid "Orientation" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabLine) #. i18n: ectx: property (text), widget (QLabel, lLine) +#. i18n: ectx: property (text), widget (QLabel, lDropLines_2) #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:261 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:229 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:244 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:256 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:185 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:197 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:29 #, kde-format msgid "Line" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:262 #, kde-format msgid "Style" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:253 #, kde-format msgid "style" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lHistogramColour) #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:265 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:379 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:231 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:308 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:389 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:275 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:419 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:134 #, kde-format msgid "Color" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:256 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:358 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:234 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:294 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:431 #, kde-format msgid "color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:440 #, kde-format msgid "%1: set axis auto scaling" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:481 #: src/kdefrontend/dockwidgets/AxisDock.cpp:534 #, kde-format msgid "%1: set axis orientation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:488 #, kde-format msgid "%1: set axis position" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:495 #, kde-format msgid "%1: set axis scale" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:503 #, kde-format msgid "%1: set axis offset" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:517 #, kde-format msgid "%1: set axis start" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:524 #, kde-format msgid "%1: set axis end" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:531 #, kde-format msgid "%1: set axis zero offset" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:538 #, kde-format msgid "%1: set axis scaling factor" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:546 #: src/backend/worksheet/plots/cartesian/Axis.cpp:553 #, kde-format msgid "%1: set title offset" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:561 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:276 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:399 #, kde-format msgid "%1: set line style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:568 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:406 #, kde-format msgid "%1: set line opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:575 #, kde-format msgid "%1: set arrow type" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:582 #, kde-format msgid "%1: set arrow position" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:589 #, kde-format msgid "%1: set arrow size" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:597 #, kde-format msgid "%1: set major ticks direction" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:604 #, kde-format msgid "%1: set major ticks type" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:610 #, kde-format msgid "%1: set the total number of the major ticks" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:617 #, kde-format msgid "%1: set the increment for the major ticks" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:624 #, kde-format msgid "%1: assign major ticks' values" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:639 #, kde-format msgid "%1: set major ticks style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:646 #, kde-format msgid "%1: set major ticks length" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:653 #, kde-format msgid "%1: set major ticks opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:661 #, kde-format msgid "%1: set minor ticks direction" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:668 #, kde-format msgid "%1: set minor ticks type" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:675 #, kde-format msgid "%1: set the total number of the minor ticks" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:682 #, kde-format msgid "%1: set the increment for the minor ticks" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:689 #, kde-format msgid "%1: assign minor ticks' values" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:704 #, kde-format msgid "%1: set minor ticks style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:711 #, kde-format msgid "%1: set minor ticks length" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:718 #, kde-format msgid "%1: set minor ticks opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:726 #, kde-format msgid "%1: set labels format" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:740 #: src/backend/worksheet/plots/cartesian/Axis.cpp:747 #, kde-format msgid "%1: set labels precision" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:754 #, kde-format msgid "%1: set labels position" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:761 #, kde-format msgid "%1: set label offset" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:768 #, kde-format msgid "%1: set label rotation angle" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:775 #, kde-format msgid "%1: set label color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:782 #, kde-format msgid "%1: set label font" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:789 #, kde-format msgid "%1: set label prefix" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:796 #, kde-format msgid "%1: set label suffix" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:803 #, kde-format msgid "%1: set labels opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:811 #, kde-format msgid "%1: set major grid style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:818 #, kde-format msgid "%1: set major grid opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:826 #, kde-format msgid "%1: set minor grid style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:833 #, kde-format msgid "%1: set minor grid opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Axis.cpp:2001 #, kde-format msgid "no axis element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:382 #: src/commonfrontend/worksheet/WorksheetView.cpp:311 #, kde-format msgid "xy-curve" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:383 #, kde-format msgid "Histogram" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:384 #, kde-format msgid "xy-curve from a mathematical equation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:386 #, kde-format msgid "xy-curve from a data reduction" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:387 #, kde-format msgid "xy-curve from a differentiation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:388 #, kde-format msgid "xy-curve from an integration" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:389 #, kde-format msgid "xy-curve from an interpolation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:390 #, kde-format msgid "xy-curve from a smooth" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:391 #, kde-format msgid "xy-curve from a fit to data" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:392 #, kde-format msgid "xy-curve from a Fourier filter" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:393 #, kde-format msgid "xy-curve from a Fourier transform" msgstr "" #. i18n("xy-curve from an interpolation"), this); #. addSmoothCurveAction = new QAction(QIcon::fromTheme("labplot-xy-smooth-curve"), i18n("xy-curve from a smooth"), this); #. addFourierFilterCurveAction = new QAction(QIcon::fromTheme("labplot-xy-fourier_filter-curve"), i18n("xy-curve from a Fourier filter"), this); #. addFourierTransformCurveAction = new QAction(QIcon::fromTheme("labplot-xy-fourier_transform-curve"), i18n("xy-curve from a Fourier transform"), this); #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:398 #: src/commonfrontend/worksheet/WorksheetView.cpp:328 #, kde-format msgid "Legend" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:402 #: src/commonfrontend/worksheet/WorksheetView.cpp:329 #, kde-format msgid "Horizontal Axis" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:371 #: src/commonfrontend/worksheet/WorksheetView.cpp:312 #, kde-format msgid "horizontal axis" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:403 #: src/commonfrontend/worksheet/WorksheetView.cpp:330 #, kde-format msgid "Vertical Axis" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:372 #: src/commonfrontend/worksheet/WorksheetView.cpp:313 #, kde-format msgid "vertical axis" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:404 #: src/commonfrontend/worksheet/WorksheetView.cpp:230 #: src/commonfrontend/worksheet/WorksheetView.cpp:1219 #: src/commonfrontend/worksheet/WorksheetView.cpp:1220 #, kde-format msgid "Text Label" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:405 #: src/commonfrontend/worksheet/WorksheetView.cpp:331 #, kde-format msgid "Custom Point" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:373 #: src/commonfrontend/worksheet/WorksheetView.cpp:314 #, kde-format msgid "custom point" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:425 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:285 #: src/commonfrontend/worksheet/WorksheetView.cpp:335 #, kde-format msgid "Data Operation" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:426 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:289 #, kde-format msgid "Reduce Data" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:427 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:292 #, kde-format msgid "Differentiate" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:428 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:295 #, kde-format msgid "Integrate" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:429 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:298 #, kde-format msgid "Interpolate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSmooth) #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:430 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:300 #: src/commonfrontend/worksheet/WorksheetView.cpp:345 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:215 #, kde-format msgid "Smooth" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:432 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:303 #: src/kdefrontend/dockwidgets/AxisDock.cpp:199 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:359 #, kde-format msgid "Linear" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:440 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:311 #, kde-format msgid "Exponential (degree 1)" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:444 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:315 #, kde-format msgid "Exponential (degree 2)" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:460 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:331 #, kde-format msgid "Arc Tangent" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:464 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:335 #, kde-format msgid "Hyperbolic Tangent" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:468 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:339 #, kde-format msgid "Error Function" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:476 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:347 #: src/commonfrontend/worksheet/WorksheetView.cpp:347 #, kde-format msgid "Fourier Filter" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:488 #: src/commonfrontend/worksheet/WorksheetView.cpp:353 #, kde-format msgid "Auto Scale" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:387 #: src/commonfrontend/worksheet/WorksheetView.cpp:335 #, kde-format msgid "auto scale" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:489 #: src/commonfrontend/worksheet/WorksheetView.cpp:355 #, kde-format msgid "Auto Scale X" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:388 #: src/commonfrontend/worksheet/WorksheetView.cpp:337 #, kde-format msgid "auto scale X" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:490 #: src/commonfrontend/worksheet/WorksheetView.cpp:357 #, kde-format msgid "Auto Scale Y" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:389 #: src/commonfrontend/worksheet/WorksheetView.cpp:339 #, kde-format msgid "auto scale Y" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:491 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:111 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:123 #: src/commonfrontend/worksheet/WorksheetView.cpp:181 #: src/commonfrontend/worksheet/WorksheetView.cpp:359 #, kde-format msgid "Zoom In" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:390 #: src/commonfrontend/worksheet/WorksheetView.cpp:341 #, kde-format msgid "zoom in" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:492 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:115 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:126 #: src/commonfrontend/worksheet/WorksheetView.cpp:184 #: src/commonfrontend/worksheet/WorksheetView.cpp:361 #, kde-format msgid "Zoom Out" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:391 #: src/commonfrontend/worksheet/WorksheetView.cpp:343 #, kde-format msgid "zoom out" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:493 #: src/commonfrontend/worksheet/WorksheetView.cpp:363 #, kde-format msgid "Zoom In X" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:392 #: src/commonfrontend/worksheet/WorksheetView.cpp:345 #, kde-format msgid "zoom in X" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:494 #: src/commonfrontend/worksheet/WorksheetView.cpp:365 #, kde-format msgid "Zoom Out X" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:393 #: src/commonfrontend/worksheet/WorksheetView.cpp:347 #, kde-format msgid "zoom out X" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:495 #: src/commonfrontend/worksheet/WorksheetView.cpp:367 #, kde-format msgid "Zoom In Y" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:394 #: src/commonfrontend/worksheet/WorksheetView.cpp:349 #, kde-format msgid "zoom in Y" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:496 #: src/commonfrontend/worksheet/WorksheetView.cpp:369 #, kde-format msgid "Zoom Out Y" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:395 #: src/commonfrontend/worksheet/WorksheetView.cpp:351 #, kde-format msgid "zoom out Y" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:497 #: src/commonfrontend/worksheet/WorksheetView.cpp:371 #, kde-format msgid "Shift Left X" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:396 #: src/commonfrontend/worksheet/WorksheetView.cpp:353 #, kde-format msgid "shift left X" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:498 #: src/commonfrontend/worksheet/WorksheetView.cpp:373 #, kde-format msgid "Shift Right X" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:397 #: src/commonfrontend/worksheet/WorksheetView.cpp:355 #, kde-format msgid "shift right X" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:499 #: src/commonfrontend/worksheet/WorksheetView.cpp:375 #, kde-format msgid "Shift Up Y" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:398 #: src/commonfrontend/worksheet/WorksheetView.cpp:357 #, kde-format msgid "shift up Y" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:500 #: src/commonfrontend/worksheet/WorksheetView.cpp:377 #, kde-format msgid "Shift Down Y" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:399 #: src/commonfrontend/worksheet/WorksheetView.cpp:359 #, kde-format msgid "shift down Y" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:525 #: src/commonfrontend/worksheet/WorksheetView.cpp:398 #: src/commonfrontend/worksheet/WorksheetView.cpp:458 #: src/kdefrontend/MainWin.cpp:488 #, kde-format msgid "Add New" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:422 #: src/commonfrontend/worksheet/WorksheetView.cpp:373 #: src/commonfrontend/worksheet/WorksheetView.cpp:433 #: src/kdefrontend/MainWin.cpp:378 #, kde-format msgid "Add new" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:548 #: src/commonfrontend/worksheet/WorksheetView.cpp:409 #, kde-format msgid "Zoom" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:569 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:391 #: src/commonfrontend/worksheet/WorksheetView.cpp:507 #, kde-format msgid "Data Manipulation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFit) #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:575 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:397 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:685 #, kde-format msgid "Fit" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:593 #, kde-format msgid "Analysis" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:606 #: src/commonfrontend/worksheet/WorksheetView.cpp:513 #: src/kdefrontend/ThemeHandler.cpp:67 src/kdefrontend/ThemeHandler.cpp:101 #, kde-format msgid "Apply Theme" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:801 #, kde-format msgid "%1: change geometry rect" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:556 #, kde-format msgid "%1: set geometry rect" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:835 #, kde-format msgid "%1: set range type" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:842 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:849 #, kde-format msgid "%1: set range" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:857 #, kde-format msgid "%1: change x-range auto scaling" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:899 #, kde-format msgid "%1: set min x" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:906 #, kde-format msgid "%1: set max x" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:913 #, kde-format msgid "%1: set x scale" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:920 #, kde-format msgid "%1: x-range breaking enabled" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:926 #, kde-format msgid "%1: x-range breaks changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:933 #, kde-format msgid "%1: change y-range auto scaling" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:975 #, kde-format msgid "%1: set min y" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:982 #, kde-format msgid "%1: set max y" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:989 #, kde-format msgid "%1: set y scale" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:996 #, kde-format msgid "%1: y-range breaking enabled" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1002 #, kde-format msgid "%1: y-range breaks changed" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1010 #: src/backend/worksheet/Worksheet.cpp:617 #, kde-format msgid "%1: load theme %2" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:2222 #, kde-format msgid "%1: Load theme %2." msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1011 #: src/backend/worksheet/Worksheet.cpp:618 #, kde-format msgid "%1: set theme" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1015 #: src/backend/worksheet/Worksheet.cpp:622 #, kde-format msgid "%1: disable theming" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1072 #, kde-format msgid "%1: reduce '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1073 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:483 #, kde-format msgid "Reduction of '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1080 #, kde-format msgid "%1: add data reduction curve" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1091 #, kde-format msgid "%1: differentiate '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1092 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:486 #, kde-format msgid "Derivative of '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1099 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1118 #, kde-format msgid "%1: add differentiation curve" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1110 #, kde-format msgid "%1: integrate '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1111 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:489 #, kde-format msgid "Integral of '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1129 #, kde-format msgid "%1: interpolate '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1130 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:492 #, kde-format msgid "Interpolation of '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1137 #, kde-format msgid "%1: add interpolation curve" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1148 #, kde-format msgid "%1: smooth '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1149 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:495 #, kde-format msgid "Smoothing of '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1156 #, kde-format msgid "%1: add smoothing curve" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1168 #, kde-format msgid "%1: fit to '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1169 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:508 #, kde-format msgid "Fit to '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1192 #, kde-format msgid "%1: add fit curve" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1203 #, kde-format msgid "%1: Fourier filtering of '%2'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1204 #, kde-format msgid "Fourier filtering of '%1'" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1209 #, kde-format msgid "%1: add Fourier filter curve" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:2600 #, kde-format msgid "no cartesianPlot element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:2936 #, kde-format msgid "unknown cartesianPlot element '%1'" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:227 #, kde-format msgid "%1: set font" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:234 #, kde-format msgid "%1: set font color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:241 #, kde-format msgid "%1: change column order" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:248 #, kde-format msgid "%1: change line+symbol width" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:265 #: src/backend/worksheet/plots/PlotArea.cpp:161 #: src/backend/worksheet/Worksheet.cpp:446 #, kde-format msgid "%1: background type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:272 #: src/backend/worksheet/plots/PlotArea.cpp:168 #: src/backend/worksheet/Worksheet.cpp:452 #, kde-format msgid "%1: background color style changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:279 #: src/backend/worksheet/plots/PlotArea.cpp:175 #: src/backend/worksheet/Worksheet.cpp:458 #, kde-format msgid "%1: background image style changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:286 #: src/backend/worksheet/plots/PlotArea.cpp:182 #: src/backend/worksheet/Worksheet.cpp:464 #, kde-format msgid "%1: background brush style changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:293 #: src/backend/worksheet/plots/PlotArea.cpp:189 #: src/backend/worksheet/Worksheet.cpp:470 #, kde-format msgid "%1: set background first color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:300 #: src/backend/worksheet/plots/PlotArea.cpp:196 #: src/backend/worksheet/Worksheet.cpp:476 #, kde-format msgid "%1: set background second color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:307 #: src/backend/worksheet/plots/PlotArea.cpp:203 #: src/backend/worksheet/Worksheet.cpp:482 #, kde-format msgid "%1: set background image" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:314 #: src/backend/worksheet/Worksheet.cpp:488 #, kde-format msgid "%1: set opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:322 #, kde-format msgid "%1: set border style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:329 #, kde-format msgid "%1: set border corner radius" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:336 #, kde-format msgid "%1: set border opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:344 #: src/backend/worksheet/Worksheet.cpp:504 #: src/backend/worksheet/Worksheet.cpp:505 #, kde-format msgid "%1: set layout top margin" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:351 #: src/backend/worksheet/Worksheet.cpp:513 #: src/backend/worksheet/Worksheet.cpp:514 #, kde-format msgid "%1: set layout bottom margin" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:358 #: src/backend/worksheet/Worksheet.cpp:522 #: src/backend/worksheet/Worksheet.cpp:523 #, kde-format msgid "%1: set layout left margin" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:365 #: src/backend/worksheet/Worksheet.cpp:531 #: src/backend/worksheet/Worksheet.cpp:532 #, kde-format msgid "%1: set layout right margin" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:372 #: src/backend/worksheet/Worksheet.cpp:540 #: src/backend/worksheet/Worksheet.cpp:541 #, kde-format msgid "%1: set layout vertical spacing" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:379 #: src/backend/worksheet/Worksheet.cpp:549 #: src/backend/worksheet/Worksheet.cpp:550 #, kde-format msgid "%1: set layout horizontal spacing" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:386 #: src/backend/worksheet/Worksheet.cpp:567 #: src/backend/worksheet/Worksheet.cpp:568 #, kde-format msgid "%1: set layout column count" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:926 #, kde-format msgid "no cartesian plot legend element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:153 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:436 #, kde-format msgid "%1: set symbol style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:160 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:443 #, kde-format msgid "%1: set symbol size" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:167 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:450 #, kde-format msgid "%1: rotate symbols" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:174 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:457 #, kde-format msgid "%1: set symbol filling" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:181 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:464 #, kde-format msgid "%1: set symbol outline style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:188 #, kde-format msgid "%1: set symbol opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/CustomPoint.cpp:415 #, kde-format msgid "no custom point element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:232 #: src/backend/worksheet/plots/cartesian/XYEquationCurve.cpp:110 #, kde-format msgid "%1: set equation" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:238 #, kde-format msgid "%1: assign histogram type" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:246 #, kde-format msgid "%1: assign histogram orientation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:255 #, kde-format msgid "%1: assign x values" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:284 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:479 #, kde-format msgid "%1: set values type" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:291 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:486 #, kde-format msgid "%1: set values column" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:304 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:499 #, kde-format msgid "%1: set values position" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:311 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:506 #, kde-format msgid "%1: set values distance" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:318 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:513 #, kde-format msgid "%1: rotate values" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:325 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:520 #, kde-format msgid "%1: set values opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:334 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:529 #, kde-format msgid "%1: set values prefix" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:341 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:536 #, kde-format msgid "%1: set values suffix" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:348 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:543 #, kde-format msgid "%1: set values font" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:355 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:550 #, kde-format msgid "%1: set values color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:363 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:558 #, kde-format msgid "%1: filling position changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:370 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:565 #, kde-format msgid "%1: filling type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:377 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:572 #, kde-format msgid "%1: filling color style changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:384 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:579 #, kde-format msgid "%1: filling image style changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:391 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:586 #, kde-format msgid "%1: filling brush style changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:398 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:593 #, kde-format msgid "%1: set filling first color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:405 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:600 #, kde-format msgid "%1: set filling second color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:412 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:607 #, kde-format msgid "%1: set filling image" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Histogram.cpp:419 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:614 #, kde-format msgid "%1: set filling opacity" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/Histogram.cpp:1621 #, kde-format msgid "no histogram element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:110 #, kde-format msgid "circle" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:112 #, kde-format msgid "square" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:114 #, kde-format msgid "equilateral triangle" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:116 #, kde-format msgid "right triangle" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:118 #, kde-format msgid "bar" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:120 #, kde-format msgid "peaked bar" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:122 #, kde-format msgid "skewed bar" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:124 #, kde-format msgid "diamond" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:126 #, kde-format msgid "lozenge" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:128 #, kde-format msgid "tie" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:130 #, kde-format msgid "tiny tie" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:132 #, kde-format msgid "plus" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:134 #, kde-format msgid "boomerang" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:136 #, kde-format msgid "small boomerang" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:138 #, kde-format msgid "star4" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:140 #, kde-format msgid "star5" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:142 #, kde-format msgid "line" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/Symbol.cpp:144 #, kde-format msgid "cross" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:99 #, kde-format msgid "%1: data source type changed" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:106 #, kde-format msgid "%1: data source curve changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:125 #, kde-format msgid "%1: assign x-data" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:138 #, kde-format msgid "%1: assign y-data" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYSmoothCurve.cpp:355 #, kde-format msgid "no xy smooth curve element found" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:529 #, kde-format msgid "no xy interpolation curve element found" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYFourierTransformCurve.cpp:379 #, kde-format msgid "no xy Fourier transform curve element found" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp:369 #, kde-format msgid "no xy Fourier filter curve element found" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYDifferentiationCurve.cpp:343 #, kde-format msgid "no xy differentiation curve element found" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYDataReductionCurve.cpp:387 #, kde-format msgid "no xy dataReduction curve element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:189 #, kde-format msgid "Navigate to \"%1\"" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:320 #, kde-format msgid "%1: assign y values" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:327 #, kde-format msgid "%1: x-data source changed" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:347 #, kde-format msgid "%1: y-data source changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:378 #, kde-format msgid "%1: line type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:385 #, kde-format msgid "%1: set skip line gaps" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:392 #, kde-format msgid "%1: set the number of interpolation points" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:414 #, kde-format msgid "%1: drop line type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:421 #, kde-format msgid "%1: set drop line style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:428 #, kde-format msgid "%1: set drop line opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:471 #, kde-format msgid "%1: set symbols opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:622 #, kde-format msgid "%1: x-error type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:629 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:642 #, kde-format msgid "%1: set x-error column" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:655 #, kde-format msgid "%1: y-error type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:662 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:675 #, kde-format msgid "%1: set y-error column" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:688 #, kde-format msgid "%1: set error bar cap size" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:695 #, kde-format msgid "%1: error bar type changed" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:702 #, kde-format msgid "%1: set error bar style" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:709 #, kde-format msgid "%1: set error bar opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:1103 #, kde-format msgid "Error: Akima spline interpolation requires a minimum of 5 points." msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:1105 #, kde-format msgid "Error: Could not initialize the spline function." msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:1058 #, kde-format msgid "Couldn't initialize spline function" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:1120 #, kde-format msgid "x values must be monotonically increasing." msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:1123 #, kde-format msgid "Error: %1" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYCurve.cpp:2212 #, kde-format msgid "no xy-curve element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYDataReductionCurve.cpp:91 #, kde-format msgid "%1: set options and perform the data reduction" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYDataReductionCurve.cpp:158 #: src/backend/worksheet/plots/cartesian/XYDifferentiationCurve.cpp:163 #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:1603 #: src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp:167 #: src/backend/worksheet/plots/cartesian/XYFourierTransformCurve.cpp:150 #: src/backend/worksheet/plots/cartesian/XYIntegrationCurve.cpp:161 #: src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:164 #: src/backend/worksheet/plots/cartesian/XYSmoothCurve.cpp:162 #, kde-format msgid "Number of x and y data points must be equal." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYDataReductionCurve.cpp:196 #: src/backend/worksheet/plots/cartesian/XYDifferentiationCurve.cpp:201 #: src/backend/worksheet/plots/cartesian/XYIntegrationCurve.cpp:198 #: src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:202 #: src/backend/worksheet/plots/cartesian/XYSmoothCurve.cpp:200 #, kde-format msgid "Not enough data points available." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYDifferentiationCurve.cpp:94 #, kde-format msgid "%1: set options and perform the differentiation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYEquationCurve.cpp:199 #, kde-format msgid "no xy equation curve element found" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:684 #, kde-format msgid "%1: assign x-error" msgstr "" #. +> trunk5 #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:697 #, kde-format msgid "%1: assign y-error" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:153 #, kde-format msgid "%1: assign weights" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:710 #, kde-format msgid "%1: set fit options and perform the fit" msgstr "" #. +> trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:1248 #, kde-format msgid "no xy fit curve element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:1585 #, kde-format msgid "Model has no parameters." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:1613 #, kde-format msgid "Not sufficient weight data points provided." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:1668 #: src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp:205 #: src/backend/worksheet/plots/cartesian/XYFourierTransformCurve.cpp:178 #, kde-format msgid "No data points available." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:1677 #, kde-format msgid "The number of data points (%1) must be greater than or equal to the number of parameters (%2)." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp:100 #, kde-format msgid "%1: set filter options and perform the Fourier filter" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYFourierTransformCurve.cpp:96 #, kde-format msgid "%1: set transform options and perform the Fourier transform" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYIntegrationCurve.cpp:94 #, kde-format msgid "%1: set options and perform the integration" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYIntegrationCurve.cpp:296 #, kde-format msgid "no xy integration curve element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:97 #, kde-format msgid "%1: set options and perform the interpolation" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/cartesian/XYSmoothCurve.cpp:95 #, kde-format msgid "%1: set options and perform the smooth" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/PlotArea.cpp:145 #, kde-format msgid "%1: toggle clipping" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/PlotArea.cpp:210 #, kde-format msgid "%1: set plot area opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/PlotArea.cpp:218 #, kde-format msgid "%1: set plot area border" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/PlotArea.cpp:225 #, kde-format msgid "%1: set plot area corner radius" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/PlotArea.cpp:232 #, kde-format msgid "%1: set plot area border opacity" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/plots/PlotArea.cpp:436 #, kde-format msgid "no plot area element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/TextLabel.cpp:218 #, kde-format msgid "%1: set label text" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/TextLabel.cpp:225 #, kde-format msgid "%1: set TeX main font" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/TextLabel.cpp:232 #, kde-format msgid "%1: set TeX font color" msgstr "" #. +> trunk5 #: src/backend/worksheet/TextLabel.cpp:239 #, kde-format msgid "%1: set TeX background color" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/TextLabel.cpp:282 #, kde-format msgid "%1: set horizontal alignment" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/TextLabel.cpp:289 #, kde-format msgid "%1: set vertical alignment" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/TextLabel.cpp:707 #, kde-format msgid "no textLabel element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/Worksheet.cpp:439 #, kde-format msgid "%1: change \"rescale the content\" property" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/Worksheet.cpp:495 #: src/backend/worksheet/Worksheet.cpp:496 #, kde-format msgid "%1: set layout" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/Worksheet.cpp:558 #: src/backend/worksheet/Worksheet.cpp:559 #, kde-format msgid "%1: set layout row count" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/Worksheet.cpp:596 #: src/backend/worksheet/Worksheet.cpp:597 #, kde-format msgid "%1: set page size" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/Worksheet.cpp:812 #, kde-format msgid "no worksheet element found" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/WorksheetElement.cpp:46 #, kde-format msgid "Drawing &order" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/WorksheetElement.cpp:47 #, kde-format msgid "Move &behind" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/WorksheetElement.cpp:48 #, kde-format msgid "Move in &front of" msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/WorksheetElement.cpp:213 #, kde-format msgid "%1: move behind %2." msgstr "" #. +> trunk5 trunk #: src/backend/worksheet/WorksheetElement.cpp:223 #, kde-format msgid "%1: move in front of %2." msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:54 #, kde-format msgid "Failed to initialize %1" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, restart_backend) #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:64 #: src/kdefrontend/ui/dockwidgets/cantorworksheetdock.ui:107 #, kde-format msgid "Restart Backend" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, evaluate_worksheet) #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:67 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:235 #: src/kdefrontend/ui/dockwidgets/cantorworksheetdock.ui:96 #, kde-format msgid "Evaluate Worksheet" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:70 #, kde-format msgid "Evaluate Entry" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:74 #, kde-format msgid "Insert Command Entry" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:78 #, kde-format msgid "Insert Text Entry" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:81 #, kde-format msgid "Insert LaTeX Entry" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:84 #, kde-format msgid "Insert Page Break" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:87 #, kde-format msgid "Remove Current Entry" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:90 #, kde-format msgid "Compute Eigenvectors" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:93 #, kde-format msgid "Create Matrix" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:96 #, kde-format msgid "Compute Eigenvalues" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:99 #, kde-format msgid "Invert Matrix" msgstr "" #. i18n("Data Reduction"), cartesianPlotAddNewActionGroup); #. i18n: ectx: property (text), widget (QLabel, lDifferentiation) #. +> trunk5 trunk #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:102 #: src/commonfrontend/worksheet/WorksheetView.cpp:339 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:139 #, kde-format msgid "Differentiation" msgstr "" #. i18n("Differentiation"), cartesianPlotAddNewActionGroup); #. i18n: ectx: property (text), widget (QLabel, lIntegration) #. +> trunk5 trunk #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:105 #: src/commonfrontend/worksheet/WorksheetView.cpp:341 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:23 #, kde-format msgid "Integration" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:108 #, kde-format msgid "Solve Equations" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:119 #, kde-format msgid "Find" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:123 #: src/kdefrontend/datasources/ImportDialog.cpp:131 #, kde-format msgid "Replace" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:127 #, kde-format msgid "Line Numbers" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:131 #, kde-format msgid "Animate Worksheet" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:135 #, kde-format msgid "LaTeX Typesetting" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:139 #, kde-format msgid "Syntax Completion" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:231 #, kde-format msgid "Interrupt" msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:233 #, kde-format msgid "Calculating..." msgstr "" #. +> trunk5 #: src/commonfrontend/cantorWorksheet/CantorWorksheetView.cpp:237 #, kde-format msgid "Ready" msgstr "" #. +> trunk5 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:129 #: src/commonfrontend/worksheet/WorksheetView.cpp:187 #, kde-format msgid "Original Size" msgstr "" #. +> trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:130 #: src/commonfrontend/worksheet/WorksheetView.cpp:169 #, kde-format msgid "Original size" msgstr "" #. +> trunk5 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:132 #: src/commonfrontend/worksheet/WorksheetView.cpp:190 #, kde-format msgid "Fit to Height" msgstr "" #. +> trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:133 #: src/commonfrontend/worksheet/WorksheetView.cpp:172 #, kde-format msgid "Fit to height" msgstr "" #. +> trunk5 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:133 #: src/commonfrontend/worksheet/WorksheetView.cpp:191 #, kde-format msgid "Fit to Width" msgstr "" #. +> trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:134 #: src/commonfrontend/worksheet/WorksheetView.cpp:173 #, kde-format msgid "Fit to width" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:136 #: src/commonfrontend/worksheet/WorksheetView.cpp:195 #: src/commonfrontend/worksheet/WorksheetView.cpp:295 #, kde-format msgid "Select and Edit" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:139 #: src/commonfrontend/worksheet/WorksheetView.cpp:198 #, kde-format msgid "Navigate" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:142 #: src/commonfrontend/worksheet/WorksheetView.cpp:201 #, kde-format msgid "Select and Zoom" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:145 #, kde-format msgid "Select and Move" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:148 #, kde-format msgid "Set Axis Points" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:151 #, kde-format msgid "Set Curve Points" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:154 #, kde-format msgid "Select Curve Segments" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:157 #, kde-format msgid "New Curve" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:159 #, kde-format msgid "Shift Left" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:162 #, kde-format msgid "Shift Right" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:165 #, kde-format msgid "Shift Up" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:168 #, kde-format msgid "Shift Down" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:171 #: src/commonfrontend/worksheet/WorksheetView.cpp:205 #, kde-format msgid "No Magnification" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:175 #: src/commonfrontend/worksheet/WorksheetView.cpp:209 #, kde-format msgid "2x Magnification" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:178 #: src/commonfrontend/worksheet/WorksheetView.cpp:212 #, kde-format msgid "3x Magnification" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:181 #: src/commonfrontend/worksheet/WorksheetView.cpp:215 #, kde-format msgid "4x Magnification" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:184 #: src/commonfrontend/worksheet/WorksheetView.cpp:218 #, kde-format msgid "5x Magnification" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:196 #: src/commonfrontend/worksheet/WorksheetView.cpp:403 #: src/commonfrontend/worksheet/WorksheetView.cpp:450 #, kde-format msgid "Mouse Mode" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:203 #, kde-format msgid "Data Entry Mode" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:208 #, kde-format msgid "Zoom View" msgstr "" #. +> trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:124 #: src/commonfrontend/worksheet/WorksheetView.cpp:163 #, kde-format msgid "Zoom in" msgstr "" #. +> trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:127 #: src/commonfrontend/worksheet/WorksheetView.cpp:166 #, kde-format msgid "Zoom out" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:216 #, kde-format msgid "Move Last Point" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:222 #: src/commonfrontend/worksheet/WorksheetView.cpp:418 #, kde-format msgid "Magnification" msgstr "" #. +> trunk5 #: src/commonfrontend/datapicker/DatapickerImageView.cpp:462 #, kde-format msgid "%1, active curve \"%2\": %3=%4, %5=%6" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:570 #, kde-format msgid "%1: change position of selected DatapickerPoints." msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:642 #, kde-format msgid "%1: add new curve." msgstr "" #. +> trunk5 trunk #: src/commonfrontend/datapicker/DatapickerImageView.cpp:643 #, kde-format msgid "Curve" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:145 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:200 #, kde-format msgid "Cu&t" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:146 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:201 #, kde-format msgid "&Copy" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:147 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:202 #, kde-format msgid "Past&e" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:148 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:205 #, kde-format msgid "Clea&r Selection" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:149 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:206 #: src/commonfrontend/worksheet/WorksheetView.cpp:165 #, kde-format msgid "Select All" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:161 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:215 #, kde-format msgid "Function Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:162 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:216 #, kde-format msgid "Const Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:163 #, kde-format msgid "Clear Matrix" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:164 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:223 #, kde-format msgid "&Go to Cell" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:166 #, kde-format msgid "&Transpose" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:167 #, kde-format msgid "Mirror &Horizontally" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:168 #, kde-format msgid "Mirror &Vertically" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:174 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:52 #, kde-format msgid "Rows and Columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:176 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:53 #, kde-format msgid "xy-Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:178 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:54 #, kde-format msgid "Rows, Columns and xy-Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:183 #, kde-format msgid "&Add Columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:184 #, kde-format msgid "&Insert Empty Columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:185 #, kde-format msgid "Remo&ve Columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:186 #, kde-format msgid "Clea&r Columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:187 #: src/commonfrontend/matrix/MatrixView.cpp:194 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:224 #, kde-format msgid "Statisti&cs" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:190 #, kde-format msgid "&Add Rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:191 #, kde-format msgid "&Insert Empty Rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:192 #, kde-format msgid "Remo&ve Rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:193 #, kde-format msgid "Clea&r Rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:233 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:362 #, kde-format msgid "Selection" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:259 #: src/commonfrontend/matrix/MatrixView.cpp:310 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:446 #, kde-format msgid "Generate Data" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:265 #: src/commonfrontend/matrix/MatrixView.cpp:316 #, kde-format msgid "View" msgstr "" #. +> trunk5 #: src/commonfrontend/matrix/MatrixView.cpp:280 #, kde-format msgid "Header Format" msgstr "" #. +> trunk #: src/commonfrontend/matrix/MatrixView.cpp:279 #, kde-format msgid "Header format" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:547 #: src/commonfrontend/matrix/MatrixView.cpp:551 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1980 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1984 #, kde-format msgid "Go to Cell" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:547 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1980 #, kde-format msgid "Enter column" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:551 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1984 #, kde-format msgid "Enter row" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:581 #, kde-format msgid "Fill the matrix with constant value" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:600 #, kde-format msgid "%1: cut selected cell(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:646 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1184 #, kde-format msgid "%1: paste from clipboard" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:714 #, kde-format msgid "%1: clear selected cell(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:835 #, kde-format msgid "%1: insert empty column(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:856 #, kde-format msgid "%1: remove selected column(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:865 #, kde-format msgid "%1: clear selected column(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:890 #, kde-format msgid "%1: insert empty rows(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:911 #, kde-format msgid "%1: remove selected rows(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/matrix/MatrixView.cpp:924 #, kde-format msgid "%1: clear selected rows(s)" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/ProjectExplorer.cpp:79 #, kde-format msgid "Search/Filter:" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/ProjectExplorer.cpp:84 #: src/commonfrontend/widgets/TreeViewComboBox.cpp:73 #, kde-format msgid "Search/Filter text" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:116 #, kde-format msgid "Case Sensitive" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:109 #, kde-format msgid "case sensitive" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:121 #, kde-format msgid "Match Complete Word" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:114 #, kde-format msgid "match complete word" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:126 #, kde-format msgid "Expand All" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:119 #, kde-format msgid "expand all" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:129 #, kde-format msgid "Expand Selected" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:122 #, kde-format msgid "expand selected" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:132 #, kde-format msgid "Collapse All" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:125 #, kde-format msgid "collapse all" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:135 #, kde-format msgid "Collapse Selected" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:128 #, kde-format msgid "collapse selected" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:138 #, kde-format msgid "Delete Selected" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:131 #, kde-format msgid "delete selected" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:141 #: src/commonfrontend/ProjectExplorer.cpp:465 #, kde-format msgid "Hide Search/Filter Options" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:134 #: src/commonfrontend/ProjectExplorer.cpp:392 #, kde-format msgid "hide search/filter options" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:144 #, kde-format msgid "Show All" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:137 #, kde-format msgid "show all" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:164 #, kde-format msgid "Tree options" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:183 #, kde-format msgid "Show/Hide columns" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:177 #, kde-format msgid "show/hide columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/ProjectExplorer.cpp:268 #, kde-format msgid "Columns" msgstr "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:462 #, kde-format msgid "Show Search/Filter Options" msgstr "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:389 #, kde-format msgid "show search/filter options" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/ProjectExplorer.cpp:611 #: src/commonfrontend/worksheet/WorksheetView.cpp:1277 #, kde-format msgid "Do you really want to delete the selected object?" msgid_plural "Do you really want to delete the selected %1 objects?" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:612 #: src/commonfrontend/worksheet/WorksheetView.cpp:1278 #, kde-format msgid "Delete selected object" msgid_plural "Delete selected objects" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/commonfrontend/ProjectExplorer.cpp:617 #, kde-format msgid "Project Explorer: delete %1 selected object" msgid_plural "Project Explorer: delete %1 selected objects" msgstr[0] "" msgstr[1] "" #. +> trunk #: src/commonfrontend/ProjectExplorer.cpp:536 #, kde-format msgid "Project Explorer: removed %1 selected object." msgid_plural "Project Explorer: removed %1 selected objects." msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:203 #, kde-format msgid "&Mask Selection" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:204 #, kde-format msgid "&Unmask Selection" msgstr "" #. i18n("Assign &Formula"), this); #. action_recalculate = new QAction(QIcon::fromTheme(""), i18n("Recalculate"), this); #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:210 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:211 #, kde-format msgid "Row Numbers" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:212 #, kde-format msgid "Uniform Random Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:213 #, kde-format msgid "Random Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:214 #, kde-format msgid "Equidistant Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:219 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:770 #, kde-format msgid "Show Comments" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:220 #, kde-format msgid "Clear Spreadsheet" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:221 #, kde-format msgid "Clear Masks" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:222 #, kde-format msgid "&Sort Spreadsheet" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:227 #, kde-format msgid "Insert Column Left" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:228 #, kde-format msgid "Insert Column Right" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:229 #, kde-format msgid "Remove Selected Columns" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:230 #, kde-format msgid "Clear Selected Columns" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:232 #: src/kdefrontend/dockwidgets/AxisDock.cpp:301 #: src/kdefrontend/dockwidgets/AxisDock.cpp:310 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:230 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:300 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:353 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:381 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:228 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:380 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:411 #: src/kdefrontend/GuiTools.cpp:151 src/kdefrontend/widgets/ThemesWidget.cpp:99 #, kde-format msgid "None" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:247 #, kde-format msgid "X-error minus" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:250 #, kde-format msgid "X-error plus" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:256 #, kde-format msgid "Y-error minus" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:259 #, kde-format msgid "Y-error plus" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:262 #, kde-format msgid "Reverse" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:263 #, kde-format msgid "Drop Values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:264 #, kde-format msgid "Mask Values" msgstr "" #. i18n("Join"), this); #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:266 #, kde-format msgid "&Normalize" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:267 #, kde-format msgid "&Normalize Selection" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:268 #, kde-format msgid "&Selected Columns" msgstr "" #. +> trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:197 #, kde-format msgid "&Add Column" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:269 #, kde-format msgid "&Ascending" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:270 #, kde-format msgid "&Descending" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:271 #, kde-format msgid "Column Statisti&cs" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:274 #, kde-format msgid "Insert Row Above" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:275 #, kde-format msgid "Insert Row Below" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:276 #, kde-format msgid "Remo&ve Selected Rows" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:277 #, kde-format msgid "Clea&r Selected Rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:278 #, kde-format msgid "Row Statisti&cs" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:281 #, kde-format msgid "Plot Data" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:319 #, kde-format msgid "Inverse Exponential" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:366 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:508 #, kde-format msgid "Fi&ll Selection With" msgstr "" #. +> trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:238 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:339 #, kde-format msgid "Fi&ll Selection with" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:415 #, kde-format msgid "Analyze and Plot Data" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:428 #, kde-format msgid "Set Column As" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:462 #: src/kdefrontend/spreadsheet/SortDialog.cpp:49 #, kde-format msgid "Sort" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:768 #, kde-format msgid "Hide Comments" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1118 #, kde-format msgid "%1: cut selected cells" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1295 #, kde-format msgid "%1: mask selected cells" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1311 #, kde-format msgid "%1: unmask selected cells" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1338 #, kde-format msgid "%1: fill cells with row numbers" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1391 #, kde-format msgid "%1: fill column with row numbers" msgid_plural "%1: fill columns with row numbers" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1431 #, kde-format msgid "%1: fill cells with random values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1526 #, kde-format msgid "%1: fill cells with const values" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1533 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1550 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1567 #, kde-format msgid "Fill the selection with constant value" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1607 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1647 #, kde-format msgid "%1: insert empty column" msgstr "" #. +> trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1223 #, kde-format msgid "%1: insert empty columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1688 #, kde-format msgid "%1: remove selected columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1699 #, kde-format msgid "%1: clear selected columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1742 #, kde-format msgid "%1: reverse column" msgid_plural "%1: reverse columns" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1777 #, kde-format msgid "%1: normalize columns" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1796 #, kde-format msgid "%1: normalize selection" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1877 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1892 #, kde-format msgid "%1: insert empty rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1907 #, kde-format msgid "%1: remove selected rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1919 #, kde-format msgid "%1: clear selected rows" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:1954 #, kde-format msgid "%1: clear selected cells" msgstr "" #. +> trunk5 #: src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2135 #, kde-format msgctxt "@title:window" msgid "Print Spreadsheet" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/workbook/WorkbookView.cpp:70 #, kde-format msgid "Add new Spreadsheet" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/workbook/WorkbookView.cpp:71 #, kde-format msgid "Add new Matrix" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/workbook/WorkbookView.cpp:178 #: src/kdefrontend/MainWin.cpp:345 src/kdefrontend/MainWin.cpp:1211 #, kde-format msgid "Matrix" msgstr "" #. i18n: ectx: ToolBar (spreadsheet_toolbar) #. +> trunk5 trunk #: src/commonfrontend/workbook/WorkbookView.cpp:183 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:244 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:289 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:245 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:291 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:131 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:84 #: src/kdefrontend/dockwidgets/XYDifferentiationCurveDock.cpp:83 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:87 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:77 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:84 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:87 #: src/kdefrontend/dockwidgets/XYSmoothCurveDock.cpp:83 #: src/kdefrontend/labplot2ui.rc:28 src/kdefrontend/MainWin.cpp:339 #: src/kdefrontend/MainWin.cpp:1190 #, kde-format msgid "Spreadsheet" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:192 #, kde-format msgid "Fit to Selection" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:174 #, kde-format msgid "Fit to selection" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:212 #: src/commonfrontend/worksheet/WorksheetView.cpp:1066 #: src/commonfrontend/worksheet/WorksheetView.cpp:1067 #, kde-format msgid "text label" msgstr "" #. i18n("Selection"), mouseModeActionGroup); #. selectionModeAction->setCheckable(true); #. "Add new" related actions #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:226 #, kde-format msgid "Box Plot, Four Axes" msgstr "" #. i18n("Selection"), mouseModeActionGroup); #. selectionModeAction->setCheckable(true); #. "Add new" related actions #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:208 #, kde-format msgid "box plot, four axes" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:227 #, kde-format msgid "Box Plot, Two Axes" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:209 #, kde-format msgid "box plot, two axes" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:228 #, kde-format msgid "Two Axes, Centered" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:210 #, kde-format msgid "two axes, centered" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:229 #, kde-format msgid "Two Axes, Crossing at Origin" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:211 #, kde-format msgid "two axes, crossing at origin" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:231 #, kde-format msgid "Bar Chart" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:233 #, kde-format msgid "Vertical Layout" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:215 #, kde-format msgid "Vertical layout" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:236 #, kde-format msgid "Horizontal Layout" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:218 #, kde-format msgid "Horizontal layout" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:239 #, kde-format msgid "Grid Layout" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:221 #, kde-format msgid "Grid layout" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:242 #, kde-format msgid "Break Layout" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:224 #, kde-format msgid "Break layout" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:246 #, kde-format msgid "No Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:228 #, kde-format msgid "no grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:251 #, kde-format msgid "Dense Line Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:233 #, kde-format msgid "dense line grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:254 #, kde-format msgid "Sparse Line Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:236 #, kde-format msgid "sparse line grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:257 #, kde-format msgid "Dense Dot Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:239 #, kde-format msgid "dense dot grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:260 #, kde-format msgid "Sparse Dot Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:242 #, kde-format msgid "sparse dot grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:263 #, kde-format msgid "Custom Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:245 #, kde-format msgid "custom grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:266 #, kde-format msgid "Snap to Grid" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:248 #, kde-format msgid "snap to grid" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:269 #, kde-format msgid "Show in Presenter Mode" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:251 #, kde-format msgid "Show in presenter mode" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:286 #, kde-format msgid "Selected Plots" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:147 #, kde-format msgid "Select all" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:270 #, kde-format msgid "selected plots" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:279 #, kde-format msgid "Select and edit" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:1127 #, kde-format msgid "Delete selected objects" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:289 #, kde-format msgid "All Plots" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:273 #, kde-format msgid "all plots" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:299 #, kde-format msgid "Select Region and Zoom In" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:302 #, kde-format msgid "Select x-region and Zoom In" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:286 #, kde-format msgid "Select x-region and zoom in" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:305 #, kde-format msgid "Select y-region and Zoom In" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:283 #, kde-format msgid "Select region and zoom in" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:289 #, kde-format msgid "Select y-region and zoom in" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:312 #, kde-format msgid "xy-curve From a Mathematical Equation" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:314 #, kde-format msgid "xy-curve From a Data Operation" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:297 #, kde-format msgid "xy-curve from a data operation" msgstr "" #. i18n("xy-curve From a Data Operation"), cartesianPlotAddNewActionGroup); #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:316 #, kde-format msgid "xy-curve From a Data Reduction" msgstr "" #. i18n("xy-curve From a Data Reduction"), cartesianPlotAddNewActionGroup); #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:318 #, kde-format msgid "xy-curve From a Differentiation" msgstr "" #. i18n("xy-curve From a Differentiation"), cartesianPlotAddNewActionGroup); #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:320 #, kde-format msgid "xy-curve From an Integration" msgstr "" #. i18n("xy-curve From an Integration"), cartesianPlotAddNewActionGroup); #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:323 #, kde-format msgid "xy-curve From an Interpolation" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:324 #, kde-format msgid "xy-curve From a Smooth" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:325 #, kde-format msgid "xy-curve From a Fit to Data" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:326 #, kde-format msgid "xy-curve From a Fourier Filter" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:327 #, kde-format msgid "xy-curve From a Fourier Transform" msgstr "" #. i18n("Data Operation"), cartesianPlotAddNewActionGroup); #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:337 #, kde-format msgid "Data Reduction" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:317 #, kde-format msgid "Data operation" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:318 #: src/kdefrontend/GuiObserver.cpp:268 #, kde-format msgid "Data reduction" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:346 #, kde-format msgid "Data Fitting" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:324 #, kde-format msgid "Data fitting" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:348 #, kde-format msgid "Fourier Transform" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:325 #, kde-format msgid "Fourier filter" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:326 #, kde-format msgid "Fourier transform" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:392 #: src/commonfrontend/worksheet/WorksheetView.cpp:1191 #: src/commonfrontend/worksheet/WorksheetView.cpp:1198 #: src/commonfrontend/worksheet/WorksheetView.cpp:1205 #: src/commonfrontend/worksheet/WorksheetView.cpp:1212 #, kde-format msgid "xy-plot" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. i18n: ectx: attribute (title), widget (QWidget, tab3) #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:426 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:608 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:371 #, kde-format msgid "Layout" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabGrid) #. i18n: ectx: property (text), widget (QLabel, lGrid) #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:433 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1202 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:583 #, kde-format msgid "Grid" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:448 #, kde-format msgid "Cartesian Plot" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:475 #, kde-format msgid "Zoom/Navigate" msgstr "" #. +> trunk5 #: src/commonfrontend/worksheet/WorksheetView.cpp:496 #, kde-format msgid "Apply Actions to" msgstr "" #. +> trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:473 #, kde-format msgid "Apply actions to" msgstr "" #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:1284 #, kde-format msgid "%1: Remove selected worksheet elements." msgstr "" #. +> trunk5 trunk #: src/commonfrontend/worksheet/WorksheetView.cpp:1766 #: src/commonfrontend/worksheet/WorksheetView.cpp:1778 #, kde-format msgid "%1: Add curve to %2 plots" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/AsciiOptionsWidget.cpp:53 +#: src/kdefrontend/datasources/JsonOptionsWidget.cpp:121 #, kde-format msgid "This option determines how the imported strings have to be converted to numbers." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/AsciiOptionsWidget.cpp:55 +#: src/kdefrontend/datasources/JsonOptionsWidget.cpp:123 #, kde-format msgid "" "For 'C Format', a period is used for the decimal point character and comma is used for the thousands group separator. Valid number representations are:" "

    " "
  • 1234.56
  • " "
  • 1,234.56
  • " "
  • etc.
  • " "
" "When using 'System locale', the system settings will be used. E.g., for the German local the valid number representations are:" "
    " "
  • 1234,56
  • " "
  • 1.234,56
  • " "
  • etc.
  • " "
" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/AsciiOptionsWidget.cpp:76 +#: src/kdefrontend/datasources/JsonOptionsWidget.cpp:144 #, kde-format msgid "This option determines how the imported strings have to be converted to calendar date, i.e. year, month, and day numbers in the Gregorian calendar and to time." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/AsciiOptionsWidget.cpp:78 +#: src/kdefrontend/datasources/JsonOptionsWidget.cpp:146 #, kde-format msgid "" "Expressions that may be used for the date part of format string:" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "
dthe day as number without a leading zero (1 to 31).
ddthe day as number with a leading zero (01 to 31).
dddthe abbreviated localized day name (e.g. 'Mon' to 'Sun'). Uses the system locale to localize the name.
ddddthe long localized day name (e.g. 'Monday' to 'Sunday'). Uses the system locale to localize the name.
Mthe month as number without a leading zero (1 to 12).
MMthe month as number with a leading zero (01 to 12).
MMMthe abbreviated localized month name (e.g. 'Jan' to 'Dec'). Uses the system locale to localize the name.
MMMMthe long localized month name (e.g. 'January' to 'December'). Uses the system locale to localize the name.
yythe year as two digit number (00 to 99).
yyyythe year as four digit number. If the year is negative, a minus sign is prepended in addition.
" "
" "
" "Expressions that may be used for the time part of the format string:" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "
hthe hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)
hhthe hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)
Hthe hour without a leading zero (0 to 23, even with AM/PM display)
HHthe hour with a leading zero (00 to 23, even with AM/PM display)
mthe minute without a leading zero (0 to 59)
mmthe minute with a leading zero (00 to 59)
sthe second without a leading zero (0 to 59)
ssthe second with a leading zero (00 to 59)
zthe milliseconds without leading zeroes (0 to 999)
zzzthe milliseconds with leading zeroes (000 to 999)
AP or Ainterpret as an AM/PM time. AP must be either 'AM' or 'PM'.
ap or aInterpret as an AM/PM time. ap must be either 'am' or 'pm'.
" "
" "
" "Examples are:" "" "" "" "" "" "" "" "" "" "" "" "" "" "
dd.MM.yyyy20.07.1969
ddd MMMM d yySun July 20 69
'The day is' ddddThe day is Sunday
" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/BinaryOptionsWidget.cpp:48 #, kde-format msgid "This option determines the data type that the imported data while converting to numbers." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/BinaryOptionsWidget.cpp:55 #, kde-format msgid "This option determines the byte order of the imported data when converting to numbers." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/BinaryOptionsWidget.cpp:57 #, kde-format msgid "" "" "" "" "" "" "" "" "" "" "
little endiantypical byte order (endianness) on Intel x86 processors.
big endiantypical byte order on Mainframes (IBM) and SPARC/PowerPC/Motorola processors.
" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerDialog.cpp:49 #, kde-format msgctxt "@title:window" msgid "SQL Database Connections" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerDialog.cpp:84 #, kde-format msgctxt "@title:window" msgid "SQL Database Connections [Changed]" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:61 #, kde-format msgid "Add new database connection" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:62 #, kde-format msgid "Delete selected database connection" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:63 #, kde-format msgid "Open database file" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:64 #, kde-format msgid "Test selected database connection" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:164 #, kde-format msgid "Select the database file" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:277 #, kde-format msgid "Do you really want to delete the connection '%1'?" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:278 #, kde-format msgid "Delete Connection" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:399 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:419 #, kde-format msgid "Failed to connect to the database '%1'." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:400 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:420 #: src/kdefrontend/datasources/ImportSQLDatabaseWidget.cpp:191 #, kde-format msgid "Connection Failed" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:416 #, kde-format msgid "Connection to the database '%1' was successful." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:417 #, kde-format msgid "Connection Successful" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/DatabaseManagerWidget.cpp:430 #, kde-format msgid "New connection" msgstr "" #. +> trunk #: src/kdefrontend/datasources/FileInfoDialog.cpp:50 #, kde-format msgid "File info" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/FileInfoDialog.cpp:69 #, kde-format msgctxt "@title:window" msgid "File Information" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/FileInfoDialog.cpp:143 -#: src/kdefrontend/datasources/FileInfoDialog.cpp:201 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:204 #, kde-format msgid "Could not open file %1 for reading." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/FileInfoDialog.cpp:146 #, kde-format msgid "cannot open" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/FileInfoDialog.cpp:152 #, kde-format msgid "File type: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:189 -#: src/kdefrontend/datasources/FileInfoDialog.cpp:190 -#: src/kdefrontend/datasources/FileInfoDialog.cpp:191 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:192 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:193 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:194 #, kde-format msgid "yes" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:189 -#: src/kdefrontend/datasources/FileInfoDialog.cpp:190 -#: src/kdefrontend/datasources/FileInfoDialog.cpp:191 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:192 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:193 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:194 #, kde-format msgid "no" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:189 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:192 #, kde-format msgid "Readable: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:190 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:193 #, kde-format msgid "Writable: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:191 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:194 #, kde-format msgid "Executable: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:193 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:196 #, kde-format msgid "Created: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:194 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:197 #, kde-format msgid "Last modified: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:195 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:198 #, kde-format msgid "Last read: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:196 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:199 #, kde-format msgid "Owner: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:197 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:200 #, kde-format msgid "Group: %1" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:198 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:201 #, kde-format msgid "%1 cByte" msgid_plural "%1 cBytes" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/FileInfoDialog.cpp:198 +#: src/kdefrontend/datasources/FileInfoDialog.cpp:201 #, kde-format msgid "Size: %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/HDF5OptionsWidget.cpp:42 #, kde-format msgid "Link" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/HDF5OptionsWidget.cpp:42 #: src/kdefrontend/datasources/NetCDFOptionsWidget.cpp:43 #, kde-format msgid "Properties" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImageOptionsWidget.cpp:44 #, kde-format msgid "This option determines how the image is converted when importing." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportDialog.cpp:77 #, kde-format msgid "New Workbook" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportDialog.cpp:78 #, kde-format msgid "New Spreadsheet" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportDialog.cpp:79 #, kde-format msgid "New Matrix" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbImportTo) #. +> trunk5 #: src/kdefrontend/datasources/ImportDialog.cpp:100 #: src/kdefrontend/ui/datasources/importprojectwidget.ui:78 #, kde-format msgid "Import to" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportDialog.cpp:102 #, kde-format msgid "Data container" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportDialog.cpp:120 #, kde-format msgid "Add new data container" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorGrid_2) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportDialog.cpp:123 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:914 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:102 #, kde-format msgid "Position" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportDialog.cpp:129 #, kde-format msgid "Append" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportDialog.cpp:130 #, kde-format msgid "Prepend" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportDialog.cpp:163 #, kde-format msgid "Add %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportDialog.cpp:163 #, kde-format msgid "%1 name:" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportFileDialog.cpp:92 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:59 #, kde-format msgctxt "@title:window" msgid "Import Data to Spreadsheet or Matrix" msgstr "" #. +> trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:83 #, kde-format msgid "Import Data to Spreadsheet or Matrix" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportFileDialog.cpp:95 #, kde-format msgctxt "@title:window" msgid "Add New Live Data Source" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:107 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:305 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:307 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:132 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:303 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:112 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:208 #, kde-format msgid "Hide Options" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:107 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:305 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:307 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:133 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:304 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:113 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:209 #, kde-format msgid "Show Options" msgstr "" #. +> trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:112 #, kde-format msgid "Import To" msgstr "" #. +> trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:151 #, kde-format msgid "new Workbook" msgstr "" #. +> trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:152 #, kde-format msgid "new Spreadsheet" msgstr "" #. +> trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:153 #, kde-format msgid "new Matrix" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportFileDialog.cpp:156 #, kde-format msgid "Live data source created in %1 seconds." msgstr "" #. +> trunk #: src/kdefrontend/datasources/ImportFileDialog.cpp:190 #, kde-format msgid "File data source created in %1 seconds." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportFileDialog.cpp:177 #, kde-format msgid "No data to import." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportFileDialog.cpp:177 #, kde-format msgid "No Data" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileDialog.cpp:295 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:297 #, kde-format msgid "File %1 imported in %2 seconds." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:324 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:366 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:387 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:407 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:428 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:454 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:326 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:368 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:389 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:409 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:430 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:456 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:174 #, kde-format msgid "Close the dialog and import the data." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:326 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:328 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:168 #, kde-format msgid "Cannot import into a matrix since the data contains non-numerical data." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:338 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:340 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:152 #, kde-format msgid "Select a data container where the data has to be imported into." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:368 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:370 #, kde-format msgid "Provide an existing file." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:391 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:393 #, kde-format msgid "Could not connect to the provided local socket." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:395 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:397 #, kde-format msgid "Selected local socket does not exist." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:412 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:414 #, kde-format msgid "Could not connect to the provided TCP socket." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:416 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:438 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:418 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:440 #, kde-format msgid "Either the host name or the port number is missing." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:434 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:436 #, kde-format msgid "Could not connect to the provided UDP socket." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:456 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:458 #, kde-format msgid "Could not connect to the provided serial port." msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileDialog.cpp:459 +#: src/kdefrontend/datasources/ImportFileDialog.cpp:461 #, kde-format msgid "Serial port number is missing." msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:87 -#: src/kdefrontend/datasources/ImportFileWidget.cpp:742 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:92 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:786 #, kde-format msgid "Automatic" msgstr "" #. +> trunk5 -#: src/kdefrontend/datasources/ImportFileWidget.cpp:154 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:168 #, kde-format msgid "Whole file" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:546 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:578 #, kde-format msgid "Select the File Data Source" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:653 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:690 #, kde-format msgid "Save Filter Settings as" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:654 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:691 #, kde-format msgid "Filter name:" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:654 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:691 #, kde-format msgid "new filter" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabDataFormat) #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:685 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:292 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:722 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:333 #, kde-format msgid "Data format" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. i18n: ectx: attribute (title), widget (QWidget, tabDataPreview) #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:686 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:331 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:723 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:372 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:158 #, kde-format msgid "Preview" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_4) #. i18n: ectx: attribute (title), widget (QWidget, tabDataPortion) #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:687 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:403 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:724 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:444 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:239 #, kde-format msgid "Data portion to read" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/datasources/ImportFileWidget.cpp:714 +#: src/kdefrontend/datasources/ImportFileWidget.cpp:753 #, kde-format msgid "Data format && preview" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:89 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:405 #, kde-format msgid "Add new folder" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:111 #, kde-format msgctxt "@title:window" msgid "Import LabPlot Project" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:115 #, kde-format msgctxt "@title:window" msgid "Import Origin Project" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:208 #, kde-format msgid "The object listed below already exists in target folder and will be overwritten:" msgid_plural "The objects listed below already exist in target folder and will be overwritten:" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:214 #, kde-format msgid "Do you want to proceed?" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:216 #, kde-format msgid "Override existing objects?" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:241 #, kde-format msgid "Project data imported in %1 seconds." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:330 #, kde-format msgid "Close the dialog and import the selected objects." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:332 #, kde-format msgid "Select object(s) to be imported." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:347 #, kde-format msgctxt "@title:window" msgid "Open LabPlot Project" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:349 #, kde-format msgid "LabPlot Projects (%1)" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:352 #, kde-format msgctxt "@title:window" msgid "Open Origin Project" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:354 #, kde-format msgid "Origin Projects (%1)" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportProjectDialog.cpp:405 #, kde-format msgid "Folder name:" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:136 #, kde-format msgid "Data imported in %1 seconds." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:160 #, kde-format msgid "Select a valid database object (table or query result set) that has to be imported." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportSQLDatabaseWidget.cpp:54 #, kde-format msgid "Table" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportSQLDatabaseWidget.cpp:55 #, kde-format msgid "Custom query" msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportSQLDatabaseWidget.cpp:190 #, kde-format msgid "Failed to connect to the database '%1'. Please check the connection settings." msgstr "" #. +> trunk5 #: src/kdefrontend/datasources/ImportSQLDatabaseWidget.cpp:230 #: src/kdefrontend/datasources/ImportSQLDatabaseWidget.cpp:324 #, kde-format msgid "Unable to Execute Query" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabValues) #. +> trunk5 trunk #: src/kdefrontend/datasources/NetCDFOptionsWidget.cpp:43 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:29 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:726 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:627 #, kde-format msgid "Values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:194 #: src/kdefrontend/dockwidgets/AxisDock.cpp:325 #: src/kdefrontend/dockwidgets/AxisDock.cpp:490 #: src/kdefrontend/dockwidgets/AxisDock.cpp:492 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:256 #: src/kdefrontend/SettingsGeneralPage.cpp:95 #: src/kdefrontend/widgets/LabelWidget.cpp:86 #: src/kdefrontend/widgets/LabelWidget.cpp:95 #, kde-format msgid "Top" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:195 #: src/kdefrontend/dockwidgets/AxisDock.cpp:326 #: src/kdefrontend/dockwidgets/AxisDock.cpp:494 #: src/kdefrontend/dockwidgets/AxisDock.cpp:496 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:259 #: src/kdefrontend/widgets/LabelWidget.cpp:89 #: src/kdefrontend/widgets/LabelWidget.cpp:98 #, kde-format msgid "top" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:195 #: src/kdefrontend/dockwidgets/AxisDock.cpp:326 #: src/kdefrontend/dockwidgets/AxisDock.cpp:491 #: src/kdefrontend/dockwidgets/AxisDock.cpp:493 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:258 #: src/kdefrontend/SettingsGeneralPage.cpp:96 #: src/kdefrontend/widgets/LabelWidget.cpp:88 #: src/kdefrontend/widgets/LabelWidget.cpp:97 #, kde-format msgid "Bottom" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:196 #: src/kdefrontend/dockwidgets/AxisDock.cpp:327 #: src/kdefrontend/dockwidgets/AxisDock.cpp:495 #: src/kdefrontend/dockwidgets/AxisDock.cpp:497 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:261 #: src/kdefrontend/widgets/LabelWidget.cpp:91 #: src/kdefrontend/widgets/LabelWidget.cpp:100 #, kde-format msgid "bottom" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:198 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:258 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:262 #: src/kdefrontend/widgets/LabelWidget.cpp:87 #: src/kdefrontend/widgets/LabelWidget.cpp:92 #, kde-format msgid "custom" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:196 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:393 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:245 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:324 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:405 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:291 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:435 #, kde-format msgid "Centered" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:197 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:372 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:248 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:310 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:447 #, kde-format msgid "centered" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:210 #, kde-format msgid "No arrow" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:211 #, kde-format msgid "no arrow" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:211 #, kde-format msgid "Simple, Small" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:212 #, kde-format msgid "simple, small" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:212 #, kde-format msgid "Simple, Big" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:213 #, kde-format msgid "simple, big" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:213 #, kde-format msgid "Filled, Small" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:214 #, kde-format msgid "filled, small" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:214 #, kde-format msgid "Filled, Big" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:215 #, kde-format msgid "filled, big" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:215 #, kde-format msgid "Semi-filled, Small" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:216 #, kde-format msgid "semi-filled, small" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:216 #, kde-format msgid "Semi-filled, Big" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:217 #, kde-format msgid "semi-filled, big" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:297 #: src/kdefrontend/dockwidgets/AxisDock.cpp:501 #: src/kdefrontend/dockwidgets/AxisDock.cpp:504 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:252 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:295 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:304 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:376 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:385 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:406 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:415 #: src/kdefrontend/SettingsGeneralPage.cpp:97 #: src/kdefrontend/widgets/LabelWidget.cpp:81 #: src/kdefrontend/widgets/LabelWidget.cpp:91 #, kde-format msgid "Left" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:298 #: src/kdefrontend/dockwidgets/AxisDock.cpp:505 #: src/kdefrontend/dockwidgets/AxisDock.cpp:508 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:255 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:418 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:427 #: src/kdefrontend/widgets/LabelWidget.cpp:84 #: src/kdefrontend/widgets/LabelWidget.cpp:94 #, kde-format msgid "left" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:298 #: src/kdefrontend/dockwidgets/AxisDock.cpp:502 #: src/kdefrontend/dockwidgets/AxisDock.cpp:503 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:254 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:296 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:305 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:377 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:386 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:407 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:416 #: src/kdefrontend/SettingsGeneralPage.cpp:98 #: src/kdefrontend/widgets/LabelWidget.cpp:83 #: src/kdefrontend/widgets/LabelWidget.cpp:93 #, kde-format msgid "Right" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:299 #: src/kdefrontend/dockwidgets/AxisDock.cpp:506 #: src/kdefrontend/dockwidgets/AxisDock.cpp:507 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:257 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:419 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:428 #: src/kdefrontend/widgets/LabelWidget.cpp:86 #: src/kdefrontend/widgets/LabelWidget.cpp:96 #, kde-format msgid "right" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:299 #, kde-format msgid "Both" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:300 #, kde-format msgid "both" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:302 #: src/kdefrontend/dockwidgets/AxisDock.cpp:311 #, kde-format msgid "In" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:303 #: src/kdefrontend/dockwidgets/AxisDock.cpp:312 #, kde-format msgid "in" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:303 #: src/kdefrontend/dockwidgets/AxisDock.cpp:312 #, kde-format msgid "Out" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:304 #: src/kdefrontend/dockwidgets/AxisDock.cpp:313 #, kde-format msgid "out" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:304 #: src/kdefrontend/dockwidgets/AxisDock.cpp:313 #, kde-format msgid "In and Out" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:305 #: src/kdefrontend/dockwidgets/AxisDock.cpp:314 #, kde-format msgid "in and out" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:306 #: src/kdefrontend/dockwidgets/AxisDock.cpp:315 #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:51 #, kde-format msgid "Number" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:307 #: src/kdefrontend/dockwidgets/AxisDock.cpp:316 #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:52 #, kde-format msgid "Increment" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:308 #: src/kdefrontend/dockwidgets/AxisDock.cpp:317 #, kde-format msgid "Custom column" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/AxisDock.cpp:324 #, kde-format msgid "No labels" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:325 #, kde-format msgid "no labels" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:328 #, kde-format msgid "Decimal notation" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:329 #, kde-format msgid "Scientific notation" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:330 #, kde-format msgid "Powers of 10" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:331 #, kde-format msgid "Powers of 2" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:332 #, kde-format msgid "Powers of e" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:333 #, kde-format msgid "Multiples of π" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:617 #, kde-format msgid "The axes lower limit has a non-positive value. Default minimal value will be used." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:618 #: src/kdefrontend/dockwidgets/AxisDock.cpp:626 #, kde-format msgid "Wrong lower limit value" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:625 #, kde-format msgid "The axes lower limit has a negative value. Default minimal value will be used." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:1721 #, kde-format msgid "%1 axes: template \"%2\" loaded" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/AxisDock.cpp:1723 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:1304 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:939 #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:465 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:1019 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:1060 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:336 #: src/kdefrontend/dockwidgets/SpreadsheetDock.cpp:200 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:845 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:2084 #, kde-format msgid "%1: template \"%2\" loaded" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:360 #, kde-format msgid "log(x)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:361 #, kde-format msgid "log2(x)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:362 #, kde-format msgid "ln(x)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:365 #, kde-format msgid "log(y)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:366 #, kde-format msgid "log2(y)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:367 #, kde-format msgid "ln(y)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:370 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:374 #, kde-format msgid "Simple" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:349 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:353 #, kde-format msgid "simple" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:359 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:235 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:295 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:432 #, kde-format msgid "image" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:372 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:376 #, kde-format msgid "Sloped" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:351 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:355 #, kde-format msgid "sloped" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:381 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:233 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:310 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:391 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:277 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:421 #, kde-format msgid "Pattern" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:360 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:236 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:296 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:433 #, kde-format msgid "pattern" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:383 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:235 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:313 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:394 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:280 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:424 #, kde-format msgid "Single Color" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:362 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:238 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:299 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:436 #, kde-format msgid "single color" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:384 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:236 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:281 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:425 #, kde-format msgid "Horizontal Gradient" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:363 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:239 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:300 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:437 #, kde-format msgid "horizontal gradient" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:385 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:237 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:282 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:426 #, kde-format msgid "Vertical Gradient" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:364 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:240 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:301 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:438 #, kde-format msgid "vertical gradient" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:386 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:238 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:283 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:427 #, kde-format msgid "Diag. Gradient (From Top Left)" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:365 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:241 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:302 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:439 #, kde-format msgid "diag. gradient (from top left)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:387 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:239 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:284 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:428 #, kde-format msgid "Diag. Gradient (From Bottom Left)" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:366 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:242 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:303 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:440 #, kde-format msgid "diag. gradient (from bottom left)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:388 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:240 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:318 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:399 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:285 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:429 #, kde-format msgid "Radial Gradient" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:367 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:243 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:304 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:441 #, kde-format msgid "radial gradient" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:390 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:242 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:321 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:402 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:288 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:432 #, kde-format msgid "Scaled and Cropped" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:369 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:245 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:307 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:444 #, kde-format msgid "scaled and cropped" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:391 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:243 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:322 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:403 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:289 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:433 #, kde-format msgid "Scaled" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:370 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:246 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:308 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:445 #, kde-format msgid "scaled" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:392 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:244 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:323 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:404 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:290 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:434 #, kde-format msgid "Scaled, Keep Proportions" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:371 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:247 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:309 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:446 #, kde-format msgid "scaled, keep proportions" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:394 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:246 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:325 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:406 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:292 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:436 #, kde-format msgid "Tiled" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:373 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:249 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:311 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:448 #, kde-format msgid "tiled" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:395 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:247 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:326 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:407 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:293 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:437 #, kde-format msgid "Center Tiled" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:374 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:250 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:312 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:449 #, kde-format msgid "center tiled" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorderColor) #. i18n: ectx: property (text), widget (QLabel, lErrorBarFillingColor) #. i18n: ectx: property (text), widget (QLabel, lFillingColor) #. i18n: ectx: property (text), widget (QLabel, lLineColor) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksColor) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksColor) #. i18n: ectx: property (text), widget (QLabel, lLabelsColor) #. i18n: ectx: property (text), widget (QLabel, lMajorGridColor) #. i18n: ectx: property (text), widget (QLabel, lMinorGridColor) -#. i18n: ectx: property (text), widget (QLabel, lValuesColor) -#. i18n: ectx: property (text), widget (QLabel, lFontColor) +#. i18n: ectx: property (text), widget (QLabel, lDropLineColor) #. i18n: ectx: property (text), widget (QLabel, lSymbolFillingColor) #. i18n: ectx: property (text), widget (QLabel, lSymbolBorderColor) -#. i18n: ectx: property (text), widget (QLabel, lDropLineColor) +#. i18n: ectx: property (text), widget (QLabel, lValuesColor) +#. i18n: ectx: property (text), widget (QLabel, lFontColor) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsColor) #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:843 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:867 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:895 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:408 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:432 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:460 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:731 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:755 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:783 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:801 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:825 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:853 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:416 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:440 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:468 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1349 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1373 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1401 #: src/kdefrontend/ui/datapickercurvewidget.ui:216 #: src/kdefrontend/ui/datapickercurvewidget.ui:309 #: src/kdefrontend/ui/datapickercurvewidget.ui:508 #: src/kdefrontend/ui/datapickerimagewidget.ui:814 #: src/kdefrontend/ui/datapickerimagewidget.ui:870 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:296 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:584 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:769 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1072 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1264 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1348 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:977 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:998 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:124 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:527 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:375 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:412 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:320 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:230 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:355 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:619 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:675 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1017 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:131 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:256 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:428 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:452 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:911 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1322 #: src/kdefrontend/worksheet/GridDialog.cpp:80 #, kde-format msgid "Color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFillingFirstColor) #. i18n: ectx: property (text), widget (QLabel, lBackgroundFirstColor) #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:847 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:899 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:412 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:464 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:735 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:787 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:805 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:857 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:420 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:472 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1353 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1405 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:873 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:894 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:433 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:470 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1167 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:292 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1068 #, kde-format msgid "First color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBackgroundFirstColor) #. i18n: ectx: property (text), widget (QLabel, lFillingFirstColor) #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:784 #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:836 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:415 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:467 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:443 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:495 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1368 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1420 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:828 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:433 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:292 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1068 #, kde-format msgid "First color" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:960 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:525 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:848 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:918 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:611 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1470 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:397 #, kde-format msgid "Select the image file" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:960 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:525 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:848 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:918 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:611 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1470 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:397 #, kde-format msgid "Images (%1)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotDock.cpp:1302 #, kde-format msgid "%1 cartesian plots: template \"%2\" loaded" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:249 #, kde-format msgid "Column Major" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:252 #, kde-format msgid "column major" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:250 #, kde-format msgid "Row Major" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:253 #, kde-format msgid "row major" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:253 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:257 #: src/kdefrontend/widgets/LabelWidget.cpp:82 #: src/kdefrontend/widgets/LabelWidget.cpp:87 #: src/kdefrontend/widgets/LabelWidget.cpp:92 #: src/kdefrontend/widgets/LabelWidget.cpp:96 #, kde-format msgid "Center" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:256 #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:260 #: src/kdefrontend/widgets/LabelWidget.cpp:85 #: src/kdefrontend/widgets/LabelWidget.cpp:90 #: src/kdefrontend/widgets/LabelWidget.cpp:95 #: src/kdefrontend/widgets/LabelWidget.cpp:99 #, kde-format msgid "center" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp:937 #, kde-format msgid "%1 cartesian plot legends: template \"%2\" loaded" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:163 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:146 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:165 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:46 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:656 #, kde-format msgid "Decimal" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:164 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:147 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:166 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:47 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:657 #, kde-format msgid "Scientific (e)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:165 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:148 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:167 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:48 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:658 #, kde-format msgid "Scientific (E)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:166 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:49 #, kde-format msgid "Automatic (g)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:167 #: src/kdefrontend/dockwidgets/MatrixDock.cpp:50 #, kde-format msgid "Automatic (G)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:170 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:176 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:158 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:164 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:177 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:183 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:668 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:674 #, kde-format msgid "Number without Leading Zero" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:194 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:200 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:685 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:691 #, kde-format msgid "Number without leading zero" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:171 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:177 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:159 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:165 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:178 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:184 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:669 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:675 #, kde-format msgid "Number with Leading Zero" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:195 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:201 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:686 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:692 #, kde-format msgid "Number with leading zero" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:172 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:160 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:179 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:670 #, kde-format msgid "Abbreviated Month Name" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:196 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:687 #, kde-format msgid "Abbreviated month name" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:173 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:161 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:180 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:671 #, kde-format msgid "Full Month Name" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:197 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:688 #, kde-format msgid "Full month name" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:178 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:166 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:185 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:676 #, kde-format msgid "Abbreviated Day Name" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:202 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:693 #, kde-format msgid "Abbreviated day name" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/ColumnDock.cpp:179 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:167 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:186 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:677 #, kde-format msgid "Full Day Name" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:203 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:694 #, kde-format msgid "Full day name" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:231 #, kde-format msgid "X" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:232 #, kde-format msgid "Y" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/ColumnDock.cpp:233 #, kde-format msgid "Z" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:198 #, kde-format msgid "%1 CustomPoints: visibility changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:223 #, kde-format msgid "%1 CustomPoints: style changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:233 #, kde-format msgid "%1 CustomPoints: size changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:243 #, kde-format msgid "%1 CustomPoints: rotation changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:254 #, kde-format msgid "%1 CustomPoints: opacity changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:268 #, kde-format msgid "%1 CustomPoints: filling style changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:282 #, kde-format msgid "%1 CustomPoints: filling color changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:310 #, kde-format msgid "%1 CustomPoints: border style changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:324 #, kde-format msgid "%1 CustomPoints: border color changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:342 #, kde-format msgid "%1 CustomPoints: border width changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/CustomPointDock.cpp:463 #, kde-format msgid "%1 custom points: template \"%2\" loaded" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:149 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:168 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:659 #, kde-format msgid "Automatic (e)" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:150 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:169 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:660 #, kde-format msgid "Automatic (E)" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:289 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:397 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:309 #, kde-format -msgid "No Values" +msgid "By Number" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:291 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:402 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:310 #, kde-format -msgid "Custom Column" +msgid "By width" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:293 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:301 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:404 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:412 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:311 #, kde-format -msgid "Above" +msgid "Square-root rule" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:294 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:302 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:405 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:413 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:312 #, kde-format -msgid "Below" +msgid "Rice rule" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:303 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:414 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:313 #, kde-format -msgid "Zero Baseline" +msgid "Sturgis rule" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:314 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:316 #, kde-format -msgid "Horizontal Linear Gradient" +msgid "Ordinary Histogram" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:315 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:317 #, kde-format -msgid "Vertical Linear Gradient" +msgid "Cumulative Histogram" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:316 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:318 #, kde-format -msgid "Diagonal Linear Gradient (Start From Top Left)" +msgid "AvgShifted Histogram" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:317 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:328 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:364 #, kde-format -msgid "Diagonal Linear Gradient (Start From Bottom Left)" +msgid "No Drop Lines" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:930 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:329 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:365 #, kde-format -msgid "By Number" +msgid "Drop Lines, X" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:931 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:330 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:366 #, kde-format -msgid "By width" +msgid "Drop Lines, Y" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:932 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:331 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:367 #, kde-format -msgid "Square-root rule" +msgid "Drop Lines, XY" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:933 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:332 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:368 #, kde-format -msgid "Rice rule" +msgid "Drop Lines, X, Zero Baseline" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:934 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:333 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:369 #, kde-format -msgid "Sturgis rule" +msgid "Drop Lines, X, Min Baseline" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:937 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:334 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:370 #, kde-format -msgid "Ordinary Histogram" +msgid "Drop Lines, X, Max Baseline" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:938 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:370 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:397 #, kde-format -msgid "Cumulative Histogram" +msgid "No Values" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:372 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:402 +#, kde-format +msgid "Custom Column" msgstr "" #. +> trunk5 -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:939 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:374 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:382 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:404 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:412 #, kde-format -msgid "AvgShifted Histogram" +msgid "Above" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:375 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:383 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:405 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:413 +#, kde-format +msgid "Below" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:384 +#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:414 +#, kde-format +msgid "Zero Baseline" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:395 +#, kde-format +msgid "Horizontal Linear Gradient" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:396 +#, kde-format +msgid "Vertical Linear Gradient" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:397 +#, kde-format +msgid "Diagonal Linear Gradient (Start From Top Left)" +msgstr "" + +#. +> trunk5 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:398 +#, kde-format +msgid "Diagonal Linear Gradient (Start From Bottom Left)" msgstr "" #. +> trunk5 trunk -#: src/kdefrontend/dockwidgets/HistogramDock.cpp:1017 +#: src/kdefrontend/dockwidgets/HistogramDock.cpp:1058 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:2082 #, kde-format msgid "%1 xy-curves: template \"%2\" loaded" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/LiveDataDock.cpp:68 #: src/kdefrontend/dockwidgets/LiveDataDock.cpp:200 #, kde-format msgid "Continue Reading" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bPausePlayReading) #. +> trunk5 #: src/kdefrontend/dockwidgets/LiveDataDock.cpp:71 #: src/kdefrontend/dockwidgets/LiveDataDock.cpp:204 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:72 #, kde-format msgid "Pause Reading" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/MatrixDock.cpp:334 #, kde-format msgid "%1 matrices: template \"%2\" loaded" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/SpreadsheetDock.cpp:198 #, kde-format msgid "%1 spreadsheets: template \"%2\" loaded" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:230 #, kde-format msgid "Portrait" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:254 #, kde-format msgid "portrait" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:231 #, kde-format msgid "Landscape" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:255 #, kde-format msgid "landscape" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:267 #, kde-format msgid "View Size" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:258 #, kde-format msgid "view size" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:282 #, kde-format msgid "Executive" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:283 #, kde-format msgid "Folio" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:284 #, kde-format msgid "Ledger" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:285 #, kde-format msgid "Legal" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:286 #, kde-format msgid "Letter" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:287 #, kde-format msgid "Tabloid" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:288 #, kde-format msgid "US Common #10 Envelope" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:482 #, kde-format msgid "%1 worksheets: background color style changed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/WorksheetDock.cpp:843 #, kde-format msgid "%1 worksheets: template \"%2\" loaded" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:230 #, kde-format msgid "Horiz. Start" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:245 #, kde-format msgid "horiz. start" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:231 #, kde-format msgid "Vert. Start" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:246 #, kde-format msgid "vert. start" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:232 #, kde-format msgid "Horiz. Midpoint" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:247 #, kde-format msgid "horiz. midpoint" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:233 #, kde-format msgid "Vert. Midpoint" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:248 #, kde-format msgid "vert. midpoint" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:234 #, kde-format msgid "2-segments" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:235 #, kde-format msgid "3-segments" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:236 #, kde-format msgid "Cubic Spline (Natural)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:237 #, kde-format msgid "Cubic Spline (Periodic)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:238 #, kde-format msgid "Akima-spline (Natural)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:239 #, kde-format msgid "Akima-spline (Periodic)" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:364 -#, kde-format -msgid "No Drop Lines" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:377 #, kde-format msgid "no drop lines" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:365 -#, kde-format -msgid "Drop Lines, X" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:378 #, kde-format msgid "drop lines, X" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:366 -#, kde-format -msgid "Drop Lines, Y" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:379 #, kde-format msgid "drop lines, Y" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:367 -#, kde-format -msgid "Drop Lines, XY" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:380 #, kde-format msgid "drop lines, XY" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:368 -#, kde-format -msgid "Drop Lines, X, Zero Baseline" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:381 #, kde-format msgid "drop lines, X, zero baseline" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:369 -#, kde-format -msgid "Drop Lines, X, Min Baseline" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:382 #, kde-format msgid "drop lines, X, min baseline" msgstr "" -#. +> trunk5 -#: src/kdefrontend/dockwidgets/XYCurveDock.cpp:370 -#, kde-format -msgid "Drop Lines, X, Max Baseline" -msgstr "" - #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:383 #, kde-format msgid "drop lines, X, max baseline" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:409 #, kde-format msgid "no values" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:414 #, kde-format msgid "custom column" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:416 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:424 #, kde-format msgid "above" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:417 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:425 #, kde-format msgid "below" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:426 #, kde-format msgid "zero baseline" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:447 #, kde-format msgid "Bars" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:459 #, kde-format msgid "bars" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:461 #, kde-format msgid "Bars with Ends" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:473 #, kde-format msgid "bars with ends" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:464 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:468 #, kde-format msgid "No" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:465 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:469 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:47 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:51 #, kde-format msgid "Symmetric" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:466 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:470 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:48 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:52 #, kde-format msgid "Asymmetric" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:477 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:481 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:42 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:46 #, kde-format msgid "symmetric" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:478 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:482 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:43 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:47 #, kde-format msgid "asymmetric" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1519 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1588 #, kde-format msgid "Data, +-" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1526 #: src/kdefrontend/dockwidgets/XYCurveDock.cpp:1595 #, kde-format msgid "Data, +" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:85 #: src/kdefrontend/dockwidgets/XYDifferentiationCurveDock.cpp:84 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:88 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:78 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:85 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:88 #: src/kdefrontend/dockwidgets/XYSmoothCurveDock.cpp:84 #, kde-format msgid "XY-Curve" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:96 #, kde-format msgid "This method is much slower than any other" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:446 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:478 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:523 #, kde-format msgid "Tolerance (distance):" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:384 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:416 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:461 #, kde-format msgid "Tolerance (distance)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lNumber) #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:457 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:360 #, kde-format msgid "Number of points:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lNumber) #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:395 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:342 #, kde-format msgid "Number of points" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:468 #, kde-format msgid "Step size:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:406 #, kde-format msgid "Step size" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:485 #, kde-format msgid "Repeats:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:423 #, kde-format msgid "Repeats" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:495 #, kde-format msgid "Tolerance (area):" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:433 #, kde-format msgid "Tolerance (area)" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:506 #, kde-format msgid "Minimum tolerance:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:444 #, kde-format msgid " Min. Tolerance" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:510 #, kde-format msgid "Maximum tolerance:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:448 #, kde-format msgid "Max. Tolerance" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:527 #, kde-format msgid "Search region:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:465 #, kde-format msgid "Search region" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:595 #, kde-format msgid "Data reduction status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:625 #: src/kdefrontend/dockwidgets/XYDifferentiationCurveDock.cpp:515 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:626 #: src/kdefrontend/dockwidgets/XYFourierTransformCurveDock.cpp:354 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:429 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:662 #: src/kdefrontend/dockwidgets/XYSmoothCurveDock.cpp:522 #, kde-format msgid "status: %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:633 #: src/kdefrontend/dockwidgets/XYDifferentiationCurveDock.cpp:523 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:954 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:634 #: src/kdefrontend/dockwidgets/XYFourierTransformCurveDock.cpp:362 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:437 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:670 #: src/kdefrontend/dockwidgets/XYSmoothCurveDock.cpp:530 #, kde-format msgid "calculation time: %1 s" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:635 #: src/kdefrontend/dockwidgets/XYDifferentiationCurveDock.cpp:525 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:956 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:636 #: src/kdefrontend/dockwidgets/XYFourierTransformCurveDock.cpp:364 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:439 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:672 #: src/kdefrontend/dockwidgets/XYSmoothCurveDock.cpp:532 #, kde-format msgid "calculation time: %1 ms" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:639 #, kde-format msgid "number of points: %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:640 #, kde-format msgid "positional squared error: %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYDataReductionCurveDock.cpp:641 #, kde-format msgid "area error: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYDifferentiationCurveDock.cpp:484 #, kde-format msgid "Differentiation status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:86 #, kde-format msgid "Cartesian" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:84 #, kde-format msgid "cartesian" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:87 #, kde-format msgid "Polar" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:85 #, kde-format msgid "polar" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:88 #, kde-format msgid "Parametric" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:86 #, kde-format msgid "parametric" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:205 #, kde-format msgid "x, min" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:206 #, kde-format msgid "x, max" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:217 #, kde-format msgid "φ, min" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:218 #, kde-format msgid "φ, max" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMin) #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:230 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:273 #, kde-format msgid "t, min" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMax) #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp:231 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:315 #, kde-format msgid "t, max" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:154 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:936 #, kde-format msgid "reduced" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:158 #, kde-format msgid "test" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:548 #, kde-format msgid "Degree" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:581 #, kde-format msgid "Number of peaks" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:820 #, kde-format msgid "Fit status: %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:904 #, kde-format msgid "Parameters:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:921 #, kde-format msgid "t statistic:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:922 #, kde-format msgid "p value:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:923 #, kde-format msgid "conf. interval:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:928 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1108 #, kde-format msgid "too small" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:933 #, kde-format msgid "Goodness of fit:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:934 #, kde-format msgid "sum of squared residuals" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1029 #, kde-format msgid "sum of squared errors" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:937 #, kde-format msgid "root mean square error" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1030 #, kde-format msgid "mean squared error:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1031 #, kde-format msgid "root-mean squared error" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1035 #, kde-format msgid "residual mean square:" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:938 #, kde-format msgid "coefficient of determination" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:939 #, kde-format msgid "adj. coefficient of determination" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:942 #, kde-format msgid "P > " msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:943 #, kde-format msgid "F statistic" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:944 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:361 #, kde-format msgid "P > F" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:946 #, kde-format msgid "mean absolute error:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:947 #, kde-format msgid "Akaike information criterion:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:948 #, kde-format msgid "Bayesian information criterion:" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:950 #, kde-format msgid "status:" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:951 #, kde-format msgid "iterations:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:952 #, kde-format msgid "tolerance:" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:957 #, kde-format msgid "degrees of freedom:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:958 #, kde-format msgid "number of parameters:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:959 #, kde-format msgid "fit range:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:961 #, kde-format msgid "Iterations:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:978 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:984 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:990 #, kde-format msgid "Copy Selection" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:979 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:985 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:991 #, kde-format msgid "Copy All" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1036 #, kde-format msgid "residual standard deviation:" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1051 #, kde-format msgid "Error, %" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1051 #, kde-format msgid "t statistic" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:1051 #, kde-format msgid "Conf. Interval" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCutoff) #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:372 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:280 #, kde-format msgid "Cutoff:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCutoff) #. +> trunk #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:316 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:166 #, kde-format msgid "Cutoff" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:380 #, kde-format msgid "Lower cutoff:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:324 #, kde-format msgid "Lower Cutoff" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:381 #, kde-format msgid "Upper cutoff:" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:325 #, kde-format msgid "Upper Cutoff" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:585 #, kde-format msgid "The band width is <= 0 since lower cutoff value is not smaller than upper cutoff value. Please fix this." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:586 #, kde-format msgid "band width <= 0" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFourierFilterCurveDock.cpp:595 #, kde-format msgid "Fourier-Filter status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYFourierTransformCurveDock.cpp:328 #, kde-format msgid "Fourier transformation status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:398 #, kde-format msgid "Integration status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:441 #, kde-format msgid "value: %1" msgstr "" #. +> trunk #: src/kdefrontend/dockwidgets/XYIntegrationCurveDock.cpp:371 #, kde-format msgid "value: " msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:110 #, kde-format msgid "Auto (5x data points)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:111 #, kde-format msgid "Multiple of data points" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:631 #, kde-format msgid "Interpolation status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/dockwidgets/XYSmoothCurveDock.cpp:490 #, kde-format msgid "Smoothing status: %1" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:118 src/kdefrontend/GuiObserver.cpp:132 -#: src/kdefrontend/GuiObserver.cpp:537 src/kdefrontend/MainWin.cpp:892 +#: src/kdefrontend/GuiObserver.cpp:536 src/kdefrontend/MainWin.cpp:892 #, kde-format msgctxt "@title:window" msgid "Properties" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:142 #, kde-format msgctxt "@title:window" msgid "Spreadsheet" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:157 #, kde-format msgctxt "@title:window" msgid "Column" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:172 #, kde-format msgctxt "@title:window" msgid "Matrix" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:187 #, kde-format msgctxt "@title:window" msgid "Worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:202 #, kde-format msgctxt "@title:window" msgid "Cartesian Plot" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:217 #, kde-format msgctxt "@title:window" msgid "Legend" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:232 #, kde-format msgctxt "@title:window" msgid "Axis" msgstr "" #. +> trunk #: src/kdefrontend/GuiObserver.cpp:221 #, kde-format msgid "Axis" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:247 #, kde-format msgctxt "@title:window" msgid "xy-Curve" msgstr "" #. +> trunk #: src/kdefrontend/GuiObserver.cpp:236 #, kde-format msgid "xy-Curve" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:263 #, kde-format msgctxt "@title:window" msgid "xy-Equation" msgstr "" #. +> trunk #: src/kdefrontend/GuiObserver.cpp:252 #, kde-format msgid "xy-Equation" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:279 #, kde-format msgctxt "@title:window" msgid "Data Reduction" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:295 #, kde-format msgctxt "@title:window" msgid "Differentiation" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:311 #, kde-format msgctxt "@title:window" msgid "Integration" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:327 #, kde-format msgctxt "@title:window" msgid "Interpolation" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:343 #, kde-format msgctxt "@title:window" msgid "Fit" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:358 #, kde-format msgctxt "@title:window" msgid "Fourier Transform" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:375 #, kde-format msgctxt "@title:window" msgid "Fourier Filter" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:391 #, kde-format msgctxt "@title:window" msgid "Smoothing" msgstr "" #. +> trunk #: src/kdefrontend/GuiObserver.cpp:380 #, kde-format msgid "Smoothing" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiObserver.cpp:407 #, kde-format msgctxt "@title:window" msgid "Histogram Properties" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:423 +#: src/kdefrontend/GuiObserver.cpp:422 #, kde-format msgctxt "@title:window" msgid "Text Label" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:437 +#: src/kdefrontend/GuiObserver.cpp:436 #, kde-format msgctxt "@title:window" msgid "Custom Point" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:451 +#: src/kdefrontend/GuiObserver.cpp:450 #, kde-format msgctxt "@title:window" msgid "Datapicker Curve" msgstr "" #. +> trunk #: src/kdefrontend/GuiObserver.cpp:424 #, kde-format msgid "Datapicker Curve" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:465 +#: src/kdefrontend/GuiObserver.cpp:464 #, kde-format msgctxt "@title:window" msgid "Datapicker" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:479 +#: src/kdefrontend/GuiObserver.cpp:478 #, kde-format msgctxt "@title:window" msgid "Project" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:501 +#: src/kdefrontend/GuiObserver.cpp:500 #, kde-format msgctxt "@title:window %1 is a Cantor backend" msgid "%1 Properties" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:503 +#: src/kdefrontend/GuiObserver.cpp:502 #, kde-format msgctxt "@title:window" msgid "CAS Properties" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:509 +#: src/kdefrontend/GuiObserver.cpp:508 #, kde-format msgctxt "@title:window" msgid "Notes" msgstr "" #. +> trunk5 -#: src/kdefrontend/GuiObserver.cpp:523 +#: src/kdefrontend/GuiObserver.cpp:522 #, kde-format msgctxt "@title:window" msgid "Live Data Source" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:66 src/kdefrontend/GuiTools.cpp:92 #, kde-format msgid "No Line" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:66 src/kdefrontend/GuiTools.cpp:92 #, kde-format msgid "no line" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:66 src/kdefrontend/GuiTools.cpp:92 #, kde-format msgid "Solid Line" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:66 src/kdefrontend/GuiTools.cpp:92 #, kde-format msgid "solid line" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:66 src/kdefrontend/GuiTools.cpp:92 #, kde-format msgid "Dash Line" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:66 src/kdefrontend/GuiTools.cpp:92 #, kde-format msgid "dash line" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:67 src/kdefrontend/GuiTools.cpp:93 #, kde-format msgid "Dot Line" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:67 src/kdefrontend/GuiTools.cpp:93 #, kde-format msgid "dot line" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:67 src/kdefrontend/GuiTools.cpp:93 #, kde-format msgid "Dash-dot Line" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:67 src/kdefrontend/GuiTools.cpp:93 #, kde-format msgid "dash-dot line" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:67 src/kdefrontend/GuiTools.cpp:93 #, kde-format msgid "Dash-dot-dot Line" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:67 src/kdefrontend/GuiTools.cpp:93 #, kde-format msgid "dash-dot-dot line" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:151 #, kde-format msgid "Uniform" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:152 #, kde-format msgid "uniform" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:151 #, kde-format msgid "Extremely Dense" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:152 #, kde-format msgid "extremely dense" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:152 #, kde-format msgid "Very Dense" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:153 #, kde-format msgid "very dense" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:152 #, kde-format msgid "Somewhat Dense" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:153 #, kde-format msgid "somewhat dense" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:152 #, kde-format msgid "Half Dense" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:153 #, kde-format msgid "half dense" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:153 #, kde-format msgid "Somewhat Sparse" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:154 #, kde-format msgid "somewhat sparse" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:153 #, kde-format msgid "Very Sparse" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:154 #, kde-format msgid "very sparse" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:153 #, kde-format msgid "Extremely Sparse" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:154 #, kde-format msgid "extremely sparse" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:154 #, kde-format msgid "Horiz. Lines" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:155 #, kde-format msgid "horiz. lines" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:154 #, kde-format msgid "Vert. Lines" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:155 #, kde-format msgid "vert. lines" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:154 #, kde-format msgid "Crossing Lines" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:155 #, kde-format msgid "crossing lines" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:155 #, kde-format msgid "Backward Diag. Lines" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:156 #, kde-format msgid "backward diag. lines" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:155 #, kde-format msgid "Forward Diag. Lines" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:156 #, kde-format msgid "forward diag. lines" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:155 #, kde-format msgid "Crossing Diag. Lines" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:156 #, kde-format msgid "crossing diag. lines" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:172 #, kde-format msgid "White" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:171 #, kde-format msgid "white" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:172 #, kde-format msgid "Black" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:171 #, kde-format msgid "black" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:173 #, kde-format msgid "Dark Red" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:172 #, kde-format msgid "dark red" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:173 #, kde-format msgid "Red" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:172 #, kde-format msgid "red" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:173 #, kde-format msgid "Light Red" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:172 #, kde-format msgid "light red" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:174 #, kde-format msgid "Dark Green" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:173 #, kde-format msgid "dark green" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:174 #, kde-format msgid "Green" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:173 #, kde-format msgid "green" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:174 #, kde-format msgid "Light Green" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:173 #, kde-format msgid "light green" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:175 #, kde-format msgid "Dark Blue" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:174 #, kde-format msgid "dark blue" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:175 #, kde-format msgid "Blue" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:174 #, kde-format msgid "blue" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:175 #, kde-format msgid "Light Blue" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:174 #, kde-format msgid "light blue" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:176 #, kde-format msgid "Dark Yellow" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:175 #, kde-format msgid "dark yellow" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:176 #, kde-format msgid "Yellow" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:175 #, kde-format msgid "yellow" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:176 #, kde-format msgid "Light Yellow" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:175 #, kde-format msgid "light yellow" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:177 #, kde-format msgid "Dark Cyan" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:176 #, kde-format msgid "dark cyan" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:177 #, kde-format msgid "Cyan" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:176 #, kde-format msgid "cyan" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:177 #, kde-format msgid "Light Cyan" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:176 #, kde-format msgid "light cyan" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:178 #, kde-format msgid "Dark Magenta" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:177 #, kde-format msgid "dark magenta" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:178 #, kde-format msgid "Magenta" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:177 #, kde-format msgid "magenta" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:178 #, kde-format msgid "Light Magenta" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:177 #, kde-format msgid "light magenta" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:179 #, kde-format msgid "Dark Orange" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:178 #, kde-format msgid "dark orange" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:179 #, kde-format msgid "Orange" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:178 #, kde-format msgid "orange" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:179 #, kde-format msgid "Light Orange" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:178 #, kde-format msgid "light orange" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:180 #, kde-format msgid "Dark Grey" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:179 #, kde-format msgid "dark grey" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:180 #, kde-format msgid "Grey" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:179 #, kde-format msgid "grey" msgstr "" #. +> trunk5 #: src/kdefrontend/GuiTools.cpp:180 #, kde-format msgid "Light Grey" msgstr "" #. +> trunk #: src/kdefrontend/GuiTools.cpp:179 #, kde-format msgid "light grey" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/HistoryDialog.cpp:50 #, kde-format msgid "" "List of all performed steps/actions.\n" "Select an item in the list to navigate to the corresponding step." msgstr "" #. +> trunk5 #: src/kdefrontend/HistoryDialog.cpp:54 #, kde-format msgctxt "@title:window" msgid "Undo/Redo History" msgstr "" #. +> trunk5 #: src/kdefrontend/HistoryDialog.cpp:66 #, kde-format msgid "&Clear" msgstr "" #. +> trunk #: src/kdefrontend/HistoryDialog.cpp:57 #, kde-format msgid "Clear" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/HistoryDialog.cpp:67 #, kde-format msgid "Clears the undo history. Commands are not undone or redone; the state of the project remains unchanged." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/HistoryDialog.cpp:99 #, kde-format msgid "Do you really want to clear the undo history?" msgstr "" #. +> trunk5 #: src/kdefrontend/HistoryDialog.cpp:100 #, kde-format msgid "Clear History" msgstr "" #. +> trunk #: src/kdefrontend/HistoryDialog.cpp:79 #, kde-format msgid "Clear history" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:42 #, kde-format msgid "LabPlot2" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:47 src/kdefrontend/LabPlot.cpp:48 #, kde-format msgid "developer" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:57 #, kde-format msgid "LabPlot2 is a KDE-application for interactive graphing and analysis of scientific data." msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:58 #, kde-format msgid "(c) 2007-2018" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:45 #, kde-format msgid "(c) 2007-2017" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:59 #, kde-format msgid "Stefan Gerlach" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:59 src/kdefrontend/LabPlot.cpp:60 #: src/kdefrontend/LabPlot.cpp:61 #, kde-format msgctxt "@info:credit" msgid "Developer" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:60 #, kde-format msgid "Alexander Semke" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:61 #, kde-format msgid "Fábián Kristóf-Szabolcs" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:62 #, kde-format msgid "Andreas Kainz" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:62 #, kde-format msgctxt "@info:credit" msgid "Icon designer" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:49 #, kde-format msgid "icon designer" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:63 #, kde-format msgid "Yuri Chornoivan" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:63 #, kde-format msgctxt "@info:credit" msgid "Help on many questions about the KDE-infrastructure and translation related topics" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:50 #, kde-format msgid "Help on many questions about the KDE-infrastructure and translation related topics" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:64 #, kde-format msgid "Garvit Khatri" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:64 #, kde-format msgctxt "@info:credit" msgid "Porting LabPlot2 to KF5 and Integration with Cantor" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:65 #, kde-format msgid "Christoph Roick" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:65 #, kde-format msgctxt "@info:credit" msgid "Support import of ROOT (CERN) TH1 histograms" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:74 #, kde-format msgid "disable splash screen" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:54 #, kde-format msgid "do not show the splash screen" msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:77 #, kde-format msgid "start in the presenter mode" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:80 #, kde-format msgid "open a project file" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/LabPlot.cpp:98 #, kde-format msgid "Could not open file '%1'. Click 'Continue' to proceed starting or 'Cancel' to exit the application." msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:76 #, kde-format msgid "File '%1' doesn't contain any LabPlot data. Click 'Continue' to proceed starting or 'Cancel' to exit the application." msgstr "" #. +> trunk5 #: src/kdefrontend/LabPlot.cpp:99 #, kde-format msgid "Failed to Open" msgstr "" #. +> trunk #: src/kdefrontend/LabPlot.cpp:68 src/kdefrontend/LabPlot.cpp:77 #, kde-format msgid "Failed to open" msgstr "" #. i18n: ectx: ToolBar (worksheet_toolbar) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:20 src/kdefrontend/MainWin.cpp:350 #: src/kdefrontend/MainWin.cpp:1232 src/kdefrontend/SettingsDialog.cpp:65 #, kde-format msgid "Worksheet" msgstr "" #. i18n: ectx: ToolBar (datapicker_toolbar) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:24 src/kdefrontend/MainWin.cpp:335 #: src/kdefrontend/MainWin.cpp:1183 #, kde-format msgid "Datapicker" msgstr "" #. i18n: ectx: ToolBar (cas_worksheet_toolbar) #. +> trunk5 #: src/kdefrontend/labplot2ui.rc:32 src/kdefrontend/MainWin.cpp:513 #, kde-format msgid "CAS Worksheet" msgstr "" #. i18n: ectx: ToolBar (cartesian_plot_toolbar) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:36 #, kde-format msgid "CartesianPlot" msgstr "" #. i18n: ectx: Menu (file) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:40 #, kde-format msgid "&File" msgstr "" #. i18n: ectx: Menu (new) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:41 #, kde-format msgid "&New" msgstr "" #. i18n: ectx: Menu (new_cas_worksheet) #. i18n: ectx: Menu (cas_worksheet) #. +> trunk5 #: src/kdefrontend/labplot2ui.rc:54 src/kdefrontend/labplot2ui.rc:77 #, kde-format msgid "&CAS Worksheet" msgstr "" #. i18n: ectx: Menu (import) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:59 #, kde-format msgid "Import" msgstr "" #. i18n: ectx: Menu (edit) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:69 #, kde-format msgid "&Edit" msgstr "" #. i18n: ectx: Menu (spreadsheet) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:74 #, kde-format msgid "&Spreadsheet" msgstr "" #. i18n: ectx: Menu (matrix) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:75 #, kde-format msgid "&Matrix" msgstr "" #. i18n: ectx: ToolBar (mainToolBar) #. +> trunk #: src/kdefrontend/labplot2ui.rc:6 #, kde-format msgid "Main" msgstr "" #. i18n: ectx: Menu (worksheet) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:76 #, kde-format msgid "&Worksheet" msgstr "" #. i18n: ectx: Menu (analysis) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:78 #, kde-format msgid "&Analysis" msgstr "" #. i18n: ectx: Menu (datapicker) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:79 #, kde-format msgid "&Datapicker" msgstr "" #. i18n: ectx: Menu (drawing) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:80 #, kde-format msgid "&Drawing" msgstr "" #. i18n: ectx: Menu (script) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:81 #, kde-format msgid "&Script" msgstr "" #. i18n: ectx: Menu (tools) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:82 #, kde-format msgid "&Tools" msgstr "" #. i18n: ectx: Menu (windows) #. +> trunk5 trunk #: src/kdefrontend/labplot2ui.rc:85 #, kde-format msgid "&Windows" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPresenterMode) #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:191 #: src/kdefrontend/ui/settingsworksheetpage.ui:75 #, kde-format msgid "Presenter Mode" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:192 #, kde-format msgid "No worksheets are available in the project. The presenter mode will not be started." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:211 #, kde-format msgctxt "%1 is the LabPlot version" msgid "Welcome to LabPlot %1" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:246 #, kde-format msgid "GUI configuration file not found" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:246 #, kde-format msgid "labplot2ui.rc file was not found. Please check your installation." msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:307 #, kde-format msgid "Ctrl+C" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:331 src/kdefrontend/MainWin.cpp:1175 #, kde-format msgid "Workbook" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:355 src/kdefrontend/MainWin.cpp:1240 #, kde-format msgid "Note" msgstr "" #. i18n("Note/Script"),this); #. actionCollection()->addAction("new_script", m_newScriptAction); #. connect(m_newScriptAction, SIGNAL(triggered()),SLOT(newScript())); #. i18n: ectx: property (text), widget (QLabel, lFolder) #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:363 src/kdefrontend/MainWin.cpp:1167 #: src/kdefrontend/ui/datasources/importprojectwidget.ui:84 #, kde-format msgid "Folder" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:368 #, kde-format msgid "Live Data Source" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:267 #, kde-format msgid "File Data Source" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:373 #, kde-format msgid "From File" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:378 #, kde-format msgid "From SQL Database" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:382 #, kde-format msgid "LabPlot Project" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:387 #, kde-format msgid "Origin Project (OPJ)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:397 #, kde-format msgid "FITS Metadata Editor" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:406 #, kde-format msgid "Undo/Redo History" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:417 #, kde-format msgid "&Close" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:419 #, kde-format msgid "Close the active window" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:423 #, kde-format msgid "Close &All" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:424 #, kde-format msgid "Close all the windows" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:428 #, kde-format msgid "&Tile" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:429 #, kde-format msgid "Tile the windows" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:433 #, kde-format msgid "&Cascade" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:434 #, kde-format msgid "Cascade the windows" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:437 #, kde-format msgid "Ne&xt" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:438 #, kde-format msgid "Move the focus to the next window" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:442 #, kde-format msgid "Pre&vious" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:443 #, kde-format msgid "Move the focus to the previous window" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:455 #, kde-format msgid "Current &Folder Only" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:459 #, kde-format msgid "Current Folder and &Subfolders" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:463 #, kde-format msgid "&All" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:473 #, kde-format msgid "Project Explorer" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:363 #, kde-format msgid "Project explorer" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:478 #, kde-format msgid "Properties Explorer" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:368 #, kde-format msgid "Properties explorer" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:540 #, kde-format msgid "Window Visibility Policy" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:392 #, kde-format msgid "Window visibility policy" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:547 #, kde-format msgid "Edit" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:551 src/kdefrontend/MainWin.cpp:552 #, kde-format msgid "Color Theme" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:598 #, kde-format msgid "The current project %1 has been modified. Do you want to save it?" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:599 #, kde-format msgid "Save Project" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:879 #, kde-format msgctxt "@title:window" msgid "Project Explorer" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:926 #, kde-format msgid "%1: created" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:935 src/kdefrontend/MainWin.cpp:954 #, kde-format msgid "Open Project" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:723 src/kdefrontend/MainWin.cpp:739 #, kde-format msgid "Open project" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:936 #, kde-format msgid "LabPlot Projects (%1);;Origin Projects (%2)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:954 #, kde-format msgid "The project file %1 is already opened." msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:983 #, kde-format msgid "%1: opened" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:790 #, kde-format msgid "Project %1 opened" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:990 #, kde-format msgid "Project successfully opened (in %1 seconds)." msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:1048 #, kde-format msgid "Save Project As" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:879 #, kde-format msgid "Save project as" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1049 #, kde-format msgid "LabPlot Projects (*.lml *.lml.gz *.lml.bz2 *.lml.xz *.LML *.LML.GZ *.LML.BZ2 *.LML.XZ)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1095 #, kde-format msgid "Project saved" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:713 #, kde-format msgid "Project %1 created" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1110 #, kde-format msgid "Sorry. Could not open file for writing." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1141 src/kdefrontend/MainWin.cpp:1154 #, kde-format msgid "Preparing printing of %1" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1143 src/kdefrontend/MainWin.cpp:1156 #, kde-format msgid "%1 printed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1376 #, kde-format msgid "%1 [Changed]" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1809 #, kde-format msgid "%1 exported" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/MainWin.cpp:1816 #, kde-format msgid "FITS files saved" msgstr "" #. +> trunk5 #: src/kdefrontend/MainWin.cpp:1826 #, kde-format msgid "Live data source%1" msgstr "" #. +> trunk #: src/kdefrontend/MainWin.cpp:1568 #, kde-format msgid "File data source%1" msgstr "" #. +> trunk5 #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:59 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:59 #, kde-format msgctxt "@title:window" msgid "Function Values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:72 #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:74 #, kde-format msgid "%1 value" msgid_plural "%1 values" msgstr[0] "" msgstr[1] "" #. +> trunk5 trunk #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:87 #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:63 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:94 #: src/kdefrontend/spreadsheet/RandomValuesDialog.cpp:69 #, kde-format msgid "&Generate" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:88 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:95 #, kde-format msgid "Generate function values" msgstr "" #. +> trunk #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:57 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:54 #, kde-format msgid "Function values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/matrix/MatrixFunctionDialog.cpp:190 #, kde-format msgid "%1: fill matrix with function values" msgstr "" #. +> trunk5 #: src/kdefrontend/SettingsDialog.cpp:51 src/kdefrontend/SettingsDialog.cpp:82 #: src/kdefrontend/SettingsDialog.cpp:89 #, kde-format msgctxt "@title:window" msgid "Preferences" msgstr "" #. +> trunk #: src/kdefrontend/SettingsDialog.cpp:42 src/kdefrontend/SettingsDialog.cpp:72 #: src/kdefrontend/SettingsDialog.cpp:79 #, kde-format msgid "Preferences" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tgeneral) #. i18n: ectx: property (text), widget (QLabel, lGeneral) #. i18n: ectx: attribute (title), widget (QWidget, general) #. i18n: ectx: attribute (title), widget (QWidget, tabGeneral) +#. i18n: ectx: property (text), widget (QLabel, lSymbol) #. i18n: ectx: property (text), widget (QLabel, lValuesGeneral) #. i18n: ectx: attribute (title), widget (QWidget, tab) #. i18n: ectx: attribute (title), widget (QWidget, tab0) -#. i18n: ectx: property (text), widget (QLabel, lSymbol) #. i18n: ectx: attribute (title), widget (QWidget, tGeneral) #. i18n: ectx: property (text), widget (QLabel, lSymbolGeneral) #. +> trunk5 trunk #: src/kdefrontend/SettingsDialog.cpp:60 #: src/kdefrontend/ui/datapickercurvewidget.ui:27 #: src/kdefrontend/ui/datapickercurvewidget.ui:467 #: src/kdefrontend/ui/datapickerimagewidget.ui:27 #: src/kdefrontend/ui/datapickerimagewidget.ui:645 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:36 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:24 #: src/kdefrontend/ui/dockwidgets/cantorworksheetdock.ui:21 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:24 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:24 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:24 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:230 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:24 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:41 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:21 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:450 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:738 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:24 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:24 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:579 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:639 #, kde-format msgid "General" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsDialog.cpp:86 #, kde-format msgid "All settings will be reset to default values. Do you want to continue?" msgstr "" #. +> trunk5 #: src/kdefrontend/SettingsDialog.cpp:97 #, kde-format msgctxt "@title:window" msgid "Preferences [Changed]" msgstr "" #. +> trunk #: src/kdefrontend/SettingsDialog.cpp:89 #, kde-format msgid "Preferences [Changed]" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:80 #, kde-format msgid "Do nothing" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:81 #, kde-format msgid "Create new empty project" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:82 #, kde-format msgid "Create new project with worksheet" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:83 #, kde-format msgid "Load last used project" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:86 #, kde-format msgid "Sub-window view" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:87 #, kde-format msgid "Tabbed view" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:90 #, kde-format msgid "Show windows of the current folder only" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:91 #, kde-format msgid "Show windows of the current folder and its subfolders only" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsGeneralPage.cpp:92 #, kde-format msgid "Show all windows" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsWorksheetPage.cpp:131 #, kde-format msgid "No LaTeX installation found or selected. LaTeX typesetting not possible." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsWorksheetPage.cpp:139 #, kde-format msgid "No 'convert' found. LaTeX typesetting not possible." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsWorksheetPage.cpp:148 #, kde-format msgid "No 'dvips' found. LaTeX typesetting not possible." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/SettingsWorksheetPage.cpp:156 #: src/kdefrontend/SettingsWorksheetPage.cpp:162 #, kde-format msgid "No Ghostscript found. LaTeX typesetting not possible." msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:50 #, kde-format msgctxt "@title:window" msgid "Drop Values" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:54 #, kde-format msgid "Equal to" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:53 #, kde-format msgid "equal to" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:55 #, kde-format msgid "Between (Including End Points)" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:54 #, kde-format msgid "between (including end points)" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:56 #, kde-format msgid "Between (Excluding End Points)" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:55 #, kde-format msgid "between (excluding end points)" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:57 #, kde-format msgid "Greater than" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:56 #, kde-format msgid "greater then" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:58 #, kde-format msgid "Greater than or Equal to" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:57 #, kde-format msgid "greater then or equal to" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:59 #, kde-format msgid "Lesser than" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:58 #, kde-format msgid "lesser then" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:60 #, kde-format msgid "Lesser than or Equal to" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:59 #, kde-format msgid "lesser then or equal to" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:73 #, kde-format msgid "&Mask" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:74 #, kde-format msgid "Mask values in the specified region" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:75 #, kde-format msgid "Mask values" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:76 #, kde-format msgctxt "@title:window" msgid "Mask Values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:78 #, kde-format msgid "&Drop" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:79 #, kde-format msgid "Drop values in the specified region" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:306 #, kde-format msgid "%1: mask values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:330 #, kde-format msgid "%1: drop values" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMode) #. +> trunk #: src/kdefrontend/spreadsheet/DropValuesDialog.cpp:47 #: src/kdefrontend/ui/spreadsheet/dropvalueswidget.ui:17 #, kde-format msgid "Drop values" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:47 #, kde-format msgctxt "@title:window" msgid "Equidistant Values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:64 #, kde-format msgid "Generate equidistant values" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:42 #, kde-format msgid "Equidistant values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/EquidistantValuesDialog.cpp:142 #, kde-format msgid "%1: fill column with equidistant numbers" msgid_plural "%1: fill columns with equidistant numbers" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:92 #, kde-format msgid "Export Spreadsheet" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:68 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:83 #, kde-format msgid "Export spreadsheet" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:93 #, kde-format msgid "Export Selection" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:69 #, kde-format msgid "Export selection" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:108 #, kde-format msgctxt "@title:window" msgid "Export Spreadsheet" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:178 #, kde-format msgctxt "@title:window" msgid "Export Matrix" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:192 #, kde-format msgid "Export matrix" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:273 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:177 #, kde-format msgid "The file already exists. Do you really want to overwrite it?" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:319 #, kde-format msgid "Text files (*.txt *.dat *.csv)" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:321 #, kde-format msgid "Binary files (*.*)" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:323 #, kde-format msgid "LaTeX files (*.tex)" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:325 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:192 #, kde-format msgid "FITS files (*.fits *.fit *.fts)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/ExportSpreadsheetDialog.cpp:327 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:231 #, kde-format msgid "Export to file" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:85 #, kde-format msgid "Add new variable" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:258 #, kde-format msgid "Delete variable" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:264 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:284 #, kde-format msgid "Variables:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVariable) #. +> trunk5 #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:284 #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:23 #, kde-format msgid "Variable:" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/FunctionValuesDialog.cpp:318 #, kde-format msgid "%1: fill column with function values" msgid_plural "%1: fill columns with function values" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:76 #, kde-format msgctxt "@title:window" msgid "Plot Spreadsheet Data" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:85 #, kde-format msgid "Plot the selected data" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:86 #, kde-format msgid "&Plot" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:256 #, kde-format msgid "Y-data" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:266 #, kde-format msgid "Add curve to" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:306 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:313 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:317 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:351 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:352 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:357 #, kde-format msgid "Plot data from %1" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:431 #, kde-format msgid "Plot %1" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:513 #, kde-format msgid "Fourier Filter of '%1'" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:534 #, kde-format msgid "new plot in an existing worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:535 #, kde-format msgid "new plot in a new worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:540 #, kde-format msgid "new plots in an existing worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:541 #, kde-format msgid "new plots in a new worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:567 #, kde-format msgid "An already existing plot has to be selected." msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:572 #, kde-format msgid "An already existing worksheet has to be selected." msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/PlotDataDialog.cpp:578 #, kde-format msgid "Close the dialog and plot the data." msgstr "" #. +> trunk5 #: src/kdefrontend/spreadsheet/RandomValuesDialog.cpp:59 #, kde-format msgctxt "@title:window" msgid "Random Values" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/RandomValuesDialog.cpp:50 #, kde-format msgid "Random values" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/RandomValuesDialog.cpp:68 #, kde-format msgid "Generate random values according to the selected distribution" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/RandomValuesDialog.cpp:393 #, kde-format msgid "%1: fill column with non-uniform random numbers" msgid_plural "%1: fill columns with non-uniform random numbers" msgstr[0] "" msgstr[1] "" #. +> trunk5 #: src/kdefrontend/spreadsheet/SortDialog.cpp:43 #, kde-format msgctxt "@title:window" msgid "Sort Columns" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:47 #, kde-format msgid "&Ok" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:71 #, kde-format msgid "Location measures" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:77 #, kde-format msgid "Minimum" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:83 #, kde-format msgid "Maximum" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:89 #, kde-format msgid "Arithmetic mean" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:95 #, kde-format msgid "Geometric mean" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:101 #, kde-format msgid "Harmonic mean" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:107 #, kde-format msgid "Contraharmonic mean" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:113 #, kde-format msgid "Median" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:120 #, kde-format msgid "Dispersion measures" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:126 #, kde-format msgid "Variance" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:132 #, kde-format msgid "Standard deviation" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:138 #, kde-format msgid "Mean absolute deviation around mean" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:144 #, kde-format msgid "Mean absolute deviation around median" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:150 #, kde-format msgid "Median absolute deviation" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:157 #, kde-format msgid "Shape measures" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:163 #, kde-format msgid "Skewness" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:169 #, kde-format msgid "Kurtosis" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:175 #, kde-format msgid "Entropy" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/StatisticsDialog.cpp:181 #, kde-format msgid "The value couldn't be calculated." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:117 #, kde-format msgid "Load properties from a template" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:118 #, kde-format msgid "Save current properties as a template" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:119 #, kde-format msgid "Save current properties as default" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:120 #, kde-format msgid "Copy properties" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:121 #, kde-format msgid "Paste properties" msgstr "" #. +> trunk5 #: src/kdefrontend/TemplateHandler.cpp:129 #, kde-format msgid "Load From" msgstr "" #. +> trunk #: src/kdefrontend/TemplateHandler.cpp:130 #, kde-format msgid "Load from" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:147 #, kde-format msgid "Template \"%1\" was loaded." msgstr "" #. +> trunk5 #: src/kdefrontend/TemplateHandler.cpp:152 #, kde-format msgid "Save As" msgstr "" #. +> trunk #: src/kdefrontend/TemplateHandler.cpp:153 src/kdefrontend/ThemeHandler.cpp:156 #, kde-format msgid "Save as" msgstr "" #. +> trunk5 #: src/kdefrontend/TemplateHandler.cpp:168 #, kde-format msgid "New:" msgstr "" #. +> trunk #: src/kdefrontend/TemplateHandler.cpp:169 #, kde-format msgid "new:" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:197 #, kde-format msgid "New template \"%1\" was saved." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:208 #, kde-format msgid "Template \"%1\" was saved." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/TemplateHandler.cpp:219 #, kde-format msgid "New default template was saved." msgstr "" #. +> trunk5 #: src/kdefrontend/ThemeHandler.cpp:98 #, kde-format msgid "Apply theme [active '%1']" msgstr "" #. +> trunk #: src/kdefrontend/ThemeHandler.cpp:69 #, kde-format msgid "Apply theme" msgstr "" #. +> trunk5 #: src/kdefrontend/ThemeHandler.cpp:99 #, kde-format msgid "Theme '%1' is active. Click on the button to change the theme." msgstr "" #. +> trunk5 #: src/kdefrontend/ThemeHandler.cpp:102 #, kde-format msgid "No theme is active. Click on the button to select a theme." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/ThemeHandler.cpp:113 #, kde-format msgid "Theme \"%1\" was loaded." msgstr "" #. +> trunk #: src/kdefrontend/ThemeHandler.cpp:182 #, kde-format msgid "New theme \"%1\" was saved." msgstr "" #. +> trunk5 #: src/kdefrontend/ThemeHandler.cpp:115 #, kde-format msgid "Theming deactivated." msgstr "" #. +> trunk #: src/kdefrontend/ThemeHandler.cpp:163 #, kde-format msgid "Enter name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lValue) #. +> trunk5 trunk #: src/kdefrontend/ui/constantswidget.ui:57 #: src/kdefrontend/ui/datapickerimagewidget.ui:988 #, kde-format msgid "Value:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bInsert) #. +> trunk5 trunk #: src/kdefrontend/ui/constantswidget.ui:90 #: src/kdefrontend/ui/functionswidget.ui:56 #, kde-format msgid "Insert" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bCancel) #. i18n: ectx: property (text), widget (QPushButton, pbCancel) #. +> trunk5 trunk #: src/kdefrontend/ui/constantswidget.ui:97 #: src/kdefrontend/ui/fitoptionswidget.ui:37 #: src/kdefrontend/ui/fitparameterswidget.ui:67 #: src/kdefrontend/ui/functionswidget.ui:63 #, kde-format msgid "Cancel" msgstr "" #. i18n: ectx: property (placeholderText), widget (QLineEdit, leFilter) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leKey) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leValue) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leComment) #. +> trunk5 trunk #: src/kdefrontend/ui/constantswidget.ui:117 #: src/kdefrontend/ui/fitsheadereditnewkeywordwidget.ui:24 #: src/kdefrontend/ui/fitsheadereditnewkeywordwidget.ui:34 #: src/kdefrontend/ui/fitsheadereditnewkeywordwidget.ui:44 #: src/kdefrontend/ui/functionswidget.ui:17 #, kde-format msgid "Enter search term here" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lName) #. i18n: ectx: property (text), widget (QLabel, lFileName) #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:33 #: src/kdefrontend/ui/datapickerimagewidget.ui:33 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:39 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:182 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:165 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:42 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:30 #: src/kdefrontend/ui/dockwidgets/cantorworksheetdock.ui:37 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:30 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:36 #: src/kdefrontend/ui/dockwidgets/columndock.ui:17 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:30 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:27 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:150 #: src/kdefrontend/ui/dockwidgets/notedock.ui:17 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:205 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:17 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:36 #: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:32 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:23 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:23 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:17 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:553 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:17 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:89 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:210 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:23 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:23 #, kde-format msgid "Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lComment) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:69 #: src/kdefrontend/ui/datapickerimagewidget.ui:53 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:75 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:60 #: src/kdefrontend/ui/dockwidgets/cantorworksheetdock.ui:50 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:53 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:68 #: src/kdefrontend/ui/dockwidgets/columndock.ui:27 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:63 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:53 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:30 #: src/kdefrontend/ui/dockwidgets/notedock.ui:43 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:43 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:68 #: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:58 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:46 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:46 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:43 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:54 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:43 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:96 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:224 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:46 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:49 #, kde-format msgid "Comment:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:111 #, kde-format msgid "Error Type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorType) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:118 #, kde-format msgid "X-Error Type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYErrorType) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:144 #, kde-format msgid "Y-Error Type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorType) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:124 #, kde-format msgid "X-error type:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYErrorType) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:150 #, kde-format msgid "Y-error type:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tSymbols) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:187 #, kde-format msgid "Symbols" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSize) #. i18n: ectx: property (text), widget (QLabel, lErrorBarSize) #. i18n: ectx: property (text), widget (QLabel, lArrowSize) #. i18n: ectx: property (text), widget (QLabel, lSymbolSize) #. i18n: ectx: property (text), widget (QLabel, lFontSize) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:193 #: src/kdefrontend/ui/datapickercurvewidget.ui:501 #: src/kdefrontend/ui/datapickerimagewidget.ui:685 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:437 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:278 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:490 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:132 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:603 #: src/kdefrontend/ui/labelwidget.ui:230 #, kde-format msgid "Size:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSize) #. i18n: ectx: property (text), widget (QLabel, lErrorBarSize) #. i18n: ectx: property (text), widget (QLabel, lArrowSize) #. i18n: ectx: property (text), widget (QLabel, lSymbolSize) #. i18n: ectx: property (text), widget (QLabel, lFontSize) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:187 #: src/kdefrontend/ui/datapickercurvewidget.ui:495 #: src/kdefrontend/ui/datapickerimagewidget.ui:679 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:437 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:269 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:132 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:603 #: src/kdefrontend/ui/labelwidget.ui:242 #, kde-format msgid "Size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorder) #. i18n: ectx: property (text), widget (QLabel, lSymbolBorder) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:209 #: src/kdefrontend/ui/datapickerimagewidget.ui:853 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:953 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:974 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:510 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:398 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:658 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:465 #, kde-format msgid "Border" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorder) #. i18n: ectx: property (text), widget (QLabel, lSymbolBorder) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:203 #: src/kdefrontend/ui/datapickerimagewidget.ui:847 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:908 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:510 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:389 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:465 #, kde-format msgid "Border:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarFillingStyle) #. i18n: ectx: property (text), widget (QLabel, lFillingStyle) #. i18n: ectx: property (text), widget (QLabel, lStyle) #. i18n: ectx: property (text), widget (QLabel, lBorderStyle) #. i18n: ectx: property (text), widget (QLabel, lLineStyle) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksLineStyle) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksLineStyle) #. i18n: ectx: property (text), widget (QLabel, lMajorGridStyle) #. i18n: ectx: property (text), widget (QLabel, lMinorGridStyle) +#. i18n: ectx: property (text), widget (QLabel, lDropLineStyle) +#. i18n: ectx: property (text), widget (QLabel, lSymbolStyle) +#. i18n: ectx: property (text), widget (QLabel, lSymbolFillingStyle) +#. i18n: ectx: property (text), widget (QLabel, lSymbolBorderStyle) #. i18n: ectx: property (text), widget (QLabel, lFillingColorStyle) #. i18n: ectx: property (text), widget (QLabel, lFillingImageStyle) #. i18n: ectx: property (text), widget (QLabel, lFillingBrushStyle) #. i18n: ectx: property (text), widget (QLabel, lBackgroundColorStyle) #. i18n: ectx: property (text), widget (QLabel, lBackgroundImageStyle) #. i18n: ectx: property (text), widget (QLabel, lBackgroundBrushStyle) #. i18n: ectx: property (text), widget (QLabel, lXBreakStyle) #. i18n: ectx: property (text), widget (QLabel, lYBreakStyle) -#. i18n: ectx: property (text), widget (QLabel, lSymbolStyle) -#. i18n: ectx: property (text), widget (QLabel, lSymbolFillingStyle) -#. i18n: ectx: property (text), widget (QLabel, lSymbolBorderStyle) -#. i18n: ectx: property (text), widget (QLabel, lDropLineStyle) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsStyle) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:230 #: src/kdefrontend/ui/datapickercurvewidget.ui:434 #: src/kdefrontend/ui/datapickercurvewidget.ui:474 #: src/kdefrontend/ui/datapickercurvewidget.ui:491 #: src/kdefrontend/ui/datapickerimagewidget.ui:652 #: src/kdefrontend/ui/datapickerimagewidget.ui:804 #: src/kdefrontend/ui/datapickerimagewidget.ui:860 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:263 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:567 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:752 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1231 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1423 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:543 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:711 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:843 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:853 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:863 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:960 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:582 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:732 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:864 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:874 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:884 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:981 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:403 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:413 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:423 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:517 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:261 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:368 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:405 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:440 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:450 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:460 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:204 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:345 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:457 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:609 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:665 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1137 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1147 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1157 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:272 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:282 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:360 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:121 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:246 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:421 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:435 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:586 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1038 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1048 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1058 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1295 #: src/kdefrontend/worksheet/GridDialog.cpp:55 #, kde-format msgid "Style:" msgstr "" #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbErrorBarSize) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbBorderWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbSize) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLineWidth) #. i18n: ectx: property (suffix), widget (QSpinBox, sbArrowSize) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbMajorTicksWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbMajorTicksLength) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbMinorTicksWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbMinorTicksLength) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLabelsOffset) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbMajorGridWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbMinorGridWidth) -#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbValuesDistance) +#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbDropLineWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbSymbolSize) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbSymbolBorderWidth) -#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbDropLineWidth) +#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbValuesDistance) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbErrorBarsCapSize) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbErrorBarsWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbOffsetX) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbOffsetY) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:250 #: src/kdefrontend/ui/datapickercurvewidget.ui:283 #: src/kdefrontend/ui/datapickercurvewidget.ui:395 #: src/kdefrontend/ui/datapickerimagewidget.ui:695 #: src/kdefrontend/ui/datapickerimagewidget.ui:894 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:320 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:453 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:608 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:625 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:793 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:810 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1185 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1281 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1365 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1001 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1022 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:544 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:445 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:455 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:108 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:254 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:379 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:500 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:699 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:805 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:155 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:280 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:498 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:508 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:706 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1312 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1346 #: src/kdefrontend/ui/labelwidget.ui:421 src/kdefrontend/ui/labelwidget.ui:447 #, kde-format msgid " pt" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRotation) #. i18n: ectx: property (text), widget (QLabel, lLabelsRotation) -#. i18n: ectx: property (text), widget (QLabel, lValuesRotation) #. i18n: ectx: property (text), widget (QLabel, lSymbolRotation) +#. i18n: ectx: property (text), widget (QLabel, lValuesRotation) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:276 #: src/kdefrontend/ui/datapickerimagewidget.ui:149 #: src/kdefrontend/ui/datapickerimagewidget.ui:705 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1019 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:285 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:118 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:510 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:815 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:518 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:716 #: src/kdefrontend/ui/labelwidget.ui:480 #, kde-format msgid "Rotation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRotation) #. i18n: ectx: property (text), widget (QLabel, lLabelsRotation) #. i18n: ectx: property (text), widget (QLabel, lSymbolRotation) #. i18n: ectx: property (text), widget (QLabel, lValuesRotation) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:270 #: src/kdefrontend/ui/datapickerimagewidget.ui:143 #: src/kdefrontend/ui/datapickerimagewidget.ui:699 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1019 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:276 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:518 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:716 #: src/kdefrontend/ui/labelwidget.ui:469 #, kde-format msgid "Rotation" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbLineOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbArrowSize) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbMajorTicksOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbMinorTicksOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbLabelsOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbMajorGridOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbMinorGridOpacity) +#. i18n: ectx: property (toolTip), widget (QSpinBox, sbDropLineOpacity) +#. i18n: ectx: property (toolTip), widget (QSpinBox, sbSymbolOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbValuesOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbFillingOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbBackgroundOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbBorderOpacity) -#. i18n: ectx: property (toolTip), widget (QSpinBox, sbSymbolOpacity) -#. i18n: ectx: property (toolTip), widget (QSpinBox, sbDropLineOpacity) #. i18n: ectx: property (toolTip), widget (QSpinBox, sbErrorBarsOpacity) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:322 #: src/kdefrontend/ui/datapickerimagewidget.ui:753 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:349 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:450 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:648 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:833 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1119 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1297 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1388 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:906 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1041 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:927 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1062 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:466 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:333 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:160 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:503 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:277 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:402 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:558 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:857 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1200 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:325 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:178 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:303 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:386 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:758 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1101 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1369 #, kde-format msgid "The opacity ranges from 0 to 100, where 0 is fully transparent and 100 is fully opaque." msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, sbOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbLineOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbMajorTicksOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbMinorTicksOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbLabelsOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbMajorGridOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbMinorGridOpacity) +#. i18n: ectx: property (suffix), widget (QSpinBox, sbDropLineOpacity) +#. i18n: ectx: property (suffix), widget (QSpinBox, sbSymbolOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbValuesOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbFillingOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbBackgroundOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbBorderOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbXBreakPosition) #. i18n: ectx: property (suffix), widget (QSpinBox, sbYBreakPosition) -#. i18n: ectx: property (suffix), widget (QSpinBox, sbSymbolOpacity) -#. i18n: ectx: property (suffix), widget (QSpinBox, sbDropLineOpacity) #. i18n: ectx: property (suffix), widget (QSpinBox, sbErrorBarsOpacity) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:325 #: src/kdefrontend/ui/datapickerimagewidget.ui:756 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:352 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:651 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:836 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1122 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1300 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1391 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:731 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:744 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:909 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1044 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:752 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:765 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:930 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1065 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:469 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:578 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:336 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:163 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:506 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:280 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:405 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:561 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:860 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1203 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:328 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:181 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:306 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:389 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:761 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1104 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1372 #: src/kdefrontend/worksheet/GridDialog.cpp:95 #, kde-format, no-c-format msgid " %" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorderWidth) #. i18n: ectx: property (text), widget (QLabel, lLineWidth) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksWidth) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksWidth) #. i18n: ectx: property (text), widget (QLabel, lMajorGridWidth) #. i18n: ectx: property (text), widget (QLabel, lMinorGridWidth) +#. i18n: ectx: property (text), widget (QLabel, lDropLineWidth) +#. i18n: ectx: property (text), widget (QLabel, lSymbolBorderWidth) #. i18n: ectx: property (text), widget (QLabel, lWidth) #. i18n: ectx: property (text), widget (QLabel, lBottomMargin) -#. i18n: ectx: property (text), widget (QLabel, lSymbolBorderWidth) -#. i18n: ectx: property (text), widget (QLabel, lDropLineWidth) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsWidth) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:357 #: src/kdefrontend/ui/datapickerimagewidget.ui:887 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:313 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:601 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:786 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1274 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1358 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:139 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:994 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:103 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1015 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:537 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:429 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:247 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:372 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:692 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:152 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:148 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:273 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:472 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1339 #, kde-format msgid "Width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorderWidth) #. i18n: ectx: property (text), widget (QLabel, lLineWidth) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksWidth) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksWidth) #. i18n: ectx: property (text), widget (QLabel, lMajorGridWidth) #. i18n: ectx: property (text), widget (QLabel, lMinorGridWidth) #. i18n: ectx: property (text), widget (QLabel, lWidth) #. i18n: ectx: property (text), widget (QLabel, lBottomMargin) #. i18n: ectx: property (text), widget (QLabel, lSymbolBorderWidth) #. i18n: ectx: property (text), widget (QLabel, lDropLineWidth) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsWidth) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:351 #: src/kdefrontend/ui/datapickerimagewidget.ui:881 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:313 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:608 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:793 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1274 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1358 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:146 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:949 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:537 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:420 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:152 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:148 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:273 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:472 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1339 #, kde-format msgid "Width" msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, sbRotation) #. i18n: ectx: property (suffix), widget (QSpinBox, sbLabelsRotation) -#. i18n: ectx: property (suffix), widget (QSpinBox, sbValuesRotation) #. i18n: ectx: property (suffix), widget (QSpinBox, sbSymbolRotation) +#. i18n: ectx: property (suffix), widget (QSpinBox, sbValuesRotation) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbRotation) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:373 #: src/kdefrontend/ui/datapickerimagewidget.ui:162 #: src/kdefrontend/ui/datapickerimagewidget.ui:721 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1160 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:301 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:131 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:526 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:828 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:354 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:729 #: src/kdefrontend/ui/labelwidget.ui:487 #, kde-format msgid "°" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBar) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:427 #, kde-format msgid "Error Bar" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBar) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:421 #, kde-format msgid "Error Bar:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFilling) -#. i18n: ectx: attribute (title), widget (QWidget, tabAreaFilling) #. i18n: ectx: property (text), widget (QLabel, lSymbolFilling) +#. i18n: ectx: attribute (title), widget (QWidget, tabAreaFilling) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:447 #: src/kdefrontend/ui/datapickerimagewidget.ui:797 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:361 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:351 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:602 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1048 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:414 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:949 #, kde-format msgid "Filling" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFilling) #. i18n: ectx: property (text), widget (QLabel, lSymbolFilling) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:441 #: src/kdefrontend/ui/datapickerimagewidget.ui:791 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:352 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:414 #, kde-format msgid "Filling:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOpacity) #. i18n: ectx: property (text), widget (QLabel, lLineOpacity) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksOpacity) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksOpacity) #. i18n: ectx: property (text), widget (QLabel, lLabelsOpacity) #. i18n: ectx: property (text), widget (QLabel, lMajorGridOpacity) #. i18n: ectx: property (text), widget (QLabel, lMinorGridOpacity) +#. i18n: ectx: property (text), widget (QLabel, lDropLineOpacity) +#. i18n: ectx: property (text), widget (QLabel, lSymbolOpacity) #. i18n: ectx: property (text), widget (QLabel, lValuesOpacity) #. i18n: ectx: property (text), widget (QLabel, lFillingOpacity) #. i18n: ectx: property (text), widget (QLabel, lBackgroundOpacity) #. i18n: ectx: property (text), widget (QLabel, lBorderOpacity) -#. i18n: ectx: property (text), widget (QLabel, lSymbolOpacity) -#. i18n: ectx: property (text), widget (QLabel, lDropLineOpacity) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsOpacity) #. +> trunk5 #: src/kdefrontend/ui/datapickercurvewidget.ui:454 #: src/kdefrontend/ui/datapickerimagewidget.ui:740 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:336 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:635 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:820 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1106 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1208 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1375 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:893 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1028 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:914 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1049 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:453 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:571 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:320 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:147 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:490 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:264 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:389 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:545 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:844 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1187 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:312 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:165 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:290 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:373 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:745 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1088 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1356 #: src/kdefrontend/worksheet/GridDialog.cpp:87 #, kde-format msgid "Opacity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOpacity) #. i18n: ectx: property (text), widget (QLabel, lLineOpacity) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksOpacity) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksOpacity) #. i18n: ectx: property (text), widget (QLabel, lLabelsOpacity) #. i18n: ectx: property (text), widget (QLabel, lMajorGridOpacity) #. i18n: ectx: property (text), widget (QLabel, lMinorGridOpacity) #. i18n: ectx: property (text), widget (QLabel, lBackgroundOpacity) #. i18n: ectx: property (text), widget (QLabel, lBorderOpacity) #. i18n: ectx: property (text), widget (QLabel, lSymbolOpacity) #. i18n: ectx: property (text), widget (QLabel, lDropLineOpacity) #. i18n: ectx: property (text), widget (QLabel, lValuesOpacity) #. i18n: ectx: property (text), widget (QLabel, lFillingOpacity) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsOpacity) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:448 #: src/kdefrontend/ui/datapickerimagewidget.ui:734 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:336 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:642 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:827 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1106 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1208 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1375 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:848 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:983 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:453 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:571 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:311 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:312 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:165 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:290 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:373 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:745 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1088 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1356 #: src/kdefrontend/worksheet/GridDialog.cpp:83 #, kde-format msgid "Opacity" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lGeneral) #. i18n: ectx: property (text), widget (QLabel, lSymbol) #. i18n: ectx: property (text), widget (QLabel, lValuesGeneral) #. i18n: ectx: property (text), widget (QLabel, lSymbolGeneral) #. +> trunk #: src/kdefrontend/ui/datapickercurvewidget.ui:461 #: src/kdefrontend/ui/datapickerimagewidget.ui:639 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:230 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:579 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:639 #, kde-format msgid "General:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:89 #, kde-format msgid "Plot:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPlot) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:102 #, kde-format msgid "Image:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, leFillingFileName) #. i18n: ectx: property (toolTip), widget (QLineEdit, leBackgroundFileName) #. i18n: ectx: property (toolTip), widget (QLineEdit, leFileName) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:109 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:817 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:838 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:377 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:414 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1111 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:246 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1012 #, kde-format msgid "Specify the name of the image file." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bOpen) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:125 #, kde-format msgid " Select the image file to import" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFileType) #. i18n: ectx: property (text), widget (QLabel, lType) #. i18n: ectx: property (text), widget (QLabel, lArrowType) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksType) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksType) +#. i18n: ectx: property (text), widget (QLabel, lDropLineType) #. i18n: ectx: property (text), widget (QLabel, lValuesPosition_2) #. i18n: ectx: property (text), widget (QLabel, lFillingType) #. i18n: ectx: property (text), widget (QLabel, lBackgroundType) #. i18n: ectx: property (text), widget (QLabel, lLineType) -#. i18n: ectx: property (text), widget (QLabel, lDropLineType) #. i18n: ectx: property (text), widget (QLabel, lErrorBarsType) #. i18n: ectx: property (text), widget (QLabel, lPlotType) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:135 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:52 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:142 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:403 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:514 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:699 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:777 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:798 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:337 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:48 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:390 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:102 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:328 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:745 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1087 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:171 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:206 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:48 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:229 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:646 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:988 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1285 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:166 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:226 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:146 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:222 #, kde-format msgid "Type:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRefPoint1) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:191 #, kde-format msgid "1." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionY3) #. i18n: ectx: property (text), widget (QLabel, lPositionY1) #. i18n: ectx: property (text), widget (QLabel, lPositionY2) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:251 #: src/kdefrontend/ui/datapickerimagewidget.ui:313 #: src/kdefrontend/ui/datapickerimagewidget.ui:417 #, kde-format msgid "y=" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionX2) #. i18n: ectx: property (text), widget (QLabel, lPositionX1) #. i18n: ectx: property (text), widget (QLabel, lPositionX3) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:261 #: src/kdefrontend/ui/datapickerimagewidget.ui:355 #: src/kdefrontend/ui/datapickerimagewidget.ui:466 #, kde-format msgid "x=" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionZ1) #. i18n: ectx: property (text), widget (QLabel, lPositionZ2) #. i18n: ectx: property (text), widget (QLabel, lPositionZ3) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:271 #: src/kdefrontend/ui/datapickerimagewidget.ui:391 #: src/kdefrontend/ui/datapickerimagewidget.ui:456 #, kde-format msgid "z=" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRefPoint2) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:478 #, kde-format msgid "2." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRefPoint3) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:485 #, kde-format msgid "3." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTernaryScale) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:492 #, kde-format msgid "x+y+z=" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSegments) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:508 #, kde-format msgid "Segments" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSegments) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:515 #, kde-format msgid "Segments:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicksLength) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksLength) #. i18n: ectx: property (text), widget (QLabel, lMinSegmentLength) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:515 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:618 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:803 #, kde-format msgid "Length:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicksLength) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksLength) #. i18n: ectx: property (text), widget (QLabel, lMinSegmentLength) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:522 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:625 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:810 #, kde-format msgid "Length" msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, sbMinSegmentLength) #. i18n: ectx: property (suffix), widget (QSpinBox, sbPointSeparation) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:528 #: src/kdefrontend/ui/datapickerimagewidget.ui:564 #, kde-format msgid "px" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPointSeparation) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:535 #, kde-format msgid "Point separation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPointSeparation) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:542 #, kde-format msgid "Point separation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRefPoint) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:625 #, kde-format msgid "Reference Points" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tSymbol) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:633 #, kde-format msgid "Ref. Points Symbol" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRefPoint) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:191 #, kde-format msgid "Ref. Points:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tEdit) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:925 #, kde-format msgid "Edit Image" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lIntensity) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:940 #, kde-format msgid "Intensity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lIntensity) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:934 #, kde-format msgid "Intensity" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, lPositionY) #. i18n: ectx: property (toolTip), widget (KComboBox, cbPlotImageType) #. i18n: ectx: property (toolTip), widget (KComboBox, cbPositionY) #. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, sbPositionY) #. +> trunk5 trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:962 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:132 #: src/kdefrontend/ui/labelwidget.ui:369 src/kdefrontend/ui/labelwidget.ui:379 #: src/kdefrontend/ui/labelwidget.ui:392 #, kde-format msgid "Vertical position relative to label's parent" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHue) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:995 #, kde-format msgid "Hue:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHue) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:989 #, kde-format msgid "Hue" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPlotImageType) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:1015 #, kde-format msgid "Current image:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPlotImageType) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:1009 #, kde-format msgid "Current Image" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSaturation) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:1028 #, kde-format msgid "Saturation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSaturation) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:1022 #, kde-format msgid "Saturation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lForeground) #. +> trunk5 #: src/kdefrontend/ui/datapickerimagewidget.ui:1035 #, kde-format msgid "Foreground:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lForeground) #. +> trunk #: src/kdefrontend/ui/datapickerimagewidget.ui:1029 #, kde-format msgid "Foreground" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbSkipEmptyParts) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:23 #, kde-format msgid "Skip empty parts" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbHeader) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:30 #, kde-format msgid "Use the first row to name the vectors" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDateTimeFormat) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:40 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:98 #, kde-format msgid "DateTime format:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVectorNames) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:50 #, kde-format msgid "Vector names:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chbSimplifyWhitespaces) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:57 #, kde-format msgid "Removes the whitespaces from the start and the end, and replaces each sequence of internal whitespaces with a single space." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbSimplifyWhitespaces) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:60 #, kde-format msgid "Simplify whitespaces" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lNumberFormat) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:93 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:91 #, kde-format msgid "Number format:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chbTranspose) #. +> trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:94 #, kde-format msgid "Interchanges the role of the rows and the columns. Treats the rows as data vectors, if selected." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbTranspose) #. +> trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:97 #, kde-format msgid "Transpose" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, kleVectorNames) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:103 #, kde-format msgid "Vector names, space separated. E.g. \"x y\"" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSeparatingCharacter) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:161 #, kde-format msgid "Separating string:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:181 #, kde-format msgid "Comment character:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:17 #, kde-format msgid "Comment character" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSeparatingCharacter) #. i18n: ectx: property (text), widget (QLabel, lSeparator) #. +> trunk #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:44 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:156 #, kde-format msgid "Separating character" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbConvertNaNToZero) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:201 +#: src/kdefrontend/ui/datasources/jsonoptionswidget.ui:53 #, kde-format msgid "Convert NaN to 0" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbCreateIndex) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:211 #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:120 +#: src/kdefrontend/ui/datasources/jsonoptionswidget.ui:36 #, kde-format msgid "Create index column" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbRemoveQuotes) #. +> trunk5 #: src/kdefrontend/ui/datasources/asciioptionswidget.ui:218 #, kde-format msgid "Remove quotes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSkipBytes) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:17 #, kde-format msgid "Skip Bytes:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, niVectors) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:24 #, kde-format msgid "The number of vectors in the file" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDataType) #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:50 #: src/kdefrontend/ui/dockwidgets/columndock.ui:73 #, kde-format msgid "Data type:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbSkipStartBytes) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:60 #, kde-format msgid "Skip bytes at start of file" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbSkipBytes) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:70 #, kde-format msgid "Skip bytes after each value" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVectors) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:80 #, kde-format msgid "Vectors:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSkipStartBytes) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:90 #, kde-format msgid "Skip start bytes:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lByteOrder) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/binaryoptionswidget.ui:97 #, kde-format msgid "Byte order:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:33 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:29 #, kde-format msgid "Database" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDriver) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:49 #, kde-format msgid "Driver:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHost) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:59 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:114 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:125 #, kde-format msgid "Host:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPort) -#. i18n: ectx: property (text), widget (QLabel, lSerialPort) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:73 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:88 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:218 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:172 #, kde-format msgid "Port:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDatabase) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:93 #, kde-format msgid "Database:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbAuthentication) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:136 #, kde-format msgid "Authentication" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lUserName) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:142 #, kde-format msgid "User:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPassword) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:156 #, kde-format msgid "Password:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bTestConnection) #. +> trunk5 #: src/kdefrontend/ui/datasources/databasemanagerwidget.ui:231 #, kde-format msgid "Test" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, lPreviewLines) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/fitsoptionswidget.ui:19 #: src/kdefrontend/ui/datasources/hdf5optionswidget.ui:41 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:343 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:384 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:179 #: src/kdefrontend/ui/datasources/netcdfoptionswidget.ui:53 #, kde-format msgid "Number of rows to preview:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bRefreshPreview) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/fitsoptionswidget.ui:36 #: src/kdefrontend/ui/datasources/hdf5optionswidget.ui:21 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:376 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:417 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:199 #: src/kdefrontend/ui/datasources/netcdfoptionswidget.ui:88 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:52 #, kde-format msgid "Refresh" msgstr "" #. i18n: ectx: property (toolTip), widget (QListWidget, lwContent) #. i18n: ectx: property (toolTip), widget (QTreeWidget, twContent) #. +> trunk5 #: src/kdefrontend/ui/datasources/hdf5optionswidget.ui:71 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:173 #, kde-format msgid "Shows the content of a HDF5 file" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lImportFormat) #. +> trunk5 #: src/kdefrontend/ui/datasources/imageoptionswidget.ui:30 #, kde-format msgid "Import as:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lImportFormat) #. +> trunk #: src/kdefrontend/ui/datasources/imageoptionswidget.ui:30 #, kde-format msgid "Import as: " msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cbImportFormat) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/imageoptionswidget.ui:50 #, kde-format msgid "Choose how to import the image" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbDataSource) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:32 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:41 #, kde-format msgid "Data Source" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk #: src/kdefrontend/ui/datasources/importfilewidget.ui:26 #, kde-format msgid "File data source" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lFilter) -#. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:45 -#, kde-format -msgid "Filter:" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, lBaudRate) -#. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:75 -#, kde-format -msgid "Baud rate:" -msgstr "" - -#. i18n: ectx: property (toolTip), widget (QPushButton, bFileInfo) -#. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:146 -#, kde-format -msgid "Show file info" -msgstr "" - -#. i18n: ectx: property (toolTip), widget (QPushButton, bOpen) -#. i18n: ectx: property (toolTip), widget (QPushButton, bFillingOpen) -#. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:162 -#: src/kdefrontend/ui/datasources/importprojectwidget.ui:29 -#: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:833 -#: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:854 -#: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:393 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:430 -#: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:262 -#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1028 -#: src/kdefrontend/ui/fitsheadereditwidget.ui:53 -#: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:59 -#: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:56 -#, kde-format -msgid " Select the file to import" -msgstr "" - -#. i18n: ectx: property (toolTip), widget (QLineEdit, leFileName) -#. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:172 -#: src/kdefrontend/ui/datasources/importprojectwidget.ui:46 -#: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:43 -#: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:40 -#, kde-format -msgid "Specify the name of the file to import." -msgstr "" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, kleSourceName) -#. +> trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:173 -#, kde-format -msgid "Specify the name for the data source. This name will be used in the project explorer upon importing." -msgstr "" - -#. i18n: ectx: property (toolTip), widget (QCheckBox, chbWatchFile) -#. +> trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:183 -#, kde-format -msgid "If this option is checked, the file will be automatically reloaded on changes." -msgstr "" - #. i18n: ectx: property (text), item, widget (QComboBox, cbSourceType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:190 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:48 #, kde-format -msgid "File or Named Pipe" +msgid "File or named pipe" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFileName) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, lBackgroundFileName) #. i18n: ectx: property (text), widget (QLabel, lFillingFileName) #. +> trunk #: src/kdefrontend/ui/datasources/importfilewidget.ui:32 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:765 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:370 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:38 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:239 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1005 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:39 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:33 #, kde-format msgid "File name" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbSourceType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:195 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:53 #, kde-format -msgid "Network TCP Socket" +msgid "Network TCP socket" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbSourceType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:200 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:58 #, kde-format -msgid "Network UDP Socket" +msgid "Network UDP socket" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbSourceType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:205 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:63 #, kde-format -msgid "Local Socket" +msgid "Local socket" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbSourceType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:210 -#, kde-format -msgid "Serial Port" -msgstr "" - -#. i18n: ectx: property (toolTip), widget (QPushButton, bSaveFilter) -#. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:228 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:68 #, kde-format -msgid "Save the current filter settings" -msgstr "" - -#. i18n: ectx: property (toolTip), widget (QPushButton, bManageFilters) -#. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:244 -#, kde-format -msgid "Manage filters" +msgid "Serial port" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSourceType) #. i18n: ectx: property (text), widget (QLabel, lDataSourceType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:254 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:76 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:82 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:82 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:632 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:82 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:217 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:82 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:88 #, kde-format msgid "Source:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSourceName) #. +> trunk #: src/kdefrontend/ui/datasources/importfilewidget.ui:163 #, kde-format msgid "Source name" msgstr "" +#. i18n: ectx: property (toolTip), widget (QPushButton, bSaveFilter) +#. +> trunk5 trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:86 +#, kde-format +msgid "Save the current filter settings" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, bManageFilters) +#. +> trunk5 trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:115 +#, kde-format +msgid "Manage filters" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, bOpen) +#. i18n: ectx: property (toolTip), widget (QPushButton, bFillingOpen) +#. +> trunk5 trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:155 +#: src/kdefrontend/ui/datasources/importprojectwidget.ui:29 +#: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:833 +#: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:854 +#: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:393 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1127 +#: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:262 +#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1028 +#: src/kdefrontend/ui/fitsheadereditwidget.ui:53 +#: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:59 +#: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:56 +#, kde-format +msgid " Select the file to import" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (KLineEdit, kleSourceName) +#. +> trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:173 +#, kde-format +msgid "Specify the name for the data source. This name will be used in the project explorer upon importing." +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QLineEdit, leFileName) +#. +> trunk5 trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:179 +#: src/kdefrontend/ui/datasources/importprojectwidget.ui:46 +#: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:43 +#: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:40 +#, kde-format +msgid "Specify the name of the file to import." +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QCheckBox, chbWatchFile) +#. +> trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:183 +#, kde-format +msgid "If this option is checked, the file will be automatically reloaded on changes." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, lFilter) +#. +> trunk5 trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:189 +#, kde-format +msgid "Filter:" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, bFileInfo) +#. +> trunk5 trunk +#: src/kdefrontend/ui/datasources/importfilewidget.ui:227 +#, kde-format +msgid "Show file info" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, lSerialPort) +#. +> trunk5 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:256 +#, kde-format +msgid "Port" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, lBaudRate) +#. +> trunk5 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:263 +#, kde-format +msgid "Baud rate:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, lField) +#. +> trunk5 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:286 +#, kde-format +msgid "Field:" +msgstr "" + #. i18n: ectx: property (title), widget (QGroupBox, gbOptions) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:273 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:305 #, kde-format msgid "Format Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lStartRow) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:409 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:450 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:245 #, kde-format msgid "Start row:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbEndRow) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:416 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:457 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:291 #, kde-format msgid "Specify the end row to import; -1 stands for the last row" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lStartColumn) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:432 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:473 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:320 #, kde-format msgid "Start column:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbStartColumn) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:439 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:480 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:327 #, kde-format msgid "Specify the start column for import" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbStartRow) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:468 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:509 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:252 #, kde-format msgid "Specify the start row for import" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEndColumn) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:513 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:554 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:356 #, kde-format msgid "End column:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbEndColumn) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:520 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:561 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:363 #, kde-format msgid "Specify the end column to import; -1 stands for the last column" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEndRow) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:549 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:590 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:284 #, kde-format msgid "End row:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbUpdateOptions) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:576 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:617 #, kde-format msgid "Update Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lUpdateInterval) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:582 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:623 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:31 #, kde-format msgid "Update interval:" msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, sbUpdateInterval) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:595 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:636 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:130 #, kde-format msgid " ms" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSampleSize) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:624 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:665 #, kde-format msgid "Sample rate:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lReadingType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:631 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:672 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:17 #, kde-format msgid "Read:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbUpdateType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:645 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:686 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:80 #, kde-format msgid "Periodically" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbUpdateType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:650 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:691 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:85 #, kde-format msgid "On New Data" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chbLinkFile) #. +> trunk5 trunk -#: src/kdefrontend/ui/datasources/importfilewidget.ui:658 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:699 #, kde-format msgid "If this option is checked, only the link to the file is stored in the project file but not it's content." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lKeepLastValues) #. i18n: ectx: property (text), widget (QLabel, lKeepNValues) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:671 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:712 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:58 #, kde-format msgid "Keep last values:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lUpdateType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:678 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:719 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:51 #, kde-format msgid "Update:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbReadingType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:686 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:727 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:94 #, kde-format msgid "Continuously Fixed" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbReadingType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:691 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:732 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:99 #, kde-format msgid "From End" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbReadingType) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:696 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:737 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:104 #, kde-format msgid "Till the End" msgstr "" #. i18n: ectx: property (specialValueText), widget (QSpinBox, sbKeepNValues) #. +> trunk5 -#: src/kdefrontend/ui/datasources/importfilewidget.ui:704 +#: src/kdefrontend/ui/datasources/importfilewidget.ui:745 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:146 #, kde-format msgid "All" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFileName) #. i18n: ectx: property (text), widget (QLabel, lFillingFileName) #. i18n: ectx: property (text), widget (QLabel, lBackgroundFileName) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 #: src/kdefrontend/ui/datasources/importprojectwidget.ui:39 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:810 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:831 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:370 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:407 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1104 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:50 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:239 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1005 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:36 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:33 #, kde-format msgid "File name:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbObjects) #. +> trunk5 #: src/kdefrontend/ui/datasources/importprojectwidget.ui:59 #, kde-format msgid "Objects to Import" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbUnusedObjects) #. +> trunk5 #: src/kdefrontend/ui/datasources/importprojectwidget.ui:68 #, kde-format msgid "Import unused object" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lConnection) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:35 #, kde-format msgid "Connection:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lImportFrom) #. +> trunk5 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:65 #, kde-format msgid "Import from:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbQuery) #. +> trunk5 #: src/kdefrontend/ui/datasources/importsqldatabasewidget.ui:137 #, kde-format msgid "Query" msgstr "" +#. i18n: ectx: property (text), widget (QLabel, lNumberFormat) +#. +> trunk5 +#: src/kdefrontend/ui/datasources/jsonoptionswidget.ui:46 +#, kde-format +msgid "Number format" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, lDateTimeFormat) +#. +> trunk5 +#: src/kdefrontend/ui/datasources/jsonoptionswidget.ui:79 +#, kde-format +msgid "DateTime format" +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, chbParseRowsName) +#. +> trunk5 +#: src/kdefrontend/ui/datasources/jsonoptionswidget.ui:86 +#, kde-format +msgid "Parse rows name" +msgstr "" + #. i18n: ectx: property (toolTip), widget (QTreeWidget, twContent) #. +> trunk5 trunk #: src/kdefrontend/ui/datasources/netcdfoptionswidget.ui:23 #, kde-format msgid "Shows the content of a NetCDF file" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelPreview) #. +> trunk5 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:19 #, kde-format msgid "Number of bins to preview:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelData) #. +> trunk5 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:66 #, kde-format msgid "Data to import:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelFirst) #. +> trunk5 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:149 #, kde-format msgid "First Bin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelLast) #. +> trunk5 #: src/kdefrontend/ui/datasources/rootoptionswidget.ui:156 #, kde-format msgid "Last Bin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOrientation) +#. i18n: ectx: property (text), widget (QLabel, lHistogramOrientation) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:108 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:112 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:142 #, kde-format msgid "Orientation:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, lePosition) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:124 #, kde-format msgid "Position of the axis in the direction perpendicular to the axis in logical units." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lScale) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:131 #, kde-format msgid "Scale:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lScale) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:138 #, kde-format msgid "Scale" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAutoScale) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:157 #, kde-format msgid "Auto fit:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAutoScale) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:164 #, kde-format msgid "Auto Fit" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lStart) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:171 #, kde-format msgid "Start:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lStart) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:178 #, kde-format msgid "Start" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEnd) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:181 #, kde-format msgid "End:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEnd) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:188 #, kde-format msgid "End" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLine) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:256 #, kde-format msgid "Line:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lZeroOffset) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:191 #, kde-format msgid "Zero-offset:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lZeroOffset) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:198 #, kde-format msgid "Zero-offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lScalingFactor) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:201 #, kde-format msgid "Scaling factor:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lScalingFactor) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:208 #, kde-format msgid "Scaling factor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPosition) #. i18n: ectx: property (text), widget (QLabel, lArrowPosition) #. i18n: ectx: property (text), widget (QLabel, lLabelsPosition) #. i18n: ectx: property (text), widget (QLabel, lValuesPosition) #. i18n: ectx: property (text), widget (QLabel, lXBreakPosition) #. i18n: ectx: property (text), widget (QLabel, lYBreakPosition) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:231 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:420 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1065 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:536 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:704 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:575 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:725 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:88 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:785 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:686 #, kde-format msgid "Position:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabTitle) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:239 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:383 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:440 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:313 #, kde-format msgid "Title" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lArrow) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:396 #, kde-format msgid "Arrow" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lArrow) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:396 #, kde-format msgid "Arrow:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabTicks) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:489 #, kde-format msgid "Ticks" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicksNumber) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksNumber) #. i18n: ectx: property (text), widget (QLabel, lNumber) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:524 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:709 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:27 #, kde-format msgid "Number:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicksIncrement) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksIncrement) #. i18n: ectx: property (text), widget (QLabel, lIncrement) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:534 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:719 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:37 #, kde-format msgid "Increment:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicksColumn) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksColumn) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:544 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:729 #, kde-format msgid "Column:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMinorTicksDirection) #. i18n: ectx: property (text), widget (QLabel, lMajorTicksDirection) #. i18n: ectx: property (text), widget (QLabel, lFillingPosition) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:689 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:894 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:357 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1054 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:955 #, kde-format msgid "Direction:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicksDirection) #. i18n: ectx: property (text), widget (QLabel, lMinorTicksDirection) #. i18n: ectx: property (text), widget (QLabel, lFillingPosition) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:495 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:696 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:955 #, kde-format msgid "Direction" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicks) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:874 #, kde-format msgid "Major ticks" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorTicks) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:881 #, kde-format msgid "Major ticks:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMinorTicks) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:887 #, kde-format msgid "Minor ticks" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMinorTicks) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:894 #, kde-format msgid "Minor ticks:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabLabels) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:902 #, kde-format msgid "Labels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsOffset) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:937 #, kde-format msgid "Offset:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsOffset) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:937 #, kde-format msgid "Offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsFont) #. i18n: ectx: property (text), widget (QLabel, lValuesFont) #. i18n: ectx: property (text), widget (QLabel, lFont) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:976 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:114 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:310 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1007 #: src/kdefrontend/ui/dockwidgets/notedock.ui:89 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:901 #: src/kdefrontend/ui/labelwidget.ui:210 #, kde-format msgid "Font:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsFont) #. i18n: ectx: property (text), widget (QLabel, lFont) #. i18n: ectx: property (text), widget (QLabel, lValuesFont) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:976 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:114 #: src/kdefrontend/ui/dockwidgets/notedock.ui:89 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:908 #: src/kdefrontend/ui/labelwidget.ui:222 #, kde-format msgid "Font" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOutputFormat) #. i18n: ectx: property (text), widget (QLabel, lLabelsFormat) #. i18n: ectx: property (text), widget (QLabel, lValuesFormat) #. i18n: ectx: property (text), widget (QLabel, lFormat) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:983 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:211 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:908 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:941 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:29 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:23 #, kde-format msgid "Format:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbLabelsPrecision) #. i18n: ectx: property (toolTip), widget (QLabel, lLabelsPrecision) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:999 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1055 #, kde-format msgid "Number of digits after the decimal point" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkLabelsAutoPrecision) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1006 #, kde-format msgid "Automatically determine the optimal number of digits after the decimal point" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbAutoRange) #. i18n: ectx: property (text), widget (QCheckBox, chkLabelsAutoPrecision) #. i18n: ectx: property (text), widget (QCheckBox, chkAutoScaleX) #. i18n: ectx: property (text), widget (QCheckBox, chkAutoScaleY) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leXMin) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leXMax) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leYMin) #. i18n: ectx: property (placeholderText), widget (QLineEdit, leYMax) #. i18n: ectx: property (text), widget (QCheckBox, chkAuto) #. i18n: ectx: property (text), widget (QCheckBox, chkAuto2) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1009 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:208 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:238 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:255 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:311 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:341 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:358 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:219 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:276 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:393 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:403 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:416 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:426 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:127 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:359 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:404 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:345 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:127 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:49 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:142 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:480 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:123 #, kde-format msgid "Auto" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorGrid_3) #. i18n: ectx: property (text), widget (QLabel, lValuesFormatTop) #. i18n: ectx: property (text), widget (QLabel, lFormat_2) #. i18n: ectx: property (text), widget (QLabel, lFormat) #. i18n: ectx: property (text), widget (QLabel, lErrorFormat) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1048 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:107 #: src/kdefrontend/ui/dockwidgets/columndock.ui:66 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:204 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:901 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:208 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:151 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:802 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1278 #, kde-format msgid "Format" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsPrecision) #. i18n: ectx: property (text), widget (QLabel, lValuesPrecision) #. i18n: ectx: property (text), widget (QLabel, lPrecision) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1058 #: src/kdefrontend/ui/dockwidgets/columndock.ui:93 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:221 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:918 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:215 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:812 #, kde-format msgid "Precision:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsPrecision) #. i18n: ectx: property (text), widget (QLabel, lPrecision) #. i18n: ectx: property (text), widget (QLabel, lValuesPrecision) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1058 #: src/kdefrontend/ui/dockwidgets/columndock.ui:93 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:215 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:819 #, kde-format msgid "Precision" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsPrefix) #. i18n: ectx: property (text), widget (QLabel, lValuesPrefix) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1079 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:276 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:973 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:867 #, kde-format msgid "Prefix:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsPrefix) #. i18n: ectx: property (text), widget (QLabel, lValuesPrefix) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1079 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:874 #, kde-format msgid "Prefix" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsSuffix) #. i18n: ectx: property (text), widget (QLabel, lValuesSuffix) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1096 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:293 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:990 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:884 #, kde-format msgid "Suffix:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLabelsSuffix) #. i18n: ectx: property (text), widget (QLabel, lValuesSuffix) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1096 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:891 #, kde-format msgid "Suffix" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorGrid) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1224 #, kde-format msgid "Major grid" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMajorGrid) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1224 #, kde-format msgid "Major grid:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMinorGrid) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1341 #, kde-format msgid "Minor grid" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMinorGrid) #. +> trunk #: src/kdefrontend/ui/dockwidgets/axisdock.ui:1341 #, kde-format msgid "Minor grid:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lGeometry) #. i18n: ectx: property (text), widget (QLabel, lPosition) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:96 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:82 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:196 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:107 #: src/kdefrontend/ui/labelwidget.ui:311 #, kde-format msgid "Geometry" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTopMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:103 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:89 #, kde-format msgid "Left:" msgstr "" #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbHeight) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLayoutTopMargin) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLayoutBottomMargin) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLayoutLeftMargin) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLayoutRightMargin) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLayoutHorizontalSpacing) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLayoutVerticalSpacing) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLineSymbolWidth) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbPositionX) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbPositionY) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbBorderCornerRadius) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbLeft) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbTop) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbPaddingHorizontal) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbPaddingVertical) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:113 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:126 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:146 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:166 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1018 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1105 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1128 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:341 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:354 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:367 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:380 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1126 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1149 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:161 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:223 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:249 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:561 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:669 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:689 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:716 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:736 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:756 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:798 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:159 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:176 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:419 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:439 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:459 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:479 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:528 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:548 #: src/kdefrontend/ui/labelwidget.ui:350 src/kdefrontend/ui/labelwidget.ui:395 #, kde-format msgid " cm" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHeight) #. i18n: ectx: property (text), widget (QLabel, lRightMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:159 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:110 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:169 #, kde-format msgid "Height:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, lXscale) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:201 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:212 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:120 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:110 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:120 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:59 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:245 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:110 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:116 #, kde-format msgid "x-Range:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMin) #. i18n: ectx: property (text), widget (QLabel, lXMin) #. i18n: ectx: property (text), widget (QLabel, lYMin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:215 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:304 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:226 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:283 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:289 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:286 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:151 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:300 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:169 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:434 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:147 #, kde-format msgid "Minimum:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMax) #. i18n: ectx: property (text), widget (QLabel, lXMax) #. i18n: ectx: property (text), widget (QLabel, lYMax) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:248 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:321 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:233 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:290 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:319 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:316 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:181 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:330 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:54 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:464 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:177 #, kde-format msgid "Maximum:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXScaling) #. i18n: ectx: property (text), widget (QLabel, lXScaling_2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:265 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:351 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:240 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:297 #, kde-format msgid "Scaling:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYscale) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:297 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:269 #, kde-format msgid "y-Range:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLeftMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:375 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:96 #, kde-format msgid "Top:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabScales) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:388 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:445 #, kde-format msgid "Range Breaks" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:400 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:457 #, kde-format msgid "x-Range" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:407 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:579 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:464 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:618 #, kde-format msgid "Enabled:" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bAddXBreak) #. i18n: ectx: property (toolTip), widget (QPushButton, bAddYBreak) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:474 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:642 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:525 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:675 #, kde-format msgid "Add new scale breaking" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bRemoveXBreak) #. i18n: ectx: property (toolTip), widget (QPushButton, bRemoveYBreak) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:490 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:658 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:535 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:685 #, kde-format msgid "Remove scale breaking" msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cbXBreak) #. i18n: ectx: property (toolTip), widget (QComboBox, cbYBreak) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:506 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:674 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:545 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:695 #, kde-format msgid "Current scale breaking" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXBreakStart) #. i18n: ectx: property (text), widget (QLabel, lYBreakStart) #. i18n: ectx: property (text), widget (QLabel, lFrom) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:516 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:684 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:555 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:705 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:47 #, kde-format msgid "From:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXBreakEnd) #. i18n: ectx: property (text), widget (QLabel, lYBreakEnd) #. i18n: ectx: property (text), widget (QLabel, lTo) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:526 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:694 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:565 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:715 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:57 #, kde-format msgid "To:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:572 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:611 #, kde-format msgid "y-Range" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabPlotArea) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:758 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:779 #, kde-format msgid "Plot Area" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. i18n: ectx: attribute (title), widget (QWidget, tab2) #. i18n: ectx: property (text), widget (QLabel, lBackground) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:770 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:791 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:318 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:330 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:200 #, kde-format msgid "Background" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFillingSecondColor) #. i18n: ectx: property (text), widget (QLabel, lBackgroundSecondColor) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:883 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:904 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:443 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:480 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1177 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:302 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1078 #, kde-format msgid "Second color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorderCornerRadius) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1011 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1032 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:554 #, kde-format msgid "Corner radius:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPadding) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1088 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1109 #, kde-format msgid "Padding" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPaddingHorizontal) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1095 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1116 #, kde-format msgid "Horizontal:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPaddingVertical) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/barchartplotdock.ui:1118 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1139 #, kde-format msgid "Vertical:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lGeometry) #. i18n: ectx: property (text), widget (QLabel, lPosition) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:96 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:196 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:107 #: src/kdefrontend/ui/labelwidget.ui:300 #, kde-format msgid "Geometry:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDataRange) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:139 #, kde-format msgid "Data range" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbRangeLast) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:146 #, kde-format msgid "Show &last" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lShowLastNPoints) #. i18n: ectx: property (text), widget (QLabel, lShowFirstNPoints) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:156 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:173 #, kde-format msgid "points" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbRangeFirst) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:163 #, kde-format msgid "Show f&irst" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHeight) #. i18n: ectx: property (text), widget (QLabel, lRightMargin) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:166 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:169 #, kde-format msgid "Height" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbRangeFree) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:180 #, kde-format msgid "Free ranges" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXScaling) #. i18n: ectx: property (text), widget (QLabel, lXScaling_2) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:272 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:358 #, kde-format msgid "Scaling" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXBreakStart) #. i18n: ectx: property (text), widget (QLabel, lYBreakStart) #. i18n: ectx: property (text), widget (QLabel, lFrom) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:498 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:639 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:47 #, kde-format msgid "From" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXBreakEnd) #. i18n: ectx: property (text), widget (QLabel, lYBreakEnd) #. i18n: ectx: property (text), widget (QLabel, lTo) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:508 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:649 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:57 #, kde-format msgid "To" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBackground) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:725 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:330 #, kde-format msgid "Background:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBackgroundSecondColor) #. i18n: ectx: property (text), widget (QLabel, lFillingSecondColor) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:838 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:443 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:302 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1078 #, kde-format msgid "Second color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBorderCornerRadius) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:966 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:554 #, kde-format msgid "Corner radius" msgstr "" #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, sbBorderCornerRadius) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1039 #, kde-format msgid "cm" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPadding) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:1043 #, kde-format msgid "Padding:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lColumnCount) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:147 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:110 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:112 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:604 #, kde-format msgid "Columns:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOrder) #. i18n: ectx: property (text), widget (QLabel, lOrdering) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:154 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:255 #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:19 #, kde-format msgid "Order:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionX) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:203 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:112 #: src/kdefrontend/ui/labelwidget.ui:321 #, kde-format msgid "x:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionX) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:203 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:112 #: src/kdefrontend/ui/labelwidget.ui:310 #, kde-format msgid "x" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionY) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:239 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:135 #: src/kdefrontend/ui/labelwidget.ui:372 #, kde-format msgid "y:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPositionY) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:239 #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:135 #: src/kdefrontend/ui/labelwidget.ui:361 #, kde-format msgid "y" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLineSymbolWidth) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:285 #, kde-format msgid "Line+Symbol Width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLineSymbolWidth) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:285 #, kde-format msgid "Line+Symbol width" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSpacing) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:633 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:514 #, kde-format msgid "Spacing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSpacing) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:633 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:514 #, kde-format msgid "Spacing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTopMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:656 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:390 #, kde-format msgid "Top margin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTopMargin) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:656 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:390 #, kde-format msgid "Top margin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBottomMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:682 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:432 #, kde-format msgid "Bottom margin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBottomMargin) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:682 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:432 #, kde-format msgid "Bottom margin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLeftMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:702 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:452 #, kde-format msgid "Left margin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLeftMargin) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:702 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:452 #, kde-format msgid "Left margin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRightMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:709 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:472 #, kde-format msgid "Right margin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRightMargin) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:709 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:472 #, kde-format msgid "Right margin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHorizontalSpacing) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:729 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:521 #, kde-format msgid "Hor. spacing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHorizontalSpacing) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:729 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:521 #, kde-format msgid "Hor. spacing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVerticalSpacing) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:749 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:541 #, kde-format msgid "Ver. spacing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVerticalSpacing) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:749 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:541 #, kde-format msgid "Ver. spacing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMargin) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:791 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:383 #, kde-format msgid "Margin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMargin) #. +> trunk #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:791 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:383 #, kde-format msgid "Margin:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFormat) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/columndock.ui:83 #, kde-format msgid "Format type:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk #: src/kdefrontend/ui/dockwidgets/columndock.ui:73 #, kde-format msgid "Data Type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFormat) #. +> trunk #: src/kdefrontend/ui/dockwidgets/columndock.ui:83 #, kde-format msgid "Format Type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPlotDesignation) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/columndock.ui:123 #, kde-format msgid "Plot designation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPlotDesignation) #. +> trunk #: src/kdefrontend/ui/dockwidgets/columndock.ui:123 #, kde-format msgid "Plot designation" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, lPositionX) #. i18n: ectx: property (toolTip), widget (KComboBox, cbPositionX) #. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, sbPositionX) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:109 #: src/kdefrontend/ui/labelwidget.ui:318 src/kdefrontend/ui/labelwidget.ui:334 #: src/kdefrontend/ui/labelwidget.ui:347 #, kde-format msgid "Horizontal position relative to label's parent" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabSymbol) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/custompointdock.ui:170 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:438 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:339 #, kde-format msgid "Symbol" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lValuesColumn) -#. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:81 -#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:679 +#. i18n: ectx: property (text), widget (QLabel, lXColumn) +#. +> trunk5 trunk +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:79 #, kde-format -msgid "Dataset:" +msgid "Data:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lValuesDistance) +#. i18n: ectx: property (text), widget (QLabel, lBinCount) #. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:98 -#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:696 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:122 #, kde-format -msgid "Distance:" +msgid "Bins:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lXColumn) -#. +> trunk5 trunk -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:68 +#. i18n: ectx: property (text), widget (QLabel, lOptions) +#. +> trunk +#: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:149 #, kde-format -msgid "x-data" +msgid "Options:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lBinSettings) -#. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:104 +#. i18n: ectx: property (text), widget (QCheckBox, chkVisible) +#. +> trunk5 trunk +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:177 #, kde-format -msgid "Bin Settings:" +msgid "visible" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lBinCount) +#. i18n: ectx: property (text), widget (QLabel, lDropLines) #. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:111 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:321 +#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:222 #, kde-format -msgid "Bins" +msgid "Drop lines" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lType) +#. i18n: ectx: property (text), widget (QLabel, lValuesColumn) #. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:151 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:778 +#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:679 #, kde-format -msgid "Histogram type:" +msgid "Dataset:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lBinSettings) +#. i18n: ectx: property (text), widget (QLabel, lValuesDistance) #. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:190 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:795 +#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:696 #, kde-format -msgid "Bars Settings:" +msgid "Distance:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lHistogramOrientation) +#. i18n: ectx: attribute (title), widget (QWidget, tabErrorBars) #. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:197 +#: src/kdefrontend/ui/dockwidgets/histogramdock.ui:1236 #, kde-format -msgid "Bars type:" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, chkVisible) -#. +> trunk5 trunk -#: src/kdefrontend/ui/dockwidgets/histogramdockgeneraltab.ui:246 -#, kde-format -msgid "visible" +msgid "Error Bars" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSampleSize) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:24 #, kde-format msgid "Sample size:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bUpdateNow) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:65 #, kde-format msgid "Update Now" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbReadingType) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/livedatadock.ui:109 #, kde-format msgid "Read Whole File" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDimensions) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:23 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:82 #, kde-format msgid "Dimensions:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYStart) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:67 #, kde-format msgid "y-Start:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYStart) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:67 #, kde-format msgid "y-Start" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRowCount) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:143 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:95 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:590 #, kde-format msgid "Rows:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYEnd) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:164 #, kde-format msgid "y-End:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYEnd) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:164 #, kde-format msgid "y-End" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXStart) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:178 #, kde-format msgid "x-Start:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXStart) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:178 #, kde-format msgid "x-Start" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXMax) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:192 #, kde-format msgid "x-End:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXMax) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:192 #, kde-format msgid "x-End" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHeader) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:264 #, kde-format msgid "Header:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHeader) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:264 #, kde-format msgid "Header" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMapping) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:280 #, kde-format msgid "Mapping" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMapping) #. +> trunk #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:280 #, kde-format msgid "Mapping:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, bgcolor) #. i18n: ectx: property (text), widget (QLabel, lBackgroundColor) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/notedock.ui:69 #: src/kdefrontend/ui/labelwidget.ui:263 #, kde-format msgid "Background color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, bgcolor) #. +> trunk #: src/kdefrontend/ui/dockwidgets/notedock.ui:69 #, kde-format msgid "Background Color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textcolor) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/notedock.ui:79 #, kde-format msgid "Text color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textcolor) #. +> trunk #: src/kdefrontend/ui/dockwidgets/notedock.ui:79 #, kde-format msgid "Text Color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVersion_2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:89 #, kde-format msgid "LabPlot version" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVersion_2) #. +> trunk #: src/kdefrontend/ui/dockwidgets/projectdock.ui:77 #, kde-format msgid "Labplot version" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:138 #, kde-format msgid "Author:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk #: src/kdefrontend/ui/dockwidgets/projectdock.ui:133 #, kde-format msgid "Author" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:148 #, kde-format msgid "Created:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:168 #, kde-format msgid "Last modified:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk #: src/kdefrontend/ui/dockwidgets/projectdock.ui:163 #, kde-format msgid "Last modified" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/projectdock.ui:188 #, kde-format msgid "Notes:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk #: src/kdefrontend/ui/dockwidgets/projectdock.ui:183 #, kde-format msgid "Notes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lShowComments) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:158 #, kde-format msgid "Column comments:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lShowComments) #. +> trunk #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:152 #, kde-format msgid "Column comments" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lScaleContent) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:114 #, kde-format msgid "Scale content:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lScaleContent) #. +> trunk #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:114 #, kde-format msgid "Scale content" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chScaleContent) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:122 #, kde-format msgid "" "If checked, rescale the content of the worksheet on size changes. Otherwise resize the canvas only.\n" "Note, the content is automatically rescaled if a layout is active." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lGrid) #. +> trunk #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:583 #, kde-format msgid "Grid:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lValuesGeneral_2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:41 #, kde-format msgid "Connection" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLineInterpolationPointsCount) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:84 #, kde-format msgid "Interm. points:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLineInterpolationPointsCount) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:84 #, kde-format msgid "Interm. points" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, sbLineInterpolationPointsCount) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:97 #, kde-format msgid "intermediate points to evaluate between each two points" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLineSkipGaps) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:107 #, kde-format msgid "Skip gaps:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLineSkipGaps) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:107 #, kde-format msgid "Skip Gaps" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDropLines) -#. +> trunk5 -#: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:222 -#, kde-format -msgid "Drop lines" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, lDropLines) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:222 #, kde-format msgid "Drop lines:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lValuesDistance) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:696 #, kde-format msgid "Distance" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabErrorBars) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1137 #, kde-format msgid "Error bars" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarX) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1149 #, kde-format msgid "x-error" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarX) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1149 #, kde-format msgid "x-error:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorType) #. i18n: ectx: property (text), widget (QLabel, lYErrorType) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1156 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1232 #, kde-format msgid "Error type:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorType) #. i18n: ectx: property (text), widget (QLabel, lYErrorType) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1156 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1232 #, kde-format msgid "Error type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorDataPlus) #. i18n: ectx: property (text), widget (QLabel, lYErrorDataPlus) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1189 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1242 #, kde-format msgid "Data, +:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorDataMinus) #. i18n: ectx: property (text), widget (QLabel, lYErrorDataMinus) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1196 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1249 #, kde-format msgid "Data, -:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lValuesColumn) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:679 #, kde-format msgid "Dataset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXErrorDataMinus) #. i18n: ectx: property (text), widget (QLabel, lYErrorDataMinus) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1196 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1249 #, kde-format msgid "Data, -" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarY) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1225 #, kde-format msgid "y-error" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarY) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1225 #, kde-format msgid "y-error:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarsCapSize) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1305 #, kde-format msgid "Cap size:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lErrorBarsCapSize) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedock.ui:1305 #, kde-format msgid "Cap size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXColumn) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:68 #, kde-format msgid "x-data:" msgstr "" +#. i18n: ectx: property (text), widget (QLabel, lXColumn) +#. +> trunk +#: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:59 +#, kde-format +msgid "x-data" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, lYColumn) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:75 #, kde-format msgid "y-data:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYColumn) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xycurvedockgeneraltab.ui:66 #, kde-format msgid "y-data" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDataSourceCurve) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:99 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:89 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:47 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:99 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:231 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:89 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:95 #, kde-format msgid "Curve:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXColumn) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:106 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:96 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:731 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:106 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:129 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:197 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:96 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:102 #, kde-format msgid "x-Data:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXColumn) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:199 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:113 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:341 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:125 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:129 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:115 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:132 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:129 #, kde-format msgid "x-Data" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYColumn) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:113 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:103 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:708 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:113 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:136 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:238 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:103 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:109 #, kde-format msgid "y-Data:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lData) -#. +> trunk -#: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:192 -#: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:106 -#: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:297 -#: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:118 -#: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:122 -#: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:108 -#: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:125 -#: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:122 -#, kde-format -msgid "Data:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, lYColumn) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:206 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:120 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:208 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:132 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:136 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:122 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:139 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:136 #, kde-format msgid "y-Data" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSimplification) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:159 #, kde-format msgid "Simplification" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSimplification) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:321 #, kde-format msgid "Simplification:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOption) #. i18n: ectx: property (text), widget (QLabel, lOption2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:173 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:180 #, kde-format msgid "Option:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOption2) #. i18n: ectx: property (text), widget (QLabel, lOption) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:166 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:396 #, kde-format msgid "Option" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lResults) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:209 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:189 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:566 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:347 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:162 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:320 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:347 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:385 #, kde-format msgid "Results:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pbRecalculate) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:239 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:206 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:397 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:61 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:384 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:186 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:73 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:384 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:422 #, kde-format msgid "Recalculate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDerivative) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:146 #, kde-format msgid "Derivative:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDerivative) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:80 #, kde-format msgid "Derivative" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDifferentiation) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:215 #, kde-format msgid "Differentiation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:153 #, kde-format msgid "Accuracy order:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:297 #, kde-format msgid "Accuracy order" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:76 #, kde-format msgid "Equation type:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:76 #, kde-format msgid "Equation type" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEquation1) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:93 #, kde-format msgid "x=f(t)" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, tbFunctions) #. i18n: ectx: property (toolTip), widget (QToolButton, tbFunctions1) #. i18n: ectx: property (toolTip), widget (QToolButton, tbFunctions2) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:152 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:234 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:813 #: src/kdefrontend/ui/matrix/matrixfunctionwidget.ui:74 #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:136 #, kde-format msgid "Functions" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, tbConstants) #. i18n: ectx: property (toolTip), widget (QToolButton, tbConstants1) #. i18n: ectx: property (toolTip), widget (QToolButton, tbConstants2) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:162 #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:244 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:823 #: src/kdefrontend/ui/matrix/matrixfunctionwidget.ui:84 #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:146 #, kde-format msgid "Constants" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEquation2) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyequationcurvedockgeneraltab.ui:175 #, kde-format msgid "y=g(t)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCategory) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:30 #, kde-format msgid "Category:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCategory) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:484 #, kde-format msgid "Category" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYWeight) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:84 #, kde-format msgid "y-Weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lWeights) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:148 #, kde-format msgid "Weights" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. i18n: ectx: property (text), widget (QPushButton, pbParameters) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:164 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:665 #, kde-format msgid "Parameters" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_4) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:203 #, kde-format msgid "Goodness of fit" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:251 #, kde-format msgid "Sum of squared residuals" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:266 #, kde-format msgid "Mean square error" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:281 #, kde-format msgid "Root mean square error" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:286 #, kde-format msgid "RMSE, SD" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:296 #, kde-format msgid "Coefficient of determination" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:311 #, kde-format msgid "Adj. coefficient of determ." msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:341 #, kde-format msgid "F test" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:346 #, kde-format msgid "F" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFit) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:201 #, kde-format msgid "Fit:" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:371 #, kde-format msgid "Mean absolute error" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:376 #, kde-format msgid "MAE" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:386 #, kde-format msgid "Akaike information criterion" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:391 #, kde-format msgid "AIC" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:401 #, kde-format msgid "Bayesian information criterion" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twGoodness) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:406 #, kde-format msgid "BIC" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:420 #, kde-format msgid "Log" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:464 #, kde-format msgid "Status" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:474 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:534 #, kde-format msgid "Iterations" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:484 #, kde-format msgid "Tolerance" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:494 #, kde-format msgid "Calculation time" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:504 #, kde-format msgid "Degrees of freedom" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:514 #, kde-format msgid "Number of parameter" msgstr "" #. i18n: ectx: property (text), item, widget (QTableWidget, twLog) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:524 #, kde-format msgid "X range" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pbOptions) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:592 #, kde-format msgid "Advanced fit options" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbOptions) #. i18n: ectx: property (text), widget (QPushButton, pbOptions) #. i18n: ectx: property (text), widget (QLabel, lOptions) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:595 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:149 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:75 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:69 #, kde-format msgid "Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXWeight) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:602 #, kde-format msgid "x-Weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lModel) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:625 #, kde-format msgid "Model:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lModel) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:355 #, kde-format msgid "Model" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEquation) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:639 #, kde-format msgid "f(x) =" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pbParameters) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:662 #, kde-format msgid "Specify parameters and their properties" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDegree) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:672 #, kde-format msgid "Degree:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYErrorCol) #. i18n: ectx: property (text), widget (QLabel, lXErrorCol) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:889 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:915 #, kde-format msgid "col =" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFilter) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:219 #, kde-format msgid "Filter" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lForm) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:243 #, kde-format msgid "Form:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lForm) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:159 #, kde-format msgid "Form" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCutoff2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:308 #, kde-format msgid "Cutoff2:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCutoff2) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:173 #, kde-format msgid "Cutoff2" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:66 #, kde-format msgid "Output:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:66 #, kde-format msgid "Output" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, lOptions) -#. +> trunk -#: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:149 -#, kde-format -msgid "Options:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, lXScale) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:235 #, kde-format msgid "X axis scale:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXScale) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:235 #, kde-format msgid "X axis scale" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbTwoSided) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:244 #, kde-format msgid "Two sided" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbTwoSided) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:244 #, kde-format msgid "two sided" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbShifted) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:251 #, kde-format msgid "Shifted" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbShifted) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:251 #, kde-format msgid "shifted" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:260 #, kde-format msgid "Window:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:260 #, kde-format msgid "Window" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMethod) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:30 #, kde-format msgid "Method:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMethod) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:82 #, kde-format msgid "Method" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lIntegration) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:204 #, kde-format msgid "Integration:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbAbsolute) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:284 #, kde-format msgid "Absolute area" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbAbsolute) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:324 #, kde-format msgid "absolute area" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVariant) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:163 #, kde-format msgid "Variant:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVariant) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:96 #, kde-format msgid "Variant" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:173 #, kde-format msgid "Parameter:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:89 #, kde-format msgid "Parameter" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTension) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:182 #, kde-format msgid "Tension:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTension) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:306 #, kde-format msgid "Tension" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lContinuity) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:208 #, kde-format msgid "Continuity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lContinuity) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:332 #, kde-format msgid "Continuity" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBias) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:231 #, kde-format msgid "Bias:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lInterpolation) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:245 #, kde-format msgid "Interpolation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lBias) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:355 #, kde-format msgid "Bias" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEval) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:272 #, kde-format msgid "Evaluate:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEval) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:232 #, kde-format msgid "Evaluate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPoints) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:282 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:239 #, kde-format msgid "Points:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPoints) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:428 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:330 #, kde-format msgid "Points" msgstr "" #. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, sbPoints) #. +> trunk5 trunk #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:300 #, kde-format msgid "number should be bigger than number of data points" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSmooth) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:232 #, kde-format msgid "Smooth:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lWeight) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:259 #, kde-format msgid "Weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lWeight) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:323 #, kde-format msgid "Weight" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPercentile) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:269 #, kde-format msgid "Percentile:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPercentile) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:350 #, kde-format msgid "Percentile" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOrder) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:289 #, kde-format msgid "Polynom order:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOrder) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:86 #, kde-format msgid "Polynom order" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMode) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:309 #, kde-format msgid "Padding mode:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMode) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:93 #, kde-format msgid "Padding mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLeftValue) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:321 #, kde-format msgid "Left value:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLeftValue) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:372 #, kde-format msgid "Left value" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRightValue) #. +> trunk5 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:341 #, kde-format msgid "Right value:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRightValue) #. +> trunk #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:392 #, kde-format msgid "Right value" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pbApply) #. +> trunk5 trunk #: src/kdefrontend/ui/fitoptionswidget.ui:30 #: src/kdefrontend/ui/fitparameterswidget.ui:60 #, kde-format msgid "Apply" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEps) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:70 #, kde-format msgid "Tolerance:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRobust) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:80 #, kde-format msgid "Robust fit:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRobust) #. +> trunk #: src/kdefrontend/ui/fitoptionswidget.ui:53 #, kde-format msgid "Robust fit" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMaxIterations) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:87 #, kde-format msgid "Max. iterations:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMaxIterations) #. +> trunk #: src/kdefrontend/ui/fitoptionswidget.ui:63 #, kde-format msgid "Max. iterations" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXRange) #. i18n: ectx: property (text), widget (QLabel, lEvalRange) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:94 #: src/kdefrontend/ui/fitoptionswidget.ui:117 #, kde-format msgid ".." msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbUseDataErrors) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:101 #, kde-format msgid "This option can be used to turn on and off the usage of given data errors when fitting." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbUseDataErrors) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:104 #, kde-format msgid "Use given data errors" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbAutoRange) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:138 #, kde-format msgid "Auto fit range" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbEvaluateFullRange) #. +> trunk #: src/kdefrontend/ui/fitoptionswidget.ui:100 #, kde-format msgid "Evaluate full range" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbUseResults) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:151 #, kde-format msgid "If selected, the resulting fit parameter are set as new start values." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbUseResults) #. +> trunk5 trunk #: src/kdefrontend/ui/fitoptionswidget.ui:154 #, kde-format msgid "Use results as new start values" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEvaluatedPoints) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:164 #, kde-format msgid "Evaluated points:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEvaluatedPoints) #. +> trunk #: src/kdefrontend/ui/fitoptionswidget.ui:83 #, kde-format msgid "Evaluated Points" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbAutoEvalRange) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:171 #, kde-format msgid "If selected, the fit function is evaluated for the full range of data points and not only for the given x-range." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbAutoEvalRange) #. +> trunk5 #: src/kdefrontend/ui/fitoptionswidget.ui:174 #, kde-format msgid "Auto evaluation range" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 #: src/kdefrontend/ui/fitsheadereditaddunitwidget.ui:17 #, kde-format msgid "Unit:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk #: src/kdefrontend/ui/fitsheadereditaddunitwidget.ui:17 #, kde-format msgid "Unit" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/kdefrontend/ui/fitsheadereditnewkeywordwidget.ui:17 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:80 #, kde-format msgid "Key" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bOpen) #. +> trunk5 trunk #: src/kdefrontend/ui/fitsheadereditwidget.ui:56 #, kde-format msgid "Open File" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bClose) #. +> trunk5 trunk #: src/kdefrontend/ui/fitsheadereditwidget.ui:63 #, kde-format msgid "Close File" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lText) #. +> trunk5 trunk #: src/kdefrontend/ui/labelwidget.ui:26 #, kde-format msgid "Text:" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, tbTexUsed) #. +> trunk5 trunk #: src/kdefrontend/ui/labelwidget.ui:178 #, kde-format msgid "TeX mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFontTeX) #. +> trunk5 #: src/kdefrontend/ui/labelwidget.ui:220 #, kde-format msgid "Main font:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFontTeX) #. +> trunk #: src/kdefrontend/ui/labelwidget.ui:232 #, kde-format msgid "Main Font" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFontColor) #. +> trunk5 #: src/kdefrontend/ui/labelwidget.ui:240 #, kde-format msgid "Foreground color:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, lOffsetX) #. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, sbOffsetX) #. i18n: ectx: property (toolTip), widget (QLabel, lOffsetY) #. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, sbOffsetY) #. +> trunk5 trunk #: src/kdefrontend/ui/labelwidget.ui:408 src/kdefrontend/ui/labelwidget.ui:418 #: src/kdefrontend/ui/labelwidget.ui:434 src/kdefrontend/ui/labelwidget.ui:444 #, kde-format msgid "Distance to the axis tick labels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOffsetX) #. +> trunk5 #: src/kdefrontend/ui/labelwidget.ui:411 #, kde-format msgid "Offset X:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOffsetX) #. +> trunk #: src/kdefrontend/ui/labelwidget.ui:400 #, kde-format msgid "Offset X" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOffsetY) #. +> trunk5 #: src/kdefrontend/ui/labelwidget.ui:437 #, kde-format msgid "Offset Y:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOffsetY) #. +> trunk #: src/kdefrontend/ui/labelwidget.ui:426 #, kde-format msgid "Offset Y" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHorizontalAlignment) #. +> trunk5 #: src/kdefrontend/ui/labelwidget.ui:460 #, kde-format msgid "Hor. align.:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHorizontalAlignment) #. +> trunk #: src/kdefrontend/ui/labelwidget.ui:449 #, kde-format msgid "Hor. align." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVerticalAlignment) #. +> trunk5 #: src/kdefrontend/ui/labelwidget.ui:470 #, kde-format msgid "Vert. align.:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lVerticalAlignment) #. +> trunk #: src/kdefrontend/ui/labelwidget.ui:459 #, kde-format msgid "Vert. align." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lY) #. +> trunk5 trunk #: src/kdefrontend/ui/matrix/matrixfunctionwidget.ui:116 #, kde-format msgid "y = " msgstr "" #. i18n: ectx: property (text), widget (QLabel, lX) #. +> trunk5 trunk #: src/kdefrontend/ui/matrix/matrixfunctionwidget.ui:132 #, kde-format msgid "x = " msgstr "" #. i18n: ectx: property (text), widget (QLabel, lZ) #. +> trunk5 trunk #: src/kdefrontend/ui/matrix/matrixfunctionwidget.ui:148 #, kde-format msgid "f(x,y) = " msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDensity) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:23 #, kde-format msgid "Density" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbDensityEnabled) #. i18n: ectx: property (text), widget (QCheckBox, chbLevelsEnabled) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:30 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:304 #, kde-format msgid "Activate" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbDensityEnabled) #. i18n: ectx: property (text), widget (QCheckBox, chbLevelsEnabled) #. +> trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:29 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:294 #, kde-format msgid "activate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lColorMap) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:40 #, kde-format msgid "Color map:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lColorMap) #. +> trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:39 #, kde-format msgid "Color map" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bCreateColorMap) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:86 #, kde-format msgid "Create new color map" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bOpenColorMap) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:149 #, kde-format msgid "Open existing color map" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFillBrushStyle) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:211 #, kde-format msgid "Pattern:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lThreshold) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:221 #, kde-format msgid "Threshold:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lThreshold) #. +> trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:211 #, kde-format msgid "Threshold" msgstr "" #. i18n: ectx: property (text), widget (QLineEdit, leThreshold) #. i18n: ectx: property (text), widget (QLineEdit, leLevelsNumber) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:234 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:297 #, kde-format msgid "10" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbMeshEnabled) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:241 #, kde-format msgid "Mesh" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbRelativeScaleEnabled) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:248 #, kde-format msgid "Relative scale" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevels) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:277 #, kde-format msgid "Levels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevelsNumber) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:284 #, kde-format msgid "Number of levels:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevelsNumber) #. +> trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:274 #, kde-format msgid "Number of levels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevelsLineWidth) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:314 #, kde-format msgid "Line width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevelsLineWidth) #. +> trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:304 #, kde-format msgid "Line width" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevelsLineColor) #. +> trunk5 #: src/kdefrontend/ui/plotsurfacestylewidget.ui:331 #, kde-format msgid "Line color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lLevelsLineColor) #. +> trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:321 #, kde-format msgid "Line color" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbLevelsMultiColoring) #. +> trunk5 trunk #: src/kdefrontend/ui/plotsurfacestylewidget.ui:341 #, kde-format msgid "Multicoloring" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAutoSaveInterval) #. +> trunk5 #: src/kdefrontend/ui/settingsgeneralpage.ui:53 #, kde-format msgid "Time interval:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAutoSaveInterval) #. +> trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:53 #, kde-format msgid "Time interval" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 #: src/kdefrontend/ui/settingsgeneralpage.ui:60 #, kde-format msgid "Startup:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:60 #, kde-format msgid "Startup" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAutoSave) #. +> trunk5 trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:67 #, kde-format msgid "Enabled" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAutoSave) #. +> trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:67 #, kde-format msgid "enabled" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAutoSave) #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:80 #: src/kdefrontend/ui/settingsprintingpage.ui:16 #, kde-format msgid "Auto-Save" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTabPosition) #. +> trunk5 #: src/kdefrontend/ui/settingsgeneralpage.ui:103 #, kde-format msgid "Tab position:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTabPosition) #. +> trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:103 #, kde-format msgid "Tab position" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMdiVisibility) #. +> trunk5 #: src/kdefrontend/ui/settingsgeneralpage.ui:110 #, kde-format msgid "Sub-window visibility:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMdiVisibility) #. +> trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:110 #, kde-format msgid "Sub-Window visibility" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lInterface) #. +> trunk5 #: src/kdefrontend/ui/settingsgeneralpage.ui:133 #, kde-format msgid "Interface:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lInterface) #. +> trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:133 #, kde-format msgid "Interface" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAutoSaveIntervalUnit) #. i18n: ectx: property (text), widget (QLabel, lMin) #. +> trunk5 trunk #: src/kdefrontend/ui/settingsgeneralpage.ui:140 #: src/kdefrontend/ui/spreadsheet/dropvalueswidget.ui:27 #, kde-format msgid "min." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 trunk #: src/kdefrontend/ui/settingsprintingpage.ui:22 #, kde-format msgid "TODO" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPresenterMode_2) #. +> trunk5 #: src/kdefrontend/ui/settingsworksheetpage.ui:23 #, kde-format msgid "Appearance" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTheme) #. +> trunk5 #: src/kdefrontend/ui/settingsworksheetpage.ui:30 #, kde-format msgid "Theme:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkPresenterModeInteractive) #. +> trunk5 #: src/kdefrontend/ui/settingsworksheetpage.ui:82 #, kde-format msgid "Interactive" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkPresenterModeInteractive) #. +> trunk #: src/kdefrontend/ui/settingsworksheetpage.ui:30 #, kde-format msgid "interactive" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lPerformance) #. +> trunk5 trunk #: src/kdefrontend/ui/settingsworksheetpage.ui:111 #, kde-format msgid "Performance" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDoubleBuffering) #. +> trunk5 #: src/kdefrontend/ui/settingsworksheetpage.ui:118 #, kde-format msgid "Enable double buffering" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDoubleBuffering) #. +> trunk #: src/kdefrontend/ui/settingsworksheetpage.ui:66 #, kde-format msgid "enable double-buffering" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTex) #. +> trunk5 trunk #: src/kdefrontend/ui/settingsworksheetpage.ui:147 #, kde-format msgid "LaTeX" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTexEngine) #. +> trunk5 #: src/kdefrontend/ui/settingsworksheetpage.ui:154 #, kde-format msgid "Typesetting engine:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lTexEngine) #. +> trunk #: src/kdefrontend/ui/settingsworksheetpage.ui:102 #, kde-format msgid "Typesetting engine" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMode) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/dropvalueswidget.ui:17 #, kde-format msgid "Drop values:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lAnd) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/dropvalueswidget.ui:37 #, kde-format msgid "and" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMax) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/dropvalueswidget.ui:44 #, kde-format msgid "max." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:17 #, kde-format msgid "Fix:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk #: src/kdefrontend/ui/spreadsheet/equidistantvalueswidget.ui:17 #, kde-format msgid "Fix" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMatrixVHeader) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:99 #, kde-format msgid "Export vertical header:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMatrixVHeader) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:99 #, kde-format msgid "Export vertical header" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportHeader) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:116 #, kde-format msgid "Export header:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportHeader) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:116 #, kde-format msgid "Export header" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMatrixHHeader) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:139 #, kde-format msgid "Export horizontal header:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMatrixHHeader) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:139 #, kde-format msgid "Export horizontal header" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lSeparator) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:156 #, kde-format msgid "Separating character:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lGridLines) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:170 #, kde-format msgid "Grid lines:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lGridLines) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:170 #, kde-format msgid "Grid lines" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCaptions) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:187 #, kde-format msgid "Table captions:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lCaptions) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:187 #, kde-format msgid "Table captions" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHeader) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:211 #, kde-format msgid "Headers:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lHeader) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:211 #, kde-format msgid "Headers" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEmptyRows) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:231 #, kde-format msgid "Skip empty rows:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lEmptyRows) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:231 #, kde-format msgid "Skip empty rows" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportToFITS) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:238 #, kde-format msgid "Export to:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportToFITS) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:238 #, kde-format msgid "Export to" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportArea) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:248 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:75 #, kde-format msgid "Area to export:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportArea) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:248 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:75 #, kde-format msgid "Area to export" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lColumnAsUnits) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:255 #, kde-format msgid "Comments as column units:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lColumnAsUnits) #. +> trunk #: src/kdefrontend/ui/spreadsheet/exportspreadsheetwidget.ui:255 #, kde-format msgid "Comments as column units" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:61 #, kde-format msgid "=" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFunc) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:83 #, kde-format msgid "Function:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFunction) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:162 #, kde-format msgid "f(x) = " msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFunction) #. +> trunk #: src/kdefrontend/ui/spreadsheet/functionvalueswidget.ui:45 #, kde-format msgid "f(x)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lXColumn) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:29 #, kde-format msgid "X-data:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lYColumn) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:105 #, kde-format msgid "Y-data:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbCurvePlacement) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:145 #, kde-format msgid "Curve Placement" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbCurvePlacement1) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:151 #, kde-format msgid "&All curves in one plot" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbCurvePlacement2) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:161 #, kde-format msgid "One p&lot per curve" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gbPlotPlacement) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:171 #, kde-format msgid "Add Curves to" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbPlotPlacement1) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:177 #, kde-format msgid "E&xisting plot" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbPlotPlacement2) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:187 #, kde-format msgid "&New plot in an existing worksheet" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rbPlotPlacement3) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:194 #, kde-format msgid "New plot in a new wor&ksheet" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkCreateDataCurve) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/plotdatawidget.ui:217 #, kde-format msgid "Create curve for original data" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDistribution) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:23 #, kde-format msgid "Distribution:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lDistribution) #. +> trunk #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:23 #, kde-format msgid "Distribution" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter1) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:72 #, kde-format msgid "1:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter1) #. +> trunk #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:72 #, kde-format msgid "1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter2) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:88 #, kde-format msgid "2:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter2) #. +> trunk #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:88 #, kde-format msgid "2" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter3) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:104 #, kde-format msgid "3:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lParameter3) #. +> trunk #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:104 #, kde-format msgid "3" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lFunc) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/randomvalueswidget.ui:120 #, kde-format msgid "p(x)" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbOrdering) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:27 #, kde-format msgid "Ascending" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbOrdering) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:36 #, kde-format msgid "Descending" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lType) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:48 #, kde-format msgid "Sort columns:" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/SortDialog.cpp:49 #: src/kdefrontend/spreadsheet/SortDialog.cpp:63 #, kde-format msgid "Sort columns" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbType) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:56 #, kde-format msgid "Separately" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lOrder) #. +> trunk #: src/kdefrontend/spreadsheet/SortDialog.cpp:57 #: src/kdefrontend/ui/dockwidgets/cartesianplotlegenddock.ui:154 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:268 #, kde-format msgid "Order" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cbType) #. +> trunk5 trunk #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:61 #, kde-format msgid "Together" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lColumns) #. +> trunk5 #: src/kdefrontend/ui/spreadsheet/sortdialogwidget.ui:69 #, kde-format msgid "Leading column:" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/SortDialog.cpp:71 #, kde-format msgid "Leading column" msgstr "" #. +> trunk #: src/kdefrontend/spreadsheet/SortDialog.cpp:80 #, kde-format msgid "&Sort" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, lExportBackground) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkExportBackground) #. +> trunk5 trunk #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:92 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:102 #, kde-format msgid "Check this option if the worksheet background should be exported." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportBackground) #. +> trunk5 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:95 #, kde-format msgid "Export background:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lExportBackground) #. +> trunk #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:95 #, kde-format msgid "Export background" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lResolution) #. +> trunk5 #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:115 #, kde-format msgid "Resolution:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lResolution) #. +> trunk #: src/kdefrontend/ui/worksheet/exportworksheetwidget.ui:115 #, kde-format msgid "Resolution" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:46 #: src/kdefrontend/widgets/DatapickerCurveWidget.cpp:50 #, kde-format msgid "No Error" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:144 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:193 #, kde-format msgid "" "Select the range for the hue.\n" "Everything outside of this range will be set to white." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:149 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:198 #, kde-format msgid "" "Select the range for the saturation.\n" "Everything outside of this range will be set to white." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:154 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:203 #, kde-format msgid "" "Select the range for the value, the degree of lightness of the color.\n" "Everything outside of this range will be set to white." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:159 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:208 #, kde-format msgid "" "Select the range for the intensity.\n" "Everything outside of this range will be set to white." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:164 #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:213 #, kde-format msgid "" "Select the range for the colors that are not part of the background color.\n" "Everything outside of this range will be set to white." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:168 #, kde-format msgid "Cartesian (x, y)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:169 #, kde-format msgid "Polar (x, y°)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:170 #, kde-format msgid "Polar (x, y(rad))" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:171 #, kde-format msgid "Logarithmic (ln(x), y)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:172 #, kde-format msgid "Logarithmic (x, ln(y))" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:173 #, kde-format msgid "Ternary (x, y, z)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:184 #, kde-format msgid "No Image" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:185 #, kde-format msgid "Original Image" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/DatapickerImageWidget.cpp:186 #, kde-format msgid "Processed Image" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FitParametersWidget.cpp:56 #, kde-format msgid "Start value" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FitParametersWidget.cpp:60 #, kde-format msgid "Fixed" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FitParametersWidget.cpp:64 #, kde-format msgid "Lower limit" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FitParametersWidget.cpp:68 #, kde-format msgid "Upper limit" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditAddUnitDialog.cpp:40 #, kde-format msgid "&Add" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditAddUnitDialog.cpp:42 #, kde-format msgctxt "@title:window" msgid "Add New Unit" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditAddUnitDialog.cpp:35 #, kde-format msgid "Add New Unit" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditAddUnitDialog.cpp:48 #, kde-format msgid "Enter unit name here" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditDialog.cpp:53 #, kde-format msgid "&Save" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditDialog.cpp:60 #: src/kdefrontend/widgets/FITSHeaderEditDialog.cpp:90 #, kde-format msgctxt "@title:window" msgid "FITS Metadata Editor" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditDialog.cpp:87 #, kde-format msgctxt "@title:window" msgid "FITS Metadata Editor [Changed]" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditDialog.cpp:71 #, kde-format msgid "FITS Metadata Editor [Changed]" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:56 #, kde-format msgid "&Add Keyword" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:51 #, kde-format msgid "&Add keyword" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:60 #, kde-format msgctxt "@title:window" msgid "Specify the New Keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:67 #, kde-format msgid "Specify the name" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:48 #, kde-format msgid "Specify the new keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:68 #, kde-format msgid "Specify the value" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:69 #, kde-format msgid "Specify the comment" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:85 #, kde-format msgid "Cannot add new keyword without key, would you like to try again?" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:76 #, kde-format msgid "Can't add new keyword without key, would you like to try again?" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:86 #, kde-format msgid "Cannot add empty key" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:63 #, kde-format msgid "Add new keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:67 #, kde-format msgid "Remove selected keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:71 #, kde-format msgid "Add unit to keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:75 #, kde-format msgid "Close file" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:189 #, kde-format msgid "FITS files (*.fits)" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:191 #, kde-format msgid "Open FITS file" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:227 #, kde-format msgid "Cannot open file, file already opened." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:228 #, kde-format msgid "File already opened" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:285 #, kde-format msgid "Add New Keyword" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:286 #, kde-format msgid "Remove Keyword" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:276 #, kde-format msgid "Remove keyword" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:288 #, kde-format msgid "Add Unit" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:278 #, kde-format msgid "Add unit" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:328 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:335 #, kde-format msgid "Cannot add keyword, keyword already added" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:328 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:335 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:343 #, kde-format msgid "Cannot Add Keyword" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:318 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:325 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:333 #, kde-format msgid "Cannot add keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:342 #, kde-format msgid "Cannot add mandatory keyword, they are already present" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:386 #, kde-format msgid "Are you sure you want to delete the keyword '%1'?" msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:387 #, kde-format msgid "Confirm Deletion" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:377 #, kde-format msgid "Confirm deletion" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:407 #, kde-format msgid "Cannot remove mandatory keyword." msgstr "" #. +> trunk5 #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:407 #, kde-format msgid "Removing Keyword" msgstr "" #. +> trunk #: src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:396 #, kde-format msgid "Removing keyword" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/LabelWidget.cpp:362 #, kde-format msgid "LaTeX typesetting not possible. Please check the settings." msgstr "" #. +> trunk5 trunk #: src/kdefrontend/widgets/LabelWidget.cpp:506 #, kde-format msgid "Date" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:61 #, kde-format msgid "desktop" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:77 #, kde-format msgid "Object's bounding box" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:78 #, kde-format msgid "Current selection" msgstr "" #. +> trunk5 trunk #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:79 #, kde-format msgid "Complete worksheet" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:78 #, kde-format msgid "Export worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:81 #, kde-format msgctxt "%1 is the value of DPI of the current screen" msgid "%1 (desktop)" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:95 #, kde-format msgctxt "@title:window" msgid "Export Worksheet" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:225 #, kde-format msgid "Portable Data Format (PDF) (*.pdf *.PDF)" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:227 #, kde-format msgid "Scalable Vector Graphics (SVG) (*.svg *.SVG)" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/ExportWorksheetDialog.cpp:229 #, kde-format msgid "Portable Network Graphics (PNG) (*.png *.PNG)" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/GridDialog.cpp:43 #, kde-format msgid "Custom grid" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/GridDialog.cpp:50 #, kde-format msgctxt "@title:window" msgid "Custom Grid" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/GridDialog.cpp:59 #, kde-format msgid "Lines" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/GridDialog.cpp:55 #, kde-format msgid "lines" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/GridDialog.cpp:60 #, kde-format msgid "Dots" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/GridDialog.cpp:56 #, kde-format msgid "dots" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/GridDialog.cpp:64 #, kde-format msgid "Horizontal spacing:" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/GridDialog.cpp:60 #, kde-format msgid "Horizontal spacing" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/GridDialog.cpp:72 #, kde-format msgid "Vertical spacing:" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/GridDialog.cpp:68 #, kde-format msgid "Vertical spacing" msgstr "" #. +> trunk5 #: src/kdefrontend/worksheet/SlidingPanel.cpp:45 #, kde-format msgid "Quit Presentation" msgstr "" #. +> trunk #: src/kdefrontend/worksheet/SlidingPanel.cpp:45 #, kde-format msgid "Quit presentation" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:66 #, kde-format msgid "Statistics" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lRowCount) #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:194 #: src/kdefrontend/ui/dockwidgets/matrixdock.ui:143 #: src/kdefrontend/ui/dockwidgets/spreadsheetdock.ui:89 #: src/kdefrontend/ui/dockwidgets/worksheetdock.ui:590 #, kde-format msgid "Rows" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:195 #, kde-format msgid "Mean" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:196 #, kde-format msgid "StandardDev" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:198 #, kde-format msgid "Sum" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:199 #, kde-format msgid "iMax" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMax) #. i18n: ectx: property (text), widget (QLabel, lXMax) #. i18n: ectx: property (text), widget (QLabel, lYMax) #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:200 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:255 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:328 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:417 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:321 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:229 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:380 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:336 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:296 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:31 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:428 #, kde-format msgid "Max" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:201 #, kde-format msgid "iMin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lMin) #. i18n: ectx: property (text), widget (QLabel, lXMin) #. i18n: ectx: property (text), widget (QLabel, lYMin) #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:202 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:222 #: src/kdefrontend/ui/dockwidgets/cartesianplotdock.ui:311 #: src/kdefrontend/ui/dockwidgets/xydatareductioncurvedockgeneraltab.ui:41 #: src/kdefrontend/ui/dockwidgets/xydifferentiationcurvedockgeneraltab.ui:31 #: src/kdefrontend/ui/dockwidgets/xyfitcurvedockgeneraltab.ui:383 #: src/kdefrontend/ui/dockwidgets/xyfourierfiltercurvedockgeneraltab.ui:344 #: src/kdefrontend/ui/dockwidgets/xyfouriertransformcurvedockgeneraltab.ui:300 #: src/kdefrontend/ui/dockwidgets/xyintegrationcurvedockgeneraltab.ui:51 #: src/kdefrontend/ui/dockwidgets/xyinterpolationcurvedockgeneraltab.ui:67 #: src/kdefrontend/ui/dockwidgets/xysmoothcurvedockgeneraltab.ui:38 #, kde-format msgid "Min" msgstr "" #. +> trunk #: src/backend/analysis/StatisticsFilter.cpp:203 #, kde-format msgid "N" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chbWatchFile) #. +> trunk #: src/backend/datasources/FileDataSource.cpp:69 #: src/kdefrontend/ui/datasources/importfilewidget.ui:186 #, kde-format msgid "Watch the file" msgstr "" #. +> trunk #: src/backend/datasources/FileDataSource.cpp:94 #, kde-format msgid "Hierarchical Data Format (HDF)" msgstr "" #. +> trunk #: src/backend/datasources/FileDataSource.cpp:360 #, kde-format msgid "no fileDataSource element found" msgstr "" #. i18n: ectx: property (toolTip), widget (QTreeWidget, twContent) #. +> trunk #: src/kdefrontend/ui/datasources/hdfoptionswidget.ui:71 #, kde-format msgid "Shows the content of a HDF file" msgstr "" Index: trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot (revision 1519254) @@ -1,44155 +1,44155 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-07-04 08:16+0200\n" +"POT-Creation-Date: 2018-07-05 09:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/Crumpled_Paper.pat" msgid "Canvas 04" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/fractal_pattern.pat" msgid "Fractal Pattern" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/generic_paper1.pat" msgid "Generic Paper 2" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/generic_paper2.pat" msgid "Generic Paper 3" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/hexacolBW__2.pat" msgid "Hexacol BW By Tarkan" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/HR_PastelPaper_02.pat" msgid "HR Pastel Paper 02" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "./krita/data/patterns/HR_Wall_Paper.pat" msgid "HR Wall Paper" msgstr "" #. i18n: context: Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:6 #, kde-format msgctxt "action" msgid "Connection Tool" msgstr "" #. i18n: context: Action (toggle-edit-mode), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (toggle-edit-mode), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (toggle-edit-mode), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (toggle-edit-mode), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:10 #: krita/data/actions/ConnectionTool.action:15 #, kde-format msgctxt "action" msgid "Edit connection points" msgstr "" #. i18n: context: Action (align-relative), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-relative), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-relative), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-relative), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:20 #: krita/data/actions/ConnectionTool.action:25 #, kde-format, no-c-format msgctxt "action" msgid "%" msgstr "" #. i18n: context: Action (align-left), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-left), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-left), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-left), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:30 #: krita/data/actions/ConnectionTool.action:35 #, kde-format msgctxt "action" msgid "Align to left edge" msgstr "" #. i18n: context: Action (align-centerh), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-centerh), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-centerh), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-centerh), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:40 #: krita/data/actions/ConnectionTool.action:45 #, kde-format msgctxt "action" msgid "Align to horizontal center" msgstr "" #. i18n: context: Action (align-right), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-right), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-right), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-right), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:50 #: krita/data/actions/ConnectionTool.action:55 #, kde-format msgctxt "action" msgid "Align to right edge" msgstr "" #. i18n: context: Action (align-top), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-top), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-top), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-top), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:60 #: krita/data/actions/ConnectionTool.action:65 #, kde-format msgctxt "action" msgid "Align to top edge" msgstr "" #. i18n: context: Action (align-centerv), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-centerv), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-centerv), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-centerv), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:70 #: krita/data/actions/ConnectionTool.action:75 #, kde-format msgctxt "action" msgid "Align to vertical center" msgstr "" #. i18n: context: Action (align-bottom), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-bottom), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-bottom), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (align-bottom), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:80 #: krita/data/actions/ConnectionTool.action:85 #, kde-format msgctxt "action" msgid "Align to bottom edge" msgstr "" #. i18n: context: Action (escape-all), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-all), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-all), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-all), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:90 #: krita/data/actions/ConnectionTool.action:95 #, kde-format msgctxt "action" msgid "Escape in all directions" msgstr "" #. i18n: context: Action (escape-horizontal), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-horizontal), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-horizontal), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-horizontal), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:100 #: krita/data/actions/ConnectionTool.action:105 #, kde-format msgctxt "action" msgid "Escape in horizontal directions" msgstr "" #. i18n: context: Action (escape-vertical), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-vertical), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-vertical), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-vertical), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:110 #: krita/data/actions/ConnectionTool.action:115 #, kde-format msgctxt "action" msgid "Escape in vertical directions" msgstr "" #. i18n: context: Action (escape-left), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-left), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-left), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-left), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:120 #: krita/data/actions/ConnectionTool.action:125 #, kde-format msgctxt "action" msgid "Escape in left direction" msgstr "" #. i18n: context: Action (escape-right), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-right), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-right), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-right), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:130 #: krita/data/actions/ConnectionTool.action:135 #, kde-format msgctxt "action" msgid "Escape in right direction" msgstr "" #. i18n: context: Action (escape-up), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-up), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-up), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-up), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:140 #: krita/data/actions/ConnectionTool.action:145 #, kde-format msgctxt "action" msgid "Escape in up direction" msgstr "" #. i18n: context: Action (escape-down), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-down), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-down), Actions (connection-tool), ActionCollection (Tools) #. i18n: context: Action (escape-down), Actions (connection-tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/ConnectionTool.action:150 #: krita/data/actions/ConnectionTool.action:155 #, kde-format msgctxt "action" msgid "Escape in down direction" msgstr "" #. i18n: context: Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:4 #, kde-format msgctxt "action" msgid "Interaction Tool" msgstr "" #. i18n: context: Action (object_order_raise), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:8 #, kde-format msgctxt "action" msgid "Raise" msgstr "" #. i18n: context: Action (object_order_raise), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:13 #, kde-format msgctxt "action" msgid "&Raise" msgstr "" #. i18n: context: Action (object_align_horizontal_right), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_right), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (svg_align_right), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_right), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (object_align_horizontal_right), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_right), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (svg_align_right), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_right), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:18 #: krita/data/actions/InteractionTool.action:23 #: plugins/tools/svgtexttool/SvgTextTool.action:58 #: plugins/tools/svgtexttool/SvgTextTool.action:63 #, kde-format msgctxt "action" msgid "Align Right" msgstr "" #. i18n: context: Action (object_ungroup), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_ungroup), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_ungroup), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_ungroup), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:28 #: krita/data/actions/InteractionTool.action:33 #, kde-format msgctxt "action" msgid "Ungroup" msgstr "" #. i18n: context: Action (object_order_back), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:38 #, kde-format msgctxt "action" msgid "Send to Back" msgstr "" #. i18n: context: Action (object_order_back), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:43 #, kde-format msgctxt "action" msgid "Send to &Back" msgstr "" #. i18n: context: Action (object_order_front), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:48 #, kde-format msgctxt "action" msgid "Bring to Front" msgstr "" #. i18n: context: Action (object_order_front), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:53 #, kde-format msgctxt "action" msgid "Bring to &Front" msgstr "" #. i18n: context: Action (object_align_vertical_center), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_center), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_center), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_center), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:58 #: krita/data/actions/InteractionTool.action:63 #, kde-format msgctxt "action" msgid "Vertically Center" msgstr "" #. i18n: context: Action (object_group), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_group), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_group), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_group), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:68 #: krita/data/actions/InteractionTool.action:73 #, kde-format msgctxt "action" msgid "Group" msgstr "" #. i18n: context: Action (object_align_horizontal_left), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_left), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (svg_align_left), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_left), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (object_align_horizontal_left), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_left), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (svg_align_left), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_left), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:78 #: krita/data/actions/InteractionTool.action:83 #: plugins/tools/svgtexttool/SvgTextTool.action:68 #: plugins/tools/svgtexttool/SvgTextTool.action:73 #, kde-format msgctxt "action" msgid "Align Left" msgstr "" #. i18n: context: Action (object_align_vertical_top), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_top), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_top), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_top), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:88 #: krita/data/actions/InteractionTool.action:93 #, kde-format msgctxt "action" msgid "Align Top" msgstr "" #. i18n: context: Action (object_align_horizontal_center), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_center), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_center), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_horizontal_center), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:98 #: krita/data/actions/InteractionTool.action:103 #, kde-format msgctxt "action" msgid "Horizontally Center" msgstr "" #. i18n: context: Action (object_order_lower), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:108 #, kde-format msgctxt "action" msgid "Lower" msgstr "" #. i18n: context: Action (object_order_lower), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:113 #, kde-format msgctxt "action" msgid "&Lower" msgstr "" #. i18n: context: Action (object_align_vertical_bottom), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_bottom), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_bottom), Actions (Interaction Tool), ActionCollection (Tools) #. i18n: context: Action (object_align_vertical_bottom), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:118 #: krita/data/actions/InteractionTool.action:123 #, kde-format msgctxt "action" msgid "Align Bottom" msgstr "" #. i18n: context: Action (object_distribute_horizontal_left), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:127 #, kde-format msgctxt "action" msgid "Distribute Left" msgstr "" #. i18n: context: Action (object_distribute_horizontal_left), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:128 #, kde-format msgctxt "action" msgid "Distribute left edges equidistantly" msgstr "" #. i18n: context: Action (object_distribute_horizontal_center), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:136 #, kde-format msgctxt "action" msgid "Distribute Centers Horizontally" msgstr "" #. i18n: context: Action (object_distribute_horizontal_center), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:137 #, kde-format msgctxt "action" msgid "Distribute centers equidistantly horizontally" msgstr "" #. i18n: context: Action (object_distribute_horizontal_right), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:145 #, kde-format msgctxt "action" msgid "Distribute Right" msgstr "" #. i18n: context: Action (object_distribute_horizontal_right), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:146 #, kde-format msgctxt "action" msgid "Distribute right edges equidistantly" msgstr "" #. i18n: context: Action (object_distribute_horizontal_gaps), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:154 #, kde-format msgctxt "action" msgid "Distribute Horizontal Gap" msgstr "" #. i18n: context: Action (object_distribute_horizontal_gaps), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:155 #, kde-format msgctxt "action" msgid "Make horizontal gaps between objects equal" msgstr "" #. i18n: context: Action (object_distribute_vertical_top), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:164 #, kde-format msgctxt "action" msgid "Distribute Top" msgstr "" #. i18n: context: Action (object_distribute_vertical_top), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:165 #, kde-format msgctxt "action" msgid "Distribute top edges equidistantly" msgstr "" #. i18n: context: Action (object_distribute_vertical_center), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:173 #, kde-format msgctxt "action" msgid "Distribute Centers Vertically" msgstr "" #. i18n: context: Action (object_distribute_vertical_center), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:174 #, kde-format msgctxt "action" msgid "Distribute centers equidistantly vertically" msgstr "" #. i18n: context: Action (object_distribute_vertical_bottom), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:182 #, kde-format msgctxt "action" msgid "Distribute Bottom" msgstr "" #. i18n: context: Action (object_distribute_vertical_bottom), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:183 #, kde-format msgctxt "action" msgid "Distribute bottom edges equidistantly" msgstr "" #. i18n: context: Action (object_distribute_vertical_gaps), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:191 #, kde-format msgctxt "action" msgid "Distribute Vertical Gap" msgstr "" #. i18n: context: Action (object_distribute_vertical_gaps), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:192 #, kde-format msgctxt "action" msgid "Make vertical gaps between objects equal" msgstr "" #. i18n: context: Action (object_transform_rotate_90_cw), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:201 #, kde-format msgctxt "action" msgid "Rotate 90° CW" msgstr "" #. i18n: context: Action (object_transform_rotate_90_cw), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:202 #, kde-format msgctxt "action" msgid "Rotate object 90° clockwise" msgstr "" #. i18n: context: Action (object_transform_rotate_90_ccw), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:211 #, kde-format msgctxt "action" msgid "Rotate 90° CCW" msgstr "" #. i18n: context: Action (object_transform_rotate_90_ccw), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:212 #, kde-format msgctxt "action" msgid "Rotate object 90° counterclockwise" msgstr "" #. i18n: context: Action (object_transform_rotate_180), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:221 #, kde-format msgctxt "action" msgid "Rotate 180°" msgstr "" #. i18n: context: Action (object_transform_rotate_180), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:222 #, kde-format msgctxt "action" msgid "Rotate object 180°" msgstr "" #. i18n: context: Action (object_transform_mirror_horizontally), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:231 #, kde-format msgctxt "action" msgid "Mirror Horizontally" msgstr "" #. i18n: context: Action (object_transform_mirror_horizontally), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:232 #, kde-format msgctxt "action" msgid "Mirror object horizontally" msgstr "" #. i18n: context: Action (object_transform_mirror_vertically), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:241 #, kde-format msgctxt "action" msgid "Mirror Vertically" msgstr "" #. i18n: context: Action (object_transform_mirror_vertically), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:242 #, kde-format msgctxt "action" msgid "Mirror object vertically" msgstr "" #. i18n: context: Action (object_transform_reset), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:251 #, kde-format msgctxt "action" msgid "Reset Transformations" msgstr "" #. i18n: context: Action (object_transform_reset), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:252 #, kde-format msgctxt "action" msgid "Reset object transformations" msgstr "" #. i18n: context: Action (object_unite), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:261 #, kde-format msgctxt "action" msgid "Unite" msgstr "" #. i18n: context: Action (object_unite), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:262 #, kde-format msgctxt "action" msgid "Create boolean union of multiple objects" msgstr "" #. i18n: context: Action (object_intersect), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:271 #, kde-format msgctxt "action" msgid "Intersect" msgstr "" #. i18n: context: Action (object_intersect), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:272 #, kde-format msgctxt "action" msgid "Create boolean intersection of multiple objects" msgstr "" #. i18n: context: Action (object_subtract), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:281 #, kde-format msgctxt "action" msgid "Subtract" msgstr "" #. i18n: context: Action (object_subtract), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:282 #, kde-format msgctxt "action" msgid "Subtract multiple objects from the first selected one" msgstr "" #. i18n: context: Action (object_split), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:291 #, kde-format msgctxt "action" msgid "Split" msgstr "" #. i18n: context: Action (object_split), Actions (Interaction Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/InteractionTool.action:292 #, kde-format msgctxt "action" msgid "Split objects with multiple subpaths into multiple objects" msgstr "" #. i18n: context: Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:4 krita/data/actions/PathTool.action:4 #: plugins/tools/basictools/KisToolPath.action:4 #, kde-format msgctxt "action" msgid "Path Tool" msgstr "" #. i18n: context: Action (movetool-move-up), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-up), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-up), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-up), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:8 krita/data/actions/MoveTool.action:13 #, kde-format msgctxt "action" msgid "Move up" msgstr "" #. i18n: context: Action (movetool-move-down), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-down), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-down), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-down), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:18 krita/data/actions/MoveTool.action:23 #, kde-format msgctxt "action" msgid "Move down" msgstr "" #. i18n: context: Action (movetool-show-coordinates), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:28 #, kde-format msgctxt "action" msgid "Show absolute coordinates and offset while move action" msgstr "" #. i18n: context: Action (movetool-show-coordinates), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:33 #, kde-format msgctxt "action" msgid "Show Coordinates" msgstr "" #. i18n: context: Action (movetool-move-left), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-left), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-left), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-left), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:38 krita/data/actions/MoveTool.action:43 #, kde-format msgctxt "action" msgid "Move left" msgstr "" #. i18n: context: Action (movetool-move-right), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-right-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-right), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-right-more), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:48 krita/data/actions/MoveTool.action:92 #, kde-format msgctxt "action" msgid "Move right" msgstr "" #. i18n: context: Action (movetool-move-up-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-up-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-up-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-up-more), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:57 krita/data/actions/MoveTool.action:62 #, kde-format msgctxt "action" msgid "Move up more" msgstr "" #. i18n: context: Action (movetool-move-down-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-down-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-down-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-down-more), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:67 krita/data/actions/MoveTool.action:72 #, kde-format msgctxt "action" msgid "Move down more" msgstr "" #. i18n: context: Action (movetool-move-left-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-left-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-left-more), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (movetool-move-left-more), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:77 krita/data/actions/MoveTool.action:82 #, kde-format msgctxt "action" msgid "Move left more" msgstr "" #. i18n: context: Action (movetool-move-right-more), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/MoveTool.action:87 #, kde-format msgctxt "action" msgid "Move right more" msgstr "" #. i18n: context: Action (convert-to-path), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (convert-to-path), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (convert-to-path), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (convert-to-path), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:8 krita/data/actions/PathTool.action:13 #, kde-format msgctxt "action" msgid "To Path" msgstr "" #. i18n: context: Action (pathpoint-remove), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-remove), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-remove), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-remove), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:18 krita/data/actions/PathTool.action:23 #, kde-format msgctxt "action" msgid "Remove point" msgstr "" #. i18n: context: Action (path-break-segment), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (path-break-segment), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (path-break-segment), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (path-break-segment), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:28 krita/data/actions/PathTool.action:33 #, kde-format msgctxt "action" msgid "Break at segment" msgstr "" #. i18n: context: Action (pathsegment-line), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathsegment-line), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathsegment-line), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathsegment-line), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:38 krita/data/actions/PathTool.action:43 #, kde-format msgctxt "action" msgid "Segment to Line" msgstr "" #. i18n: context: Action (path-break-point), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (path-break-point), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (path-break-point), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (path-break-point), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:48 krita/data/actions/PathTool.action:53 #, kde-format msgctxt "action" msgid "Break at point" msgstr "" #. i18n: context: Action (pathpoint-line), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-line), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-line), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-line), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:58 krita/data/actions/PathTool.action:63 #, kde-format msgctxt "action" msgid "Make line point" msgstr "" #. i18n: context: Action (pathpoint-symmetric), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-symmetric), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-symmetric), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-symmetric), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:68 krita/data/actions/PathTool.action:73 #, kde-format msgctxt "action" msgid "Symmetric Point" msgstr "" #. i18n: context: Action (pathpoint-curve), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-curve), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-curve), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-curve), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:78 krita/data/actions/PathTool.action:83 #, kde-format msgctxt "action" msgid "Make curve point" msgstr "" #. i18n: context: Action (pathsegment-curve), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathsegment-curve), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathsegment-curve), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathsegment-curve), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:88 krita/data/actions/PathTool.action:93 #, kde-format msgctxt "action" msgid "Segment to Curve" msgstr "" #. i18n: context: Action (pathpoint-insert), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-insert), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-insert), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-insert), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:98 krita/data/actions/PathTool.action:103 #, kde-format msgctxt "action" msgid "Insert point" msgstr "" #. i18n: context: Action (pathpoint-corner), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-corner), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-corner), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-corner), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:108 #: krita/data/actions/PathTool.action:113 #, kde-format msgctxt "action" msgid "Corner point" msgstr "" #. i18n: context: Action (pathpoint-merge), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-merge), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-merge), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-merge), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:118 #: krita/data/actions/PathTool.action:123 #, kde-format msgctxt "action" msgid "Merge points" msgstr "" #. i18n: context: Action (pathpoint-join), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-join), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-join), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-join), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:128 #: krita/data/actions/PathTool.action:133 #, kde-format msgctxt "action" msgid "Join with segment" msgstr "" #. i18n: context: Action (pathpoint-smooth), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-smooth), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-smooth), Actions (Path Tool), ActionCollection (Tools) #. i18n: context: Action (pathpoint-smooth), Actions (Path Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/data/actions/PathTool.action:138 #: krita/data/actions/PathTool.action:143 #, kde-format msgctxt "action" msgid "Smooth point" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/BG-Krita2.ggr:2 #, kde-format msgctxt "./krita/data/gradients/BG-Krita2.ggr" msgid "BG-Krita2. Gradient background for brush preset icons." msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-eye-_Blue_.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-eye-_Blue_.ggr" msgid "GPS eye (Blue)" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-FG-Glare.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-FG-Glare.ggr" msgid "GPS FG Glare" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Fire-Blueish.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Fire-Blueish.ggr" msgid "GPS Fire Blueish" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Fire-Burning-Cloud.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Fire-Burning-Cloud.ggr" msgid "GPS Fire Burning Cloud" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Fire-Dust-Blended.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Fire-Dust-Blended.ggr" msgid "GPS Fire Dust Blended" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Fire-Dust.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Fire-Dust.ggr" msgid "GPS Fire Dust" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Fire-Incandescent.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Fire-Incandescent.ggr" msgid "GPS Fire Incandescent" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Fire-Life-Span.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Fire-Life-Span.ggr" msgid "GPS Fire Life Span" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Haze-and-Atmosphere.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Haze-and-Atmosphere.ggr" msgid "GPS Haze and Atmosphere" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Light-Saber-_Use-FG-color_.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Light-Saber-_Use-FG-color_.ggr" msgid "GPS Light Saber (Use FG color)" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Nature-browns-copy.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Nature-browns-copy.ggr" msgid "GPS Nature browns copy" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Nature-Pure-greens.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Nature-Pure-greens.ggr" msgid "GPS Nature Pure greens" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Nature-random-greens.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Nature-random-greens.ggr" msgid "GPS Nature random greens" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Nature_Grass.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Nature_Grass.ggr" msgid "GPS Nature_Grass" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Simple-Smoke.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Simple-Smoke.ggr" msgid "GPS Simple Smoke" msgstr "" #. +> trunk5 stable5 #: krita/data/gradients/GPS-Steel-Bars.ggr:2 #, kde-format msgctxt "./krita/data/gradients/GPS-Steel-Bars.ggr" msgid "GPS Steel Bars" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/concept-cookie.gpl:2 #, kde-format msgctxt "./krita/data/palettes/concept-cookie.gpl" msgid "Concept-cookie" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/default.gpl:2 #, kde-format msgctxt "./krita/data/palettes/default.gpl" msgid "Default" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/gradient.gpl:2 #, kde-format msgctxt "./krita/data/palettes/gradient.gpl" msgid "Gradient" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/marker.gpl:2 #, kde-format msgctxt "./krita/data/palettes/marker.gpl" msgid "Markers" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/pixelart-16.gpl:2 #, kde-format msgctxt "./krita/data/palettes/pixelart-16.gpl" msgid "PixelArt 16" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/pixelart-32.gpl:2 #, kde-format msgctxt "./krita/data/palettes/pixelart-32.gpl" msgid "PixelArt 32" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/ps.gpl:2 #, kde-format msgctxt "./krita/data/palettes/ps.gpl" msgid "Ps" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/swatch-cmyk.gpl:2 #, kde-format msgctxt "./krita/data/palettes/swatch-cmyk.gpl" msgid "Swatch CMYK" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/swatch-colored-grey.gpl:2 #, kde-format msgctxt "./krita/data/palettes/swatch-colored-grey.gpl" msgid "Swatch colored grey" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/swatch-rgb.gpl:2 #, kde-format msgctxt "./krita/data/palettes/swatch-rgb.gpl" msgid "Swatch RGB" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/swatche.gpl:2 #, kde-format msgctxt "./krita/data/palettes/swatche.gpl" msgid "Swatches\t" msgstr "" #. +> trunk5 stable5 #: krita/data/palettes/web.gpl:2 #, kde-format msgctxt "./krita/data/palettes/web.gpl" msgid "Web" msgstr "" #. i18n: context: Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:4 #, kde-format msgctxt "action" msgid "General" msgstr "" #. i18n: context: Action (open_resources_directory), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:7 #, kde-format msgctxt "action" msgid "Open Resources Folder" msgstr "" #. i18n: context: Action (open_resources_directory), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:9 #, kde-format msgctxt "action" msgid "Opens a file browser at the location Krita saves resources such as brushes to." msgstr "" #. i18n: context: Action (edit_blacklist_cleanup), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:19 #, kde-format msgctxt "action" msgid "Cleanup removed files..." msgstr "" #. i18n: context: Action (edit_blacklist_cleanup), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:21 #, kde-format msgctxt "action" msgid "Cleanup removed files" msgstr "" #. i18n: context: Action (windows_cascade), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:31 #, kde-format msgctxt "action" msgid "C&ascade" msgstr "" #. i18n: context: Action (windows_cascade), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:33 #, kde-format msgctxt "action" msgid "Cascade" msgstr "" #. i18n: context: Action (windows_tile), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:43 #, kde-format msgctxt "action" msgid "&Tile" msgstr "" #. i18n: context: Action (windows_tile), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:45 #, kde-format msgctxt "action" msgid "Tile" msgstr "" #. i18n: context: Action (create_bundle), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:55 #, kde-format msgctxt "action" msgid "Create Resource Bundle..." msgstr "" #. i18n: context: Action (create_bundle), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:57 #, kde-format msgctxt "action" msgid "Create Resource Bundle" msgstr "" #. i18n: context: Action (mainToolBar), Actions (General), ActionCollection (Krita) #. i18n: context: Action (mainToolBar), Actions (General), ActionCollection (Krita) #. i18n: context: Action (mainToolBar), Actions (General), ActionCollection (Krita) #. i18n: context: Action (mainToolBar), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:67 krita/krita.action:69 #, kde-format msgctxt "action" msgid "Show File Toolbar" msgstr "" #. i18n: context: Action (show_color_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_color_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_color_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_color_selector), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:78 krita/krita.action:80 #, kde-format msgctxt "action" msgid "Show color selector" msgstr "" #. i18n: context: Action (show_mypaint_shade_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_mypaint_shade_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_mypaint_shade_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_mypaint_shade_selector), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:88 krita/krita.action:90 #, kde-format msgctxt "action" msgid "Show MyPaint shade selector" msgstr "" #. i18n: context: Action (show_minimal_shade_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_minimal_shade_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_minimal_shade_selector), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_minimal_shade_selector), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:98 krita/krita.action:100 #, kde-format msgctxt "action" msgid "Show minimal shade selector" msgstr "" #. i18n: context: Action (show_color_history), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_color_history), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_color_history), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_color_history), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:108 krita/krita.action:110 #, kde-format msgctxt "action" msgid "Show color history" msgstr "" #. i18n: context: Action (show_common_colors), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_common_colors), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_common_colors), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_common_colors), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:118 krita/krita.action:120 #, kde-format msgctxt "action" msgid "Show common colors" msgstr "" #. i18n: context: Action (show_tool_options), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_tool_options), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_tool_options), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_tool_options), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:128 krita/krita.action:130 #, kde-format msgctxt "action" msgid "Show Tool Options" msgstr "" #. i18n: context: Action (show_brush_editor), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_brush_editor), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_brush_editor), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_brush_editor), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:138 krita/krita.action:140 #, kde-format msgctxt "action" msgid "Show Brush Editor" msgstr "" #. i18n: context: Action (show_brush_presets), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_brush_presets), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_brush_presets), Actions (General), ActionCollection (Krita) #. i18n: context: Action (show_brush_presets), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:148 krita/krita.action:150 #, kde-format msgctxt "action" msgid "Show Brush Presets" msgstr "" #. i18n: context: Action (tablet_debugger), Actions (General), ActionCollection (Krita) #. i18n: context: Action (tablet_debugger), Actions (General), ActionCollection (Krita) #. i18n: context: Action (tablet_debugger), Actions (General), ActionCollection (Krita) #. i18n: context: Action (tablet_debugger), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:158 krita/krita.action:160 #, kde-format msgctxt "action" msgid "Toggle Tablet Debugger" msgstr "" #. i18n: context: Action (buginfo), Actions (General), ActionCollection (Krita) #. i18n: context: Action (buginfo), Actions (General), ActionCollection (Krita) #. i18n: context: Action (buginfo), Actions (General), ActionCollection (Krita) #. i18n: context: Action (buginfo), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:173 krita/krita.action:175 #, kde-format msgctxt "action" msgid "Show system information for bug reports." msgstr "" #. i18n: context: Action (rename_composition), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:185 #, kde-format msgctxt "action" msgid "Rename Composition..." msgstr "" #. i18n: context: Action (rename_composition), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:187 #, kde-format msgctxt "action" msgid "Rename Composition" msgstr "" #. i18n: context: Action (update_composition), Actions (General), ActionCollection (Krita) #. i18n: context: Action (update_composition), Actions (General), ActionCollection (Krita) #. i18n: context: Action (update_composition), Actions (General), ActionCollection (Krita) #. i18n: context: Action (update_composition), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:197 krita/krita.action:199 #, kde-format msgctxt "action" msgid "Update Composition" msgstr "" #. i18n: context: Action (ruler_pixel_multiple2), Actions (General), ActionCollection (Krita) #. i18n: context: Action (ruler_pixel_multiple2), Actions (General), ActionCollection (Krita) #. i18n: context: Action (ruler_pixel_multiple2), Actions (General), ActionCollection (Krita) #. i18n: context: Action (ruler_pixel_multiple2), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:209 krita/krita.action:211 #, kde-format msgctxt "action" msgid "Use multiple of 2 for pixel scale" msgstr "" #. i18n: context: Action (invert_selection), Actions (Select), ActionCollection (Menu) #. i18n: context: Action (invert_selection), Actions (General), ActionCollection (Krita) #. i18n: context: Action (invert_selection), Actions (Select), ActionCollection (Menu) #. i18n: context: Action (invert_selection), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:221 krita/kritamenu.action:1228 #, kde-format msgctxt "action" msgid "&Invert Selection" msgstr "" #. i18n: context: Action (invert_selection), Actions (General), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:223 #, kde-format msgctxt "action" msgid "Invert current selection" msgstr "" #. i18n: context: Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:235 #, kde-format msgctxt "action" msgid "Painting" msgstr "" #. i18n: context: Action (make_brush_color_lighter), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_lighter), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_lighter), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_lighter), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:238 krita/krita.action:240 #, kde-format msgctxt "action" msgid "Make brush color lighter" msgstr "" #. i18n: context: Action (make_brush_color_darker), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_darker), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_darker), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_darker), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:250 krita/krita.action:252 #, kde-format msgctxt "action" msgid "Make brush color darker" msgstr "" #. i18n: context: Action (make_brush_color_saturated), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_saturated), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_saturated), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_saturated), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:262 krita/krita.action:264 #, kde-format msgctxt "action" msgid "Make brush color more saturated" msgstr "" #. i18n: context: Action (make_brush_color_desaturated), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_desaturated), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_desaturated), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_desaturated), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:272 krita/krita.action:274 #, kde-format msgctxt "action" msgid "Make brush color more desaturated" msgstr "" #. i18n: context: Action (shift_brush_color_clockwise), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (shift_brush_color_clockwise), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (shift_brush_color_clockwise), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (shift_brush_color_clockwise), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:282 krita/krita.action:284 #, kde-format msgctxt "action" msgid "Shift brush color hue clockwise" msgstr "" #. i18n: context: Action (shift_brush_color_counter_clockwise), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (shift_brush_color_counter_clockwise), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (shift_brush_color_counter_clockwise), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (shift_brush_color_counter_clockwise), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:292 krita/krita.action:294 #, kde-format msgctxt "action" msgid "Shift brush color hue counter-clockwise" msgstr "" #. i18n: context: Action (make_brush_color_redder), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_redder), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_redder), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_redder), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:302 krita/krita.action:304 #, kde-format msgctxt "action" msgid "Make brush color more red" msgstr "" #. i18n: context: Action (make_brush_color_greener), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_greener), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_greener), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_greener), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:312 krita/krita.action:314 #, kde-format msgctxt "action" msgid "Make brush color more green" msgstr "" #. i18n: context: Action (make_brush_color_bluer), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_bluer), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_bluer), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_bluer), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:322 krita/krita.action:324 #, kde-format msgctxt "action" msgid "Make brush color more blue" msgstr "" #. i18n: context: Action (make_brush_color_yellower), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_yellower), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_yellower), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (make_brush_color_yellower), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:332 krita/krita.action:334 #, kde-format msgctxt "action" msgid "Make brush color more yellow" msgstr "" #. i18n: context: Action (increase_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (increase_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (increase_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (increase_opacity), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:342 krita/krita.action:344 #, kde-format msgctxt "action" msgid "Increase opacity" msgstr "" #. i18n: context: Action (decrease_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (decrease_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (decrease_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (decrease_opacity), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:354 krita/krita.action:356 #, kde-format msgctxt "action" msgid "Decrease opacity" msgstr "" #. i18n: context: Action (erase_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (erase_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (erase_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (erase_action), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:366 krita/krita.action:368 #, kde-format msgctxt "action" msgid "Set eraser mode" msgstr "" #. i18n: context: Action (reload_preset_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (reload_preset_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (reload_preset_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (reload_preset_action), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:378 krita/krita.action:380 #, kde-format msgctxt "action" msgid "Reload Original Preset" msgstr "" #. i18n: context: Action (preserve_alpha), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (preserve_alpha), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (preserve_alpha), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (preserve_alpha), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:389 krita/krita.action:391 #, kde-format msgctxt "action" msgid "Preserve Alpha" msgstr "" #. i18n: context: Action (disable_pressure), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (disable_pressure), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (disable_pressure), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (disable_pressure), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:400 krita/krita.action:402 #, kde-format msgctxt "action" msgid "Use Pen Pressure" msgstr "" #. i18n: context: Action (hmirror_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (hmirror_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (hmirror_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (hmirror_action), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:411 krita/krita.action:413 #, kde-format msgctxt "action" msgid "Horizontal Mirror Tool" msgstr "" #. i18n: context: Action (vmirror_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (vmirror_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (vmirror_action), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (vmirror_action), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:422 krita/krita.action:424 #, kde-format msgctxt "action" msgid "Vertical Mirror Tool" msgstr "" #. i18n: context: Action (mirrorX-hideDecorations), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorX-hideDecorations), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorX-hideDecorations), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorX-hideDecorations), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:433 krita/krita.action:435 #, kde-format msgctxt "action" msgid "Hide Mirror X Line" msgstr "" #. i18n: context: Action (mirrorY-hideDecorations), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-hideDecorations), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-hideDecorations), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-hideDecorations), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:444 krita/krita.action:446 #, kde-format msgctxt "action" msgid "Hide Mirror Y Line" msgstr "" #. i18n: context: Action (mirrorX-lock), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:455 #, kde-format msgctxt "action" msgid "Lock" msgstr "" #. i18n: context: Action (mirrorX-lock), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:457 #, kde-format msgctxt "action" msgid "Lock X Line" msgstr "" #. i18n: context: Action (mirrorY-lock), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-lock), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-lock), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-lock), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:466 krita/krita.action:468 #, kde-format msgctxt "action" msgid "Lock Y Line" msgstr "" #. i18n: context: Action (mirrorX-moveToCenter), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:477 #, kde-format msgctxt "action" msgid "Move to Canvas Center" msgstr "" #. i18n: context: Action (mirrorX-moveToCenter), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:479 #, kde-format msgctxt "action" msgid "Move to Canvas Center X" msgstr "" #. i18n: context: Action (mirrorY-moveToCenter), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-moveToCenter), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-moveToCenter), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (mirrorY-moveToCenter), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:488 krita/krita.action:490 #, kde-format msgctxt "action" msgid "Move to Canvas Center Y" msgstr "" #. i18n: context: Action (toggle-selection-overlay-mode), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:499 #, kde-format msgctxt "action" msgid "&Toggle Selection Display Mode" msgstr "" #. i18n: context: Action (toggle-selection-overlay-mode), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:501 #, kde-format msgctxt "action" msgid "Toggle Selection Display Mode" msgstr "" #. i18n: context: Action (next_favorite_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (next_favorite_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (next_favorite_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (next_favorite_preset), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:511 krita/krita.action:513 #, kde-format msgctxt "action" msgid "Next Favourite Preset" msgstr "" #. i18n: context: Action (previous_favorite_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (previous_favorite_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (previous_favorite_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (previous_favorite_preset), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:521 krita/krita.action:523 #, kde-format msgctxt "action" msgid "Previous Favourite Preset" msgstr "" #. i18n: context: Action (previous_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (previous_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (previous_preset), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (previous_preset), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:531 krita/krita.action:533 #, kde-format msgctxt "action" msgid "Switch to Previous Preset" msgstr "" #. i18n: context: Action (BrushesAndStuff), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (BrushesAndStuff), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (BrushesAndStuff), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (BrushesAndStuff), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:541 krita/krita.action:543 #, kde-format msgctxt "action" msgid "Hide Brushes and Stuff Toolbar" msgstr "" #. i18n: context: Action (reset_fg_bg), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (reset_fg_bg), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (reset_fg_bg), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (reset_fg_bg), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:551 krita/krita.action:553 #, kde-format msgctxt "action" msgid "Reset Foreground and Background Color" msgstr "" #. i18n: context: Action (toggle_fg_bg), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (toggle_fg_bg), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (toggle_fg_bg), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (toggle_fg_bg), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:561 krita/krita.action:563 #, kde-format msgctxt "action" msgid "Swap Foreground and Background Color" msgstr "" #. i18n: context: Action (set_weighted_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_weighted_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_weighted_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_weighted_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:571 krita/krita.action:573 #, kde-format msgctxt "action" msgid "Brush Smoothing: Weighted" msgstr "" #. i18n: context: Action (set_no_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_no_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_no_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_no_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:581 krita/krita.action:583 #, kde-format msgctxt "action" msgid "Brush Smoothing: Disabled" msgstr "" #. i18n: context: Action (set_stabilizer_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_stabilizer_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_stabilizer_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_stabilizer_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:591 krita/krita.action:593 #, kde-format msgctxt "action" msgid "Brush Smoothing: Stabilizer" msgstr "" #. i18n: context: Action (decrease_brush_size), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (decrease_brush_size), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (decrease_brush_size), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (decrease_brush_size), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:601 krita/krita.action:603 #, kde-format msgctxt "action" msgid "Decrease Brush Size" msgstr "" #. i18n: context: Action (set_simple_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_simple_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_simple_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (set_simple_brush_smoothing), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:613 krita/krita.action:615 #, kde-format msgctxt "action" msgid "Brush Smoothing: Basic" msgstr "" #. i18n: context: Action (increase_brush_size), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (increase_brush_size), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (increase_brush_size), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (increase_brush_size), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:623 krita/krita.action:625 #, kde-format msgctxt "action" msgid "Increase Brush Size" msgstr "" #. i18n: context: Action (toggle_assistant), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (toggle_assistant), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (toggle_assistant), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (toggle_assistant), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:635 krita/krita.action:637 #, kde-format msgctxt "action" msgid "Toggle Assistant" msgstr "" #. i18n: context: Action (undo_polygon_selection), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (undo_polygon_selection), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (undo_polygon_selection), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (undo_polygon_selection), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:645 krita/krita.action:647 #, kde-format msgctxt "action" msgid "Undo Polygon Selection Points" msgstr "" #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_foreground_color_opacity), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:655 krita/krita.action:657 krita/kritamenu.action:460 #: krita/kritamenu.action:462 #, kde-format msgctxt "action" msgid "Fill with Foreground Color (Opacity)" msgstr "" #. i18n: context: Action (fill_selection_background_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_background_color_opacity), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:667 krita/krita.action:669 krita/kritamenu.action:472 #: krita/kritamenu.action:474 #, kde-format msgctxt "action" msgid "Fill with Background Color (Opacity)" msgstr "" #. i18n: context: Action (fill_selection_pattern_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (fill_selection_pattern_opacity), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:679 krita/krita.action:681 krita/kritamenu.action:484 #: krita/kritamenu.action:486 #, kde-format msgctxt "action" msgid "Fill with Pattern (Opacity)" msgstr "" #. i18n: context: Action (convert_selection_to_shape), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:691 #, kde-format msgctxt "action" msgid "Convert &to Shape" msgstr "" #. i18n: context: Action (convert_selection_to_shape), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:693 #, kde-format msgctxt "action" msgid "Convert to Shape" msgstr "" #. i18n: context: Action (select_opaque), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:703 #, kde-format msgctxt "action" msgid "&Select Opaque" msgstr "" #. i18n: context: Action (selectopaque), Actions (Select), ActionCollection (Menu) #. i18n: context: Action (select_opaque), Actions (Painting), ActionCollection (Krita) #. i18n: context: Action (selectopaque), Actions (Select), ActionCollection (Menu) #. i18n: context: Action (select_opaque), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:705 krita/kritamenu.action:1314 #, kde-format msgctxt "action" msgid "Select Opaque" msgstr "" #. i18n: context: Action (show-global-selection-mask), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:715 #, kde-format msgctxt "action" msgid "&Show Global Selection Mask" msgstr "" #. i18n: context: Action (show-global-selection-mask), Actions (Painting), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:717 #, kde-format msgctxt "action" msgid "Shows global selection as a usual selection mask in Layers docker" msgstr "" #. i18n: context: Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:728 #, kde-format msgctxt "action" msgid "Filters" msgstr "" #. i18n: context: Action (krita_filter_colortoalpha), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:731 #, kde-format msgctxt "action" msgid "&Color to Alpha..." msgstr "" #. i18n: context: Action (krita_filter_colortoalpha), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:733 #, kde-format msgctxt "action" msgid "Color to Alpha" msgstr "" #. i18n: context: Action (krita_filter_top edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:743 #, kde-format msgctxt "action" msgid "&Top Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_top edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:745 #, kde-format msgctxt "action" msgid "Top Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_indexcolors), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:755 #, kde-format msgctxt "action" msgid "&Index Colors..." msgstr "" #. i18n: context: Action (krita_filter_indexcolors), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:757 #, kde-format msgctxt "action" msgid "Index Colors" msgstr "" #. i18n: context: Action (krita_filter_emboss horizontal only), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:767 #, kde-format msgctxt "action" msgid "Emboss Horizontal &Only" msgstr "" #. i18n: context: Action (krita_filter_emboss horizontal only), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:769 #, kde-format msgctxt "action" msgid "Emboss Horizontal Only" msgstr "" #. i18n: context: Action (krita_filter_dodge), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:779 #, kde-format msgctxt "action" msgid "D&odge" msgstr "" #. i18n: context: Action (krita_filter_dodge), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:781 #, kde-format msgctxt "action" msgid "Dodge" msgstr "" #. i18n: context: Action (krita_filter_sharpen), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:791 #, kde-format msgctxt "action" msgid "&Sharpen" msgstr "" #. i18n: context: Action (krita_filter_sharpen), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:793 #, kde-format msgctxt "action" msgid "Sharpen" msgstr "" #. i18n: context: Action (krita_filter_burn), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:803 #, kde-format msgctxt "action" msgid "B&urn" msgstr "" #. i18n: context: Action (krita_filter_burn), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:805 #, kde-format msgctxt "action" msgid "Burn" msgstr "" #. i18n: context: Action (krita_filter_mean removal), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:815 #, kde-format msgctxt "action" msgid "&Mean Removal" msgstr "" #. i18n: context: Action (krita_filter_mean removal), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:817 #, kde-format msgctxt "action" msgid "Mean Removal" msgstr "" #. i18n: context: Action (krita_filter_gaussian blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:827 #, kde-format msgctxt "action" msgid "&Gaussian Blur..." msgstr "" #. i18n: context: Action (krita_filter_gaussian blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:829 #, kde-format msgctxt "action" msgid "Gaussian Blur" msgstr "" #. i18n: context: Action (krita_filter_emboss all directions), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:839 #, kde-format msgctxt "action" msgid "Emboss &in All Directions" msgstr "" #. i18n: context: Action (krita_filter_emboss all directions), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:841 #, kde-format msgctxt "action" msgid "Emboss in All Directions" msgstr "" #. i18n: context: Action (krita_filter_smalltiles), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:851 #, kde-format msgctxt "action" msgid "&Small Tiles..." msgstr "" #. i18n: context: Action (krita_filter_smalltiles), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:853 #, kde-format msgctxt "action" msgid "Small Tiles" msgstr "" #. i18n: context: Action (krita_filter_levels), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:863 #, kde-format msgctxt "action" msgid "&Levels..." msgstr "" #. i18n: context: Action (krita_filter_levels), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:865 #, kde-format msgctxt "action" msgid "Levels" msgstr "" #. i18n: context: Action (krita_filter_sobel), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:875 #, kde-format msgctxt "action" msgid "&Sobel..." msgstr "" #. i18n: context: Action (krita_filter_sobel), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:877 #, kde-format msgctxt "action" msgid "Sobel" msgstr "" #. i18n: context: Action (krita_filter_wave), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:887 #, kde-format msgctxt "action" msgid "&Wave..." msgstr "" #. i18n: context: Action (krita_filter_wave), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:889 #, kde-format msgctxt "action" msgid "Wave" msgstr "" #. i18n: context: Action (krita_filter_motion blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:899 #, kde-format msgctxt "action" msgid "&Motion Blur..." msgstr "" #. i18n: context: Action (krita_filter_motion blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:901 #, kde-format msgctxt "action" msgid "Motion Blur" msgstr "" #. i18n: context: Action (krita_filter_perchannel), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:911 #, kde-format msgctxt "action" msgid "&Color Adjustment curves..." msgstr "" #. i18n: context: Action (krita_filter_perchannel), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:913 #, kde-format msgctxt "action" msgid "Color Adjustment curves" msgstr "" #. i18n: context: Action (krita_filter_pixelize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:923 #, kde-format msgctxt "action" msgid "Pi&xelize..." msgstr "" #. i18n: context: Action (krita_filter_pixelize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:925 #, kde-format msgctxt "action" msgid "Pixelize" msgstr "" #. i18n: context: Action (krita_filter_emboss laplascian), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:935 #, kde-format msgctxt "action" msgid "Emboss (&Laplacian)" msgstr "" #. i18n: context: Action (krita_filter_emboss laplascian), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:937 #, kde-format msgctxt "action" msgid "Emboss (Laplacian)" msgstr "" #. i18n: context: Action (krita_filter_left edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:947 #, kde-format msgctxt "action" msgid "&Left Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_left edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:949 #, kde-format msgctxt "action" msgid "Left Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:959 #, kde-format msgctxt "action" msgid "&Blur..." msgstr "" #. i18n: context: Action (blur_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (blur_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (krita_filter_blur), Actions (Filters), ActionCollection (Krita) #. i18n: context: Action (blur_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (blur_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (krita_filter_blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:961 krita/kritamenu.action:1408 #: krita/kritamenu.action:1410 #, kde-format msgctxt "action" msgid "Blur" msgstr "" #. i18n: context: Action (krita_filter_raindrops), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:971 #, kde-format msgctxt "action" msgid "&Raindrops..." msgstr "" #. i18n: context: Action (krita_filter_raindrops), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:973 #, kde-format msgctxt "action" msgid "Raindrops" msgstr "" #. i18n: context: Action (krita_filter_bottom edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:983 #, kde-format msgctxt "action" msgid "&Bottom Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_bottom edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:985 #, kde-format msgctxt "action" msgid "Bottom Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_noise), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:995 #, kde-format msgctxt "action" msgid "&Random Noise..." msgstr "" #. i18n: context: Action (krita_filter_noise), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:997 #, kde-format msgctxt "action" msgid "Random Noise" msgstr "" #. i18n: context: Action (krita_filter_brightnesscontrast), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1007 #, kde-format msgctxt "action" msgid "&Brightness/Contrast curve..." msgstr "" #. i18n: context: Action (krita_filter_brightnesscontrast), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1009 #, kde-format msgctxt "action" msgid "Brightness/Contrast curve" msgstr "" #. i18n: context: Action (krita_filter_colorbalance), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1019 #, kde-format msgctxt "action" msgid "Colo&r Balance..." msgstr "" #. i18n: context: Action (krita_filter_colorbalance), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1021 #, kde-format msgctxt "action" msgid "Color Balance" msgstr "" #. i18n: context: Action (krita_filter_phongbumpmap), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1031 #, kde-format msgctxt "action" msgid "&Phong Bumpmap..." msgstr "" #. i18n: context: Action (krita_filter_phongbumpmap), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1033 #, kde-format msgctxt "action" msgid "Phong Bumpmap" msgstr "" #. i18n: context: Action (krita_filter_desaturate), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1043 #, kde-format msgctxt "action" msgid "&Desaturate" msgstr "" #. i18n: context: Action (krita_filter_desaturate), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1045 #, kde-format msgctxt "action" msgid "Desaturate" msgstr "" #. i18n: context: Action (krita_filter_colortransfer), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1055 #, kde-format msgctxt "action" msgid "Color &Transfer..." msgstr "" #. i18n: context: Action (krita_filter_colortransfer), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1057 #, kde-format msgctxt "action" msgid "Color Transfer" msgstr "" #. i18n: context: Action (krita_filter_emboss vertical only), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1067 #, kde-format msgctxt "action" msgid "Emboss &Vertical Only" msgstr "" #. i18n: context: Action (krita_filter_emboss vertical only), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1069 #, kde-format msgctxt "action" msgid "Emboss Vertical Only" msgstr "" #. i18n: context: Action (krita_filter_lens blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1079 #, kde-format msgctxt "action" msgid "&Lens Blur..." msgstr "" #. i18n: context: Action (krita_filter_lens blur), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1081 #, kde-format msgctxt "action" msgid "Lens Blur" msgstr "" #. i18n: context: Action (krita_filter_minimize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1091 #, kde-format msgctxt "action" msgid "M&inimize Channel" msgstr "" #. i18n: context: Action (krita_filter_minimize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1093 #, kde-format msgctxt "action" msgid "Minimize Channel" msgstr "" #. i18n: context: Action (krita_filter_maximize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1103 #, kde-format msgctxt "action" msgid "M&aximize Channel" msgstr "" #. i18n: context: Action (krita_filter_maximize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1105 #, kde-format msgctxt "action" msgid "Maximize Channel" msgstr "" #. i18n: context: Action (krita_filter_oilpaint), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1115 #, kde-format msgctxt "action" msgid "&Oilpaint..." msgstr "" #. i18n: context: Action (krita_filter_oilpaint), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1117 #, kde-format msgctxt "action" msgid "Oilpaint" msgstr "" #. i18n: context: Action (krita_filter_right edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1127 #, kde-format msgctxt "action" msgid "&Right Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_right edge detections), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1129 #, kde-format msgctxt "action" msgid "Right Edge Detection" msgstr "" #. i18n: context: Action (krita_filter_autocontrast), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1139 #, kde-format msgctxt "action" msgid "&Auto Contrast" msgstr "" #. i18n: context: Action (krita_filter_autocontrast), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1141 #, kde-format msgctxt "action" msgid "Auto Contrast" msgstr "" #. i18n: context: Action (krita_filter_roundcorners), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1151 #, kde-format msgctxt "action" msgid "&Round Corners..." msgstr "" #. i18n: context: Action (krita_filter_roundcorners), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1153 #, kde-format msgctxt "action" msgid "Round Corners" msgstr "" #. i18n: context: Action (krita_filter_unsharp), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1163 #, kde-format msgctxt "action" msgid "&Unsharp Mask..." msgstr "" #. i18n: context: Action (krita_filter_unsharp), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1165 #, kde-format msgctxt "action" msgid "Unsharp Mask" msgstr "" #. i18n: context: Action (krita_filter_emboss), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1175 #, kde-format msgctxt "action" msgid "&Emboss with Variable Depth..." msgstr "" #. i18n: context: Action (krita_filter_emboss), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1177 #, kde-format msgctxt "action" msgid "Emboss with Variable Depth" msgstr "" #. i18n: context: Action (krita_filter_emboss horizontal and vertical), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1187 #, kde-format msgctxt "action" msgid "Emboss &Horizontal && Vertical" msgstr "" #. i18n: context: Action (krita_filter_emboss horizontal and vertical), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1189 #, kde-format msgctxt "action" msgid "Emboss Horizontal & Vertical" msgstr "" #. i18n: context: Action (krita_filter_randompick), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1199 #, kde-format msgctxt "action" msgid "Random &Pick..." msgstr "" #. i18n: context: Action (krita_filter_randompick), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1201 #, kde-format msgctxt "action" msgid "Random Pick" msgstr "" #. i18n: context: Action (krita_filter_gaussiannoisereducer), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1211 #, kde-format msgctxt "action" msgid "&Gaussian Noise Reduction..." msgstr "" #. i18n: context: Action (krita_filter_gaussiannoisereducer), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1213 #, kde-format msgctxt "action" msgid "Gaussian Noise Reduction" msgstr "" #. i18n: context: Action (krita_filter_posterize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1223 #, kde-format msgctxt "action" msgid "&Posterize..." msgstr "" #. i18n: context: Action (krita_filter_posterize), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1225 #, kde-format msgctxt "action" msgid "Posterize" msgstr "" #. i18n: context: Action (krita_filter_waveletnoisereducer), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1235 #, kde-format msgctxt "action" msgid "&Wavelet Noise Reducer..." msgstr "" #. i18n: context: Action (krita_filter_waveletnoisereducer), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1237 #, kde-format msgctxt "action" msgid "Wavelet Noise Reducer" msgstr "" #. i18n: context: Action (krita_filter_hsvadjustment), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1247 #, kde-format msgctxt "action" msgid "&HSV Adjustment..." msgstr "" #. i18n: context: Action (krita_filter_hsvadjustment), Actions (Filters), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1249 #, kde-format msgctxt "action" msgid "HSV Adjustment" msgstr "" #. i18n: context: Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1260 #, kde-format msgctxt "action" msgid "Tool Shortcuts" msgstr "" #. i18n: context: Action (KritaShape/KisToolDyna), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolDyna), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolDyna), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolDyna), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1263 krita/krita.action:1265 #, kde-format msgctxt "action" msgid "Dynamic Brush Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. +> stable5 #: krita/krita.action:1313 krita/krita.action:1315 #, kde-format msgctxt "action" msgid "Lazy Brush Tool" msgstr "" #. i18n: context: Action (KisToolCrop), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Crop Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolCrop), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Crop Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1273 plugins/tools/tool_crop/KisToolCrop.action:4 #, kde-format msgctxt "action" msgid "Crop Tool" msgstr "" #. i18n: context: Action (KisToolCrop), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1275 #, kde-format msgctxt "action" msgid "Crop the image to an area" msgstr "" #. i18n: context: Action (KisToolPolygon), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Polygon Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolPolygon), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Polygon Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1283 plugins/tools/tool_polygon/KisToolPolygon.action:4 #, kde-format msgctxt "action" msgid "Polygon Tool" msgstr "" #. i18n: context: Action (KisToolPolygon), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1285 #, kde-format msgctxt "action" msgid "Polygon Tool. Shift-mouseclick ends the polygon." msgstr "" #. i18n: context: Action (KritaShape/KisToolRectangle), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolRectangle), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolRectangle), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolRectangle), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1293 krita/krita.action:1295 #, kde-format msgctxt "action" msgid "Rectangle Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolMultiBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolMultiBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolMultiBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolMultiBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1303 krita/krita.action:1305 #, kde-format msgctxt "action" msgid "Multibrush Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLazyBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 #: krita/krita.action:1313 krita/krita.action:1315 #, kde-format msgctxt "action" msgid "Colorize Mask Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolSmartPatch), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolSmartPatch), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolSmartPatch), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolSmartPatch), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1322 krita/krita.action:1324 #, kde-format msgctxt "action" msgid "Smart Patch Tool" msgstr "" #. i18n: context: Action (PanTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (PanTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (PanTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (PanTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1331 krita/krita.action:1333 #, kde-format msgctxt "action" msgid "Pan Tool" msgstr "" #. i18n: context: Action (InteractionTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (InteractionTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (InteractionTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (InteractionTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1340 krita/krita.action:1342 #, kde-format msgctxt "action" msgid "Select Shapes Tool" msgstr "" #. i18n: context: Action (KritaSelected/KisToolColorPicker), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1350 #, kde-format msgctxt "action" msgid "Color Picker" msgstr "" #. i18n: context: Action (KritaSelected/KisToolColorPicker), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1352 #, kde-format msgctxt "action" msgid "Select a color from the image or current layer" msgstr "" #. i18n: context: Action (KisToolSelectOutline), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectOutline), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Outline Selection Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolSelectOutline), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectOutline), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Outline Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1360 krita/krita.action:1362 #: plugins/tools/selectiontools/KisToolSelectOutline.action:4 #, kde-format msgctxt "action" msgid "Outline Selection Tool" msgstr "" #. i18n: context: Action (KisToolSelectPath), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1370 #, kde-format msgctxt "action" msgid "Bezier Curve Selection Tool" msgstr "" #. i18n: context: Action (KisToolSelectPath), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectSimilar), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectPath), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectSimilar), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1372 krita/krita.action:1382 #, kde-format msgctxt "action" msgid "Select a " msgstr "" #. i18n: context: Action (KisToolSelectSimilar), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1380 #, kde-format msgctxt "action" msgid "Similar Color Selection Tool" msgstr "" #. i18n: context: Action (KritaFill/KisToolFill), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1390 #, kde-format msgctxt "action" msgid "Fill Tool" msgstr "" #. i18n: context: Action (KritaFill/KisToolFill), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1392 #, kde-format msgctxt "action" msgid "Fill a contiguous area of color with a color, or fill a selection." msgstr "" #. i18n: context: Action (KritaShape/KisToolLine), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLine), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLine), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolLine), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1400 krita/krita.action:1402 #, kde-format msgctxt "action" msgid "Line Tool" msgstr "" #. i18n: context: Action (KisToolPencil), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolPencil), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolPencil), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolPencil), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1410 krita/krita.action:1412 #, kde-format msgctxt "action" msgid "Freehand Path Tool" msgstr "" #. i18n: context: Action (KisToolPath), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1420 #, kde-format msgctxt "action" msgid "Bezier Curve Tool" msgstr "" #. i18n: context: Action (KisToolPath), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1422 #, kde-format msgctxt "action" msgid "Bezier Curve Tool. Shift-mouseclick or double-click ends the curve." msgstr "" #. i18n: context: Action (KritaShape/KisToolEllipse), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolEllipse), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolEllipse), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolEllipse), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1430 krita/krita.action:1432 #, kde-format msgctxt "action" msgid "Ellipse Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolBrush), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1440 krita/krita.action:1442 #, kde-format msgctxt "action" msgid "Freehand Brush Tool" msgstr "" #. i18n: context: Action (CreateShapesTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (CreateShapesTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (CreateShapesTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (CreateShapesTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1450 krita/krita.action:1452 #, kde-format msgctxt "action" msgid "Create object" msgstr "" #. i18n: context: Action (KisToolSelectElliptical), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectElliptical), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Elliptical Selection Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolSelectElliptical), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectElliptical), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Elliptical Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1460 krita/krita.action:1462 #: plugins/tools/selectiontools/KisToolSelectElliptical.action:4 #, kde-format msgctxt "action" msgid "Elliptical Selection Tool" msgstr "" #. i18n: context: Action (KisToolSelectContiguous), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectContiguous), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Contiguous Selection Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolSelectContiguous), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectContiguous), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Contiguous Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1470 krita/krita.action:1472 #: plugins/tools/selectiontools/KisToolSelectContiguous.action:4 #, kde-format msgctxt "action" msgid "Contiguous Selection Tool" msgstr "" #. i18n: context: Action (KarbonPatternTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KarbonPatternTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KarbonPatternTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KarbonPatternTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1480 krita/krita.action:1482 #, kde-format msgctxt "action" msgid "Pattern editing" msgstr "" #. i18n: context: Action (ReviewTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ReviewTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ReviewTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ReviewTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1490 krita/krita.action:1492 #, kde-format msgctxt "action" msgid "Review" msgstr "" #. i18n: context: Action (KritaFill/KisToolGradient), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaFill/KisToolGradient), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaFill/KisToolGradient), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaFill/KisToolGradient), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1500 krita/krita.action:1502 #, kde-format msgctxt "action" msgid "Draw a gradient." msgstr "" #. i18n: context: Action (KisToolSelectPolygonal), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectPolygonal), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Polygonal Selection Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolSelectPolygonal), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectPolygonal), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Polygonal Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1510 krita/krita.action:1512 #: plugins/tools/selectiontools/KisToolSelectPolygonal.action:4 #, kde-format msgctxt "action" msgid "Polygonal Selection Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolMeasure), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1520 #, kde-format msgctxt "action" msgid "Measurement Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolMeasure), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1522 #, kde-format msgctxt "action" msgid "Measure the distance between two points" msgstr "" #. i18n: context: Action (KisToolSelectRectangular), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectRectangular), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Rectangular Selection Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolSelectRectangular), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisToolSelectRectangular), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Rectangular Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1530 krita/krita.action:1532 #: plugins/tools/selectiontools/KisToolSelectRectangular.action:4 #, kde-format msgctxt "action" msgid "Rectangular Selection Tool" msgstr "" #. i18n: context: Action (KritaTransform/KisToolMove), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1540 #, kde-format msgctxt "action" msgid "Move Tool" msgstr "" #. i18n: context: Action (KritaTransform/KisToolMove), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1542 #, kde-format msgctxt "action" msgid "Move a layer" msgstr "" #. i18n: context: Action (VectorTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1550 #, kde-format msgctxt "action" msgid "Vector Image Tool" msgstr "" #. i18n: context: Action (VectorTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1552 #, kde-format msgctxt "action" msgid "Vector Image (EMF/WMF/SVM/SVG) tool" msgstr "" #. i18n: context: Action (KarbonCalligraphyTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KarbonCalligraphyTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KarbonCalligraphyTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KarbonCalligraphyTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1560 krita/krita.action:1562 #, kde-format msgctxt "action" msgid "Calligraphy" msgstr "" #. i18n: context: Action (PathTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (PathTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (PathTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (PathTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1570 krita/krita.action:1572 #, kde-format msgctxt "action" msgid "Path editing" msgstr "" #. i18n: context: Action (ZoomTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ZoomTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ZoomTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ZoomTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1580 krita/krita.action:1582 #, kde-format msgctxt "action" msgid "Zoom Tool" msgstr "" #. i18n: context: Action (KisToolPolyline), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Polyline Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolPolyline), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Polyline Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1590 plugins/tools/tool_polyline/KisToolPolyline.action:4 #, kde-format msgctxt "action" msgid "Polyline Tool" msgstr "" #. i18n: context: Action (KisToolPolyline), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1592 #, kde-format msgctxt "action" msgid "Polyline Tool. Shift-mouseclick ends the polyline." msgstr "" #. i18n: context: Action (KisToolTransform), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Transform Tool), ActionCollection (Tools) #. i18n: context: Action (KisToolTransform), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Transform Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1600 #: plugins/tools/tool_transform2/KisToolTransform.action:4 #, kde-format msgctxt "action" msgid "Transform Tool" msgstr "" #. i18n: context: Action (KisToolTransform), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1602 #, kde-format msgctxt "action" msgid "Transform a layer or a selection" msgstr "" #. i18n: context: Action (KisAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Assistant Tool), ActionCollection (Tools) #. i18n: context: Action (KisAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KisAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Actions (Assistant Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: krita/krita.action:1610 krita/krita.action:1612 #: plugins/assistants/Assistants/KisAssistantTool.action:4 #, kde-format msgctxt "action" msgid "Assistant Tool" msgstr "" #. i18n: context: Action (KritaShape/KisToolText), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolText), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolText), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (KritaShape/KisToolText), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1620 krita/krita.action:1622 #, kde-format msgctxt "action" msgid "Text tool" msgstr "" #. i18n: context: Action (KarbonGradientTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1630 #, kde-format msgctxt "action" msgid "Gradient Editing Tool" msgstr "" #. i18n: context: Action (KarbonGradientTool), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1632 #, kde-format msgctxt "action" msgid "Gradient editing" msgstr "" #. i18n: context: Action (ToolReferenceImages), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ToolReferenceImages), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ToolReferenceImages), Actions (tool-shortcuts), ActionCollection (Krita) #. i18n: context: Action (ToolReferenceImages), Actions (tool-shortcuts), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1640 krita/krita.action:1642 #, kde-format msgctxt "action" msgid "Reference Images Tool" msgstr "" #. i18n: context: Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1651 #, kde-format msgctxt "action" msgid "Blending Modes" msgstr "" #. i18n: context: Action (Next Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Next Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Next Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Next Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1656 krita/krita.action:1658 #, kde-format msgctxt "action" msgid "Next Blending Mode" msgstr "" #. i18n: context: Action (Previous Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Previous Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Previous Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Previous Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1666 krita/krita.action:1668 #, kde-format msgctxt "action" msgid "Previous Blending Mode" msgstr "" #. i18n: context: Action (Select Normal Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Normal Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Normal Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Normal Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1677 krita/krita.action:1679 #, kde-format msgctxt "action" msgid "Select Normal Blending Mode" msgstr "" #. i18n: context: Action (Select Dissolve Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Dissolve Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Dissolve Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Dissolve Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1689 krita/krita.action:1691 #, kde-format msgctxt "action" msgid "Select Dissolve Blending Mode" msgstr "" #. i18n: context: Action (Select Behind Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Behind Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Behind Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Behind Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1701 krita/krita.action:1703 #, kde-format msgctxt "action" msgid "Select Behind Blending Mode" msgstr "" #. i18n: context: Action (Select Clear Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Clear Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Clear Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Clear Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1713 krita/krita.action:1715 #, kde-format msgctxt "action" msgid "Select Clear Blending Mode" msgstr "" #. i18n: context: Action (Select Darken Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Darken Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Darken Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Darken Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1725 krita/krita.action:1727 #, kde-format msgctxt "action" msgid "Select Darken Blending Mode" msgstr "" #. i18n: context: Action (Select Multiply Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Multiply Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Multiply Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Multiply Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1737 krita/krita.action:1739 #, kde-format msgctxt "action" msgid "Select Multiply Blending Mode" msgstr "" #. i18n: context: Action (Select Color Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1749 krita/krita.action:1751 #, kde-format msgctxt "action" msgid "Select Color Burn Blending Mode" msgstr "" #. i18n: context: Action (Select Linear Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Burn Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1761 krita/krita.action:1763 #, kde-format msgctxt "action" msgid "Select Linear Burn Blending Mode" msgstr "" #. i18n: context: Action (Select Lighten Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Lighten Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Lighten Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Lighten Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1773 krita/krita.action:1775 #, kde-format msgctxt "action" msgid "Select Lighten Blending Mode" msgstr "" #. i18n: context: Action (Select Screen Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Screen Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Screen Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Screen Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1785 krita/krita.action:1787 #, kde-format msgctxt "action" msgid "Select Screen Blending Mode" msgstr "" #. i18n: context: Action (Select Color Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1797 krita/krita.action:1799 #, kde-format msgctxt "action" msgid "Select Color Dodge Blending Mode" msgstr "" #. i18n: context: Action (Select Linear Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Dodge Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1809 krita/krita.action:1811 #, kde-format msgctxt "action" msgid "Select Linear Dodge Blending Mode" msgstr "" #. i18n: context: Action (Select Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1821 krita/krita.action:1823 #, kde-format msgctxt "action" msgid "Select Overlay Blending Mode" msgstr "" #. i18n: context: Action (Select Hard Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Overlay Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1833 krita/krita.action:1835 #, kde-format msgctxt "action" msgid "Select Hard Overlay Blending Mode" msgstr "" #. i18n: context: Action (Select Soft Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Soft Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Soft Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Soft Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1845 krita/krita.action:1847 #, kde-format msgctxt "action" msgid "Select Soft Light Blending Mode" msgstr "" #. i18n: context: Action (Select Hard Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1857 krita/krita.action:1859 #, kde-format msgctxt "action" msgid "Select Hard Light Blending Mode" msgstr "" #. i18n: context: Action (Select Vivid Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Vivid Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Vivid Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Vivid Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1869 krita/krita.action:1871 #, kde-format msgctxt "action" msgid "Select Vivid Light Blending Mode" msgstr "" #. i18n: context: Action (Select Linear Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Linear Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1881 krita/krita.action:1883 #, kde-format msgctxt "action" msgid "Select Linear Light Blending Mode" msgstr "" #. i18n: context: Action (Select Pin Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Pin Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Pin Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Pin Light Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1893 krita/krita.action:1895 #, kde-format msgctxt "action" msgid "Select Pin Light Blending Mode" msgstr "" #. i18n: context: Action (Select Hard Mix Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Mix Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Mix Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hard Mix Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1905 krita/krita.action:1907 #, kde-format msgctxt "action" msgid "Select Hard Mix Blending Mode" msgstr "" #. i18n: context: Action (Select Difference Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Difference Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Difference Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Difference Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1917 krita/krita.action:1919 #, kde-format msgctxt "action" msgid "Select Difference Blending Mode" msgstr "" #. i18n: context: Action (Select Exclusion Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Exclusion Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Exclusion Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Exclusion Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1929 krita/krita.action:1931 #, kde-format msgctxt "action" msgid "Select Exclusion Blending Mode" msgstr "" #. i18n: context: Action (Select Hue Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hue Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hue Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Hue Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1941 krita/krita.action:1943 #, kde-format msgctxt "action" msgid "Select Hue Blending Mode" msgstr "" #. i18n: context: Action (Select Saturation Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Saturation Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Saturation Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Saturation Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1953 krita/krita.action:1955 #, kde-format msgctxt "action" msgid "Select Saturation Blending Mode" msgstr "" #. i18n: context: Action (Select Color Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Color Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1965 krita/krita.action:1967 #, kde-format msgctxt "action" msgid "Select Color Blending Mode" msgstr "" #. i18n: context: Action (Select Luminosity Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Luminosity Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Luminosity Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. i18n: context: Action (Select Luminosity Blending Mode), Actions (Blending Modes), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1977 krita/krita.action:1979 #, kde-format msgctxt "action" msgid "Select Luminosity Blending Mode" msgstr "" #. i18n: context: Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1990 #, kde-format msgctxt "action" msgid "Animation" msgstr "" #. i18n: context: Action (previous_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1993 #, kde-format msgctxt "action" msgid "Previous frame" msgstr "" #. i18n: context: Action (previous_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:1995 #, kde-format msgctxt "action" msgid "Move to previous frame" msgstr "" #. i18n: context: Action (next_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2005 #, kde-format msgctxt "action" msgid "Next frame" msgstr "" #. i18n: context: Action (next_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2007 #, kde-format msgctxt "action" msgid "Move to next frame" msgstr "" #. i18n: context: Action (toggle_playback), Actions (Animation), ActionCollection (Krita) #. i18n: context: Action (toggle_playback), Actions (Animation), ActionCollection (Krita) #. i18n: context: Action (toggle_playback), Actions (Animation), ActionCollection (Krita) #. i18n: context: Action (toggle_playback), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2017 krita/krita.action:2019 #, kde-format msgctxt "action" msgid "Play / pause animation" msgstr "" #. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2029 #, kde-format msgctxt "action" msgid "Create Blank Frame" msgstr "" #. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2031 #, kde-format msgctxt "action" msgid "Add blank frame" msgstr "" #. i18n: context: Action (add_duplicate_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2041 #, kde-format msgctxt "action" msgid "Create Duplicate Frame" msgstr "" #. i18n: context: Action (add_duplicate_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2043 #, kde-format msgctxt "action" msgid "Add duplicate frame" msgstr "" #. i18n: context: Action (toggle_onion_skin), Actions (Animation), ActionCollection (Krita) #. i18n: context: Action (toggle_onion_skin), Actions (Animation), ActionCollection (Krita) #. i18n: context: Action (toggle_onion_skin), Actions (Animation), ActionCollection (Krita) #. i18n: context: Action (toggle_onion_skin), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2053 krita/krita.action:2055 #, kde-format msgctxt "action" msgid "Toggle onion skin" msgstr "" #. i18n: context: Action (previous_keyframe), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2065 #, kde-format msgctxt "action" msgid "Previous Keyframe" msgstr "" #. i18n: context: Action (next_keyframe), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2075 #, kde-format msgctxt "action" msgid "Next Keyframe" msgstr "" #. i18n: context: Action (first_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2085 #, kde-format msgctxt "action" msgid "First Frame" msgstr "" #. i18n: context: Action (last_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2095 #, kde-format msgctxt "action" msgid "Last Frame" msgstr "" #. i18n: context: Action (lazy_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2105 #, kde-format msgctxt "action" msgid "Auto Frame Mode" msgstr "" #. i18n: context: Action (show_in_timeline), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2125 #, kde-format msgctxt "action" msgid "Show in Timeline" msgstr "" #. i18n: context: Action (insert_keyframe_left), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2136 #, kde-format msgctxt "action" msgid "Insert Keyframe Left" msgstr "" #. i18n: context: Action (insert_keyframe_left), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2138 #, kde-format msgctxt "action" msgid "Insert keyframes to the left of selection, moving the tail of animation to the right." msgstr "" #. i18n: context: Action (insert_keyframe_right), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2149 #, kde-format msgctxt "action" msgid "Insert Keyframe Right" msgstr "" #. i18n: context: Action (insert_keyframe_right), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2151 #, kde-format msgctxt "action" msgid "Insert keyframes to the right of selection, moving the tail of animation to the right." msgstr "" #. i18n: context: Action (insert_multiple_keyframes), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2162 #, kde-format msgctxt "action" msgid "Insert Multiple Keyframes" msgstr "" #. i18n: context: Action (insert_multiple_keyframes), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2164 #, kde-format msgctxt "action" msgid "Insert several keyframes based on user parameters." msgstr "" #. i18n: context: Action (remove_frames_and_pull), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2175 #, kde-format msgctxt "action" msgid "Remove Frame and Pull" msgstr "" #. i18n: context: Action (remove_frames_and_pull), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2177 #, kde-format msgctxt "action" msgid "Remove keyframes moving the tail of animation to the left" msgstr "" #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2188 #, kde-format msgctxt "action" msgid "Remove Keyframe" msgstr "" #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2190 #, kde-format msgctxt "action" msgid "Remove keyframes without moving anything around" msgstr "" #. i18n: context: Action (insert_column_left), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2201 #, kde-format msgctxt "action" msgid "Insert Column Left" msgstr "" #. i18n: context: Action (insert_column_left), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2203 #, kde-format msgctxt "action" msgid "Insert column to the left of selection, moving the tail of animation to the right" msgstr "" #. i18n: context: Action (insert_column_right), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2214 #, kde-format msgctxt "action" msgid "Insert Column Right" msgstr "" #. i18n: context: Action (insert_column_right), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2216 #, kde-format msgctxt "action" msgid "Insert column to the right of selection, moving the tail of animation to the right" msgstr "" #. i18n: context: Action (insert_multiple_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2227 #, kde-format msgctxt "action" msgid "Insert Multiple Columns" msgstr "" #. i18n: context: Action (insert_multiple_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2229 #, kde-format msgctxt "action" msgid "Insert several columns based on user parameters." msgstr "" #. i18n: context: Action (remove_columns_and_pull), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2240 #, kde-format msgctxt "action" msgid "Remove Column and Pull" msgstr "" #. i18n: context: Action (remove_columns_and_pull), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2242 #, kde-format msgctxt "action" msgid "Remove columns moving the tail of animation to the left" msgstr "" #. i18n: context: Action (remove_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2253 #, kde-format msgctxt "action" msgid "Remove Column" msgstr "" #. i18n: context: Action (remove_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2255 #, kde-format msgctxt "action" msgid "Remove columns without moving anything around" msgstr "" #. i18n: context: Action (insert_hold_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2266 #, kde-format msgctxt "action" msgid "Insert Hold Frame" msgstr "" #. i18n: context: Action (insert_hold_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2268 #, kde-format msgctxt "action" msgid "Insert a hold frame after every keyframe" msgstr "" #. i18n: context: Action (insert_multiple_hold_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2279 #, kde-format msgctxt "action" msgid "Insert Multiple Hold Frames" msgstr "" #. i18n: context: Action (insert_multiple_hold_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2281 #, kde-format msgctxt "action" msgid "Insert N hold frames after every keyframe" msgstr "" #. i18n: context: Action (remove_hold_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2292 #, kde-format msgctxt "action" msgid "Remove Hold Frame" msgstr "" #. i18n: context: Action (remove_hold_frame), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2294 #, kde-format msgctxt "action" msgid "Remove a hold frame after every keyframe" msgstr "" #. i18n: context: Action (remove_multiple_hold_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2305 #, kde-format msgctxt "action" msgid "Remove Multiple Hold Frames" msgstr "" #. i18n: context: Action (remove_multiple_hold_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2307 #, kde-format msgctxt "action" msgid "Remove N hold frames after every keyframe" msgstr "" #. i18n: context: Action (insert_hold_column), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2318 #, kde-format msgctxt "action" msgid "Insert Hold Column" msgstr "" #. i18n: context: Action (insert_hold_column), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2320 #, kde-format msgctxt "action" msgid "Insert a hold column into the frame at the current position" msgstr "" #. i18n: context: Action (insert_multiple_hold_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2331 #, kde-format msgctxt "action" msgid "Insert Multiple Hold Columns" msgstr "" #. i18n: context: Action (insert_multiple_hold_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2333 #, kde-format msgctxt "action" msgid "Insert N hold columns into the frame at the current position" msgstr "" #. i18n: context: Action (remove_hold_column), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2344 #, kde-format msgctxt "action" msgid "Remove Hold Column" msgstr "" #. i18n: context: Action (remove_hold_column), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2346 #, kde-format msgctxt "action" msgid "Remove a hold column from the frame at the current position" msgstr "" #. i18n: context: Action (remove_multiple_hold_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2357 #, kde-format msgctxt "action" msgid "Remove Multiple Hold Columns" msgstr "" #. i18n: context: Action (remove_multiple_hold_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2359 #, kde-format msgctxt "action" msgid "Remove N hold columns from the frame at the current position" msgstr "" #. i18n: context: Action (mirror_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2370 #, kde-format msgctxt "action" msgid "Mirror Frames" msgstr "" #. i18n: context: Action (mirror_frames), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2372 #, kde-format msgctxt "action" msgid "Mirror frames' position" msgstr "" #. i18n: context: Action (mirror_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2383 #, kde-format msgctxt "action" msgid "Mirror Columns" msgstr "" #. i18n: context: Action (mirror_columns), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2385 #, kde-format msgctxt "action" msgid "Mirror columns' position" msgstr "" #. i18n: context: Action (copy_frames_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2396 #, kde-format msgctxt "action" msgid "Copy to Clipboard" msgstr "" #. i18n: context: Action (copy_frames_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2398 #, kde-format msgctxt "action" msgid "Copy frames to clipboard" msgstr "" #. i18n: context: Action (cut_frames_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2409 #, kde-format msgctxt "action" msgid "Cut to Clipboard" msgstr "" #. i18n: context: Action (cut_frames_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2411 #, kde-format msgctxt "action" msgid "Cut frames to clipboard" msgstr "" #. i18n: context: Action (paste_frames_from_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2422 #, kde-format msgctxt "action" msgid "Paste from Clipboard" msgstr "" #. i18n: context: Action (paste_frames_from_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2424 #, kde-format msgctxt "action" msgid "Paste frames from clipboard" msgstr "" #. i18n: context: Action (copy_columns_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2435 #, kde-format msgctxt "action" msgid "Copy Columns to Clipboard" msgstr "" #. i18n: context: Action (copy_columns_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2437 #, kde-format msgctxt "action" msgid "Copy columns to clipboard" msgstr "" #. i18n: context: Action (cut_columns_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2448 #, kde-format msgctxt "action" msgid "Cut Columns to Clipboard" msgstr "" #. i18n: context: Action (cut_columns_to_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2450 #, kde-format msgctxt "action" msgid "Cut columns to clipboard" msgstr "" #. i18n: context: Action (paste_columns_from_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2461 #, kde-format msgctxt "action" msgid "Paste Columns from Clipboard" msgstr "" #. i18n: context: Action (paste_columns_from_clipboard), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2463 #, kde-format msgctxt "action" msgid "Paste columns from clipboard" msgstr "" #. i18n: context: Action (set_start_time), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2476 #, kde-format msgctxt "action" msgid "Set Start Time" msgstr "" #. i18n: context: Action (set_end_time), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2490 #, kde-format msgctxt "action" msgid "Set End Time" msgstr "" #. i18n: context: Action (update_playback_range), Actions (Animation), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2504 #, kde-format msgctxt "action" msgid "Update Playback Range" msgstr "" #. i18n: context: Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2519 #, kde-format msgctxt "action" msgid "Layers" msgstr "" #. i18n: context: Action (activateNextLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (activateNextLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (activateNextLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (activateNextLayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2523 krita/krita.action:2525 #, kde-format msgctxt "action" msgid "Activate next layer" msgstr "" #. i18n: context: Action (activatePreviousLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (activatePreviousLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (activatePreviousLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (activatePreviousLayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2535 krita/krita.action:2537 #, kde-format msgctxt "action" msgid "Activate previous layer" msgstr "" #. i18n: context: Action (switchToPreviouslyActiveNode), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (switchToPreviouslyActiveNode), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (switchToPreviouslyActiveNode), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (switchToPreviouslyActiveNode), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2547 krita/krita.action:2549 #, kde-format msgctxt "action" msgid "Activate previously selected layer" msgstr "" #. i18n: context: Action (add_new_group_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2559 #, kde-format msgctxt "action" msgid "&Group Layer" msgstr "" #. i18n: context: Action (add_new_group_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2561 #, kde-format msgctxt "action" msgid "Group Layer" msgstr "" #. i18n: context: Action (add_new_clone_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2571 #, kde-format msgctxt "action" msgid "&Clone Layer" msgstr "" #. i18n: context: Action (add_new_clone_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2573 #, kde-format msgctxt "action" msgid "Clone Layer" msgstr "" #. i18n: context: Action (add_new_shape_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2583 #, kde-format msgctxt "action" msgid "&Vector Layer" msgstr "" #. i18n: context: Action (add_new_shape_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2585 #, kde-format msgctxt "action" msgid "Vector Layer" msgstr "" #. i18n: context: Action (add_new_adjustment_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2595 #, kde-format msgctxt "action" msgid "&Filter Layer..." msgstr "" #. i18n: context: Action (add_new_adjustment_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2597 #, kde-format msgctxt "action" msgid "Filter Layer" msgstr "" #. i18n: context: Action (add_new_fill_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2607 #, kde-format msgctxt "action" msgid "&Fill Layer..." msgstr "" #. i18n: context: Action (add_new_fill_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2609 #, kde-format msgctxt "action" msgid "Fill Layer" msgstr "" #. i18n: context: Action (add_new_file_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2619 #, kde-format msgctxt "action" msgid "&File Layer..." msgstr "" #. i18n: context: Action (add_new_file_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2621 #, kde-format msgctxt "action" msgid "File Layer" msgstr "" #. i18n: context: Action (add_new_transparency_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2631 #, kde-format msgctxt "action" msgid "&Transparency Mask" msgstr "" #. i18n: context: Action (add_new_transparency_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2633 #, kde-format msgctxt "action" msgid "Transparency Mask" msgstr "" #. i18n: context: Action (add_new_filter_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2643 #, kde-format msgctxt "action" msgid "&Filter Mask..." msgstr "" #. i18n: context: Action (add_new_filter_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2645 #, kde-format msgctxt "action" msgid "Filter Mask" msgstr "" #. i18n: context: Action (add_new_colorize_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2655 #, kde-format msgctxt "action" msgid "&Colorize Mask" msgstr "" #. i18n: context: Action (add_new_colorize_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2657 #, kde-format msgctxt "action" msgid "Colorize Mask" msgstr "" #. i18n: context: Action (add_new_transform_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2667 #, kde-format msgctxt "action" msgid "&Transform Mask..." msgstr "" #. i18n: context: Action (add_new_transform_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2669 #, kde-format msgctxt "action" msgid "Transform Mask" msgstr "" #. i18n: context: Action (add_new_selection_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2679 #, kde-format msgctxt "action" msgid "&Local Selection" msgstr "" #. i18n: context: Action (add_new_selection_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2681 #, kde-format msgctxt "action" msgid "Local Selection" msgstr "" #. i18n: context: Action (isolate_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2691 #, kde-format msgctxt "action" msgid "&Isolate Layer" msgstr "" #. i18n: context: Action (isolate_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2693 #, kde-format msgctxt "action" msgid "Isolate Layer" msgstr "" #. i18n: context: Action (toggle_layer_lock), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2703 #, kde-format msgctxt "action" msgid "&Toggle layer lock" msgstr "" #. i18n: context: Action (toggle_layer_lock), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2705 #, kde-format msgctxt "action" msgid "Toggle layer lock" msgstr "" #. i18n: context: Action (toggle_layer_visibility), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2715 #, kde-format msgctxt "action" msgid "Toggle layer &visibility" msgstr "" #. i18n: context: Action (toggle_layer_visibility), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2717 #, kde-format msgctxt "action" msgid "Toggle layer visibility" msgstr "" #. i18n: context: Action (toggle_layer_alpha_lock), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2727 #, kde-format msgctxt "action" msgid "Toggle layer &alpha" msgstr "" #. i18n: context: Action (toggle_layer_alpha_lock), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2729 #, kde-format msgctxt "action" msgid "Toggle layer alpha" msgstr "" #. i18n: context: Action (toggle_layer_inherit_alpha), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2739 #, kde-format msgctxt "action" msgid "Toggle layer alpha &inheritance" msgstr "" #. i18n: context: Action (toggle_layer_inherit_alpha), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2741 #, kde-format msgctxt "action" msgid "Toggle layer alpha inheritance" msgstr "" #. i18n: context: Action (add_new_paint_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2751 #, kde-format msgctxt "action" msgid "&Paint Layer" msgstr "" #. i18n: context: Action (add_new_paint_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2753 #, kde-format msgctxt "action" msgid "Paint Layer" msgstr "" #. i18n: context: Action (new_from_visible), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2763 #, kde-format msgctxt "action" msgid "&New Layer From Visible" msgstr "" #. i18n: context: Action (new_from_visible), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2765 #, kde-format msgctxt "action" msgid "New layer from visible" msgstr "" #. i18n: context: Action (duplicatelayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2775 #, kde-format msgctxt "action" msgid "&Duplicate Layer or Mask" msgstr "" #. i18n: context: Action (duplicatelayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2777 #, kde-format msgctxt "action" msgid "Duplicate Layer or Mask" msgstr "" #. i18n: context: Action (cut_selection_to_new_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2787 #, kde-format msgctxt "action" msgid "&Cut Selection to New Layer" msgstr "" #. i18n: context: Action (cut_selection_to_new_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2789 #, kde-format msgctxt "action" msgid "Cut Selection to New Layer" msgstr "" #. i18n: context: Action (copy_selection_to_new_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2799 #, kde-format msgctxt "action" msgid "Copy &Selection to New Layer" msgstr "" #. i18n: context: Action (copy_selection_to_new_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2801 #, kde-format msgctxt "action" msgid "Copy Selection to New Layer" msgstr "" #. i18n: context: Action (copy_layer_clipboard), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2811 #, kde-format msgctxt "action" msgid "Copy Layer" msgstr "" #. i18n: context: Action (copy_layer_clipboard), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2813 #, kde-format msgctxt "action" msgid "Copy layer to clipboard" msgstr "" #. i18n: context: Action (cut_layer_clipboard), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2823 #, kde-format msgctxt "action" msgid "Cut Layer" msgstr "" #. i18n: context: Action (cut_layer_clipboard), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2825 #, kde-format msgctxt "action" msgid "Cut layer to clipboard" msgstr "" #. i18n: context: Action (paste_layer_from_clipboard), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2835 #, kde-format msgctxt "action" msgid "Paste Layer" msgstr "" #. i18n: context: Action (paste_layer_from_clipboard), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2837 #, kde-format msgctxt "action" msgid "Paste layer from clipboard" msgstr "" #. i18n: context: Action (create_quick_group), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2847 #, kde-format msgctxt "action" msgid "Quick Group" msgstr "" #. i18n: context: Action (create_quick_group), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2849 #, kde-format msgctxt "action" msgid "Create a group layer containing selected layers" msgstr "" #. i18n: context: Action (quick_ungroup), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2859 #, kde-format msgctxt "action" msgid "Quick Ungroup" msgstr "" #. i18n: context: Action (quick_ungroup), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2861 #, kde-format msgctxt "action" msgid "Remove grouping of the layers or remove one layer out of the group" msgstr "" #. i18n: context: Action (create_quick_clipping_group), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2871 #, kde-format msgctxt "action" msgid "Quick Clipping Group" msgstr "" #. i18n: context: Action (create_quick_clipping_group), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2873 #, kde-format msgctxt "action" msgid "Group selected layers and add a layer with clipped alpha channel" msgstr "" #. i18n: context: Action (select_all_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2883 #, kde-format msgctxt "action" msgid "All Layers" msgstr "" #. i18n: context: Action (select_all_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2885 #, kde-format msgctxt "action" msgid "Select all layers" msgstr "" #. i18n: context: Action (select_visible_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2895 #, kde-format msgctxt "action" msgid "Visible Layers" msgstr "" #. i18n: context: Action (select_visible_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2897 #, kde-format msgctxt "action" msgid "Select all visible layers" msgstr "" #. i18n: context: Action (select_locked_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2907 #, kde-format msgctxt "action" msgid "Locked Layers" msgstr "" #. i18n: context: Action (select_locked_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2909 #, kde-format msgctxt "action" msgid "Select all locked layers" msgstr "" #. i18n: context: Action (select_invisible_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2919 #, kde-format msgctxt "action" msgid "Invisible Layers" msgstr "" #. i18n: context: Action (select_invisible_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2921 #, kde-format msgctxt "action" msgid "Select all invisible layers" msgstr "" #. i18n: context: Action (select_unlocked_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2931 #, kde-format msgctxt "action" msgid "Unlocked Layers" msgstr "" #. i18n: context: Action (select_unlocked_layers), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2933 #, kde-format msgctxt "action" msgid "Select all unlocked layers" msgstr "" #. i18n: context: Action (save_node_as_image), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2943 #, kde-format msgctxt "action" msgid "&Save Layer/Mask..." msgstr "" #. i18n: context: Action (save_node_as_image), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2945 #, kde-format msgctxt "action" msgid "Save Layer/Mask" msgstr "" #. i18n: context: Action (save_vector_node_to_svg), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2955 #, kde-format msgctxt "action" msgid "Save Vector Layer as SVG..." msgstr "" #. i18n: context: Action (save_vector_node_to_svg), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2957 #, kde-format msgctxt "action" msgid "Save Vector Layer as SVG" msgstr "" #. i18n: context: Action (save_groups_as_images), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2967 #, kde-format msgctxt "action" msgid "Save &Group Layers..." msgstr "" #. i18n: context: Action (save_groups_as_images), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2969 #, kde-format msgctxt "action" msgid "Save Group Layers" msgstr "" #. i18n: context: Action (convert_group_to_animated), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2979 #, kde-format msgctxt "action" msgid "Convert group to &animated layer" msgstr "" #. i18n: context: Action (convert_group_to_animated), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2981 #, kde-format msgctxt "action" msgid "Convert child layers into animation frames" msgstr "" #. i18n: context: Action (convert_layer_to_file_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2991 #, kde-format msgctxt "action" msgid "to &File Layer" msgstr "" #. i18n: context: Action (convert_layer_to_file_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:2993 #, kde-format msgctxt "action" msgid "Saves out the layers into a new image and then references that image." msgstr "" #. i18n: context: Action (import_layer_from_file), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3003 #, kde-format msgctxt "action" msgid "I&mport Layer..." msgstr "" #. i18n: context: Action (import_layer_from_file), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3005 #, kde-format msgctxt "action" msgid "Import Layer" msgstr "" #. i18n: context: Action (import_layer_as_paint_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3015 #, kde-format msgctxt "action" msgid "&as Paint Layer..." msgstr "" #. i18n: context: Action (import_layer_as_paint_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3017 #, kde-format msgctxt "action" msgid "as Paint Layer" msgstr "" #. i18n: context: Action (import_layer_as_transparency_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3027 #, kde-format msgctxt "action" msgid "as &Transparency Mask..." msgstr "" #. i18n: context: Action (import_layer_as_transparency_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3029 #, kde-format msgctxt "action" msgid "as Transparency Mask" msgstr "" #. i18n: context: Action (import_layer_as_filter_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3039 #, kde-format msgctxt "action" msgid "as &Filter Mask..." msgstr "" #. i18n: context: Action (import_layer_as_filter_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3041 #, kde-format msgctxt "action" msgid "as Filter Mask" msgstr "" #. i18n: context: Action (import_layer_as_selection_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3051 #, kde-format msgctxt "action" msgid "as &Selection Mask..." msgstr "" #. i18n: context: Action (import_layer_as_selection_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3053 #, kde-format msgctxt "action" msgid "as Selection Mask" msgstr "" #. i18n: context: Action (convert_to_paint_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3063 #, kde-format msgctxt "action" msgid "to &Paint Layer" msgstr "" #. i18n: context: Action (convert_to_paint_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3065 #, kde-format msgctxt "action" msgid "to Paint Layer" msgstr "" #. i18n: context: Action (convert_to_transparency_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3075 #, kde-format msgctxt "action" msgid "to &Transparency Mask" msgstr "" #. i18n: context: Action (convert_to_transparency_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3077 #, kde-format msgctxt "action" msgid "to Transparency Mask" msgstr "" #. i18n: context: Action (convert_to_filter_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3087 #, kde-format msgctxt "action" msgid "to &Filter Mask..." msgstr "" #. i18n: context: Action (convert_to_filter_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3089 #, kde-format msgctxt "action" msgid "to Filter Mask" msgstr "" #. i18n: context: Action (convert_to_selection_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3099 #, kde-format msgctxt "action" msgid "to &Selection Mask" msgstr "" #. i18n: context: Action (convert_to_selection_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3101 #, kde-format msgctxt "action" msgid "to Selection Mask" msgstr "" #. i18n: context: Action (split_alpha_into_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3111 #, kde-format msgctxt "action" msgid "&Alpha into Mask" msgstr "" #. i18n: context: Action (split_alpha_into_mask), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3113 #, kde-format msgctxt "action" msgid "Alpha into Mask" msgstr "" #. i18n: context: Action (split_alpha_write), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3123 #, kde-format msgctxt "action" msgid "&Write as Alpha" msgstr "" #. i18n: context: Action (split_alpha_write), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3125 #, kde-format msgctxt "action" msgid "Write as Alpha" msgstr "" #. i18n: context: Action (split_alpha_save_merged), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3135 #, kde-format msgctxt "action" msgid "&Save Merged..." msgstr "" #. i18n: context: Action (split_alpha_save_merged), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3137 #, kde-format msgctxt "action" msgid "Save Merged" msgstr "" #. i18n: context: Action (layersplit), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3147 #, kde-format msgctxt "action" msgid "Split Layer..." msgstr "" #. i18n: context: Action (layersplit), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3149 #, kde-format msgctxt "action" msgid "Split Layer" msgstr "" #. i18n: context: Action (waveletdecompose), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3159 #, kde-format msgctxt "action" msgid "Wavelet Decompose ..." msgstr "" #. i18n: context: Action (waveletdecompose), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3161 #, kde-format msgctxt "action" msgid "Wavelet Decompose" msgstr "" #. i18n: context: Action (mirrorNodeX), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3171 #, kde-format msgctxt "action" msgid "Mirror Layer Hori&zontally" msgstr "" #. i18n: context: Action (mirrorNodeX), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3173 #, kde-format msgctxt "action" msgid "Mirror Layer Horizontally" msgstr "" #. i18n: context: Action (mirrorNodeY), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3183 #, kde-format msgctxt "action" msgid "Mirror Layer &Vertically" msgstr "" #. i18n: context: Action (mirrorNodeY), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3185 #, kde-format msgctxt "action" msgid "Mirror Layer Vertically" msgstr "" #. i18n: context: Action (rotatelayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3195 #, kde-format msgctxt "action" msgid "&Rotate Layer..." msgstr "" #. i18n: context: Action (rotatelayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3197 #, kde-format msgctxt "action" msgid "Rotate Layer" msgstr "" #. i18n: context: Action (rotateLayerCW90), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3207 #, kde-format msgctxt "action" msgid "Rotate &Layer 90° to the Right" msgstr "" #. i18n: context: Action (rotateLayerCW90), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3209 #, kde-format msgctxt "action" msgid "Rotate Layer 90° to the Right" msgstr "" #. i18n: context: Action (rotateLayerCCW90), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3219 #, kde-format msgctxt "action" msgid "Rotate Layer &90° to the Left" msgstr "" #. i18n: context: Action (rotateLayerCCW90), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3221 #, kde-format msgctxt "action" msgid "Rotate Layer 90° to the Left" msgstr "" #. i18n: context: Action (rotateLayer180), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3231 #, kde-format msgctxt "action" msgid "Rotate Layer &180°" msgstr "" #. i18n: context: Action (rotateLayer180), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3233 #, kde-format msgctxt "action" msgid "Rotate Layer 180°" msgstr "" #. i18n: context: Action (layersize), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3243 #, kde-format msgctxt "action" msgid "Scale &Layer to new Size..." msgstr "" #. i18n: context: Action (layersize), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3245 #, kde-format msgctxt "action" msgid "Scale Layer to new Size" msgstr "" #. i18n: context: Action (shearlayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3255 #, kde-format msgctxt "action" msgid "&Shear Layer..." msgstr "" #. i18n: context: Action (shearlayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3257 #, kde-format msgctxt "action" msgid "Shear Layer" msgstr "" #. i18n: context: Action (offsetlayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3267 #, kde-format msgctxt "action" msgid "&Offset Layer..." msgstr "" #. i18n: context: Action (offsetlayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3269 #, kde-format msgctxt "action" msgid "Offset Layer" msgstr "" #. i18n: context: Action (clones_array), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3279 #, kde-format msgctxt "action" msgid "Clones &Array..." msgstr "" #. i18n: context: Action (clones_array), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3281 #, kde-format msgctxt "action" msgid "Clones Array" msgstr "" #. i18n: context: Action (EditLayerMetaData), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3291 #, kde-format msgctxt "action" msgid "&Edit metadata..." msgstr "" #. i18n: context: Action (EditLayerMetaData), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3293 #, kde-format msgctxt "action" msgid "Edit metadata" msgstr "" #. i18n: context: Action (histogram), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3303 #, kde-format msgctxt "action" msgid "&Histogram..." msgstr "" #. i18n: context: Action (histogram), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3305 #, kde-format msgctxt "action" msgid "Histogram" msgstr "" #. i18n: context: Action (layercolorspaceconversion), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3315 #, kde-format msgctxt "action" msgid "&Convert Layer Color Space..." msgstr "" #. i18n: context: Action (layercolorspaceconversion), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3317 #, kde-format msgctxt "action" msgid "Convert Layer Color Space" msgstr "" #. i18n: context: Action (merge_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3327 #, kde-format msgctxt "action" msgid "&Merge with Layer Below" msgstr "" #. i18n: context: Action (merge_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3329 #, kde-format msgctxt "action" msgid "Merge with Layer Below" msgstr "" #. i18n: context: Action (flatten_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3339 #, kde-format msgctxt "action" msgid "&Flatten Layer" msgstr "" #. i18n: context: Action (flatten_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3341 #, kde-format msgctxt "action" msgid "Flatten Layer" msgstr "" #. i18n: context: Action (rasterize_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3351 #, kde-format msgctxt "action" msgid "Ras&terize Layer" msgstr "" #. i18n: context: Action (rasterize_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3353 #, kde-format msgctxt "action" msgid "Rasterize Layer" msgstr "" #. i18n: context: Action (flatten_image), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3363 #, kde-format msgctxt "action" msgid "Flatten ima&ge" msgstr "" #. i18n: context: Action (flatten_image), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3365 #, kde-format msgctxt "action" msgid "Flatten image" msgstr "" #. i18n: context: Action (layer_style), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3375 #, kde-format msgctxt "action" msgid "La&yer Style..." msgstr "" #. i18n: context: Action (layer_style), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3377 #, kde-format msgctxt "action" msgid "Layer Style" msgstr "" #. i18n: context: Action (LayerGroupSwitcher/previous), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (LayerGroupSwitcher/previous), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (LayerGroupSwitcher/previous), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (LayerGroupSwitcher/previous), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3387 krita/krita.action:3389 #, kde-format msgctxt "action" msgid "Move into previous group" msgstr "" #. i18n: context: Action (LayerGroupSwitcher/next), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (LayerGroupSwitcher/next), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (LayerGroupSwitcher/next), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (LayerGroupSwitcher/next), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3399 krita/krita.action:3401 #, kde-format msgctxt "action" msgid "Move into next group" msgstr "" #. i18n: context: Action (RenameCurrentLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (RenameCurrentLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (RenameCurrentLayer), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (RenameCurrentLayer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3411 krita/krita.action:3413 #, kde-format msgctxt "action" msgid "Rename current layer" msgstr "" #. i18n: context: Action (remove_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3423 #, kde-format msgctxt "action" msgid "&Remove Layer" msgstr "" #. i18n: context: Action (remove_layer), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3425 #, kde-format msgctxt "action" msgid "Remove Layer" msgstr "" #. i18n: context: Action (move_layer_up), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (move_layer_up), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (move_layer_up), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (move_layer_up), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3435 krita/krita.action:3437 #, kde-format msgctxt "action" msgid "Move Layer or Mask Up" msgstr "" #. i18n: context: Action (move_layer_down), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (move_layer_down), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (move_layer_down), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (move_layer_down), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3445 krita/krita.action:3447 #, kde-format msgctxt "action" msgid "Move Layer or Mask Down" msgstr "" #. i18n: context: Action (image_properties), Actions (Image), ActionCollection (Menu) #. i18n: context: Action (layer_properties), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (image_properties), Actions (Image), ActionCollection (Menu) #. i18n: context: Action (layer_properties), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3455 krita/kritamenu.action:972 #, kde-format msgctxt "action" msgid "&Properties..." msgstr "" #. i18n: context: Action (image_properties), Actions (Image), ActionCollection (Menu) #. i18n: context: Action (layer_properties), Actions (Layers), ActionCollection (Krita) #. i18n: context: Action (image_properties), Actions (Image), ActionCollection (Menu) #. i18n: context: Action (layer_properties), Actions (Layers), ActionCollection (Krita) #. +> trunk5 stable5 #: krita/krita.action:3457 krita/kritamenu.action:974 #, kde-format msgctxt "action" msgid "Properties" msgstr "" #. i18n: ectx: property (title), widget (QMenu, menuFile) #. +> trunk5 stable5 #: krita/krita4.xmlgui:9 libs/widgetutils/xmlgui/ui_standards.xmlgui:5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:28 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:5 #, kde-format msgid "&File" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:44 libs/widgetutils/xmlgui/ui_standards.xmlgui:61 #: plugins/extensions/resourcemanager/resourcemanager.xmlgui:4 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:11 #, kde-format msgid "&Edit" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:61 #, kde-format msgid "Fill Special" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:73 libs/widgetutils/xmlgui/ui_standards.xmlgui:101 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:28 #, kde-format msgid "&View" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:82 #, kde-format msgid "&Canvas" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:114 #, kde-format msgid "&Snap To" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:136 #: plugins/extensions/colorspaceconversion/colorspaceconversion.xmlgui:4 #: plugins/extensions/offsetimage/offsetimage.xmlgui:5 #: plugins/extensions/rotateimage/rotateimage.xmlgui:4 #: plugins/extensions/shearimage/shearimage.xmlgui:4 #, kde-format msgid "&Image" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, freeRotationRadioButton) #. +> trunk5 stable5 #: krita/krita4.xmlgui:147 krita/krita4.xmlgui:229 #: plugins/extensions/rotateimage/rotateimage.xmlgui:5 #: plugins/extensions/rotateimage/rotateimage.xmlgui:18 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:561 #, kde-format msgid "&Rotate" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:169 plugins/extensions/histogram/histogram.xmlgui:4 #: plugins/extensions/layersplit/layersplit.xmlgui:4 #: plugins/extensions/waveletdecompose/waveletdecompose.xmlgui:4 #, kde-format msgid "&Layer" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:175 #: plugins/python/scripter/ui_scripter/actions/newaction/newaction.py:32 #, kde-format msgid "New" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:184 #, kde-format msgid "&Import/Export" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, addPresetButton) #. +> trunk5 stable5 #: krita/krita4.xmlgui:191 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:64 #, kde-format msgid "Import" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:199 plugins/dockers/defaultdockers/kis_layer_box.cpp:617 #, kde-format msgid "&Convert" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnSelect) #. +> trunk5 stable5 #: krita/krita4.xmlgui:210 krita/krita4.xmlgui:266 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:593 #: plugins/extensions/colorrange/wdg_colorrange.ui:130 #: plugins/extensions/imagesize/imagesize.xmlgui:12 #: plugins/extensions/modify_selection/modify_selection.xmlgui:4 #, kde-format msgid "&Select" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:218 plugins/dockers/defaultdockers/kis_layer_box.cpp:599 #, kde-format msgid "&Group" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:224 #, kde-format msgid "&Transform" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:240 #, kde-format msgid "S&plit" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:242 plugins/dockers/defaultdockers/kis_layer_box.cpp:624 #, kde-format msgid "S&plit Alpha" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:292 #, kde-format msgid "Filte&r" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:312 libs/widgetutils/xmlgui/ui_standards.xmlgui:144 #, kde-format msgid "&Tools" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:313 #, kde-format msgid "Scripts" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:316 plugins/tools/svgtexttool/svgtexttool.xmlgui:62 #, kde-format msgid "Setti&ngs" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:338 libs/widgetutils/xmlgui/khelpmenu.cpp:155 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:177 #, kde-format msgid "&Help" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:353 libs/ui/kis_file_layer.cpp:130 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:69 #, kde-format msgid "File" msgstr "" #. +> trunk5 stable5 #: krita/krita4.xmlgui:362 #, kde-format msgid "Brushes and Stuff" msgstr "" #. i18n: context: Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:4 #, kde-format msgctxt "action" msgid "File" msgstr "" #. i18n: context: Action (file_new), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:7 #, kde-format msgctxt "action" msgid "&New" msgstr "" #. i18n: context: Action (file_new), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:9 #, kde-format msgctxt "action" msgid "Create new document" msgstr "" #. i18n: context: Action (file_open), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:19 #, kde-format msgctxt "action" msgid "&Open..." msgstr "" #. i18n: context: Action (file_open), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:21 #, kde-format msgctxt "action" msgid "Open an existing document" msgstr "" #. i18n: context: Action (file_open_recent), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:31 #, kde-format msgctxt "action" msgid "Open &Recent" msgstr "" #. i18n: context: Action (file_open_recent), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:33 #, kde-format msgctxt "action" msgid "Open a document which was recently opened" msgstr "" #. i18n: context: Action (file_save), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:43 #, kde-format msgctxt "action" msgid "&Save" msgstr "" #. i18n: context: Action (file_save), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:45 #, kde-format msgctxt "action" msgid "Save" msgstr "" #. i18n: context: Action (file_save_as), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:55 #, kde-format msgctxt "action" msgid "Save &As..." msgstr "" #. i18n: context: Action (file_save_as), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:57 #, kde-format msgctxt "action" msgid "Save document under a new name" msgstr "" #. i18n: context: Action (file_reload_file), Actions (File), ActionCollection (Menu) #. i18n: context: Action (file_reload_file), Actions (File), ActionCollection (Menu) #. i18n: context: Action (file_reload_file), Actions (File), ActionCollection (Menu) #. i18n: context: Action (file_reload_file), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:68 krita/kritamenu.action:70 #, kde-format msgctxt "action" msgid "Reload" msgstr "" #. i18n: context: Action (file_sessions), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:81 #, kde-format msgctxt "action" msgid "Sessions..." msgstr "" #. i18n: context: Action (file_sessions), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:83 #, kde-format msgctxt "action" msgid "Open session manager" msgstr "" #. i18n: context: Action (file_import_file), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:94 #, kde-format msgctxt "action" msgid "Open ex&isting Document as Untitled Document..." msgstr "" #. i18n: context: Action (file_import_file), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:96 #, kde-format msgctxt "action" msgid "Open existing Document as Untitled Document" msgstr "" #. i18n: context: Action (file_export_file), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:106 #, kde-format msgctxt "action" msgid "E&xport..." msgstr "" #. i18n: context: Action (file_export_file), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:108 #, kde-format msgctxt "action" msgid "Export" msgstr "" #. i18n: context: Action (file_export_pdf), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:118 #, kde-format msgctxt "action" msgid "&Export as PDF..." msgstr "" #. i18n: context: Action (file_export_pdf), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:120 #, kde-format msgctxt "action" msgid "Export as PDF" msgstr "" #. i18n: context: Action (file_import_animation), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:130 #, kde-format msgctxt "action" msgid "Import animation frames..." msgstr "" #. i18n: context: Action (file_import_animation), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:132 #, kde-format msgctxt "action" msgid "Import animation frames" msgstr "" #. i18n: context: Action (render_animation), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:142 #, kde-format msgctxt "action" msgid "&Render Animation..." msgstr "" #. i18n: context: Action (render_animation), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:144 #, kde-format msgctxt "action" msgid "Render Animation to GIF, Image Sequence or Video" msgstr "" #. i18n: context: Action (render_image_sequence_again), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:154 #, kde-format msgctxt "action" msgid "&Render Image Sequence Again" msgstr "" #. i18n: context: Action (render_image_sequence_again), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:156 #, kde-format msgctxt "action" msgid "Render Animation to Image Sequence Again" msgstr "" #. i18n: context: Action (save_incremental_version), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:166 #, kde-format msgctxt "action" msgid "Save Incremental &Version" msgstr "" #. i18n: context: Action (save_incremental_version), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:168 #, kde-format msgctxt "action" msgid "Save Incremental Version" msgstr "" #. i18n: context: Action (save_incremental_backup), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:178 #, kde-format msgctxt "action" msgid "Save Incremental &Backup" msgstr "" #. i18n: context: Action (save_incremental_backup), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:180 #, kde-format msgctxt "action" msgid "Save Incremental Backup" msgstr "" #. i18n: context: Action (create_template), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:190 #, kde-format msgctxt "action" msgid "&Create Template From Image..." msgstr "" #. i18n: context: Action (create_template), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:192 #, kde-format msgctxt "action" msgid "Create Template From Image" msgstr "" #. i18n: context: Action (create_copy), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:202 #, kde-format msgctxt "action" msgid "Create Copy &From Current Image" msgstr "" #. i18n: context: Action (create_copy), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:204 #, kde-format msgctxt "action" msgid "Create Copy From Current Image" msgstr "" #. i18n: context: Action (file_print), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:214 #, kde-format msgctxt "action" msgid "&Print..." msgstr "" #. i18n: context: Action (file_print), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:216 #, kde-format msgctxt "action" msgid "Print document" msgstr "" #. i18n: context: Action (file_print_preview), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:226 #, kde-format msgctxt "action" msgid "Print Previe&w" msgstr "" #. i18n: context: Action (file_print_preview), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:228 #, kde-format msgctxt "action" msgid "Show a print preview of document" msgstr "" #. i18n: context: Action (file_documentinfo), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:238 #, kde-format msgctxt "action" msgid "&Document Information" msgstr "" #. i18n: context: Action (file_documentinfo), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:240 #, kde-format msgctxt "action" msgid "Document Information" msgstr "" #. i18n: context: Action (file_close_all), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:250 #, kde-format msgctxt "action" msgid "&Close All" msgstr "" #. i18n: context: Action (file_close_all), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:252 #, kde-format msgctxt "action" msgid "Close All" msgstr "" #. i18n: context: Action (file_close), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:262 #, kde-format msgctxt "action" msgid "C&lose" msgstr "" #. i18n: context: Action (file_close), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:264 #, kde-format msgctxt "action" msgid "Close" msgstr "" #. i18n: context: Action (file_quit), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:274 #, kde-format msgctxt "action" msgid "&Quit" msgstr "" #. i18n: context: Action (file_quit), Actions (File), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:276 #, kde-format msgctxt "action" msgid "Quit application" msgstr "" #. i18n: context: Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:287 #, kde-format msgctxt "action" msgid "Edit" msgstr "" #. i18n: context: Action (edit_undo), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:290 #, kde-format msgctxt "action" msgid "Undo" msgstr "" #. i18n: context: Action (edit_undo), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:292 #, kde-format msgctxt "action" msgid "Undo last action" msgstr "" #. i18n: context: Action (edit_redo), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:302 #, kde-format msgctxt "action" msgid "Redo" msgstr "" #. i18n: context: Action (edit_redo), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:304 #, kde-format msgctxt "action" msgid "Redo last undone action" msgstr "" #. i18n: context: Action (edit_cut), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:314 #, kde-format msgctxt "action" msgid "Cu&t" msgstr "" #. i18n: context: Action (edit_cut), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:316 #, kde-format msgctxt "action" msgid "Cut selection to clipboard" msgstr "" #. i18n: context: Action (edit_copy), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:326 #, kde-format msgctxt "action" msgid "&Copy" msgstr "" #. i18n: context: Action (edit_copy), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:328 #, kde-format msgctxt "action" msgid "Copy selection to clipboard" msgstr "" #. i18n: context: Action (copy_sharp), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:338 #, kde-format msgctxt "action" msgid "C&opy (sharp)" msgstr "" #. i18n: context: Action (copy_sharp), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:340 #, kde-format msgctxt "action" msgid "Copy (sharp)" msgstr "" #. i18n: context: Action (cut_sharp), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:350 #, kde-format msgctxt "action" msgid "Cut (&sharp)" msgstr "" #. i18n: context: Action (cut_sharp), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:352 #, kde-format msgctxt "action" msgid "Cut (sharp)" msgstr "" #. i18n: context: Action (copy_merged), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:362 #, kde-format msgctxt "action" msgid "Copy &merged" msgstr "" #. i18n: context: Action (copy_merged), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:364 #, kde-format msgctxt "action" msgid "Copy merged" msgstr "" #. i18n: context: Action (edit_paste), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:374 #, kde-format msgctxt "action" msgid "&Paste" msgstr "" #. i18n: context: Action (edit_paste), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:376 #, kde-format msgctxt "action" msgid "Paste clipboard content" msgstr "" #. i18n: context: Action (paste_at), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:386 #, kde-format msgctxt "action" msgid "Paste at Cursor" msgstr "" #. i18n: context: Action (paste_at), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:388 #, kde-format msgctxt "action" msgid "Paste at cursor" msgstr "" #. i18n: context: Action (paste_new), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:398 #, kde-format msgctxt "action" msgid "Paste into &New Image" msgstr "" #. i18n: context: Action (paste_new), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:400 #, kde-format msgctxt "action" msgid "Paste into New Image" msgstr "" #. i18n: context: Action (clear), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:410 #, kde-format msgctxt "action" msgid "C&lear" msgstr "" #. i18n: context: Action (clear), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:412 #, kde-format msgctxt "action" msgid "Clear" msgstr "" #. i18n: context: Action (fill_selection_foreground_color), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:422 #, kde-format msgctxt "action" msgid "&Fill with Foreground Color" msgstr "" #. i18n: context: Action (fill_selection_foreground_color), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:424 #, kde-format msgctxt "action" msgid "Fill with Foreground Color" msgstr "" #. i18n: context: Action (fill_selection_background_color), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:434 #, kde-format msgctxt "action" msgid "Fill &with Background Color" msgstr "" #. i18n: context: Action (fill_selection_background_color), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:436 #, kde-format msgctxt "action" msgid "Fill with Background Color" msgstr "" #. i18n: context: Action (fill_selection_pattern), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:446 #, kde-format msgctxt "action" msgid "F&ill with Pattern" msgstr "" #. i18n: context: Action (fill_selection_pattern), Actions (Edit), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:448 #, kde-format msgctxt "action" msgid "Fill with Pattern" msgstr "" #. i18n: context: Actions (EditFill), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:457 #, kde-format msgctxt "action" msgid "Fill Special" msgstr "" #. i18n: context: Action (stroke_shapes), Actions (EditFill), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:497 #, kde-format msgctxt "action" msgid "Stro&ke selected shapes" msgstr "" #. i18n: context: Action (stroke_shapes), Actions (EditFill), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:499 #, kde-format msgctxt "action" msgid "Stroke selected shapes" msgstr "" #. i18n: context: Action (stroke_selection), Actions (EditFill), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:509 #, kde-format msgctxt "action" msgid "Stroke Selec&tion..." msgstr "" #. i18n: context: Action (stroke_selection), Actions (EditFill), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:511 #, kde-format msgctxt "action" msgid "Stroke selection" msgstr "" #. i18n: context: Action (delete_keyframe), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (delete_keyframe), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (delete_keyframe), Actions (EditFill), ActionCollection (Menu) #. i18n: context: Action (delete_keyframe), Actions (EditFill), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:523 krita/kritamenu.action:525 #, kde-format msgctxt "action" msgid "Delete keyframe" msgstr "" #. i18n: context: Actions (Window), ActionCollection (Menu) #. i18n: context: Action (window), Actions (Settings), ActionCollection (Menu) #. i18n: context: Actions (Window), ActionCollection (Menu) #. i18n: context: Action (window), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:537 krita/kritamenu.action:1604 #, kde-format msgctxt "action" msgid "Window" msgstr "" #. i18n: context: Action (view_newwindow), Actions (Window), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:540 #, kde-format msgctxt "action" msgid "&New Window" msgstr "" #. i18n: context: Action (view_newwindow), Actions (Window), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:542 #, kde-format msgctxt "action" msgid "New Window" msgstr "" #. i18n: context: Action (windows_next), Actions (Window), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:552 #, kde-format msgctxt "action" msgid "N&ext" msgstr "" #. i18n: context: Action (windows_next), Actions (Window), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:554 #, kde-format msgctxt "action" msgid "Next" msgstr "" #. i18n: context: Action (windows_previous), Actions (Window), ActionCollection (Menu) #. i18n: context: Action (windows_previous), Actions (Window), ActionCollection (Menu) #. i18n: context: Action (windows_previous), Actions (Window), ActionCollection (Menu) #. i18n: context: Action (windows_previous), Actions (Window), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:564 krita/kritamenu.action:566 #, kde-format msgctxt "action" msgid "Previous" msgstr "" #. i18n: context: Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:575 #, kde-format msgctxt "action" msgid "View" msgstr "" #. i18n: context: Action (view_show_canvas_only), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:578 #, kde-format msgctxt "action" msgid "&Show Canvas Only" msgstr "" #. i18n: context: Action (view_show_canvas_only), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:580 #, kde-format msgctxt "action" msgid "Show just the canvas or the whole window" msgstr "" #. i18n: context: Action (fullscreen), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:590 #, kde-format msgctxt "action" msgid "F&ull Screen Mode" msgstr "" #. i18n: context: Action (fullscreen), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:592 #, kde-format msgctxt "action" msgid "Display the window in full screen" msgstr "" #. i18n: context: Action (wrap_around_mode), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:602 #, kde-format msgctxt "action" msgid "&Wrap Around Mode" msgstr "" #. i18n: context: Action (wrap_around_mode), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:604 #, kde-format msgctxt "action" msgid "Wrap Around Mode" msgstr "" #. i18n: context: Action (level_of_detail_mode), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:614 #, kde-format msgctxt "action" msgid "&Instant Preview Mode" msgstr "" #. i18n: context: Action (level_of_detail_mode), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:616 #, kde-format msgctxt "action" msgid "Instant Preview Mode" msgstr "" #. i18n: context: Action (softProof), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:626 #, kde-format msgctxt "action" msgid "Soft Proofing" msgstr "" #. i18n: context: Action (softProof), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:628 #, kde-format msgctxt "action" msgid "Turns on Soft Proofing" msgstr "" #. i18n: context: Action (gamutCheck), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:636 #, kde-format msgctxt "action" msgid "Out of Gamut Warnings" msgstr "" #. i18n: context: Action (gamutCheck), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:638 #, kde-format msgctxt "action" msgid "Turns on warnings for colors out of proofed gamut, needs soft proofing to be turned on." msgstr "" #. i18n: context: Action (mirror_canvas), Actions (View), ActionCollection (Menu) #. i18n: context: Action (mirror_canvas), Actions (View), ActionCollection (Menu) #. i18n: context: Action (mirror_canvas), Actions (View), ActionCollection (Menu) #. i18n: context: Action (mirror_canvas), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:646 krita/kritamenu.action:648 #, kde-format msgctxt "action" msgid "Mirror View" msgstr "" #. i18n: context: Action (zoom_to_100pct), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:656 #, kde-format msgctxt "action" msgid "&Reset zoom" msgstr "" #. i18n: context: Action (zoom_to_100pct), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:658 #, kde-format msgctxt "action" msgid "Reset zoom" msgstr "" #. i18n: context: Action (view_zoom_in), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:668 #, kde-format msgctxt "action" msgid "Zoom &In" msgstr "" #. i18n: context: Action (view_zoom_in), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:670 #, kde-format msgctxt "action" msgid "Zoom In" msgstr "" #. i18n: context: Action (view_zoom_out), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:680 #, kde-format msgctxt "action" msgid "Zoom &Out" msgstr "" #. i18n: context: Action (view_zoom_out), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:682 #, kde-format msgctxt "action" msgid "Zoom Out" msgstr "" #. i18n: context: Action (rotate_canvas_right), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:692 #, kde-format msgctxt "action" msgid "Rotate &Canvas Right" msgstr "" #. i18n: context: Action (rotate_canvas_right), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:694 #, kde-format msgctxt "action" msgid "Rotate Canvas Right" msgstr "" #. i18n: context: Action (rotate_canvas_left), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:704 #, kde-format msgctxt "action" msgid "Rotate Canvas &Left" msgstr "" #. i18n: context: Action (rotate_canvas_left), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:706 #, kde-format msgctxt "action" msgid "Rotate Canvas Left" msgstr "" #. i18n: context: Action (reset_canvas_rotation), Actions (View), ActionCollection (Menu) #. i18n: context: Action (reset_canvas_rotation), Actions (View), ActionCollection (Menu) #. i18n: context: Action (reset_canvas_rotation), Actions (View), ActionCollection (Menu) #. i18n: context: Action (reset_canvas_rotation), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:716 krita/kritamenu.action:718 #, kde-format msgctxt "action" msgid "Reset Canvas Rotation" msgstr "" #. i18n: context: Action (view_ruler), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:728 #, kde-format msgctxt "action" msgid "Show &Rulers" msgstr "" #. i18n: context: Action (view_ruler), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:730 #, kde-format msgctxt "action" msgid "Show Rulers" msgstr "" #. i18n: context: Action (rulers_track_mouse), Actions (View), ActionCollection (Menu) #. i18n: context: Action (rulers_track_mouse), Actions (View), ActionCollection (Menu) #. i18n: context: Action (rulers_track_mouse), Actions (View), ActionCollection (Menu) #. i18n: context: Action (rulers_track_mouse), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:740 krita/kritamenu.action:742 #, kde-format msgctxt "action" msgid "Rulers Track Pointer" msgstr "" #. i18n: context: Action (view_show_guides), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:752 #, kde-format msgctxt "action" msgid "Show Guides" msgstr "" #. i18n: context: Action (view_show_guides), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:754 #, kde-format msgctxt "action" msgid "Show or hide guides" msgstr "" #. i18n: context: Action (view_lock_guides), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:764 #, kde-format msgctxt "action" msgid "Lock Guides" msgstr "" #. i18n: context: Action (view_lock_guides), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:766 #, kde-format msgctxt "action" msgid "Lock or unlock guides" msgstr "" #. i18n: context: Action (view_snap_to_guides), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:776 #, kde-format msgctxt "action" msgid "Snap to Guides" msgstr "" #. i18n: context: Action (view_snap_to_guides), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:778 #, kde-format msgctxt "action" msgid "Snap cursor to guides position" msgstr "" #. i18n: context: Action (showStatusBar), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:788 #, kde-format msgctxt "action" msgid "Show Status &Bar" msgstr "" #. i18n: context: Action (showStatusBar), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:790 #, kde-format msgctxt "action" msgid "Show or hide the status bar" msgstr "" #. i18n: context: Action (view_pixel_grid), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_pixel_grid), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_pixel_grid), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_pixel_grid), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:800 krita/kritamenu.action:802 #, kde-format msgctxt "action" msgid "Show Pixel Grid" msgstr "" #. i18n: context: Action (view_grid), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:812 #, kde-format msgctxt "action" msgid "Show &Grid" msgstr "" #. i18n: context: Action (view_grid), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:814 #, kde-format msgctxt "action" msgid "Show Grid" msgstr "" #. i18n: context: Action (view_snap_to_grid), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_to_grid), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_to_grid), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_to_grid), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:824 krita/kritamenu.action:826 #, kde-format msgctxt "action" msgid "Snap To Grid" msgstr "" #. i18n: context: Action (show_snap_options_popup), Actions (View), ActionCollection (Menu) #. i18n: context: Action (show_snap_options_popup), Actions (View), ActionCollection (Menu) #. i18n: context: Action (show_snap_options_popup), Actions (View), ActionCollection (Menu) #. i18n: context: Action (show_snap_options_popup), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:835 krita/kritamenu.action:837 #, kde-format msgctxt "action" msgid "Show Snap Options Popup" msgstr "" #. i18n: context: Action (view_snap_orthogonal), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_orthogonal), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_orthogonal), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_orthogonal), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:847 krita/kritamenu.action:849 #, kde-format msgctxt "action" msgid "Snap Orthogonal" msgstr "" #. i18n: context: Action (view_snap_node), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_node), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_node), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_node), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:859 krita/kritamenu.action:861 #, kde-format msgctxt "action" msgid "Snap Node" msgstr "" #. i18n: context: Action (view_snap_extension), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_extension), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_extension), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_extension), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:871 krita/kritamenu.action:873 #, kde-format msgctxt "action" msgid "Snap Extension" msgstr "" #. i18n: context: Action (view_snap_intersection), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_intersection), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_intersection), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_intersection), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:883 krita/kritamenu.action:885 #, kde-format msgctxt "action" msgid "Snap Intersection" msgstr "" #. i18n: context: Action (view_snap_bounding_box), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_bounding_box), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_bounding_box), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_bounding_box), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:895 krita/kritamenu.action:897 #, kde-format msgctxt "action" msgid "Snap Bounding Box" msgstr "" #. i18n: context: Action (view_snap_image_bounds), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_image_bounds), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_image_bounds), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_image_bounds), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:907 krita/kritamenu.action:909 #, kde-format msgctxt "action" msgid "Snap Image Bounds" msgstr "" #. i18n: context: Action (view_snap_image_center), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_image_center), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_image_center), Actions (View), ActionCollection (Menu) #. i18n: context: Action (view_snap_image_center), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:919 krita/kritamenu.action:921 #, kde-format msgctxt "action" msgid "Snap Image Center" msgstr "" #. i18n: context: Action (view_toggle_painting_assistants), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:930 #, kde-format msgctxt "action" msgid "S&how Painting Assistants" msgstr "" #. i18n: context: Action (view_toggle_painting_assistants), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:932 #, kde-format msgctxt "action" msgid "Show Painting Assistants" msgstr "" #. i18n: context: Action (view_toggle_assistant_previews), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:942 #, kde-format msgctxt "action" msgid "Show &Assistant Previews" msgstr "" #. i18n: context: Action (view_toggle_assistant_previews), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:944 #, kde-format msgctxt "action" msgid "Show Assistant Previews" msgstr "" #. i18n: context: Action (view_toggle_reference_images), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:955 #, kde-format msgctxt "action" msgid "S&how Reference Images" msgstr "" #. i18n: context: Action (view_toggle_reference_images), Actions (View), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:957 #, kde-format msgctxt "action" msgid "Show Reference Images" msgstr "" #. i18n: context: Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:969 #, kde-format msgctxt "action" msgid "Image" msgstr "" #. i18n: context: Action (image_color), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:984 #, kde-format msgctxt "action" msgid "&Image Background Color and Transparency..." msgstr "" #. i18n: context: Action (image_color), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:986 #, kde-format msgctxt "action" msgid "Change the background color of the image" msgstr "" #. i18n: context: Action (imagecolorspaceconversion), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:996 #, kde-format msgctxt "action" msgid "&Convert Image Color Space..." msgstr "" #. i18n: context: Action (imagecolorspaceconversion), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:998 #, kde-format msgctxt "action" msgid "Convert Image Color Space" msgstr "" #. i18n: context: Action (trim_to_image), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1008 #, kde-format msgctxt "action" msgid "&Trim to Image Size" msgstr "" #. i18n: context: Action (trim_to_image), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1010 #, kde-format msgctxt "action" msgid "Trim to Image Size" msgstr "" #. i18n: context: Action (resizeimagetolayer), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1020 #, kde-format msgctxt "action" msgid "Trim to Current &Layer" msgstr "" #. i18n: context: Action (resizeimagetolayer), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1022 #, kde-format msgctxt "action" msgid "Trim to Current Layer" msgstr "" #. i18n: context: Action (resizeimagetoselection), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1032 #, kde-format msgctxt "action" msgid "Trim to S&election" msgstr "" #. i18n: context: Action (resizeimagetoselection), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1034 #, kde-format msgctxt "action" msgid "Trim to Selection" msgstr "" #. i18n: context: Action (rotateimage), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1044 #, kde-format msgctxt "action" msgid "&Rotate Image..." msgstr "" #. i18n: context: Action (rotateimage), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1046 #, kde-format msgctxt "action" msgid "Rotate Image" msgstr "" #. i18n: context: Action (rotateImageCW90), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1056 #, kde-format msgctxt "action" msgid "Rotate &Image 90° to the Right" msgstr "" #. i18n: context: Action (rotateImageCW90), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1058 #, kde-format msgctxt "action" msgid "Rotate Image 90° to the Right" msgstr "" #. i18n: context: Action (rotateImageCCW90), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1068 #, kde-format msgctxt "action" msgid "Rotate Image &90° to the Left" msgstr "" #. i18n: context: Action (rotateImageCCW90), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1070 #, kde-format msgctxt "action" msgid "Rotate Image 90° to the Left" msgstr "" #. i18n: context: Action (rotateImage180), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1080 #, kde-format msgctxt "action" msgid "Rotate Image &180°" msgstr "" #. i18n: context: Action (rotateImage180), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1082 #, kde-format msgctxt "action" msgid "Rotate Image 180°" msgstr "" #. i18n: context: Action (shearimage), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1092 #, kde-format msgctxt "action" msgid "&Shear Image..." msgstr "" #. i18n: context: Action (shearimage), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1094 #, kde-format msgctxt "action" msgid "Shear Image" msgstr "" #. i18n: context: Action (mirrorImageHorizontal), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1104 #, kde-format msgctxt "action" msgid "&Mirror Image Horizontally" msgstr "" #. i18n: context: Action (mirrorImageHorizontal), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1106 #, kde-format msgctxt "action" msgid "Mirror Image Horizontally" msgstr "" #. i18n: context: Action (mirrorImageVertical), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1116 #, kde-format msgctxt "action" msgid "Mirror Image &Vertically" msgstr "" #. i18n: context: Action (mirrorImageVertical), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1118 #, kde-format msgctxt "action" msgid "Mirror Image Vertically" msgstr "" #. i18n: context: Action (imagesize), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1128 #, kde-format msgctxt "action" msgid "Scale Image To &New Size..." msgstr "" #. i18n: context: Action (imagesize), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1130 #, kde-format msgctxt "action" msgid "Scale Image To New Size" msgstr "" #. i18n: context: Action (offsetimage), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1140 #, kde-format msgctxt "action" msgid "&Offset Image..." msgstr "" #. i18n: context: Action (offsetimage), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1142 #, kde-format msgctxt "action" msgid "Offset Image" msgstr "" #. i18n: context: Action (canvassize), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1152 #, kde-format msgctxt "action" msgid "R&esize Canvas..." msgstr "" #. i18n: context: Action (canvassize), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1154 #, kde-format msgctxt "action" msgid "Resize Canvas" msgstr "" #. i18n: context: Action (imagesplit), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1164 #, kde-format msgctxt "action" msgid "Im&age Split " msgstr "" #. i18n: context: Action (imagesplit), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1166 #, kde-format msgctxt "action" msgid "Image Split" msgstr "" #. i18n: context: Action (separate), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1176 #, kde-format msgctxt "action" msgid "Separate Ima&ge..." msgstr "" #. i18n: context: Action (separate), Actions (Image), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1178 #, kde-format msgctxt "action" msgid "Separate Image" msgstr "" #. i18n: context: Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1189 #, kde-format msgctxt "action" msgid "Select" msgstr "" #. i18n: context: Action (select_all), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1192 #, kde-format msgctxt "action" msgid "Select &All" msgstr "" #. i18n: context: Action (select_all), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1194 #, kde-format msgctxt "action" msgid "Select All" msgstr "" #. i18n: context: Action (deselect), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1204 #, kde-format msgctxt "action" msgid "&Deselect" msgstr "" #. i18n: context: Action (deselect), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1206 #, kde-format msgctxt "action" msgid "Deselect" msgstr "" #. i18n: context: Action (reselect), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1216 #, kde-format msgctxt "action" msgid "&Reselect" msgstr "" #. i18n: context: Action (reselect), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1218 #, kde-format msgctxt "action" msgid "Reselect" msgstr "" #. i18n: context: Action (invert_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1230 #, kde-format msgctxt "action" msgid "Invert Selection" msgstr "" #. i18n: context: Action (convert_to_vector_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1240 #, kde-format msgctxt "action" msgid "&Convert to Vector Selection" msgstr "" #. i18n: context: Action (convert_to_vector_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1242 #, kde-format msgctxt "action" msgid "Convert to Vector Selection" msgstr "" #. i18n: context: Action (convert_shapes_to_vector_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1252 #, kde-format msgctxt "action" msgid "Convert Shapes to &Vector Selection" msgstr "" #. i18n: context: Action (convert_shapes_to_vector_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1254 #, kde-format msgctxt "action" msgid "Convert Shapes to Vector Selection" msgstr "" #. i18n: context: Action (featherselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1264 #, kde-format msgctxt "action" msgid "&Feather Selection..." msgstr "" #. i18n: context: Action (featherselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1266 #, kde-format msgctxt "action" msgid "Feather Selection" msgstr "" #. i18n: context: Action (toggle_display_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1276 #, kde-format msgctxt "action" msgid "Dis&play Selection" msgstr "" #. i18n: context: Action (toggle_display_selection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1278 #, kde-format msgctxt "action" msgid "Display Selection" msgstr "" #. i18n: context: Action (selectionscale), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1288 #, kde-format msgctxt "action" msgid "Sca&le..." msgstr "" #. i18n: context: Action (selectionscale), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1290 #, kde-format msgctxt "action" msgid "Scale" msgstr "" #. i18n: context: Action (colorrange), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1300 #, kde-format msgctxt "action" msgid "S&elect from Color Range..." msgstr "" #. i18n: context: Action (colorrange), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1302 #, kde-format msgctxt "action" msgid "Select from Color Range" msgstr "" #. i18n: context: Action (selectopaque), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1312 #, kde-format msgctxt "action" msgid "Select &Opaque" msgstr "" #. i18n: context: Action (growselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1324 #, kde-format msgctxt "action" msgid "&Grow Selection..." msgstr "" #. i18n: context: Action (growselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1326 #, kde-format msgctxt "action" msgid "Grow Selection" msgstr "" #. i18n: context: Action (shrinkselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1336 #, kde-format msgctxt "action" msgid "S&hrink Selection..." msgstr "" #. i18n: context: Action (shrinkselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1338 #, kde-format msgctxt "action" msgid "Shrink Selection" msgstr "" #. i18n: context: Action (borderselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1348 #, kde-format msgctxt "action" msgid "&Border Selection..." msgstr "" #. i18n: context: Action (borderselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1350 #, kde-format msgctxt "action" msgid "Border Selection" msgstr "" #. i18n: context: Action (smoothselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1360 #, kde-format msgctxt "action" msgid "S&mooth" msgstr "" #. i18n: context: Action (smoothselection), Actions (Select), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1362 #, kde-format msgctxt "action" msgid "Smooth" msgstr "" #. i18n: context: Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1373 #, kde-format msgctxt "action" msgid "Filter" msgstr "" #. i18n: context: Action (filter_apply_again), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1376 #, kde-format msgctxt "action" msgid "&Apply Filter Again" msgstr "" #. i18n: context: Action (filter_apply_again), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1378 #, kde-format msgctxt "action" msgid "Apply Filter Again" msgstr "" #. i18n: context: Action (adjust_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (adjust_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (adjust_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (adjust_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1388 krita/kritamenu.action:1390 #, kde-format msgctxt "action" msgid "Adjust" msgstr "" #. i18n: context: Action (artistic_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (artistic_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (artistic_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (artistic_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1398 krita/kritamenu.action:1400 #, kde-format msgctxt "action" msgid "Artistic" msgstr "" #. i18n: context: Action (color_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (color_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (color_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (color_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1418 krita/kritamenu.action:1420 #, kde-format msgctxt "action" msgid "Colors" msgstr "" #. i18n: context: Action (edge_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (edge_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (edge_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (edge_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1428 krita/kritamenu.action:1430 #, kde-format msgctxt "action" msgid "Edge Detection" msgstr "" #. i18n: context: Action (enhance_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (enhance_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (enhance_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (enhance_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1438 krita/kritamenu.action:1440 #, kde-format msgctxt "action" msgid "Enhance" msgstr "" #. i18n: context: Action (emboss_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (emboss_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (emboss_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (emboss_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1448 krita/kritamenu.action:1450 #, kde-format msgctxt "action" msgid "Emboss" msgstr "" #. i18n: context: Action (map_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (map_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (map_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (map_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1458 krita/kritamenu.action:1460 #, kde-format msgctxt "action" msgid "Map" msgstr "" #. i18n: context: Action (other_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (other_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (other_filters), Actions (Filter), ActionCollection (Menu) #. i18n: context: Action (other_filters), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1468 krita/kritamenu.action:1470 #, kde-format msgctxt "action" msgid "Other" msgstr "" #. i18n: context: Action (QMic), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1478 #, kde-format msgctxt "action" msgid "Start G'MIC-Qt" msgstr "" #. i18n: context: Action (QMic), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1480 #, kde-format msgctxt "action" msgid "Start G'Mic-Qt" msgstr "" #. i18n: context: Action (QMicAgain), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1488 #, kde-format msgctxt "action" msgid "Re-apply the last G'MIC filter" msgstr "" #. i18n: context: Action (QMicAgain), Actions (Filter), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1490 #, kde-format msgctxt "action" msgid "Apply the last G'Mic-Qt action again" msgstr "" #. i18n: context: Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1499 #, kde-format msgctxt "action" msgid "Settings" msgstr "" #. i18n: context: Action (options_configure), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1502 #, kde-format msgctxt "action" msgid "&Configure Krita..." msgstr "" #. i18n: context: Action (options_configure), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1504 #, kde-format msgctxt "action" msgid "Configure Krita" msgstr "" #. i18n: context: Action (manage_bundles), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1514 #, kde-format msgctxt "action" msgid "&Manage Resources..." msgstr "" #. i18n: context: Action (manage_bundles), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1516 #, kde-format msgctxt "action" msgid "Manage Resources" msgstr "" #. i18n: context: Action (switch_application_language), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1526 #, kde-format msgctxt "action" msgid "Switch Application &Language..." msgstr "" #. i18n: context: Action (switch_application_language), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1528 #, kde-format msgctxt "action" msgid "Switch Application Language" msgstr "" #. i18n: context: Action (view_toggledockers), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1536 #, kde-format msgctxt "action" msgid "&Show Dockers" msgstr "" #. i18n: context: Action (view_toggledockers), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1538 #, kde-format msgctxt "action" msgid "Show Dockers" msgstr "" #. i18n: context: Action (options_configure_toolbars), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1548 #, kde-format msgctxt "action" msgid "Configure Tool&bars..." msgstr "" #. i18n: context: Action (options_configure_toolbars), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1550 #, kde-format msgctxt "action" msgid "Configure Toolbars" msgstr "" #. i18n: context: Action (settings_dockers_menu), Actions (Settings), ActionCollection (Menu) #. i18n: context: Action (settings_dockers_menu), Actions (Settings), ActionCollection (Menu) #. i18n: context: Action (settings_dockers_menu), Actions (Settings), ActionCollection (Menu) #. i18n: context: Action (settings_dockers_menu), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1560 krita/kritamenu.action:1562 #, kde-format msgctxt "action" msgid "Dockers" msgstr "" #. i18n: context: Action (theme_menu), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1570 #, kde-format msgctxt "action" msgid "&Themes" msgstr "" #. i18n: context: Action (theme_menu), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1572 #, kde-format msgctxt "action" msgid "Themes" msgstr "" #. i18n: context: Action (settings_active_author), Actions (Settings), ActionCollection (Menu) #. i18n: context: Action (settings_active_author), Actions (Settings), ActionCollection (Menu) #. i18n: context: Action (settings_active_author), Actions (Settings), ActionCollection (Menu) #. i18n: context: Action (settings_active_author), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1580 krita/kritamenu.action:1582 #, kde-format msgctxt "action" msgid "Active Author Profile" msgstr "" #. i18n: context: Action (options_configure_keybinding), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1590 #, kde-format msgctxt "action" msgid "Configure S&hortcuts..." msgstr "" #. i18n: context: Action (options_configure_keybinding), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1592 #, kde-format msgctxt "action" msgid "Configure Shortcuts" msgstr "" #. i18n: context: Action (window), Actions (Settings), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1602 #, kde-format msgctxt "action" msgid "&Window" msgstr "" #. i18n: context: Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1613 #, kde-format msgctxt "action" msgid "Help" msgstr "" #. i18n: context: Action (help_contents), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1616 #, kde-format msgctxt "action" msgid "Krita &Handbook" msgstr "" #. i18n: context: Action (help_contents), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1618 #, kde-format msgctxt "action" msgid "Krita Handbook" msgstr "" #. i18n: context: Action (help_report_bug), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1626 #, kde-format msgctxt "action" msgid "&Report Bug..." msgstr "" #. i18n: context: Action (help_report_bug), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1628 #, kde-format msgctxt "action" msgid "Report Bug" msgstr "" #. i18n: context: Action (help_about_app), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1636 #, kde-format msgctxt "action" msgid "&About Krita" msgstr "" #. i18n: context: Action (help_about_app), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1638 #, kde-format msgctxt "action" msgid "About Krita" msgstr "" #. i18n: context: Action (help_about_kde), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1646 #, kde-format msgctxt "action" msgid "About &KDE" msgstr "" #. i18n: context: Action (help_about_kde), Actions (Help), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1648 #, kde-format msgctxt "action" msgid "About KDE" msgstr "" #. i18n: context: Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1657 #, kde-format msgctxt "action" msgid "Brushes and Stuff" msgstr "" #. i18n: context: Action (gradients), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1660 #, kde-format msgctxt "action" msgid "&Gradients" msgstr "" #. i18n: context: Action (gradients), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1662 #, kde-format msgctxt "action" msgid "Gradients" msgstr "" #. i18n: context: Action (patterns), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1670 #, kde-format msgctxt "action" msgid "&Patterns" msgstr "" #. i18n: context: Action (patterns), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1672 #, kde-format msgctxt "action" msgid "Patterns" msgstr "" #. i18n: context: Action (dual), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1680 #, kde-format msgctxt "action" msgid "&Color" msgstr "" #. i18n: context: Action (dual), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1682 #, kde-format msgctxt "action" msgid "Color" msgstr "" #. i18n: context: Action (paintops), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1690 #, kde-format msgctxt "action" msgid "&Painter's Tools" msgstr "" #. i18n: context: Action (paintops), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1692 #, kde-format msgctxt "action" msgid "Painter's Tools" msgstr "" #. i18n: context: Action (composite_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (composite_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (composite_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (composite_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1700 krita/kritamenu.action:1702 #, kde-format msgctxt "action" msgid "Brush composite" msgstr "" #. i18n: context: Action (brushslider1), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider1), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider1), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider1), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1710 krita/kritamenu.action:1712 #, kde-format msgctxt "action" msgid "Brush option slider 1" msgstr "" #. i18n: context: Action (brushslider2), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider2), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider2), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider2), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1720 krita/kritamenu.action:1722 #, kde-format msgctxt "action" msgid "Brush option slider 2" msgstr "" #. i18n: context: Action (brushslider3), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider3), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider3), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (brushslider3), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1730 krita/kritamenu.action:1732 #, kde-format msgctxt "action" msgid "Brush option slider 3" msgstr "" #. i18n: context: Action (mirror_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (mirror_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (mirror_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (mirror_actions), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1740 krita/kritamenu.action:1742 #, kde-format msgctxt "action" msgid "Mirror" msgstr "" #. i18n: context: Action (select_layout), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1750 #, kde-format msgctxt "action" msgid "Layouts" msgstr "" #. i18n: context: Action (select_layout), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1752 #, kde-format msgctxt "action" msgid "Select layout" msgstr "" #. i18n: context: Action (workspaces), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (workspaces), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (workspaces), Actions (BrushesAndStuff), ActionCollection (Menu) #. i18n: context: Action (workspaces), Actions (BrushesAndStuff), ActionCollection (Menu) #. +> trunk5 stable5 #: krita/kritamenu.action:1759 krita/kritamenu.action:1761 #, kde-format msgctxt "action" msgid "Workspaces" msgstr "" #. +> trunk5 stable5 #: krita/main.cc:353 libs/ui/KisApplication.cpp:390 #, kde-format msgctxt "@title:window" msgid "Krita: Warning" msgstr "" #. +> trunk5 stable5 #: krita/main.cc:354 #, kde-format msgid "" "You are running an unsupported version of Windows: %1.\n" "This is not recommended. Do not report any bugs.\n" "Please update to a supported version of Windows: Windows 7, 8, 8.1 or 10." msgstr "" #. +> trunk5 stable5 #: krita/main.cc:377 krita/main.cc:382 #, kde-format msgid "Krita Tablet Support" msgstr "" #. +> trunk5 stable5 #: krita/main.cc:378 #, kde-format msgid "Cannot load WinTab driver and no Windows Ink pen devices are found. If you have a drawing tablet, please make sure the tablet driver is properly installed." msgstr "" #. +> trunk5 stable5 #: krita/main.cc:383 #, kde-format msgid "Cannot load WinTab driver. If you have a drawing tablet, please make sure the tablet driver is properly installed." msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/plugin/KoCreatePathToolFactory.cpp:30 #, kde-format msgid "Draw path" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/plugin/KoPencilToolFactory.cpp:29 #, kde-format msgid "Freehand path" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoCreatePathTool.cpp:508 #, kde-format msgid "Angle snapping delta:" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoCreatePathTool.cpp:515 #, kde-format msgid "Activate angle snap:" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoCreatePathTool.cpp:523 #, kde-format msgid "Angle Constraints" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPrecision) #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:312 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:148 #, kde-format msgid "Precision:" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:314 #, kde-format msgctxt "The raw line data" msgid "Raw" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:315 #: libs/flake/KoConnectionShapeConfigWidget.cpp:33 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.cpp:29 #: plugins/paintops/curvebrush/curve_paintop_plugin.cpp:41 #, kde-format msgid "Curve" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:316 #: libs/flake/KoConnectionShapeConfigWidget.cpp:32 #, kde-format msgid "Straight" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, optimize) #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:325 #: libs/basicflakes/tools/KoPencilTool.cpp:331 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:234 #, kde-format msgid "Optimize" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:337 #, kde-format msgid "Exactness:" msgstr "" #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:370 #: libs/basicflakes/tools/KoPencilTool.cpp:371 #, kde-format msgid "Pencil" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, shapeCBox) #. +> trunk5 stable5 #: libs/basicflakes/tools/KoPencilTool.cpp:376 #: libs/widgets/KoGradientEditWidget.cpp:164 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.cpp:30 #: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:47 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:846 #, kde-format msgid "Line" msgstr "" #. +> trunk5 stable5 #: libs/brush/kis_auto_brush.cpp:392 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Brush Density recommended value 100.0" msgstr "" #. +> trunk5 stable5 #: libs/brush/kis_auto_brush.cpp:396 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Brush Randomness recommended value 0.0" msgstr "" #. +> trunk5 stable5 #: libs/brush/kis_brush.cpp:641 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Spacing > 0.5, consider disabling Instant Preview" msgstr "" #. +> trunk5 stable5 #: libs/command/kundo2group.cpp:359 libs/command/kundo2stack.cpp:1115 #, kde-format msgctxt "Default text for undo action" msgid "Undo" msgstr "" #. +> trunk5 stable5 #: libs/command/kundo2group.cpp:359 libs/command/kundo2stack.cpp:1115 #: libs/ui/KisUndoActionsUpdateManager.cpp:59 #, kde-format msgid "Undo %1" msgstr "" #. +> trunk5 stable5 #: libs/command/kundo2group.cpp:386 libs/command/kundo2stack.cpp:1141 #, kde-format msgctxt "Default text for redo action" msgid "Redo" msgstr "" #. +> trunk5 stable5 #: libs/command/kundo2group.cpp:386 libs/command/kundo2stack.cpp:1141 #: libs/ui/KisUndoActionsUpdateManager.cpp:64 #, kde-format msgid "Redo %1" msgstr "" #. +> trunk5 stable5 #: libs/command/kundo2model.cpp:67 #: plugins/dockers/historydocker/KisUndoModel.cpp:70 #, kde-format msgid "" msgstr "" #. +> trunk5 stable5 #: libs/command/kundo2stack.cpp:1386 #: libs/widgetutils/xmlgui/kundoactions.cpp:45 #, kde-format msgid "Redo" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, liquifyUndo) #. +> trunk5 stable5 #: libs/command/kundo2stack.cpp:1405 #: libs/widgetutils/xmlgui/kundoactions.cpp:64 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1831 #, kde-format msgid "Undo" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoConnectionShapeTypeCommand.cpp:31 msgctxt "(qtundo-format)" msgid "Change Connection" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoMultiPathPointJoinCommand.cpp:30 #: libs/flake/commands/KoSubpathJoinCommand.cpp:56 msgctxt "(qtundo-format)" msgid "Join subpaths" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoMultiPathPointMergeCommand.cpp:50 #: libs/flake/commands/KoPathPointMergeCommand.cpp:148 msgctxt "(qtundo-format)" msgid "Merge points" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoParameterHandleMoveCommand.cpp:35 msgctxt "(qtundo-format)" msgid "Change parameter" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoParameterToPathCommand.cpp:44 #: libs/flake/commands/KoParameterToPathCommand.cpp:53 #: libs/flake/tools/KoPathTool.cpp:390 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:610 msgctxt "(qtundo-format)" msgid "Convert to Path" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathBreakAtPointCommand.cpp:40 msgctxt "(qtundo-format)" msgid "Break subpath at points" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathCombineCommand.cpp:67 msgctxt "(qtundo-format)" msgid "Combine paths" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathControlPointMoveCommand.cpp:42 msgctxt "(qtundo-format)" msgid "Move control point" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathFillRuleCommand.cpp:44 msgctxt "(qtundo-format)" msgid "Set fill rule" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathPointInsertCommand.cpp:80 msgctxt "(qtundo-format)" msgid "Insert points" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathPointMoveCommand.cpp:43 #: libs/flake/commands/KoPathPointMoveCommand.cpp:59 msgctxt "(qtundo-format)" msgid "Move points" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathPointRemoveCommand.cpp:104 #: libs/flake/commands/KoPathPointRemoveCommand.cpp:133 msgctxt "(qtundo-format)" msgid "Remove points" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathPointTypeCommand.cpp:49 msgctxt "(qtundo-format)" msgid "Set point type" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathReverseCommand.cpp:51 msgctxt "(qtundo-format)" msgid "Reverse paths" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathSegmentBreakCommand.cpp:38 msgctxt "(qtundo-format)" msgid "Break subpath" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathSegmentTypeCommand.cpp:134 msgctxt "(qtundo-format)" msgid "Change segments to curves" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathSegmentTypeCommand.cpp:136 msgctxt "(qtundo-format)" msgid "Change segments to lines" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoPathShapeMarkerCommand.cpp:41 msgctxt "(qtundo-format)" msgid "Set marker" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeAlignCommand.cpp:84 msgctxt "(qtundo-format)" msgid "Align shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeBackgroundCommand.cpp:66 #: libs/flake/commands/KoShapeBackgroundCommand.cpp:77 #: libs/flake/commands/KoShapeBackgroundCommand.cpp:92 msgctxt "(qtundo-format)" msgid "Set background" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeClipCommand.cpp:70 #: libs/flake/commands/KoShapeClipCommand.cpp:85 msgctxt "(qtundo-format)" msgid "Clip Shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeCreateCommand.cpp:66 msgctxt "(qtundo-format)" msgid "Create shape" msgid_plural "Create shapes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeDeleteCommand.cpp:56 #: libs/flake/commands/KoShapeDeleteCommand.cpp:69 msgctxt "(qtundo-format)" msgid "Delete shape" msgid_plural "Delete shapes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeDistributeCommand.cpp:130 msgctxt "(qtundo-format)" msgid "Distribute shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeGroupCommand.cpp:80 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1051 msgctxt "(qtundo-format)" msgid "Group shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeGroupCommand.cpp:82 msgctxt "(qtundo-format)" msgid "Add shapes to group" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeKeepAspectRatioCommand.cpp:27 msgctxt "(qtundo-format)" msgid "Keep Aspect Ratio" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeLockCommand.cpp:36 msgctxt "(qtundo-format)" msgid "Lock shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeMoveCommand.cpp:36 #: libs/flake/commands/KoShapeMoveCommand.cpp:48 msgctxt "(qtundo-format)" msgid "Move shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeRenameCommand.cpp:41 msgctxt "(qtundo-format)" msgid "Rename Shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeReorderCommand.cpp:66 #: libs/flake/commands/KoShapeReorderCommand.cpp:79 msgctxt "(qtundo-format)" msgid "Reorder shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeResizeCommand.cpp:47 #: plugins/tools/defaulttool/defaulttool/DefaultToolWidget.cpp:239 msgctxt "(qtundo-format)" msgid "Resize" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeRunAroundCommand.cpp:72 msgctxt "(qtundo-format)" msgid "Change Shape RunAround" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeShadowCommand.cpp:67 #: libs/flake/commands/KoShapeShadowCommand.cpp:84 #: libs/flake/commands/KoShapeShadowCommand.cpp:95 msgctxt "(qtundo-format)" msgid "Set Shadow" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeShearCommand.cpp:51 msgctxt "(qtundo-format)" msgid "Shear shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeSizeCommand.cpp:43 msgctxt "(qtundo-format)" msgid "Resize shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeStrokeCommand.cpp:67 #: libs/flake/commands/KoShapeStrokeCommand.cpp:86 #: libs/flake/commands/KoShapeStrokeCommand.cpp:97 msgctxt "(qtundo-format)" msgid "Set stroke" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeTransparencyCommand.cpp:49 #: libs/flake/commands/KoShapeTransparencyCommand.cpp:60 #: libs/flake/commands/KoShapeTransparencyCommand.cpp:73 msgctxt "(qtundo-format)" msgid "Set opacity" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeUnclipCommand.cpp:96 msgctxt "(qtundo-format)" msgid "Unclip Shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeUnclipCommand.cpp:105 msgctxt "(qtundo-format)" msgid "Unclip Shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoShapeUngroupCommand.cpp:55 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1079 msgctxt "(qtundo-format)" msgid "Ungroup shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoSubpathJoinCommand.cpp:58 msgctxt "(qtundo-format)" msgid "Close subpath" msgstr "" #. +> trunk5 stable5 #: libs/flake/commands/KoSubpathRemoveCommand.cpp:34 msgctxt "(qtundo-format)" msgid "Remove subpath" msgstr "" #. +> trunk5 stable5 #: libs/flake/html/HtmlWriter.cpp:83 #, kde-format msgid "Saving KoShapeLayer to html is not implemented yet!" msgstr "" #. +> trunk5 stable5 #: libs/flake/html/HtmlWriter.cpp:87 #, kde-format msgid "KoShapeGroup to html is not implemented yet!" msgstr "" #. +> trunk5 stable5 #: libs/flake/html/HtmlWriter.cpp:93 #, kde-format msgid "saving to html failed" msgstr "" #. +> trunk5 stable5 #: libs/flake/html/HtmlWriter.cpp:97 #, kde-format msgid "Cannot save %1 to html" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSceneCaptureType) #. +> trunk5 stable5 #: libs/flake/KoConnectionShapeConfigWidget.cpp:30 #: plugins/extensions/metadataeditor/editors/exif.ui:970 #, kde-format msgid "Standard" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, selectSubdivisionStyle) #. i18n: ectx: property (text), item, widget (KComboBox, selectMainStyle) #. i18n: ectx: property (text), item, widget (KComboBox, selectGuidesStyle) #. +> trunk5 stable5 #: libs/flake/KoConnectionShapeConfigWidget.cpp:31 #: plugins/dockers/griddocker/grid_config_widget.ui:357 #: plugins/dockers/griddocker/grid_config_widget.ui:398 #: plugins/dockers/griddocker/grid_config_widget.ui:626 #, kde-format msgid "Lines" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. i18n: ectx: property (text), widget (QLabel, lblTypeDesc) #. i18n: ectx: property (text), widget (QLabel, typeLabel) #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, label_4) #. i18n: ectx: property (text), widget (QLabel, label_16) #. i18n: ectx: property (text), widget (QLabel, typeDescLabel) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, axisTypeLabel) #. +> trunk5 stable5 #: libs/flake/KoConnectionShapeConfigWidget.ui:17 #: libs/ui/forms/wdgimageproperties.ui:347 #: libs/ui/forms/wdgstrokeselectionproperties.ui:62 #: libs/ui/widgets/KoFillConfigWidget.ui:205 #: libs/widgets/koDocumentInfoAboutWidget.ui:78 #: libs/widgets/KoGradientEditWidget.cpp:169 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:523 #: plugins/dockers/griddocker/grid_config_widget.ui:86 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:54 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:35 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.ui:20 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:195 #: plugins/impex/ppm/kis_wdg_options_ppm.ui:17 #: plugins/tools/basictools/wdgmultihandtool.ui:57 #, kde-format msgid "Type:" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoConnectionShapeFactory.cpp:37 #, kde-format msgid "Tie" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoConnectionShapeFactory.cpp:39 #, kde-format msgid "A connection between two other shapes" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoMarkerCollection.cpp:82 #: libs/flake/resources/KoSvgSymbolCollectionResource.cpp:154 #: libs/odf/KoOdfReadStore.cpp:133 libs/ui/flake/kis_shape_layer.cc:518 #, kde-format msgid "" "Parsing error in the main document at line %1, column %2\n" "Error message: %3" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoPathShapeFactory.cpp:38 #, kde-format msgid "Simple path shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoPathShapeFactory.cpp:40 #, kde-format msgid "A simple path shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoShapeController.cpp:71 #: plugins/flake/textshape/kotext/InsertTextReferenceAction.cpp:63 #: plugins/flake/textshape/kotext/InsertVariableAction.cpp:58 #, kde-format msgid "%1 Options" msgstr "" #. +> trunk5 stable5 #: libs/flake/KoToolManager.cpp:672 #, kde-format msgid "Active tool: %1" msgstr "" #. +> trunk5 stable5 #: libs/flake/svg/SvgShapeFactory.cpp:36 #, kde-format msgid "Embedded svg shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShape.cpp:567 #: plugins/flake/textshape/TextShapeFactory.cpp:44 #: plugins/flake/textshape/TextShapeFactory.cpp:54 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:62 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:64 #, kde-format msgid "Text" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShape.cpp:569 #: libs/flake/text/KoSvgTextShape.cpp:577 #, kde-format msgid "SVG Text Shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShape.cpp:575 #, kde-format msgid "SVG Text" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:143 #, kde-format msgid "More than one 'text' node found!" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:152 #, kde-format msgid "Unknown node of type '%1' found!" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:158 #, kde-format msgid "No 'text' node found!" msgstr "" #. +> trunk5 stable5 #: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:366 #: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:703 #, kde-format msgid "Unknown error writing SVG text element" msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoCreateShapesToolFactory.cpp:29 #, kde-format msgid "Create object" msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathSegmentChangeStrategy.cpp:146 msgctxt "(qtundo-format)" msgid "Change Segment" msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:214 #, kde-format msgid "Edit Shape" msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:675 #, kde-format msgid "Drag to move handle." msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:739 #, kde-format msgid "Drag to move point. Shift click to change point type." msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:741 #, kde-format msgid "Drag to move control point." msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:769 #, kde-format msgid "Drag to change curve directly. Double click to insert new path point." msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:777 #, kde-format msgid "Press B to break path at selected point." msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathTool.cpp:779 #, kde-format msgid "Press B to break path at selected segments." msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoPathToolFactory.cpp:30 #, kde-format msgid "Edit Shapes Tool" msgstr "" #. +> trunk5 stable5 #: libs/flake/tools/KoZoomToolFactory.cpp:30 #: libs/widgets/KoZoomController_p.h:41 libs/widgets/KoZoomWidget.cpp:64 #, kde-format msgid "Zoom" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, zoomInButton) #. i18n: ectx: property (toolTip), widget (QPushButton, btnZoomIn) #. +> trunk5 stable5 #: libs/flake/tools/KoZoomToolWidget.ui:20 #: libs/ui/forms/kis_previewwidgetbase.ui:123 #: libs/ui/input/kis_zoom_action.cpp:125 #, kde-format msgid "Zoom In" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, zoomOutButton) #. i18n: ectx: property (toolTip), widget (QPushButton, btnZoomOut) #. +> trunk5 stable5 #: libs/flake/tools/KoZoomToolWidget.ui:30 #: libs/ui/forms/kis_previewwidgetbase.ui:110 #: libs/ui/input/kis_zoom_action.cpp:126 #, kde-format msgid "Zoom Out" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, corner) #. i18n: ectx: property (text), widget (QToolButton, smooth) #. i18n: ectx: property (text), widget (QToolButton, symmetric) #. i18n: ectx: property (text), widget (QToolButton, lineSegment) #. i18n: ectx: property (text), widget (QToolButton, curveSegment) #. i18n: ectx: property (text), widget (QToolButton, linePoint) #. i18n: ectx: property (text), widget (QToolButton, curvePoint) #. i18n: ectx: property (text), widget (QToolButton, addPoint) #. i18n: ectx: property (text), widget (QToolButton, removePoint) #. i18n: ectx: property (text), widget (QToolButton, breakPoint) #. i18n: ectx: property (text), widget (QToolButton, breakSegment) #. i18n: ectx: property (text), widget (QToolButton, joinSegment) #. i18n: ectx: property (text), widget (QToolButton, mergePoints) #. i18n: ectx: property (text), widget (QToolButton, btnSelectFile) #. i18n: ectx: property (text), widget (QToolButton, add) #. i18n: ectx: property (text), widget (QToolButton, remove) #. i18n: ectx: property (text), widget (QToolButton, open) #. i18n: ectx: property (text), widget (QToolButton, save) #. i18n: ectx: property (text), widget (QToolButton, capNJoinButton) #. i18n: ectx: property (text), widget (KoColorPopupButton, btnChooseSolidColor) #. i18n: ectx: property (text), widget (QToolButton, btnSolidColorPick) #. i18n: ectx: property (text), widget (KoColorPopupButton, btnChoosePredefinedGradient) #. i18n: ectx: property (text), widget (QToolButton, btnSaveGradient) #. i18n: ectx: property (text), widget (QToolButton, m_bnFileName) #. i18n: ectx: property (text), widget (QToolButton, bnLandscape) #. i18n: ectx: property (text), widget (QToolButton, bnPortrait) #. i18n: ectx: property (text), widget (KoGroupButton, intersect) #. i18n: ectx: property (text), widget (KoGroupButton, shape) #. i18n: ectx: property (text), widget (KoGroupButton, replace) #. i18n: ectx: property (text), widget (KoGroupButton, add) #. i18n: ectx: property (text), widget (KoGroupButton, pixel) #. i18n: ectx: property (text), widget (KoGroupButton, subtract) #. i18n: ectx: property (text), widget (QToolButton, bnSwapFile) #. i18n: ectx: property (text), widget (KisColorButton, bnColor) #. i18n: ectx: property (text), widget (KisColorButton, bnHighlightColor) #. i18n: ectx: property (text), widget (KisColorButton, bnShadowColor) #. i18n: ectx: property (text), widget (QToolButton, bnFont) #. i18n: ectx: property (text), widget (QToolButton, bnAdd) #. i18n: ectx: property (text), widget (QToolButton, bnRemove) #. i18n: ectx: property (text), widget (QToolButton, bnSelectSaveLocation) #. i18n: ectx: property (text), widget (QToolButton, bnGetPreview) #. i18n: ectx: property (text), widget (QToolButton, bnRenderOptions) #. i18n: ectx: property (text), widget (QToolButton, bnExportOptions) #. i18n: ectx: property (text), widget (KisToolButton, bnAdd) #. i18n: ectx: property (text), widget (QToolButton, bnDuplicate) #. i18n: ectx: property (text), widget (QToolButton, bnLower) #. i18n: ectx: property (text), widget (QToolButton, bnRaise) #. i18n: ectx: property (text), widget (QToolButton, bnProperties) #. i18n: ectx: property (text), widget (QToolButton, bnDelete) #. i18n: ectx: property (text), widget (QToolButton, bnAddGroup) #. i18n: ectx: property (text), widget (QToolButton, bnAddDialog) #. i18n: ectx: property (text), widget (QToolButton, btnFirstFrame) #. i18n: ectx: property (text), widget (QToolButton, btnPreviousKeyFrame) #. i18n: ectx: property (text), widget (QToolButton, btnPreviousFrame) #. i18n: ectx: property (text), widget (QToolButton, btnPlay) #. i18n: ectx: property (text), widget (QToolButton, btnNextFrame) #. i18n: ectx: property (text), widget (QToolButton, btnNextKeyFrame) #. i18n: ectx: property (text), widget (QToolButton, btnLastFrame) #. i18n: ectx: property (text), widget (KisToolButton, btnAddKeyframe) #. i18n: ectx: property (text), widget (QToolButton, btnAddDuplicateFrame) #. i18n: ectx: property (text), widget (KisToolButton, btnDeleteKeyframe) #. i18n: ectx: property (text), widget (QToolButton, btnOnionSkinOptions) #. i18n: ectx: property (text), widget (QToolButton, btnLazyFrame) #. i18n: ectx: property (text), widget (QToolButton, btnDropFrames) #. i18n: ectx: property (text), widget (QToolButton, vectorPresetsConfigureButton) #. i18n: ectx: property (text), widget (QToolButton, m_bnSelectConfigurationFile) #. i18n: ectx: property (text), widget (QToolButton, m_bnSelectLut) #. i18n: ectx: property (text), widget (FormattingButton, bulletListButton) #. i18n: ectx: property (text), widget (QToolButton, moreOptions) #. i18n: ectx: property (text), widget (QToolButton, customCharacter) #. i18n: ectx: property (text), widget (QToolButton, resetTextColor) #. i18n: ectx: property (text), widget (QToolButton, resetBackground) #. i18n: ectx: property (text), widget (QToolButton, resetBackgroundColor) #. i18n: ectx: property (text), widget (QToolButton, splitSections) #. i18n: ectx: property (text), widget (QToolButton, configureSection) #. i18n: ectx: property (text), widget (QToolButton, insertSection) #. i18n: ectx: property (text), widget (QuickTableButton, quickTable) #. i18n: ectx: property (text), widget (QToolButton, insertVariable) #. i18n: ectx: property (text), widget (QToolButton, insertSpecialChar) #. i18n: ectx: property (text), widget (QToolButton, insertPageBreak) #. i18n: ectx: property (text), widget (QPushButton, insertionColorButton) #. i18n: ectx: property (text), widget (QPushButton, deletionColorButton) #. i18n: ectx: property (text), widget (QPushButton, formatColorButton) #. i18n: ectx: property (text), widget (QToolButton, toolButton) #. i18n: ectx: property (text), widget (QToolButton, toolButton_5) #. i18n: ectx: property (text), widget (QToolButton, toolButton_7) #. i18n: ectx: property (text), widget (QToolButton, toolButton_4) #. i18n: ectx: property (text), widget (QToolButton, toolButton_8) #. i18n: ectx: property (text), widget (QToolButton, toolButton_3) #. i18n: ectx: property (text), widget (QToolButton, toolButton_6) #. i18n: ectx: property (text), widget (QToolButton, toolButton_2) #. i18n: ectx: property (text), widget (QToolButton, splitCells) #. i18n: ectx: property (text), widget (QToolButton, mergeCells) #. i18n: ectx: property (text), widget (FormattingButton, border) #. i18n: ectx: property (text), widget (QToolButton, removeEffect) #. i18n: ectx: property (text), widget (QToolButton, addEffect) #. i18n: ectx: property (text), widget (QToolButton, raiseEffect) #. i18n: ectx: property (text), widget (QToolButton, lowerEffect) #. i18n: ectx: property (text), widget (QToolButton, addPreset) #. i18n: ectx: property (text), widget (QToolButton, removePreset) #. +> trunk5 stable5 #: libs/flake/tools/PathToolOptionWidgetBase.ui:67 #: libs/flake/tools/PathToolOptionWidgetBase.ui:74 #: libs/flake/tools/PathToolOptionWidgetBase.ui:81 #: libs/flake/tools/PathToolOptionWidgetBase.ui:101 #: libs/flake/tools/PathToolOptionWidgetBase.ui:108 #: libs/flake/tools/PathToolOptionWidgetBase.ui:115 #: libs/flake/tools/PathToolOptionWidgetBase.ui:122 #: libs/flake/tools/PathToolOptionWidgetBase.ui:129 #: libs/flake/tools/PathToolOptionWidgetBase.ui:136 #: libs/flake/tools/PathToolOptionWidgetBase.ui:143 #: libs/flake/tools/PathToolOptionWidgetBase.ui:150 #: libs/flake/tools/PathToolOptionWidgetBase.ui:157 #: libs/flake/tools/PathToolOptionWidgetBase.ui:164 #: libs/ui/forms/wdggeneralsettings.ui:256 libs/ui/forms/wdgnewimage.ui:168 #: libs/ui/forms/wdgnewimage.ui:272 #: libs/ui/forms/wdgperformancesettings.ui:239 #: libs/ui/forms/wdgselectionoptions.ui:40 #: libs/ui/forms/wdgselectionoptions.ui:56 #: libs/ui/forms/wdgselectionoptions.ui:72 #: libs/ui/forms/wdgselectionoptions.ui:91 #: libs/ui/forms/wdgselectionoptions.ui:130 #: libs/ui/forms/wdgselectionoptions.ui:149 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:318 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:371 #: libs/ui/layerstyles/WdgColorOverlay.ui:57 #: libs/ui/layerstyles/wdgInnerGlow.ui:125 libs/ui/layerstyles/WdgSatin.ui:54 #: libs/ui/layerstyles/WdgStroke.ui:166 #: libs/ui/widgets/KoFillConfigWidget.ui:172 #: libs/ui/widgets/KoFillConfigWidget.ui:188 #: libs/ui/widgets/KoFillConfigWidget.ui:299 #: libs/ui/widgets/KoFillConfigWidget.ui:315 #: libs/ui/widgets/KoStrokeConfigWidget.ui:60 #: libs/widgets/KoEditColorSet.ui:48 libs/widgets/KoEditColorSet.ui:58 #: libs/widgets/KoEditColorSet.ui:68 libs/widgets/KoEditColorSet.ui:78 #: libs/widgets/wdg_file_name_requester.ui:35 #: plugins/dockers/animation/wdg_animation.ui:173 #: plugins/dockers/animation/wdg_animation.ui:205 #: plugins/dockers/animation/wdg_animation.ui:237 #: plugins/dockers/animation/wdg_animation.ui:269 #: plugins/dockers/animation/wdg_animation.ui:301 #: plugins/dockers/animation/wdg_animation.ui:333 #: plugins/dockers/animation/wdg_animation.ui:365 #: plugins/dockers/animation/wdg_animation.ui:412 #: plugins/dockers/animation/wdg_animation.ui:422 #: plugins/dockers/animation/wdg_animation.ui:432 #: plugins/dockers/animation/wdg_animation.ui:449 #: plugins/dockers/animation/wdg_animation.ui:459 #: plugins/dockers/animation/wdg_animation.ui:469 #: plugins/dockers/defaultdockers/wdglayerbox.ui:134 #: plugins/dockers/defaultdockers/wdglayerbox.ui:153 #: plugins/dockers/defaultdockers/wdglayerbox.ui:178 #: plugins/dockers/defaultdockers/wdglayerbox.ui:203 #: plugins/dockers/defaultdockers/wdglayerbox.ui:228 #: plugins/dockers/defaultdockers/wdglayerbox.ui:269 #: plugins/dockers/lut/wdglut.ui:196 plugins/dockers/lut/wdglut.ui:230 #: plugins/dockers/palettedocker/wdgpalettedock.ui:47 #: plugins/dockers/palettedocker/wdgpalettedock.ui:66 #: plugins/dockers/palettedocker/wdgpalettedock.ui:89 #: plugins/dockers/palettedocker/wdgpalettedock.ui:112 #: plugins/dockers/svgcollectiondocker/WdgSvgCollection.ui:22 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:239 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:354 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:83 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:90 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:142 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:149 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:366 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:448 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:127 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:207 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:266 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:40 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:84 #: plugins/flake/textshape/dialogs/FontDecorations.ui:36 #: plugins/flake/textshape/dialogs/FontDecorations.ui:62 #: plugins/flake/textshape/dialogs/FontDecorations.ui:109 #: plugins/flake/textshape/dialogs/FontDecorations.ui:122 #: plugins/flake/textshape/dialogs/FontDecorations.ui:135 #: plugins/flake/textshape/dialogs/FontDecorations.ui:148 #: plugins/flake/textshape/dialogs/FontDecorations.ui:161 #: plugins/flake/textshape/dialogs/FontDecorations.ui:174 #: plugins/flake/textshape/dialogs/FontDecorations.ui:187 #: plugins/flake/textshape/dialogs/FontDecorations.ui:200 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:221 #: plugins/flake/textshape/dialogs/ParagraphDecorations.ui:55 #: plugins/flake/textshape/dialogs/SimpleCharacterWidget.ui:167 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:40 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:59 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:78 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:97 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:129 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:148 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:164 #: plugins/flake/textshape/dialogs/SimpleParagraphWidget.ui:65 #: plugins/flake/textshape/dialogs/SimpleParagraphWidget.ui:189 #: plugins/flake/textshape/dialogs/SimpleTableWidget.ui:128 #: plugins/flake/textshape/dialogs/SimpleTableWidget.ui:144 #: plugins/flake/textshape/dialogs/SimpleTableWidget.ui:176 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:87 #: plugins/python/exportlayers/uiexportlayers.py:38 #: plugins/python/scriptdocker/scriptdocker.py:43 #: plugins/python/tenscripts/uitenscripts.py:61 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:57 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:67 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:74 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:81 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:102 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:109 #, kde-format msgid "..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, convertToPath) #. +> trunk5 stable5 #: libs/flake/tools/PathToolOptionWidgetBase.ui:231 #, kde-format msgid "Convert to Path" msgstr "" #. +> trunk5 stable5 #: libs/global/kis_assert.cpp:83 #, kde-format msgctxt "@title:window" msgid "Krita: Internal Error" msgstr "" #. +> trunk5 stable5 #: libs/global/kis_dom_utils.cpp:115 #, kde-format msgid "Could not find \"%1\" XML tag in \"%2\"" msgstr "" #. +> trunk5 stable5 #: libs/global/kis_dom_utils.cpp:145 #, kde-format msgid "Error: incorrect type (%2) for value %1. Expected %3" msgstr "" #. +> trunk5 stable5 #: libs/image/brushengine/kis_paintop_factory.cpp:50 #, kde-format msgctxt "Category of brush engines" msgid "Brush engines" msgstr "" #. +> trunk5 stable5 #: libs/image/brushengine/kis_paintop_registry.cc:143 #, kde-format msgid "default" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgRectangleConstraints) #. +> trunk5 stable5 #: libs/image/brushengine/kis_standard_uniform_properties_factory.cpp:51 #: libs/image/brushengine/kis_standard_uniform_properties_factory.h:30 #: libs/ui/forms/wdgrectangleconstraints.ui:20 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:53 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:63 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:109 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:61 #: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:48 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:46 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:56 #: plugins/python/quick_settings_docker/quick_settings_docker.py:60 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:1039 #, kde-format msgid "Size" msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intWidth) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intCheckSize) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, sizeToStartFromSpinBox) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, deltaValueSpinBox) #. i18n: ectx: property (suffix), widget (QSpinBox, intWidth) #. i18n: ectx: property (suffix), widget (QSpinBox, intHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intHSpacing) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intVSpacing) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intXOffset) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intYOffset) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, popupSize) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, minimalShadeSelectorLineHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, lastUsedColorsWidth) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, lastUsedColorsHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, commonColorsWidth) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, commonColorsHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intHalfWidth) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intHalfHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, radius) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, spinMoveStep) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intX) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intY) #. i18n: ectx: property (suffix), widget (QSpinBox, patchRadius) #. +> trunk5 stable5 #: libs/image/brushengine/kis_standard_uniform_properties_factory.cpp:60 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:600 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:603 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:840 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:847 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1097 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1262 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1265 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1347 #: libs/ui/dialogs/kis_dlg_preferences.cc:789 #: libs/ui/forms/wdgdisplaysettings.ui:193 #: libs/ui/forms/wdgrectangleconstraints.ui:91 #: libs/ui/forms/wdgrectangleconstraints.ui:127 libs/ui/kis_paintop_box.cc:275 #: libs/ui/widgets/kis_lod_availability_widget.cpp:87 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:453 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:727 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:826 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:849 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1044 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1067 #: plugins/dockers/griddocker/grid_config_widget.cpp:56 #: plugins/dockers/griddocker/grid_config_widget.ui:226 #: plugins/dockers/griddocker/grid_config_widget.ui:258 #: plugins/dockers/griddocker/grid_config_widget.ui:472 #: plugins/dockers/griddocker/grid_config_widget.ui:517 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:151 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:190 #: plugins/filters/blur/kis_wdg_gaussian_blur.cpp:45 #: plugins/filters/blur/kis_wdg_gaussian_blur.cpp:53 #: plugins/filters/blur/wdgblur.ui:42 plugins/filters/blur/wdgblur.ui:81 #: plugins/paintops/curvebrush/kis_curve_line_option.cpp:33 #: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:79 #: plugins/paintops/deform/kis_brush_size_option.cpp:50 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:131 #: plugins/paintops/experiment/kis_experimentop_option.cpp:38 #: plugins/paintops/gridbrush/kis_gridop_option.cpp:43 #: plugins/paintops/gridbrush/kis_gridop_option.cpp:49 #: plugins/paintops/hatching/kis_hatching_options.cpp:33 #: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:165 #: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:196 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:105 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:128 #: plugins/paintops/libpaintop/kis_auto_brush_widget.cpp:63 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:116 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:43 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:45 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_fade.cpp:65 #: plugins/paintops/roundmarker/kis_roundmarker_option.cpp:31 #: plugins/paintops/sketch/kis_sketchop_option.cpp:44 #: plugins/paintops/spray/kis_spray_shape_option.cpp:57 #: plugins/paintops/spray/kis_spray_shape_option.cpp:61 #: plugins/paintops/spray/kis_spray_shape_option.cpp:134 #: plugins/paintops/spray/kis_spray_shape_option.cpp:136 #: plugins/paintops/spray/kis_sprayop_option.cpp:43 #: plugins/tools/basictools/kis_tool_brush.cc:358 #: plugins/tools/basictools/kis_tool_fill.cc:182 #: plugins/tools/basictools/kis_tool_fill.cc:189 #: plugins/tools/basictools/kis_tool_movetooloptionswidget.cpp:63 #: plugins/tools/basictools/kis_tool_movetooloptionswidget.cpp:64 #: plugins/tools/basictools/kis_tool_multihand.cpp:305 #: plugins/tools/basictools/wdgcolorpicker.ui:176 #: plugins/tools/basictools/wdgmovetool.ui:127 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:224 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:227 #: plugins/tools/tool_crop/wdg_tool_crop.ui:113 #: plugins/tools/tool_crop/wdg_tool_crop.ui:138 #: plugins/tools/tool_crop/wdg_tool_crop.ui:246 #: plugins/tools/tool_crop/wdg_tool_crop.ui:271 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:79 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:89 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch_options_widget.ui:130 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:108 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:109 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:118 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:119 #, kde-format msgid " px" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, opacityCBox) #. +> trunk5 stable5 #: libs/image/brushengine/kis_standard_uniform_properties_factory.h:31 #: libs/image/kis_keyframe_channel.cpp:30 libs/image/kis_layer.cc:243 #: libs/widgets/KoColorPopupAction.cpp:99 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:190 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:52 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:61 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:115 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39 #: plugins/paintops/hairy/wdghairyeoptions.ui:297 #: plugins/paintops/hairy/wdgInkOptions.ui:58 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:47 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:45 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54 #: plugins/python/quick_settings_docker/quick_settings_docker.py:61 #, kde-format msgid "Opacity" msgstr "" #. +> trunk5 stable5 #: libs/image/brushengine/kis_standard_uniform_properties_factory.h:32 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:62 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:127 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:55 #: plugins/python/quick_settings_docker/quick_settings_docker.py:62 #, kde-format msgid "Flow" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpAngle) #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: libs/image/brushengine/kis_standard_uniform_properties_factory.h:33 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:108 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:46 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:183 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectConfigWidget.cpp:77 #, kde-format msgid "Angle" msgstr "" #. +> trunk5 stable5 #: libs/image/brushengine/kis_standard_uniform_properties_factory.h:34 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:54 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:65 #: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:44 #: plugins/paintops/spray/kis_spray_paintop_settings.cpp:105 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:60 #, kde-format msgid "Spacing" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_change_filter_command.h:45 msgctxt "(qtundo-format)" msgid "Change Filter" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_deselect_global_selection_command.cpp:30 msgctxt "(qtundo-format)" msgid "Deselect" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_image_layer_add_command.cpp:32 #: libs/image/commands/kis_image_layer_add_command.cpp:48 msgctxt "(qtundo-format)" msgid "Add Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_image_layer_move_command.cpp:37 #: libs/image/commands/kis_image_layer_move_command.cpp:50 msgctxt "(qtundo-format)" msgid "Move Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_image_layer_remove_command.cpp:30 #: libs/image/commands/kis_image_layer_remove_command_impl.cpp:47 msgctxt "(qtundo-format)" msgid "Remove Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_image_set_projection_color_space_command.cpp:29 msgctxt "(qtundo-format)" msgid "Convert Image Type" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_compositeop_command.cpp:29 msgctxt "(qtundo-format)" msgid "Composition Mode Change" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_opacity_command.cpp:26 msgctxt "(qtundo-format)" msgid "Opacity Change" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_property_list_command.cpp:34 msgctxt "(qtundo-format)" msgid "Property Changes" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_property_list_command.cpp:151 #: libs/image/kis_layer_properties_icons.cpp:33 #, kde-format msgid "Visible" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_property_list_command.cpp:155 #: libs/image/kis_layer_properties_icons.cpp:32 #, kde-format msgid "Locked" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_property_list_command.cpp:159 #: libs/image/kis_layer_properties_icons.cpp:39 #, kde-format msgid "Active" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_node_property_list_command.cpp:167 #: libs/image/kis_layer_properties_icons.cpp:36 #: libs/image/kis_paint_layer.cc:210 #, kde-format msgid "Alpha Locked" msgstr "" #. +> trunk5 stable5 #: libs/image/commands/kis_reselect_global_selection_command.cpp:30 msgctxt "(qtundo-format)" msgid "Reselect" msgstr "" #. +> trunk5 stable5 #: libs/image/commands_new/kis_image_resize_command.cpp:28 #: libs/image/kis_image.cc:558 msgctxt "(qtundo-format)" msgid "Resize Image" msgstr "" #. +> trunk5 stable5 #: libs/image/commands_new/kis_image_set_resolution_command.cpp:26 msgctxt "(qtundo-format)" msgid "Set Image Resolution" msgstr "" #. +> trunk5 stable5 #: libs/image/commands_new/kis_move_command_common.h:40 #: plugins/tools/basictools/strokes/move_stroke_strategy.cpp:33 msgctxt "(qtundo-format)" msgid "Move" msgstr "" #. +> trunk5 stable5 #: libs/image/commands_new/kis_set_layer_style_command.cpp:27 msgctxt "(qtundo-format)" msgid "Change Layer Style" msgstr "" #. +> trunk5 stable5 #: libs/image/commands_new/kis_switch_current_time_command.cpp:27 msgctxt "(qtundo-format)" msgid "Switch current time" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:37 #, kde-format msgid "Adjust" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:42 #, kde-format msgid "Artistic" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:47 plugins/filters/blur/kis_blur_filter.h:38 #, kde-format msgid "Blur" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:52 #: plugins/flake/textshape/dialogs/FontDecorations.ui:17 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:72 #, kde-format msgid "Colors" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:57 #: plugins/filters/edgedetection/kis_edge_detection_filter.h:43 #, kde-format msgid "Edge Detection" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:62 #, kde-format msgid "Emboss" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:67 #, kde-format msgid "Enhance" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:72 #, kde-format msgid "Map" msgstr "" #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:77 #, kde-format msgid "Non-photorealistic" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. i18n: ectx: property (title), widget (QGroupBox, otherBox) #. +> trunk5 stable5 #: libs/image/filter/kis_filter.cc:82 #: plugins/extensions/metadataeditor/editors/exif.ui:442 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:290 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 #, kde-format msgid "Other" msgstr "" #. +> trunk5 stable5 #: libs/image/generator/kis_generator_layer.cpp:158 #, kde-format msgid "Generator" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_adjustment_layer.cc:130 #, kde-format msgctxt "property of a filter layer, noun" msgid "Filter" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_base_mask_generator.h:35 #: libs/ui/kis_bookmarked_configurations_model.cc:66 #: plugins/extensions/layersplit/dlg_layersplit.cpp:62 #: plugins/flake/textshape/kotext/styles/KoStyleManager.cpp:106 #: plugins/flake/textshape/kotext/styles/KoStyleManager.cpp:111 #, kde-format msgid "Default" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSharpness) #. i18n: ectx: property (text), item, widget (QComboBox, editContrast) #. +> trunk5 stable5 #: libs/image/kis_base_mask_generator.h:36 #: plugins/extensions/metadataeditor/editors/exif.ui:860 #: plugins/extensions/metadataeditor/editors/exif.ui:892 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63 #, kde-format msgid "Soft" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_base_mask_generator.h:37 #, kde-format msgid "Gaussian" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_clone_layer.cpp:317 #, kde-format msgid "Copy From" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:70 #, kde-format msgid "Hermite" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:82 #, kde-format msgid "Bicubic" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:88 #, kde-format msgid "Adds pixels using the color of surrounding pixels. Produces smoother tonal gradations than Bilinear." msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:96 #, kde-format msgid "Nearest Neighbor" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:102 #, kde-format msgid "Replicate pixels in the image. Preserves all the original detail, but can produce jagged effects." msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:115 -#: libs/ui/canvas/kis_canvas_controller.cpp:307 +#: libs/ui/canvas/kis_canvas_controller.cpp:309 #, kde-format msgid "Bilinear" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:121 #, kde-format msgid "Adds pixels averaging the color values of surrounding pixels. Produces medium quality results when the image is scaled from half to two times the original size." msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:131 #, kde-format msgid "Bell" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:142 #, kde-format msgid "BSpline" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:153 #, kde-format msgid "Lanczos3" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:159 #, kde-format msgid "Offers similar results than Bicubic, but maybe a little bit sharper. Can produce light and dark halos along strong edges." msgstr "" #. +> trunk5 stable5 #: libs/image/kis_filter_strategy.h:170 #, kde-format msgid "Mitchell" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_group_layer.cc:316 #: libs/image/kis_layer_properties_icons.cpp:38 #, kde-format msgid "Pass Through" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:453 #, kde-format msgid "background" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: libs/image/kis_image.cc:457 plugins/extensions/imagesize/imagesize.xmlgui:9 #: plugins/tools/tool_crop/wdg_tool_crop.ui:393 #, kde-format msgid "Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:557 msgctxt "(qtundo-format)" msgid "Crop Image" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:599 msgctxt "(qtundo-format)" msgid "Crop Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:600 msgctxt "(qtundo-format)" msgid "Crop Mask" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:632 msgctxt "(qtundo-format)" msgid "Scale Image" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:633 msgctxt "(qtundo-format)" msgid "Change Image Resolution" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:680 msgctxt "(qtundo-format)" msgid "Scale Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:768 msgctxt "(qtundo-format)" msgid "Rotate Image" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:774 msgctxt "(qtundo-format)" msgid "Rotate Mask" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:776 msgctxt "(qtundo-format)" msgid "Rotate Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:845 msgctxt "(qtundo-format)" msgid "Shear Mask" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:848 msgctxt "(qtundo-format)" msgid "Shear Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:855 msgctxt "(qtundo-format)" msgid "Shear Image" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:867 msgctxt "(qtundo-format)" msgid "Convert Image Color Space" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:902 msgctxt "(qtundo-format)" msgid "Convert Projection Color Space" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_image.cc:1673 msgctxt "(qtundo-format)" msgid "Crop Selections" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:29 libs/ui/forms/wdgnewimage.ui:370 #, kde-format msgid "Content" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:31 #: libs/ui/tool/kis_selection_tool_helper.cpp:251 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1649 #, kde-format msgid "Transform" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:32 #, kde-format msgid "Position (X)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:33 #, kde-format msgid "Position (Y)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:34 #, kde-format msgid "Scale (X)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:35 #, kde-format msgid "Scale (Y)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:36 #, kde-format msgid "Shear (X)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:37 #, kde-format msgid "Shear (Y)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:38 #, kde-format msgid "Rotation (X)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:39 #, kde-format msgid "Rotation (Y)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_keyframe_channel.cpp:40 #, kde-format msgid "Rotation (Z)" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer.cc:243 libs/widgets/KoZoomAction.cpp:201 #: libs/widgets/KoZoomAction.cpp:214 libs/widgets/KoZoomMode.cpp:26 #, kde-format msgid "%1%" msgstr "" #. i18n: ectx: property (toolTip), widget (KisCompositeOpComboBox, cmbComposite) #. +> trunk5 stable5 #: libs/image/kis_layer.cc:248 libs/ui/widgets/kis_cmb_composite.cc:71 #: plugins/dockers/defaultdockers/wdglayerbox.ui:52 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:51 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:38 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:60 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:48 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:42 #: plugins/paintops/experiment/kis_experiment_paintop_settings_widget.cpp:36 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:49 #: plugins/paintops/gridbrush/kis_grid_paintop_settings_widget.cpp:40 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:38 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:55 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:38 #: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:42 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:46 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:47 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:53 #, kde-format msgid "Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:34 #, kde-format msgid "Layer Style" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:35 #, kde-format msgid "Inherit Alpha" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:37 #: libs/image/kis_paint_layer.cc:213 #: plugins/dockers/animation/animation_docker.cpp:653 #: plugins/dockers/animation/onion_skins_docker.cpp:40 #, kde-format msgid "Onion Skins" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:40 #, kde-format msgid "Color Label" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:41 #, kde-format msgid "Update Result" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:42 #, kde-format msgid "Edit Key Strokes" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:43 #, kde-format msgid "Show Coloring" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_properties_icons.cpp:44 #, kde-format msgid "Open File" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:430 #, kde-format msgid "Merged" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:923 msgctxt "(qtundo-format)" msgid "Merge Down" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1123 #, kde-format msgid "Copy of" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1185 msgctxt "(qtundo-format)" msgid "Change projection color" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1284 msgctxt "(qtundo-format)" msgid "Merge Selected Nodes" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1292 msgctxt "(qtundo-format)" msgid "New From Visible" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1292 #, kde-format msgctxt "New layer created from all the visible layers" msgid "Visible" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1371 msgctxt "(qtundo-format)" msgid "Merge Selection Masks" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1394 msgctxt "(qtundo-format)" msgid "Flatten Layer" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_layer_utils.cpp:1402 msgctxt "(qtundo-format)" msgid "Flatten Image" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_processing_visitor.cpp:34 #, kde-format msgid "Processing" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_psd_layer_style.cpp:99 #: libs/ui/KisApplicationArguments.cpp:335 libs/ui/KisMainWindow.cpp:1112 #: libs/ui/KisMainWindow.cpp:1418 libs/ui/KisMainWindow.cpp:1437 #: plugins/impex/libkra/kis_kra_saver.cpp:83 #, kde-format msgid "Unnamed" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_regenerate_frame_stroke_strategy.cpp:105 msgctxt "(qtundo-format)" msgid "Render Animation" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:120 msgctxt "(qtundo-format)" msgid "Erode Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:184 msgctxt "(qtundo-format)" msgid "Dilate Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:254 msgctxt "(qtundo-format)" msgid "Border Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:464 msgctxt "(qtundo-format)" msgid "Feather Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:511 msgctxt "(qtundo-format)" msgid "Grow Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:638 msgctxt "(qtundo-format)" msgid "Shrink Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:781 msgctxt "(qtundo-format)" msgid "Smooth Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_selection_filters.cpp:842 msgctxt "(qtundo-format)" msgid "Invert Selection" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_switch_time_stroke_strategy.cpp:44 msgctxt "(qtundo-format)" msgid "Switch Frames" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_sync_lod_cache_stroke_strategy.cpp:70 msgctxt "(qtundo-format)" msgid "Instant Preview" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_update_scheduler.cpp:148 #, kde-format msgid "Updating..." msgstr "" #. +> trunk5 stable5 #: libs/image/kis_update_time_monitor.cpp:202 #, kde-format msgid "Stroke Time:" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_update_time_monitor.cpp:203 #, kde-format msgid "Mouse Speed:" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_update_time_monitor.cpp:204 #, kde-format msgid "Jobs/Update:" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_update_time_monitor.cpp:205 #, kde-format msgid "Non Update Time:" msgstr "" #. +> trunk5 stable5 #: libs/image/kis_update_time_monitor.cpp:206 #, kde-format msgid "Response Time:" msgstr "" #. +> trunk5 stable5 #: libs/image/krita_utils.cpp:349 #, kde-format msgid "off" msgstr "" #. +> trunk5 stable5 #: libs/image/krita_utils.cpp:349 #, kde-format msgid "on" msgstr "" #. +> trunk5 stable5 #: libs/image/layerstyles/kis_ls_bevel_emboss_filter.cpp:56 #: libs/image/layerstyles/kis_ls_stroke_filter.cpp:72 #, kde-format msgid "Stroke (style)" msgstr "" #. +> trunk5 stable5 #: libs/image/layerstyles/kis_ls_drop_shadow_filter.cpp:48 #, kde-format msgid "Drop Shadow (style)" msgstr "" #. +> trunk5 stable5 #: libs/image/layerstyles/kis_ls_overlay_filter.cpp:50 #, kde-format msgid "Overlay (style)" msgstr "" #. +> trunk5 stable5 #: libs/image/layerstyles/kis_ls_satin_filter.cpp:46 #, kde-format msgid "Satin (style)" msgstr "" #. +> trunk5 stable5 #: libs/image/lazybrush/kis_colorize_mask.cpp:937 msgctxt "(qtundo-format)" msgid "Change Key Stroke Color" msgstr "" #. +> trunk5 stable5 #: libs/image/lazybrush/kis_colorize_mask.cpp:964 msgctxt "(qtundo-format)" msgid "Remove Key Stroke" msgstr "" #. +> trunk5 stable5 #: libs/image/lazybrush/kis_colorize_stroke_strategy.cpp:86 msgctxt "(qtundo-format)" msgid "Colorize" msgstr "" #. +> trunk5 stable5 #: libs/image/lazybrush/kis_colorize_stroke_strategy.cpp:86 msgctxt "(qtundo-format)" msgid "Prefilter Colorize Mask" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_filter_p.cc:51 #, kde-format msgid "Anonymizer" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_filter_p.cc:56 #, kde-format msgid "Remove personal information: author, location..." msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_filter_p.cc:96 #, kde-format msgid "Tool information" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_filter_p.cc:101 #, kde-format msgid "Add the name of the tool used for creation and the modification date" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_filter_p.cc:110 #, kde-format msgid "Krita %1" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:50 #, kde-format msgid "Drop" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:55 #, kde-format msgid "Drop all meta data" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:84 #, kde-format msgid "Priority to first meta data" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:89 #, kde-format msgid "Use in priority the meta data from the layers at the bottom of the stack." msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:124 #, kde-format msgid "Only identical" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:129 #, kde-format msgid "Keep only meta data that are identical" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:174 #, kde-format msgid "Smart" msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:179 #, kde-format msgid "This merge strategy attempts to find the best solution for merging, for instance by merging the list of authors together, or keeping identical photographic information." msgstr "" #. +> trunk5 stable5 #: libs/image/metadata/kis_meta_data_value.cc:414 #: libs/image/metadata/kis_meta_data_value.cc:453 #, kde-format msgid "Invalid value." msgstr "" #. +> trunk5 stable5 #: libs/image/processing/kis_transform_processing_visitor.cpp:189 msgctxt "(qtundo-format)" msgid "Transform Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/AnimationCheck.h:38 #, kde-format msgctxt "image conversion warning" msgid "This image has animated layers. Animation cannot be saved to this format." msgstr "" #. +> trunk5 stable5 #: libs/impex/CheckImageSize.h:40 libs/impex/ImageSizeCheck.h:39 #, kde-format msgctxt "image conversion warning" msgid "This image is larger than %1 x %2. Images this size cannot be saved to this format." msgstr "" #. +> trunk5 stable5 #: libs/impex/ColorModelCheck.h:44 #, kde-format msgctxt "image conversion warning" msgid "The color model %1 or channel depth %2 cannot be saved to this format. Your image will be converted." msgstr "" #. +> trunk5 stable5 #: libs/impex/ColorModelHomogenousCheck.h:125 #, kde-format msgctxt "image conversion warning" msgid "Your image contains layers with a color model that is different from the image. The layers will be converted." msgstr "" #. +> trunk5 stable5 #: libs/impex/ColorModelPerLayerCheck.h:129 #, kde-format msgctxt "image conversion warning" msgid "Your image contains layers with the color model %1 and channel depth %2 which cannot be saved to this format. The layers will be converted." msgstr "" #. +> trunk5 stable5 #: libs/impex/CompositionsCheck.h:36 #, kde-format msgctxt "image conversion warning" msgid "The image contains compositions. The compositions will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/impex/ExifCheck.h:40 #, kde-format msgctxt "image conversion warning" msgid "The image contains Exif metadata. The metadata will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:101 #, kde-format msgid "Clone Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:103 #, kde-format msgid "Group Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:105 #, kde-format msgid "File Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:107 #: plugins/impex/svg/kis_svg_import.cc:92 #, kde-format msgid "Vector Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:109 #, kde-format msgid "Filter Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:111 #, kde-format msgid "Generator Layer" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:113 libs/ui/kis_mask_manager.cc:237 #, kde-format msgid "Colorize Mask" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:115 libs/ui/kis_mask_manager.cc:196 #, kde-format msgid "Filter Mask" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:117 libs/ui/kis_mask_manager.cc:247 #, kde-format msgid "Transform Mask" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:119 libs/ui/kis_mask_manager.cc:189 #: plugins/impex/psd/psd_loader.cpp:301 #, kde-format msgid "Transparency Mask" msgstr "" #. +> trunk5 stable5 #: libs/impex/KisExportCheckRegistry.cpp:121 #, kde-format msgid "Selection Mask" msgstr "" #. +> trunk5 stable5 #: libs/impex/MultiLayerCheck.h:37 #, kde-format msgctxt "image conversion warning" msgid "The image has more than one layer or a mask or an active selection. Only the flattened image will be saved." msgstr "" #. +> trunk5 stable5 #: libs/impex/NodeTypeCheck.h:38 #, kde-format msgctxt "image conversion warning" msgid "The image contains layers of unsupported type %1. Only the rendered result will be saved." msgstr "" #. +> trunk5 stable5 #: libs/impex/PSDLayerStylesCheck.h:117 #, kde-format msgctxt "image conversion warning" msgid "The image contains layer styles. The layer styles will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/impex/sRGBProfileCheck.h:41 #, kde-format msgctxt "image conversion warning" msgid "The image is not tagged as non-linear gamma sRGB. The image will be converted to sRGB." msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:161 #, kde-format msgctxt "description of a file type" msgid "Gimp Brush" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:166 #, kde-format msgctxt "description of a file type" msgid "Gimp Image Hose Brush" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:171 #, kde-format msgctxt "description of a file type" msgid "Adobe Brush Library" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:176 #, kde-format msgctxt "description of a file type" msgid "Krita Brush Preset" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:181 #, kde-format msgctxt "description of a file type" msgid "Krita Assistant" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:186 #, kde-format msgctxt "description of a file type" msgid "R32 Heightmap" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:191 #, kde-format msgctxt "description of a file type" msgid "R16 Heightmap" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:196 #, kde-format msgctxt "description of a file type" msgid "R8 Heightmap" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:201 #, kde-format msgctxt "description of a file type" msgid "Spriter SCML" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:206 #, kde-format msgctxt "description of a file type" msgid "Starview Metafile" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:211 #, kde-format msgctxt "description of a file type" msgid "OpenRaster Image" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:216 #, kde-format msgctxt "description of a file type" msgid "Photoshop Layer Style Library" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:221 #, kde-format msgctxt "description of a file type" msgid "Color Palette" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:226 #, kde-format msgctxt "description of a file type" msgid "OpenColorIO Configuration" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:231 #, kde-format msgctxt "description of a file type" msgid "GIMP Gradients" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:236 #, kde-format msgctxt "description of a file type" msgid "GIMP Patterns" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:241 #, kde-format msgctxt "description of a file type" msgid "Karbon Gradients" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:246 #, kde-format msgctxt "description of a file type" msgid "Krita Resource Bundle" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:251 #, kde-format msgctxt "description of a file type" msgid "Krita Workspace" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:256 #, kde-format msgctxt "description of a file type" msgid "Krita Taskset" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:261 #, kde-format msgctxt "description of a file type" msgid "Krita Reference Image Collection" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:266 #, kde-format msgctxt "description of a file type" msgid "Camera Raw Files" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:271 #, kde-format msgctxt "description of a file type" msgid "OpenEXR (Extended)" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:276 #, kde-format msgctxt "description of a file type" msgid "Photoshop Image (Large)" msgstr "" #. +> trunk5 stable5 #: libs/koplugin/KisMimeDatabase.cpp:281 #, kde-format msgctxt "description of a file type" msgid "HEIC/HEIF Image" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange) #. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode) #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: libs/odf/KoDocumentInfo.cpp:54 libs/ui/kis_paintop_options_model.cpp:52 #: plugins/extensions/metadataeditor/editors/exif.ui:407 #: plugins/extensions/metadataeditor/editors/exif.ui:464 #: plugins/extensions/metadataeditor/editors/exif.ui:569 #: plugins/extensions/metadataeditor/editors/exif.ui:708 #, kde-format msgid "Unknown" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoOdfReadStore.cpp:102 libs/ui/flake/kis_shape_layer.cc:564 #, kde-format msgid "No store backend" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoOdfReadStore.cpp:109 plugins/impex/kra/kra_converter.cpp:242 #, kde-format msgid "Could not find %1" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:66 #, kde-format msgctxt "Page size" msgid "ISO A3" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:67 #, kde-format msgctxt "Page size" msgid "ISO A4" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:68 #, kde-format msgctxt "Page size" msgid "ISO A5" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:69 #, kde-format msgctxt "Page size" msgid "US Letter" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:70 #, kde-format msgctxt "Page size" msgid "US Legal" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:71 #, kde-format msgctxt "Page size" msgid "Screen" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:72 #, kde-format msgctxt "Page size" msgid "Custom" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:73 #, kde-format msgctxt "Page size" msgid "ISO B5" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:74 #, kde-format msgctxt "Page size" msgid "US Executive" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:75 #, kde-format msgctxt "Page size" msgid "ISO A0" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:76 #, kde-format msgctxt "Page size" msgid "ISO A1" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:77 #, kde-format msgctxt "Page size" msgid "ISO A2" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:78 #, kde-format msgctxt "Page size" msgid "ISO A6" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:79 #, kde-format msgctxt "Page size" msgid "ISO A7" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:80 #, kde-format msgctxt "Page size" msgid "ISO A8" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:81 #, kde-format msgctxt "Page size" msgid "ISO A9" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:82 #, kde-format msgctxt "Page size" msgid "ISO B0" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:83 #, kde-format msgctxt "Page size" msgid "ISO B1" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:84 #, kde-format msgctxt "Page size" msgid "ISO B10" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:85 #, kde-format msgctxt "Page size" msgid "ISO B2" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:86 #, kde-format msgctxt "Page size" msgid "ISO B3" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:87 #, kde-format msgctxt "Page size" msgid "ISO B4" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:88 #, kde-format msgctxt "Page size" msgid "ISO B6" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:89 #, kde-format msgctxt "Page size" msgid "ISO C5" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:90 #, kde-format msgctxt "Page size" msgid "US Common 10" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:91 #, kde-format msgctxt "Page size" msgid "ISO DL" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:92 #, kde-format msgctxt "Page size" msgid "US Folio" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:93 #, kde-format msgctxt "Page size" msgid "US Ledger" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoPageFormat.cpp:94 #, kde-format msgctxt "Page size" msgid "US Tabloid" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:50 #, kde-format msgid "Millimeters (mm)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:52 #, kde-format msgid "Centimeters (cm)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:54 #, kde-format msgid "Decimeters (dm)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:56 #, kde-format msgid "Inches (in)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:58 #, kde-format msgid "Pica (pi)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:60 #, kde-format msgid "Cicero (cc)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:62 #, kde-format msgid "Points (pt)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:64 #, kde-format msgid "Pixels (px)" msgstr "" #. +> trunk5 stable5 #: libs/odf/KoUnit.cpp:66 #, kde-format msgid "Unsupported unit" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.cpp:58 #: libs/pigment/compositeops/KoCompositeOps.h:148 #: libs/pigment/KoCompositeOpRegistry.cpp:51 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:49 #: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:39 #, kde-format msgid "Multiply" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.cpp:89 #: libs/pigment/colorspaces/KoLabColorSpace.cpp:46 #: libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp:48 #: plugins/color/lcms2engine/colorspaces/cmyk_f32/CmykF32ColorSpace.cpp:42 #: plugins/color/lcms2engine/colorspaces/cmyk_u16/CmykU16ColorSpace.cpp:37 #: plugins/color/lcms2engine/colorspaces/cmyk_u8/CmykU8ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/gray_f16/GrayF16ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/gray_f32/GrayF32ColorSpace.cpp:41 #: plugins/color/lcms2engine/colorspaces/gray_u16/GrayU16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/gray_u8/GrayU8ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/lab_f32/LabF32ColorSpace.cpp:41 #: plugins/color/lcms2engine/colorspaces/lab_u16/LabColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/lab_u8/LabU8ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/rgb_f16/RgbF16ColorSpace.cpp:39 #: plugins/color/lcms2engine/colorspaces/rgb_f32/RgbF32ColorSpace.cpp:42 #: plugins/color/lcms2engine/colorspaces/rgb_u16/RgbU16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/rgb_u8/RgbU8ColorSpace.cpp:70 #: plugins/color/lcms2engine/colorspaces/xyz_f16/XyzF16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/xyz_f32/XyzF32ColorSpace.cpp:41 #: plugins/color/lcms2engine/colorspaces/xyz_u16/XyzU16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/xyz_u8/XyzU8ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/ycbcr_f32/YCbCrF32ColorSpace.cpp:41 #: plugins/color/lcms2engine/colorspaces/ycbcr_u16/YCbCrU16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/ycbcr_u8/YCbCrU8ColorSpace.cpp:37 #, kde-format msgid "Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:47 #, kde-format msgid "Alpha (8-bit integer)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:48 #, kde-format msgid "Alpha (16-bit integer)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:49 #, kde-format msgid "Alpha (32-bit floating point)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:53 #, kde-format msgid "Alpha (16-bit floating point)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:142 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:147 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:152 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:157 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:161 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:165 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:169 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:173 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:180 #: libs/pigment/colorspaces/KoAlphaColorSpace.h:184 #, kde-format msgid "Undefined operation in the alpha color space" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoLabColorSpace.cpp:39 #: libs/pigment/colorspaces/KoLabColorSpace.h:75 #, kde-format msgid "L*a*b* (16-bit integer/channel, unmanaged)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, csl_hslL) #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoLabColorSpace.cpp:43 #: libs/pigment/compositeops/KoCompositeOps.h:220 #: libs/pigment/KoCompositeOpRegistry.cpp:127 #: plugins/color/lcms2engine/colorspaces/lab_f32/LabF32ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/lab_u16/LabColorSpace.cpp:33 #: plugins/color/lcms2engine/colorspaces/lab_u8/LabU8ColorSpace.cpp:33 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1292 #: plugins/filters/colorsfilters/virtual_channel_info.cpp:49 #, kde-format msgid "Lightness" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoLabColorSpace.cpp:44 #: libs/pigment/KoBasicHistogramProducers.cpp:450 #: plugins/color/lcms2engine/colorspaces/lab_f32/LabF32ColorSpace.cpp:39 #: plugins/color/lcms2engine/colorspaces/lab_u16/LabColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/lab_u8/LabU8ColorSpace.cpp:34 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:223 #, kde-format msgid "a*" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoLabColorSpace.cpp:45 #: libs/pigment/KoBasicHistogramProducers.cpp:451 #: plugins/color/lcms2engine/colorspaces/lab_f32/LabF32ColorSpace.cpp:40 #: plugins/color/lcms2engine/colorspaces/lab_u16/LabColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/lab_u8/LabU8ColorSpace.cpp:35 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:255 #, kde-format msgid "b*" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoRgbU16ColorSpace.cpp:38 #: libs/pigment/colorspaces/KoRgbU16ColorSpace.h:63 #, kde-format msgid "RGB (16-bit integer/channel, unmanaged)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp:40 #: libs/pigment/colorspaces/KoRgbU8ColorSpace.h:64 #, kde-format msgid "RGB (8-bit integer/channel, unmanaged)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_15) #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp:45 #: plugins/color/lcms2engine/colorspaces/rgb_f16/RgbF16ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/rgb_f32/RgbF32ColorSpace.cpp:41 #: plugins/color/lcms2engine/colorspaces/rgb_u16/RgbU16ColorSpace.cpp:33 #: plugins/color/lcms2engine/colorspaces/rgb_u8/RgbU8ColorSpace.cpp:67 #: plugins/filters/colorsfilters/wdg_color_balance.ui:348 #, kde-format msgid "Blue" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. i18n: ectx: property (text), widget (QLabel, label_20) #. i18n: ectx: property (text), widget (QLabel, label_13) #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp:46 #: plugins/color/lcms2engine/colorspaces/rgb_f16/RgbF16ColorSpace.cpp:37 #: plugins/color/lcms2engine/colorspaces/rgb_f32/RgbF32ColorSpace.cpp:40 #: plugins/color/lcms2engine/colorspaces/rgb_u16/RgbU16ColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/rgb_u8/RgbU8ColorSpace.cpp:68 #: plugins/filters/colorsfilters/wdg_color_balance.ui:109 #: plugins/filters/colorsfilters/wdg_color_balance.ui:231 #: plugins/filters/colorsfilters/wdg_color_balance.ui:402 #, kde-format msgid "Green" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp:47 #: plugins/color/lcms2engine/colorspaces/rgb_f16/RgbF16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/rgb_f32/RgbF32ColorSpace.cpp:39 #: plugins/color/lcms2engine/colorspaces/rgb_u16/RgbU16ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/rgb_u8/RgbU8ColorSpace.cpp:69 #, kde-format msgid "Red" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:72 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:79 #, kde-format msgid "Undefined operation in the %1 space" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:96 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:101 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:106 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:111 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:116 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:120 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:124 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:127 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:130 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:136 #: libs/pigment/colorspaces/KoSimpleColorSpace.h:139 #, kde-format msgid "Undefined operation in the %1 color space" msgstr "" #. +> trunk5 stable5 #: libs/pigment/colorspaces/KoSimpleColorSpaceEngine.cpp:71 #, kde-format msgid "Simple Color Conversion Engine" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpAlphaDarken.h:41 #: libs/pigment/compositeops/KoOptimizedCompositeOpAlphaDarken128.h:214 #: libs/pigment/compositeops/KoOptimizedCompositeOpAlphaDarken32.h:255 #, kde-format msgid "Alpha darken" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpBehind.h:39 #: libs/pigment/KoCompositeOpRegistry.cpp:81 #, kde-format msgid "Behind" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpCopy.h:37 #: libs/pigment/compositeops/KoCompositeOpCopy2.h:45 #: libs/pigment/KoCompositeOpRegistry.cpp:103 #: libs/ui/widgets/kis_paintop_presets_save.cpp:84 #, kde-format msgid "Copy" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpDestinationAtop.h:42 #: libs/pigment/KoCompositeOpRegistry.cpp:93 #, kde-format msgid "Destination Atop" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpDestinationIn.h:42 #: libs/pigment/KoCompositeOpRegistry.cpp:94 #, kde-format msgid "Destination In" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpDissolve.h:61 #: libs/pigment/KoCompositeOpRegistry.cpp:99 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpDissolve.h:33 #, kde-format msgid "Dissolve" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpErase.h:40 #: libs/pigment/KoCompositeOpRegistry.cpp:84 #, kde-format msgid "Erase" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpGreater.h:43 #: libs/pigment/KoCompositeOpRegistry.cpp:82 #, kde-format msgid "Greater" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSharpness) #. i18n: ectx: property (text), item, widget (QComboBox, editContrast) #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOpOver.h:62 #: libs/pigment/compositeops/KoOptimizedCompositeOpOver128.h:251 #: libs/pigment/compositeops/KoOptimizedCompositeOpOver32.h:248 #: libs/pigment/KoCompositeOpRegistry.cpp:80 #: libs/pigment/KoCompositeOpRegistry.cpp:155 #: plugins/extensions/metadataeditor/editors/exif.ui:855 #: plugins/extensions/metadataeditor/editors/exif.ui:887 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:286 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:297 #: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:38 #, kde-format msgid "Normal" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:118 #: libs/pigment/KoCompositeOpRegistry.cpp:83 #, kde-format msgid "Overlay" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:119 #: libs/pigment/KoCompositeOpRegistry.cpp:88 #, kde-format msgid "Grain Merge" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:120 #: libs/pigment/KoCompositeOpRegistry.cpp:89 #, kde-format msgid "Grain Extract" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:121 #: libs/pigment/KoCompositeOpRegistry.cpp:86 #, kde-format msgid "Hard Mix" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:122 #: libs/pigment/KoCompositeOpRegistry.cpp:87 #, kde-format msgid "Hard Mix (Photoshop)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:123 #: libs/pigment/KoCompositeOpRegistry.cpp:92 #, kde-format msgid "Geometric Mean" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:124 #: libs/pigment/KoCompositeOpRegistry.cpp:90 #, kde-format msgid "Parallel" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:125 #: libs/pigment/KoCompositeOpRegistry.cpp:91 #, kde-format msgid "Allanon" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:126 #: libs/pigment/KoCompositeOpRegistry.cpp:95 #, kde-format msgid "Hard Overlay" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:128 #: libs/pigment/KoCompositeOpRegistry.cpp:65 #: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:40 #, kde-format msgid "Screen" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:129 #: libs/pigment/KoCompositeOpRegistry.cpp:61 #, kde-format msgid "Color Dodge" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:130 #: libs/pigment/KoCompositeOpRegistry.cpp:62 #, kde-format msgid "Linear Dodge" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:131 #: libs/pigment/KoCompositeOp.cpp:36 libs/pigment/KoCompositeOpRegistry.cpp:39 #: libs/pigment/KoCompositeOpRegistry.cpp:63 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpLighten.h:33 #: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:42 #, kde-format msgid "Lighten" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:132 #: libs/pigment/KoCompositeOpRegistry.cpp:68 #, kde-format msgid "Hard Light" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:133 #: libs/pigment/KoCompositeOpRegistry.cpp:70 #, kde-format msgid "Soft Light (SVG)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:134 #: libs/pigment/KoCompositeOpRegistry.cpp:69 #, kde-format msgid "Soft Light (Photoshop)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:135 #: libs/pigment/KoCompositeOpRegistry.cpp:71 #, kde-format msgid "Gamma Light" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:136 #: libs/pigment/KoCompositeOpRegistry.cpp:67 #, kde-format msgid "Vivid Light" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:137 #: libs/pigment/KoCompositeOpRegistry.cpp:66 #, kde-format msgid "Pin Light" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:138 #: libs/pigment/KoCompositeOpRegistry.cpp:64 #, kde-format msgid "Linear Light" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:140 #, kde-format msgid "Color Burn" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:141 #: libs/pigment/KoCompositeOpRegistry.cpp:56 #, kde-format msgid "Linear Burn" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:142 #: libs/pigment/KoCompositeOp.cpp:37 libs/pigment/KoCompositeOpRegistry.cpp:38 #: libs/pigment/KoCompositeOpRegistry.cpp:57 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpDarken.h:33 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:76 #: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:41 #, kde-format msgid "Darken" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:143 #: libs/pigment/KoCompositeOpRegistry.cpp:58 #, kde-format msgid "Gamma Dark" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:145 #: libs/pigment/KoCompositeOpRegistry.cpp:49 #, kde-format msgid "Addition" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:146 #: libs/pigment/KoCompositeOpRegistry.cpp:50 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:49 #, kde-format msgid "Subtract" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:147 #, kde-format msgid "Inversed-Subtract" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:149 #: libs/pigment/KoCompositeOpRegistry.cpp:52 #, kde-format msgid "Divide" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:151 #: libs/pigment/KoCompositeOpRegistry.cpp:78 #, kde-format msgid "Arcus Tangent" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:152 #: libs/pigment/KoCompositeOpRegistry.cpp:74 #, kde-format msgid "Difference" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:153 #: libs/pigment/KoCompositeOpRegistry.cpp:77 #, kde-format msgid "Exclusion" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:154 #: libs/pigment/KoCompositeOpRegistry.cpp:75 #, kde-format msgid "Equivalence" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:155 #, kde-format msgid "Additive-Subtractive" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbGradientRepeat) #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:157 #: libs/pigment/KoCompositeOpRegistry.cpp:142 #: libs/ui/widgets/KoFillConfigWidget.ui:268 #: libs/widgets/KoGradientEditWidget.cpp:179 #, kde-format msgid "Reflect" msgstr "" #. +> trunk5 #: libs/pigment/compositeops/KoCompositeOps.h:158 #: libs/pigment/KoCompositeOpRegistry.cpp:143 #, kde-format msgid "Glow" msgstr "" #. +> trunk5 #: libs/pigment/compositeops/KoCompositeOps.h:159 #: libs/pigment/KoCompositeOpRegistry.cpp:144 #, kde-format msgid "Freeze" msgstr "" #. +> trunk5 #: libs/pigment/compositeops/KoCompositeOps.h:160 #: libs/pigment/KoCompositeOpRegistry.cpp:145 #, kde-format msgid "Heat" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:189 #: libs/pigment/KoCompositeOpRegistry.cpp:100 #, kde-format msgid "Copy Red" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:190 #: libs/pigment/KoCompositeOpRegistry.cpp:101 #, kde-format msgid "Copy Green" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:191 #: libs/pigment/KoCompositeOpRegistry.cpp:102 #, kde-format msgid "Copy Blue" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:192 #: libs/pigment/KoCompositeOpRegistry.cpp:104 #, kde-format msgid "Tangent Normalmap" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:193 #, kde-format msgid "Combine Normal Maps" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpMode) #. i18n: ectx: property (text), widget (KColorButton, colorSelector) #. i18n: ectx: property (text), widget (KColorButton, colorFillSelector) #. i18n: ectx: property (text), item, widget (QComboBox, cmbFillType) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:195 #: libs/pigment/KoCompositeOp.cpp:31 #: libs/pigment/KoCompositeOpRegistry.cpp:106 #: libs/ui/dialogs/kis_dlg_preferences.cc:1174 libs/ui/forms/wdgnewimage.ui:66 #: libs/ui/forms/wdgstrokeselectionproperties.ui:150 #: libs/ui/forms/wdgstrokeselectionproperties.ui:188 #: libs/ui/layerstyles/WdgColorOverlay.ui:23 #: libs/ui/layerstyles/WdgStroke.ui:134 libs/widgets/kis_palette_view.cpp:102 #: libs/widgets/kis_palette_view.cpp:326 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpColor.h:38 #: plugins/extensions/layersplit/layersplit.cpp:202 #: plugins/generators/solid/colorgenerator.h:53 #, kde-format msgid "Color" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, csl_hsvH) #. i18n: ectx: property (text), widget (QCheckBox, csl_hslH) #. i18n: ectx: property (text), widget (QCheckBox, csl_hsiH) #. i18n: ectx: property (text), widget (QCheckBox, csl_hsyH) #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:196 #: libs/pigment/KoCompositeOpRegistry.cpp:107 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpHue.h:37 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1248 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1278 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1308 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1338 #: plugins/filters/colorsfilters/virtual_channel_info.cpp:41 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:67 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:78 #, kde-format msgid "Hue" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbIntent) #. i18n: ectx: property (text), item, widget (KComboBox, cmbMonitorIntent) #. i18n: ectx: property (text), item, widget (QComboBox, cmbProofingIntent) #. i18n: ectx: property (text), widget (QRadioButton, radioSaturation) #. i18n: ectx: property (text), widget (QCheckBox, saturationCBox) #. i18n: ectx: property (text), widget (QCheckBox, csl_hsvS) #. i18n: ectx: property (text), widget (QCheckBox, csl_hslS) #. i18n: ectx: property (text), widget (QCheckBox, csl_hsiS) #. i18n: ectx: property (text), widget (QCheckBox, csl_hsyS) #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:197 #: libs/pigment/KoCompositeOpRegistry.cpp:108 #: libs/ui/forms/wdgapplyprofile.ui:116 libs/ui/forms/wdgcolorsettings.ui:204 #: libs/ui/forms/wdgcolorsettings.ui:289 #: libs/ui/forms/wdgimageproperties.ui:251 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:475 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpSaturation.h:37 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1255 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1285 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1315 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1345 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:87 #: plugins/filters/colorsfilters/virtual_channel_info.cpp:45 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:68 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:79 #: plugins/paintops/hairy/wdghairyeoptions.ui:310 #: plugins/paintops/hairy/wdgInkOptions.ui:71 #, kde-format msgid "Saturation" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:198 #: libs/pigment/KoCompositeOpRegistry.cpp:111 #, kde-format msgid "Increase Saturation" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:199 #: libs/pigment/KoCompositeOpRegistry.cpp:110 #, kde-format msgid "Decrease Saturation" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:200 #: libs/pigment/KoCompositeOpRegistry.cpp:109 #, kde-format msgid "Luminosity" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:201 #: libs/pigment/KoCompositeOpRegistry.cpp:113 #, kde-format msgid "Increase Luminosity" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:202 #: libs/pigment/KoCompositeOpRegistry.cpp:112 #, kde-format msgid "Decrease Luminosity" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:203 #: libs/pigment/KoCompositeOpRegistry.cpp:59 #, kde-format msgid "Darker Color" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:204 #: libs/pigment/KoCompositeOpRegistry.cpp:72 #, kde-format msgid "Lighter Color" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:206 #: libs/pigment/KoCompositeOpRegistry.cpp:115 #, kde-format msgid "Color HSI" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:207 #: libs/pigment/KoCompositeOpRegistry.cpp:116 #, kde-format msgid "Hue HSI" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:208 #: libs/pigment/KoCompositeOpRegistry.cpp:117 #, kde-format msgid "Saturation HSI" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:209 #: libs/pigment/KoCompositeOpRegistry.cpp:120 #, kde-format msgid "Increase Saturation HSI" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:210 #: libs/pigment/KoCompositeOpRegistry.cpp:119 #, kde-format msgid "Decrease Saturation HSI" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, csl_hsiI) #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:211 #: libs/pigment/KoCompositeOpRegistry.cpp:118 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1322 #, kde-format msgid "Intensity" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:212 #: libs/pigment/KoCompositeOpRegistry.cpp:122 #, kde-format msgid "Increase Intensity" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:213 #: libs/pigment/KoCompositeOpRegistry.cpp:121 #, kde-format msgid "Decrease Intensity" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:215 #: libs/pigment/KoCompositeOpRegistry.cpp:124 #, kde-format msgid "Color HSL" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:216 #: libs/pigment/KoCompositeOpRegistry.cpp:125 #, kde-format msgid "Hue HSL" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:217 #: libs/pigment/KoCompositeOpRegistry.cpp:126 #, kde-format msgid "Saturation HSL" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:218 #: libs/pigment/KoCompositeOpRegistry.cpp:129 #, kde-format msgid "Increase Saturation HSL" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:219 #: libs/pigment/KoCompositeOpRegistry.cpp:128 #, kde-format msgid "Decrease Saturation HSL" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:221 #: libs/pigment/KoCompositeOpRegistry.cpp:131 #, kde-format msgid "Increase Lightness" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:222 #: libs/pigment/KoCompositeOpRegistry.cpp:130 #, kde-format msgid "Decrease Lightness" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:224 #: libs/pigment/KoCompositeOpRegistry.cpp:133 #, kde-format msgid "Color HSV" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:225 #: libs/pigment/KoCompositeOpRegistry.cpp:134 #, kde-format msgid "Hue HSV" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:226 #: libs/pigment/KoCompositeOpRegistry.cpp:135 #, kde-format msgid "Saturation HSV" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:227 #: libs/pigment/KoCompositeOpRegistry.cpp:138 #, kde-format msgid "Increase Saturation HSV" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:228 #: libs/pigment/KoCompositeOpRegistry.cpp:137 #, kde-format msgid "Decrease Saturation HSV" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:229 #: libs/pigment/KoCompositeOpRegistry.cpp:136 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpValue.h:37 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:69 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:80 #, kde-format msgctxt "HSV Value" msgid "Value" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:230 #: libs/pigment/KoCompositeOpRegistry.cpp:140 #, kde-format msgid "Increase Value" msgstr "" #. +> trunk5 stable5 #: libs/pigment/compositeops/KoCompositeOps.h:231 #: libs/pigment/KoCompositeOpRegistry.cpp:139 #, kde-format msgid "Decrease Value" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:372 #: libs/pigment/KoBasicHistogramProducers.cpp:439 #, kde-format msgid "Generic RGB Histogram" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:376 #, kde-format msgid "R" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:377 #, kde-format msgid "G" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:378 #, kde-format msgid "B" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:445 #, kde-format msgid "L*a*b* Histogram" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:449 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:175 #, kde-format msgid "L*" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoBasicHistogramProducers.cpp:523 #, kde-format msgid "Generic L*a*b* Histogram" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:25 #, kde-format msgid "Alpha mask" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:26 #, kde-format msgid "RGB/Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:27 #, kde-format msgid "XYZ/Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:28 #, kde-format msgid "L*a*b*/Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:29 #, kde-format msgid "CMYK/Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:30 #, kde-format msgid "Grayscale/Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:31 #, kde-format msgid "Grayscale (without transparency)" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:32 #, kde-format msgid "YCbCr/Alpha" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:34 #, kde-format msgid "8-bit integer/channel" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:35 #, kde-format msgid "16-bit integer/channel" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:36 #, kde-format msgid "16-bit float/channel" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:37 #, kde-format msgid "32-bit float/channel" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoColorModelStandardIds.cpp:38 #, kde-format msgid "64-bit float/channel" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:34 libs/pigment/KoCompositeOpRegistry.cpp:37 #, kde-format msgid "Arithmetic" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:35 libs/pigment/KoCompositeOpRegistry.cpp:40 #, kde-format msgid "Negative" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnHsy) #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:38 libs/pigment/KoCompositeOpRegistry.cpp:43 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:19 #, kde-format msgid "HSY" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnHsi) #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:39 libs/pigment/KoCompositeOpRegistry.cpp:44 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:78 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:87 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:35 #, kde-format msgid "HSI" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnHsl) #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:40 libs/pigment/KoCompositeOpRegistry.cpp:45 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:77 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:86 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:48 #, kde-format msgid "HSL" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnHsv) #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:41 libs/pigment/KoCompositeOpRegistry.cpp:46 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:76 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:85 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:61 #, kde-format msgid "HSV" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:42 libs/pigment/KoCompositeOpRegistry.cpp:41 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77 #, kde-format msgid "Mix" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_4) #. +> trunk5 stable5 #: libs/pigment/KoCompositeOp.cpp:43 libs/pigment/KoCompositeOpRegistry.cpp:42 #: plugins/extensions/metadataeditor/editors/exif.ui:948 #, kde-format msgid "Misc" msgstr "" #. +> trunk5 #: libs/pigment/KoCompositeOp.cpp:44 libs/pigment/KoCompositeOpRegistry.cpp:47 #, kde-format msgid "Quadratic" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOpRegistry.cpp:53 #, kde-format msgid "Inverse Subtract" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOpRegistry.cpp:55 #: plugins/filters/dodgeburn/DodgeBurnPlugin.cpp:31 #, kde-format msgid "Burn" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOpRegistry.cpp:76 #, kde-format msgid "Additive Subtractive" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOpRegistry.cpp:85 #, kde-format msgid "Alpha Darken" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOpRegistry.cpp:97 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpBumpmap.h:33 #, kde-format msgid "Bumpmap" msgstr "" #. +> trunk5 stable5 #: libs/pigment/KoCompositeOpRegistry.cpp:98 #, kde-format msgid "Combine Normal Map" msgstr "" #. +> trunk5 stable5 #: libs/pigment/resources/KoColorSet.cpp:646 #: libs/pigment/resources/KoColorSet.cpp:742 #: libs/pigment/resources/KoColorSet.cpp:756 #: libs/pigment/resources/KoColorSet.cpp:1230 #: libs/ui/actions/kis_selection_action_factories.cpp:404 #: libs/ui/KisView.cpp:718 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:65 #, kde-format msgid "Untitled" msgstr "" #. +> trunk5 stable5 #: libs/pigment/resources/KoStopGradient.cpp:454 #, kde-format msgid "SVG Gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:145 msgctxt "(qtundo-format)" msgid "Select All" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:219 msgctxt "(qtundo-format)" msgid "Flood Fill Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:297 #, kde-format msgctxt "floating message when cannot copy from a node" msgid "Cannot copy pixels from this type of layer " msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:306 #, kde-format msgctxt "floating message when copying empty selection" msgid "Selection is empty: no pixels were copied " msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:362 #: plugins/flake/textshape/TextTool.cpp:1137 msgctxt "(qtundo-format)" msgid "Cut" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:363 msgctxt "(qtundo-format)" msgid "Copy" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:389 msgctxt "(qtundo-format)" msgid "Copy Merged" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:409 #, kde-format msgid "Pasted" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:411 #: libs/ui/actions/KisPasteActionFactory.cpp:218 #, kde-format msgid "(pasted)" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:453 msgctxt "(qtundo-format)" msgid "Convert to Vector Selection" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:471 msgctxt "(qtundo-format)" msgid "Convert shapes to vector selection" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/kis_selection_action_factories.cpp:523 #: libs/ui/actions/kis_selection_action_factories.cpp:583 #: plugins/tools/tool_polyline/kis_tool_polyline.cc:60 msgctxt "(qtundo-format)" msgid "Draw Polyline" msgstr "" #. +> trunk5 stable5 #: libs/ui/actions/KisPasteActionFactory.cpp:114 msgctxt "(qtundo-format)" msgid "Paste shapes" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, KisDlgConfigureBrushHud) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:20 #, kde-format msgid "Brush HUD configuration" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:33 #, kde-format msgid "Available properties:" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, btnAdd) #. i18n: ectx: property (text), widget (QPushButton, rightScrollBtn) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:60 #: libs/ui/forms/wdgpresetselectorstrip.ui:88 #, kde-format msgid ">" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, btnRemove) #. i18n: ectx: property (text), widget (QPushButton, leftScrollBtn) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:67 #: libs/ui/forms/wdgpresetselectorstrip.ui:47 #, kde-format msgid "<" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:91 #, kde-format msgid "Current properties:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnUp) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:103 #, kde-format msgid "Up" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnDown) #. +> trunk5 stable5 #: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:110 #, kde-format msgid "Down" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_animation_player.cpp:232 #, kde-format msgctxt "floating on-canvas message" msgid "" "Cannot open audio: \"%1\"\n" "Error: %2" msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:192 +#: libs/ui/canvas/kis_canvas_controller.cpp:194 #, kde-format msgctxt "floating message about mirroring" msgid "Horizontal mirroring: %1 " msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:192 -#: libs/ui/canvas/kis_canvas_controller.cpp:295 +#: libs/ui/canvas/kis_canvas_controller.cpp:194 +#: libs/ui/canvas/kis_canvas_controller.cpp:297 #, kde-format msgid "OFF" msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:192 -#: libs/ui/canvas/kis_canvas_controller.cpp:295 +#: libs/ui/canvas/kis_canvas_controller.cpp:194 +#: libs/ui/canvas/kis_canvas_controller.cpp:297 #, kde-format msgid "ON" msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:210 +#: libs/ui/canvas/kis_canvas_controller.cpp:212 #, kde-format msgctxt "floating message about rotation" msgid "Rotation: %1° " msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:259 +#: libs/ui/canvas/kis_canvas_controller.cpp:261 #, kde-format msgid "" "You are activating wrap-around mode, but have not enabled OpenGL.\n" "To visualize wrap-around mode, enable OpenGL." msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:294 +#: libs/ui/canvas/kis_canvas_controller.cpp:296 #, kde-format msgid "Instant Preview Mode: %1" msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:301 +#: libs/ui/canvas/kis_canvas_controller.cpp:303 #, kde-format msgid "Instant Preview is only supported with OpenGL activated" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFilterMode) #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:307 +#: libs/ui/canvas/kis_canvas_controller.cpp:309 #: libs/ui/forms/wdgdisplaysettings.ui:54 #, kde-format msgid "Nearest Neighbour" msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:308 +#: libs/ui/canvas/kis_canvas_controller.cpp:310 #, kde-format msgid "" "Instant Preview is supported\n" " in Trilinear or High Quality filtering modes.\n" "Current mode is %1" msgstr "" #. +> trunk5 stable5 -#: libs/ui/canvas/kis_canvas_controller.cpp:312 +#: libs/ui/canvas/kis_canvas_controller.cpp:314 #, kde-format msgid "" "Failed activating Instant Preview mode!\n" "\n" "%1" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_change_guides_command.cpp:38 msgctxt "(qtundo-format)" msgid "Edit Guides" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:747 #, kde-format msgid "Snap to:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:748 #: plugins/dockers/griddocker/grid_config_widget.ui:39 #, kde-format msgid "Grid" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:749 #: plugins/dockers/griddocker/grid_config_widget.ui:564 #, kde-format msgid "Guides" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:750 #, kde-format msgid "Orthogonal" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:752 #, kde-format msgid "Node" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:753 #, kde-format msgid "Extension" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:754 #, kde-format msgid "Intersection" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:756 #, kde-format msgid "Bounding Box" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:757 #, kde-format msgid "Image Bounds" msgstr "" #. +> trunk5 stable5 #: libs/ui/canvas/kis_guides_manager.cpp:758 #, kde-format msgid "Image Center" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:44 #, kde-format msgid "About Krita" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:56 #, kde-format msgid "About" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:63 #, kde-format msgid "" "" "

Created By

" "

" "

" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:80 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:372 #, kde-format msgid "Authors" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:85 #, kde-format msgid "" "" "

Backed By

" "

" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:99 #, kde-format msgid "" ".

" "

Thanks! You were all awesome!

" "" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:101 #, kde-format msgid "Backers" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:107 #, kde-format msgid "" "" "

Thanks To

" "

" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:126 #, kde-format msgid "" ".

" "

For supporting Krita development with advice, icons, brush sets and more.

" "" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:129 #, kde-format msgid "Also Thanks To" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:133 #, kde-format msgid "" "" "

Your Rights

" "

Krita is released under the GNU General Public License (version 3 or any later version).

" "

This license grants people a number of freedoms:

" "
    " "
  • You are free to use Krita, for any purpose
  • " "
  • You are free to distribute Krita
  • " "
  • You can study how Krita works and change it
  • " "
  • You can distribute changed versions of Krita
  • " "
" "

The Krita Foundation and its projects on krita.org are committed to preserving Krita as free software.

" "

Your artwork

" "

What you create with Krita is your sole property. All your artwork is free for you to use as you like.

" "

That means that Krita can be used commercially, for any purpose. There are no restrictions whatsoever.

" "

Krita’s GNU GPL license guarantees you this freedom. Nobody is ever permitted to take it away, in contrast to trial or educational versions of commercial software that will forbid your work in commercial situations.

" "
" "
" "
"
 msgstr ""
 
 #. +> trunk5 stable5
 #: libs/ui/dialogs/kis_about_application.cpp:161
 #, kde-format
 msgid "License"
 msgstr ""
 
 #. +> trunk5 stable5
 #: libs/ui/dialogs/kis_about_application.cpp:169
 #, kde-format
 msgid ""
 ""
 "

Third-party Libraries used by Krita

" "

Krita is built on the following free software libraries:

" "

" "

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:187 #, kde-format msgid "Third-party libraries" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnClose) #. i18n: ectx: property (text), widget (QPushButton, pushButtonClose) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_about_application.cpp:190 #: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:70 #: libs/ui/forms/wdgsessionmanager.ui:90 #: plugins/python/scripter/ui_scripter/actions/closeaction/closeaction.py:32 #, kde-format msgid "Close" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, cancelBrushNameUpdateButton) #. i18n: ectx: property (text), widget (QPushButton, cancelButton) #. i18n: ectx: property (text), widget (QPushButton, cancel_button) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_delayed_save_dialog.cpp:62 #: libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp:151 #: libs/ui/forms/wdgpaintopsettings.ui:197 #: libs/ui/forms/wdgsavebrushpreset.ui:208 #: libs/ui/input/kis_tool_invocation_action.cpp:58 #: libs/ui/kis_clipboard.cc:301 libs/ui/KisView.cpp:527 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:70 #: plugins/python/krita_script_starter/bbdkss.ui:202 #, kde-format msgid "Cancel" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, KisDelayedSaveDialog) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgSplash) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_delayed_save_dialog.ui:17 libs/ui/wdgsplash.ui:305 #, kde-format msgid "Krita" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblMessage) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_delayed_save_dialog.ui:26 #, kde-format msgid "Waiting for image operation to complete..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnDontWait) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_delayed_save_dialog.ui:61 #, kde-format msgid "Save without waiting" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnCancel) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_delayed_save_dialog.ui:68 #, kde-format msgid "Cancel Operation and Save" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnDontSave) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_delayed_save_dialog.ui:75 #, kde-format msgid "Close, do not save" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_adj_layer_props.cc:80 #, kde-format msgid "Layer name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_adj_layer_props.cc:101 #, kde-format msgid "No configuration options are available for this filter" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_blacklist_cleanup.cpp:34 #, kde-format msgid "Cleanup resource files" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_filter.cpp:127 #, kde-format msgctxt "@title:window" msgid "Filter" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_filter.cpp:127 #, kde-format msgctxt "@title:window" msgid "Filter: %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_image_properties.cc:59 #, kde-format msgid "Image Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_image_properties.cc:105 #, kde-format msgid "Set color used for warning" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:62 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.cpp:109 #, kde-format msgid "Ascending" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:63 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.cpp:110 #, kde-format msgid "Descending" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:66 #, kde-format msgid "Alphabetical" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:67 #, kde-format msgid "Numerical" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:125 #: libs/ui/KisMainWindow.cpp:897 #, kde-format msgid "Import Images" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:148 #, kde-format msgid "Source fps: %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_properties.cc:90 #, kde-format msgid "Layer Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_properties.cc:140 #, kde-format msgctxt "layer dimensions" msgid "(%1, %2), (%3, %4)" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_properties.cc:176 #: libs/ui/dialogs/kis_dlg_layer_properties.cc:177 #: libs/ui/dialogs/kis_dlg_layer_properties.cc:178 #, kde-format msgid "*varies*" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_properties.cc:219 msgctxt "(qtundo-format)" msgid "Change Layer Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:68 #, kde-format msgid "Layer Styles" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:251 #, kde-format msgctxt "@title:window" msgid "Enter new style name" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:252 libs/ui/KisMainWindow.cpp:2152 #, kde-format msgctxt "@label:textbox" msgid "Name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:253 #, kde-format msgctxt "Default name for a new style" msgid "New Style" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:266 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:279 #, kde-format msgid "Select ASL file" msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, proportional) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, scaleXBox) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, scaleYBox) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:597 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:614 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:617 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:638 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:646 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:649 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:802 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:837 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:844 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:850 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1013 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1016 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1088 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1091 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1094 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1100 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1103 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1218 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1221 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1259 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1350 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1353 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1356 #: libs/ui/dialogs/kis_dlg_preferences.cc:717 #: libs/ui/dialogs/kis_dlg_preferences.cc:721 #: libs/ui/dialogs/kis_dlg_preferences.cc:725 #: libs/ui/dialogs/kis_dlg_preferences.cc:794 libs/ui/kis_autogradient.cc:77 #: libs/ui/kis_autogradient.cc:81 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:134 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:51 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:58 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:97 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:912 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:928 #, kde-format, no-c-format msgid " %" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:785 #: libs/ui/widgets/kis_cmb_contour.cpp:25 #, kde-format msgid "Not Implemented Yet" msgstr "" #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:877 #: libs/ui/layerstyles/wdglayerstyles.ui:48 #, kde-format msgid "Inner Shadow" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:878 #, kde-format msgid "Choke:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_layer_style.cpp:1127 #, kde-format msgctxt "layer styles parameter" msgid "Spread:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:101 #, kde-format msgid "No Cursor" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:102 #, kde-format msgid "Tool Icon" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:103 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:201 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:235 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:269 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:303 #, kde-format msgid "Arrow" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:104 #, kde-format msgid "Small Circle" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbDecor) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:105 #: plugins/tools/tool_crop/wdg_tool_crop.ui:444 #, kde-format msgid "Crosshair" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:106 #, kde-format msgid "Triangle Righthanded" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:107 #, kde-format msgid "Triangle Lefthanded" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:108 #, kde-format msgid "Black Pixel" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:109 #, kde-format msgid "White Pixel" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbOutline) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:113 #: libs/ui/forms/wdggeometryoptions.ui:47 #, kde-format msgid "No Outline" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:114 #, kde-format msgid "Circle Outline" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:115 #, kde-format msgid "Preview Outline" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:116 #, kde-format msgid "Tilt Outline" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:157 #: plugins/flake/textshape/dialogs/TableOfContentsStyleDelegate.cpp:56 #: plugins/flake/textshape/dialogs/TableOfContentsStyleModel.cpp:113 #, kde-format msgid "Disabled" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:158 #, kde-format msgid "On Touch Drag" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:159 #, kde-format msgid "On Click Drag" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:168 #, kde-format msgid "Open default window" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:169 #, kde-format msgid "Load previous session" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:170 #, kde-format msgid "Show session manager" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:354 #, kde-format msgid "Select a Background Image" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:366 #: libs/ui/dialogs/KisSessionManagerDialog.cpp:129 #: libs/ui/input/kis_tablet_debugger.cpp:104 libs/ui/kis_filter_manager.cc:219 #: libs/ui/kis_filter_manager.cc:228 libs/ui/kis_layer_manager.cc:346 #: libs/ui/kis_layer_manager.cc:905 libs/ui/kis_node_manager.cpp:1114 #: libs/ui/KisApplication.cpp:766 libs/ui/KisApplication.cpp:769 #: libs/ui/KisApplication.cpp:791 libs/ui/KisApplication.cpp:817 #: libs/ui/KisApplication.cpp:838 libs/ui/KisDocument.cpp:625 #: libs/ui/KisDocument.cpp:1091 libs/ui/KisDocument.cpp:1173 #: libs/ui/KisDocument.cpp:1214 libs/ui/KisDocument.cpp:1222 #: libs/ui/KisMainWindow.cpp:818 libs/ui/KisMainWindow.cpp:920 #: libs/ui/KisMainWindow.cpp:933 libs/ui/KisMainWindow.cpp:993 #: libs/ui/KisMainWindow.cpp:1793 libs/ui/KisMainWindow.cpp:1823 #: libs/ui/KisMainWindow.cpp:1898 libs/ui/KisMainWindow.cpp:1910 #: libs/ui/KisPart.cpp:489 libs/ui/KisPart.cpp:492 #: libs/ui/KisRemoteFileFetcher.cpp:56 libs/ui/KisTemplateCreateDia.cpp:298 #: libs/ui/KisTemplateCreateDia.cpp:404 libs/ui/KisView.cpp:721 #: libs/ui/opengl/kis_opengl_canvas2.cpp:342 #: libs/ui/opengl/kis_opengl_image_textures.cpp:560 #: libs/ui/widgets/kis_custom_image_widget.cc:276 #: plugins/assistants/Assistants/kis_assistant_tool.cc:822 #: plugins/assistants/Assistants/kis_assistant_tool.cc:825 #: plugins/extensions/animationrenderer/AnimationRenderer.cpp:159 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:469 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:473 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:479 #: plugins/extensions/imagesplit/imagesplit.cpp:82 #: plugins/extensions/imagesplit/imagesplit.cpp:84 #: plugins/extensions/qmic/QMic.cpp:125 plugins/extensions/qmic/QMic.cpp:297 #: plugins/extensions/qmic/QMic.cpp:326 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:220 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:228 #: plugins/extensions/resourcemanager/resourcemanager.cpp:203 #: plugins/extensions/resourcemanager/resourcemanager.cpp:276 #: plugins/extensions/resourcemanager/resourcemanager.cpp:280 -#: plugins/tools/basictools/kis_tool_colorpicker.cc:150 -#: plugins/tools/basictools/kis_tool_colorpicker.cc:155 -#: plugins/tools/basictools/kis_tool_colorpicker.cc:197 +#: plugins/tools/basictools/kis_tool_colorpicker.cc:157 +#: plugins/tools/basictools/kis_tool_colorpicker.cc:162 +#: plugins/tools/basictools/kis_tool_colorpicker.cc:205 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:137 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:151 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:178 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:187 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:823 #: plugins/tools/tool_transform2/kis_free_transform_strategy_gsl_helpers.cpp:338 #, kde-format msgctxt "@title:window" msgid "Krita" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:366 #: libs/ui/KisTemplateCreateDia.cpp:404 #, kde-format msgid "%1 is not a valid image file!" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:452 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:65 #: libs/ui/widgets/kis_color_space_selector.cc:62 #, kde-format msgid "Open Color Profile" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:457 #: libs/ui/dialogs/kis_dlg_preferences.cc:633 #, kde-format msgctxt "The number of the screen" msgid "Screen %1:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:518 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:772 #: libs/ui/widgets/kis_color_space_selector.cc:226 #, kde-format msgid "Install Color Profiles" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:557 #, kde-format msgctxt "The display/screen we got from Qt" msgid "Screen %1:" msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intSwapSize) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:764 #: libs/ui/forms/wdgperformancesettings.ui:202 #, kde-format msgid " GiB" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:783 #, kde-format msgid " fps" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:895 #, kde-format msgctxt "@title:window" msgid "Select a swap directory" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:925 #, kde-format msgctxt "canvas renderer" msgid "OpenGL" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:926 #, kde-format msgctxt "canvas renderer" msgid "Direct3D 11 via ANGLE" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:935 #, kde-format msgctxt "canvas renderer" msgid "Auto (%1)" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:989 #, kde-format msgid "Warning(s):" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1128 #, kde-format msgid "Configure Krita" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. i18n: ectx: attribute (title), widget (QWidget, generalTab) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1136 #: libs/ui/dialogs/kis_dlg_preferences.cc:1138 #: libs/ui/forms/wdgcolorsettings.ui:24 #: libs/ui/forms/wdgperformancesettings.ui:34 #: libs/widgets/KoDocumentInfoDlg.cpp:100 #: libs/widgets/KoDocumentInfoDlg.cpp:101 #: plugins/flake/textshape/dialogs/CharacterGeneral.ui:27 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:274 #, kde-format msgid "General" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1145 #, kde-format msgid "Keyboard Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1147 #: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:287 #, kde-format msgid "Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1156 #, kde-format msgid "Canvas Input Settings" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1157 #, kde-format msgid "Canvas Input" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgDisplayBlacklist) #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgDisplaySettings) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1163 #: libs/ui/dialogs/kis_dlg_preferences.cc:1165 #: libs/ui/forms/wdgcolorsettings.ui:131 #: libs/ui/forms/wdgdisplaysettings.ui:20 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:20 #: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:55 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:140 #, kde-format msgid "Display" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1172 #, kde-format msgid "Color Management" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1181 #: libs/ui/dialogs/kis_dlg_preferences.cc:1183 #, kde-format msgid "Performance" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1190 #, kde-format msgid "Tablet settings" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1192 #, kde-format msgid "Tablet" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1199 #, kde-format msgid "Canvas-only settings" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1201 #, kde-format msgid "Canvas-only" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1208 #, kde-format msgctxt "@title:tab Author page" msgid "Author" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1210 #: libs/widgets/KoDocumentInfoDlg.cpp:123 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:109 #, kde-format msgid "Author" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_preferences.cc:1215 #, kde-format msgctxt "@action:button" msgid "Restore Defaults" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/kis_dlg_stroke_selection_properties.cpp:61 #, kde-format msgctxt "@title:window" msgid "Stroke Selection Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationCacheRenderDialog.cpp:114 #, kde-format msgid "Regenerating cache..." msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationFramesSaveDialog.cpp:113 #, kde-format msgid "Delete old frames?" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationFramesSaveDialog.cpp:114 #, kde-format msgid "" "Frames with the same naming scheme exist in the destination directory. They are going to be deleted, continue?\n" "\n" "Directory: %1\n" "Files: %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationFramesSaveDialog.cpp:128 #, kde-format msgid "Failed to delete" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationFramesSaveDialog.cpp:129 #, kde-format msgid "" "Failed to delete an old frame file:\n" "\n" "%1\n" "\n" "Rendering cancelled." msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp:315 #, kde-format msgid "" "\n" "\n" "Memory limit is reached!\n" "The number of clones is limited to %1\n" "\n" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp:319 #, kde-format msgid "" "%1\n" "\n" "Elapsed: %2\n" "Estimated: %3\n" "\n" "%4" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisSessionManagerDialog.cpp:53 #, kde-format msgid "Create session" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisSessionManagerDialog.cpp:54 #, kde-format msgid "Session name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisSessionManagerDialog.cpp:81 #, kde-format msgid "Rename session" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisSessionManagerDialog.cpp:82 #, kde-format msgid "New name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/dialogs/KisSessionManagerDialog.cpp:130 #, kde-format msgid "Permanently delete session %1?" msgstr "" #. +> trunk5 stable5 #: libs/ui/flake/kis_shape_controller.cpp:187 #, kde-format msgid "Vector Layer %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/flake/kis_take_all_shapes_command.cpp:27 msgctxt "(qtundo-format)" msgid "Clear Vector Selection" msgstr "" #. +> trunk5 stable5 #: libs/ui/flake/KisReferenceImagesLayer.cpp:33 msgctxt "(qtundo-format)" msgid "Add reference image" msgstr "" #. +> trunk5 stable5 #: libs/ui/flake/KisReferenceImagesLayer.cpp:127 #, kde-format msgid "Reference images" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, KisMatrixWidget) #. +> trunk5 stable5 #: libs/ui/forms/kis_matrix_widget.ui:14 #, kde-format msgid "Matrix Widget" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxPreview) #. i18n: ectx: property (title), widget (QGroupBox, m_groupBox) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:32 #: libs/ui/forms/wdgfilterdialog.ui:63 #, kde-format msgid "Preview" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioBtnPreview) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:74 #, kde-format msgid "Preview modified layer" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioBtnPreview) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:77 #, kde-format msgid "Pr&eview" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioBtnOriginal) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:87 #, kde-format msgid "Show original layer" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioBtnOriginal) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:90 #, kde-format msgid "Ori&ginal" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, btnZoomOneToOne) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:136 #, kde-format msgid "1 : 1" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, btnUpdate) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:149 #, kde-format msgid "Update preview" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, checkBoxAutoUpdate) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:164 #, kde-format msgid "Automatically update the preview whenever the filter settings change" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxAutoUpdate) #. +> trunk5 stable5 #: libs/ui/forms/kis_previewwidgetbase.ui:167 #, kde-format msgid "&Autoupdate" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, m_alwaysUseCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/KisDetailsPaneBase.ui:94 #, kde-format msgid "Always use this template at application start up" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_alwaysUseCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/KisDetailsPaneBase.ui:97 #, kde-format msgid "Always use this template" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgResolution) #. +> trunk5 stable5 #: libs/ui/forms/wdg_resolution.ui:14 #, kde-format msgid "Image Resolution" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, lblWidth) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, lblSize) #. i18n: ectx: property (text), widget (QLabel, widthInfoLbl) #. i18n: ectx: property (text), widget (QLabel, lblNewWidth) #. i18n: ectx: property (text), widget (QLabel, lblPixelWidth) #. i18n: ectx: property (text), widget (QLabel, label_4) #. i18n: ectx: property (text), widget (QLabel, widthLabel) #. i18n: ectx: property (text), widget (QLabel, intWidthzqffs) #. +> trunk5 stable5 #: libs/ui/forms/wdg_resolution.ui:20 libs/ui/forms/wdgimageproperties.ui:44 #: libs/ui/forms/wdgrectangleconstraints.ui:101 #: libs/ui/forms/wdgstrokeselectionproperties.ui:85 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:77 #: libs/widgets/KoPageLayoutWidget.ui:98 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1057 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:164 #: plugins/extensions/imagesize/wdg_canvassize.ui:45 #: plugins/extensions/imagesize/wdg_imagesize.ui:67 #: plugins/extensions/imagesize/wdg_layersize.ui:58 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:161 #: plugins/impex/pdf/pdfimportwidgetbase.ui:163 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:94 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:79 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:184 #: plugins/python/documenttools/tools/canvassizetool/canvassizetool.py:44 #: plugins/python/documenttools/tools/scaletool/scaletool.py:50 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:91 #, kde-format msgid "Width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblHeight) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, heightInfoLbl) #. i18n: ectx: property (text), widget (QLabel, lblNewHeight) #. i18n: ectx: property (text), widget (QLabel, lblPixelHeight) #. i18n: ectx: property (text), widget (QLabel, label_14) #. i18n: ectx: property (text), widget (QLabel, label_12) #. i18n: ectx: property (text), widget (QLabel, heightLabel) #. i18n: ectx: property (text), widget (QLabel, intHeightqsdfq) #. +> trunk5 stable5 #: libs/ui/forms/wdg_resolution.ui:27 libs/ui/forms/wdgimageproperties.ui:67 #: libs/ui/forms/wdgrectangleconstraints.ui:147 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:114 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:816 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1034 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:174 #: plugins/extensions/imagesize/wdg_canvassize.ui:29 #: plugins/extensions/imagesize/wdg_imagesize.ui:97 #: plugins/extensions/imagesize/wdg_layersize.ui:125 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:108 #: plugins/impex/pdf/pdfimportwidgetbase.ui:195 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:129 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:80 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:188 #: plugins/python/documenttools/tools/canvassizetool/canvassizetool.py:45 #: plugins/python/documenttools/tools/scaletool/scaletool.py:51 #, kde-format msgid "Height:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblImageXRes) #. +> trunk5 stable5 #: libs/ui/forms/wdg_resolution.ui:48 #, kde-format msgid "X resolution:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblYResolution) #. +> trunk5 stable5 #: libs/ui/forms/wdg_resolution.ui:77 #, kde-format msgid "Y resolution:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblResolution) #. i18n: ectx: property (text), widget (QLabel, lblYResolution_3) #. +> trunk5 stable5 #: libs/ui/forms/wdg_resolution.ui:106 libs/ui/forms/wdgimageproperties.ui:90 #: libs/ui/forms/wdgnewimage.ui:223 #: plugins/extensions/imagesize/wdg_imagesize.ui:240 #: plugins/python/documenttools/tools/scaletool/scaletool.py:52 #: plugins/python/exportlayers/uiexportlayers.py:87 #, kde-format msgid "Resolution:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox1) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:23 #, kde-format msgid "Apply Profile" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:29 #, kde-format msgid "The image data you want to paste does not have an ICM profile associated with it. If you do not select a profile, Krita will assume that the image data is encoded in the import profile defined in the Settings dialog." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblProfile) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:56 #, kde-format msgid "&Profiles:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QGroupBox, grpRenderIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:84 #, kde-format msgid "Rendering intent determines the bias in the color conversion." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (title), widget (QGroupBox, grpRenderIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:87 libs/ui/forms/wdgimageproperties.ui:231 #, kde-format msgid "Rendering Intent" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioPerceptual) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:93 #, kde-format msgid "Hue hopefully maintained (but not required), lightness and saturation sacrificed to maintain the perceived color. White point changed to result in neutral grays. Intended for images." msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbIntent) #. i18n: ectx: property (text), item, widget (KComboBox, cmbMonitorIntent) #. i18n: ectx: property (text), item, widget (QComboBox, cmbProofingIntent) #. i18n: ectx: property (text), widget (QRadioButton, radioPerceptual) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:96 libs/ui/forms/wdgcolorsettings.ui:194 #: libs/ui/forms/wdgcolorsettings.ui:279 #: libs/ui/forms/wdgimageproperties.ui:241 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:466 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:41 #, kde-format msgid "Perceptual" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioRelativeColorimetric) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:103 #, kde-format msgid "Within and outside gamut; same as Absolute Colorimetric. White point changed to result in neutral grays." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioRelativeColorimetric) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:106 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:63 #, kde-format msgid "Relative colorimetric" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioSaturation) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:113 #, kde-format msgid "Hue and saturation maintained with lightness sacrificed to maintain saturation. White point changed to result in neutral grays. Intended for business graphics (make it colorful charts, graphs, overheads, ...)" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioAbsoluteColorimetric) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:123 #, kde-format msgid "Within the destination device gamut; hue, lightness and saturation are maintained. Outside the gamut; hue and lightness are maintained, saturation is sacrificed. White point for source and destination; unchanged. Intended for spot colors (Pantone, TruMatch, logo colors, ...)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioAbsoluteColorimetric) #. +> trunk5 stable5 #: libs/ui/forms/wdgapplyprofile.ui:126 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:108 #, kde-format msgid "Absolute colorimetric" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, lblName) #. i18n: ectx: property (text), widget (QLabel, brushNameLbl) #. i18n: ectx: property (text), widget (QLabel, labelName) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:25 libs/ui/forms/wdgnewwindowlayout.ui:26 #: libs/ui/forms/wdgstopgradienteditor.ui:19 #: libs/widgets/KisColorsetChooser.cpp:118 #: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:185 #: plugins/extensions/pykrita/plugin/info.ui:213 #: plugins/impex/brush/wdg_export_gih.ui:37 #: plugins/paintops/libpaintop/forms/wdgclipboardbrush.ui:106 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:91 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:406 #, kde-format msgid "Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:63 #, kde-format msgid "Segment Color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, opacityLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:81 libs/ui/forms/wdgdisplaysettings.ui:266 #: libs/ui/kis_paintop_box.cc:244 libs/ui/kis_paintop_box.cc:249 #: plugins/dockers/defaultdockers/wdglayerbox.ui:75 #: plugins/filters/noisefilter/wdgnoiseoptions.ui:29 #: plugins/filters/randompickfilter/wdgrandompickoptions.ui:65 #, kde-format msgid "Opacity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelLeftColor) #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:99 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:26 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:247 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:210 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:239 #, kde-format msgid "Left:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelRightColor) #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:180 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:55 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:255 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:216 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:245 #, kde-format msgid "Right:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbGradientType) #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType) #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:294 #: libs/ui/layerstyles/WdgGradientOverlay.ui:134 #: libs/ui/layerstyles/WdgStroke.ui:227 #: libs/ui/widgets/KoFillConfigWidget.ui:225 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:66 #, kde-format msgid "Linear" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:299 #, kde-format msgid "Curved" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:304 #, kde-format msgid "Sine" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:309 #, kde-format msgid "Sphere Inc." msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:314 #, kde-format msgid "Sphere Dec." msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxColorInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:337 #, kde-format msgid "RGB" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxColorInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:342 #, kde-format msgid "HSV CW" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxColorInterpolationType) #. +> trunk5 stable5 #: libs/ui/forms/wdgautogradient.ui:347 #, kde-format msgid "HSV CCW" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgBookmarkedConfigurationsEditor) #. +> trunk5 stable5 #: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:19 #, kde-format msgid "Edit presets" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButtonBookmarkCurrent) #. +> trunk5 stable5 #: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:43 #, kde-format msgid "Bookmark current" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButtonDelete) #. i18n: ectx: property (text), widget (QPushButton, bDelete) #. +> trunk5 stable5 #: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:50 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:76 #: plugins/flake/textshape/dialogs/StyleManager.ui:75 #: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:277 #: plugins/flake/textshape/TextTool.cpp:2641 #, kde-format msgid "Delete" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgTabletSettings) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgColorSettings) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:14 libs/ui/forms/wdgtabletsettings.ui:20 #, kde-format msgid "Color Settings" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:32 #, kde-format msgid "Default color model for new images:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpPasteBehaviour) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:60 #, kde-format msgid "When Pasting Into Krita From Other Applications" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioPasteWeb) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:66 #, kde-format msgid "Assume sRGB (like images from the web are supposed to be seen)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioPasteMonitor) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:73 #, kde-format msgid "Assume &monitor profile (like you see it in other applications)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioPasteAsk) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:80 #, kde-format msgid "As&k each time" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_2_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:87 #, kde-format msgid "Note: When copying/pasting inside Krita color info is always preserved." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkBlackpoint) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:97 #, kde-format msgid "Use Blackpoint Compensation" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAllowLCMSOptimization) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:107 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:131 #, kde-format msgid "Allow Little CMS optimizations (uncheck when using linear light RGB or XYZ)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkUseSystemMonitorProfile) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:137 #, kde-format msgid "Use system monitor profile" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, lblRenderingIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:171 #, kde-format msgid "The icm profile for your calibrated monitor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRenderingIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:174 #, kde-format msgid "&Rendering intent:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbIntent) #. i18n: ectx: property (text), item, widget (KComboBox, cmbMonitorIntent) #. i18n: ectx: property (text), item, widget (QComboBox, cmbProofingIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:199 libs/ui/forms/wdgcolorsettings.ui:284 #: libs/ui/forms/wdgimageproperties.ui:246 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:469 #, kde-format msgid "Relative Colorimetric" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbIntent) #. i18n: ectx: property (text), item, widget (KComboBox, cmbMonitorIntent) #. i18n: ectx: property (text), item, widget (QComboBox, cmbProofingIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:209 libs/ui/forms/wdgcolorsettings.ui:294 #: libs/ui/forms/wdgimageproperties.ui:256 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:472 #, kde-format msgid "Absolute Colorimetric" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:221 #, kde-format msgid "Add new color profile:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:270 #, kde-format msgid "Soft Proofing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblAdaptationState) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:302 #: libs/ui/forms/wdgimageproperties.ui:272 #, kde-format msgid "Adaptation State:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblProofingIntent) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:312 #, kde-format msgid "Proofing Rendering Intent:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblGamutWarning) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:319 #: libs/ui/forms/wdgimageproperties.ui:296 #, kde-format msgid "Gamut Warning:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ckbBlackPointComp) #. i18n: ectx: property (text), widget (QCheckBox, ckbProofBlackPoint) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:343 #: libs/ui/forms/wdgimageproperties.ui:313 #, kde-format msgid "Black Point Compensation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorsettings.ui:375 #, kde-format msgid "Note: these are the default proofing settings for new images." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblColorSpaces) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselector.ui:19 #, kde-format msgid "&Model:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblColorModels) #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselector.ui:39 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:105 #, kde-format msgid "Depth:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnAdvanced) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselector.ui:59 #, kde-format msgid "Color Space Browser" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblProfiles) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselector.ui:70 #, kde-format msgid "Profi&le:" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bnInstallProfile) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselector.ui:90 #, kde-format msgid "Install a new profile from a file" msgstr "" #. i18n: ectx: property (whatsThis), widget (QPushButton, bnInstallProfile) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselector.ui:93 #, kde-format msgid "Install a new profile from a file." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:32 #, kde-format msgid "Profile Picker" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:40 #, kde-format msgid "Depth" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:47 #, kde-format msgid "Model" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:54 #, kde-format msgid "Profile" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lbl_descriptionwidget) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:144 #, kde-format msgid "" "" "

    Color Spaces determine how colors are encoded in your files. Different color spaces have different properties and are used for different purposes.

    " "" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:197 #, kde-format msgid "Profile Properties" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblWhitepoint) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:216 #, kde-format msgid "White Point:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblXYZ_W) #. +> trunk5 stable5 #: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:223 #, kde-format msgid "xyz" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: libs/ui/forms/wdgcustompattern.ui:19 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:312 #, kde-format msgid "Source:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSource) #. +> trunk5 stable5 #: libs/ui/forms/wdgcustompattern.ui:33 #, kde-format msgid "Current Layer" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSource) #. +> trunk5 stable5 #: libs/ui/forms/wdgcustompattern.ui:38 #, kde-format msgid "Entire Image" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, updateButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgcustompattern.ui:118 #, kde-format msgid "&Update" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, patternButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgcustompattern.ui:125 #, kde-format msgid "use as &Pattern" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, addButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgcustompattern.ui:132 #, kde-format msgid "&Add to Predefined Patterns" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpOpenGL) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:35 #, kde-format msgid "Canvas &Graphics Acceleration" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFilterMode) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:59 #, kde-format msgid "Bilinear Filtering" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFilterMode) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:64 #, kde-format msgid "Trilinear Filtering" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFilterMode) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:69 #, kde-format msgid "High Quality Filtering" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkDisableVsync) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:83 #, kde-format msgid "" "" "

    Try to disable vsync for Krita. This makes painting more responsive. Uncheck only when experiencing crashes with some GPU/driver combinations.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDisableVsync) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:86 #, kde-format msgid "Disable vsync (needs restart)" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseTextureBuffer) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:102 #, kde-format msgid "" "" "

    Use Texture Buffering. This can be faster on some GPU/Driver combinations (like Intel) or broken on some others (like AMD/Radeon).

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkUseTextureBuffer) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:105 #, kde-format msgid "Use texture buffer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:118 #, kde-format msgid "Scaling Mode:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRenderer) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:134 #, kde-format msgid "Renderer (needs restart):" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCheckSize) #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:180 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:156 #, kde-format msgid "Si&ze:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, gridThresholdLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:223 #, kde-format msgid "Start showing at:" msgstr "" #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, pixelGridDrawingThresholdBox) #. i18n: ectx: property (suffix), widget (KisSliderSpinBox, intChoke) #. i18n: ectx: property (suffix), widget (KisSliderSpinBox, intRange) #. i18n: ectx: property (suffix), widget (KisSliderSpinBox, intJitter) #. i18n: ectx: property (text), widget (QToolButton, alignPercent) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:239 #: libs/ui/layerstyles/wdgInnerGlow.ui:216 #: libs/ui/layerstyles/wdgInnerGlow.ui:318 #: libs/ui/layerstyles/wdgInnerGlow.ui:347 #: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:142 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:94 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:169 #: plugins/paintops/libpaintop/kis_curve_option_widget.cpp:87 #: plugins/paintops/spray/kis_spray_paintop_settings.cpp:179 #: plugins/tools/defaulttool/connectionTool/ConnectionPointWidget.ui:116 #, kde-format, no-c-format msgid "%" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCanvasBorderColor_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:298 #, kde-format msgid "Pixel Grid:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:314 #, kde-format msgid "Selection Overlay:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:330 #, kde-format msgid "Transparency Checkerboard:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCanvasBorderColor) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:357 #, kde-format msgid "Canvas Border Color:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, hideScrollbars) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:390 #, kde-format msgid "Hide Window Scrollbars" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkHidePopups) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:400 #, kde-format msgid "Hide layer thumbnail popup" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkCurveAntialiasing) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:407 #, kde-format msgid "Enable curve anti-aliasing" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkChannelsAsColor) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:414 #, kde-format msgid "Color channels in color" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSelectionOutlineAntialiasing) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:424 #, kde-format msgid "Enable selection outline anti-aliasing" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkMoving) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:431 #, kde-format msgid "If checked, the checkers will move when scrolling the canvas." msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkMoving) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:434 #, kde-format msgid "Determines whether the checks will stay put or whether they will scroll together with the canvas" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkMoving) #. +> trunk5 stable5 #: libs/ui/forms/wdgdisplaysettings.ui:437 #, kde-format msgid "&Move checkers when scrolling" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbRemoveWorkspaces) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:26 #: libs/ui/widgets/kis_workspace_chooser.cpp:93 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:293 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:155 #, kde-format msgid "Workspaces" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:55 #, kde-format msgid "" "\n" "\n" "

    Warning: Cleanup will remove resource files permanently.

    " "" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbRemoveGradients) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:70 #, kde-format msgid "Use trilinear filtering when zooming. Disabling this may improve painting performance." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbRemoveGradients) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:73 libs/ui/kis_control_frame.cpp:86 #: libs/ui/kis_control_frame.cpp:226 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:281 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:152 #, kde-format msgid "Gradients" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, btnPatternFill) #. i18n: ectx: property (text), item, widget (QComboBox, cmbFill) #. i18n: ectx: property (text), widget (QCheckBox, cbRemovePattern) #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:83 #: libs/ui/forms/wdggeometryoptions.ui:89 #: libs/ui/widgets/KoFillConfigWidget.ui:106 #: plugins/extensions/metadataeditor/editors/exif.ui:432 #: plugins/generators/pattern/patterngenerator.h:53 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:71 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:88 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:54 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:66 #: plugins/paintops/libpaintop/kis_color_source_option.cpp:59 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:71 #, kde-format msgid "Pattern" msgstr "" #. i18n: ectx: property (text), widget (QLabel, presetsSidebarLabel) #. i18n: ectx: property (text), widget (QCheckBox, cbRemovePresets) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:93 #: libs/ui/forms/wdgpaintopsettings.ui:428 #, kde-format msgid "Presets" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbRemoveColorsets) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:103 #, kde-format msgid "Colorsets" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbRemoveBrushes) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgblacklistcleanup.ui:113 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:287 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:150 #, kde-format msgid "Brushes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgfilelayer.ui:25 #, kde-format msgid "&Layer Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgfilelayer.ui:41 #, kde-format msgid "File:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpScalingOptions) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgfilelayer.ui:59 #, kde-format msgid "Scaling Options" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioDontScale) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgfilelayer.ui:65 #, kde-format msgid "No Scaling" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioScaleToImageSize) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgfilelayer.ui:75 #, kde-format msgid "Scale to Image Size" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioScalePPI) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgfilelayer.ui:82 #, kde-format msgid "Adapt to Image Resolution (ppi)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlggeneratorlayer.ui:22 #: libs/ui/forms/wdgfilternodecreation.ui:24 #, kde-format msgid "Layer Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblProfileTitle) #. i18n: ectx: property (text), widget (QLabel, lblProfiles) #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgdlgpngimport.ui:17 libs/ui/forms/wdglayerproperties.ui:131 #: plugins/impex/video/video_export_options_dialog.ui:65 #, kde-format msgid "Profile:" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, WdgDlgInternalColorSelector) #. i18n: ectx: property (windowTitle), widget (QDialog, FilterDialog) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgImportImageSequence) #. i18n: ectx: property (windowTitle), widget (QDialog, AcceptRejectChangeDialog) #. i18n: ectx: property (windowTitle), widget (QDialog, TableOfContentsConfigure) #. i18n: ectx: property (windowTitle), widget (QDialog, TableOfContentsStyleConfigure) #. i18n: ectx: property (windowTitle), widget (QDialog, Dialog) #. +> trunk5 stable5 #: libs/ui/forms/wdgfilterdialog.ui:26 #: libs/ui/forms/wdgimportimagesequence.ui:14 #: libs/widgets/WdgDlgInternalColorSelector.ui:14 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:26 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:14 #: plugins/flake/textshape/dialogs/TableOfContentsStyleConfigure.ui:14 #: plugins/python/krita_script_starter/bbdkss.ui:20 #, kde-format msgid "Dialog" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButtonCreateMaskEffect) #. +> trunk5 stable5 #: libs/ui/forms/wdgfilterdialog.ui:86 #, kde-format msgid "Create Filter Mask" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, FilterSelector) #. +> trunk5 stable5 #: libs/ui/forms/wdgfilterselector.ui:26 #, kde-format msgid "Filter selection" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButtonEditPressets) #. +> trunk5 stable5 #: libs/ui/forms/wdgfilterselector.ui:124 #, kde-format msgid "Edit Presets" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, btnXML) #. +> trunk5 stable5 #: libs/ui/forms/wdgfilterselector.ui:131 #, kde-format msgid "Get the XML for the current filter configuration." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnXML) #. +> trunk5 stable5 #: libs/ui/forms/wdgfilterselector.ui:134 #, kde-format msgid "XML" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:17 #, kde-format msgid "Select which parts of Krita will be hidden in canvas-only mode." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkMenu) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:27 #, kde-format msgid "Menu" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkToolbar) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:34 #, kde-format msgid "Toolbars" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDockers) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:41 #, kde-format msgid "Toolbox and palettes" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbars) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:48 #, kde-format msgid "Scrollbars" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkTitlebar) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:55 #, kde-format msgid "Titlebar (hiding the titlebar will make Krita go full-screen)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkStatusbar) #. +> trunk5 stable5 #: libs/ui/forms/wdgfullscreensettings.ui:62 #, kde-format msgid "Statusbar" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:36 #, kde-format msgid "Cursor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:68 #, kde-format msgid "Cursor Shape:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_2) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:87 #, kde-format msgid "Outline Shape:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:100 #, kde-format msgid "While painting..." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_showOutlinePainting) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:130 #, kde-format msgid "Show outline" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_changeBrushOutline) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:137 #, kde-format msgid "Use effective outline size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:147 #, kde-format msgid "Cursor Color:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:183 #, kde-format msgid "Window" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:195 #, kde-format msgid "Multiple Document Mode:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, m_cmbMDIType) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:215 #, kde-format msgid "Subwindows" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, m_cmbMDIType) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:220 #, kde-format msgid "Tabs" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:228 #, kde-format msgid "Background Image (overrides color):" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButton) #. i18n: ectx: property (text), widget (QPushButton, clearBgImageButton) #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. i18n: ectx: property (text), widget (QToolButton, m_bnClearLut) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:269 #: libs/ui/input/wintab/drawpile_tablettester/tablettest.ui:32 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpClear.h:33 #: plugins/dockers/lut/wdglut.ui:237 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:101 #: plugins/python/scripter/ui_scripter/tabwidgets/outputwidget/clearaction.py:33 #, kde-format msgid "Clear" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:278 #, kde-format msgid "Window Background:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:301 #, kde-format msgid "Don't show contents when moving sub-windows:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:321 #, kde-format msgid "Show on-canvas popup messages:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:355 #, kde-format msgid "Enable Hi-DPI support:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_r98) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:369 #, kde-format msgid "Allow only one instance of Krita:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, Tools) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:377 #, kde-format msgid "Tools" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:400 #, kde-format msgid "Tool Options Location (needs restart)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_radioToolOptionsInDocker) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:406 #, kde-format msgid "In Doc&ker" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_radioToolOptionsInToolbar) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:413 #, kde-format msgid "In Tool&bar" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_chkSwitchSelectionCtrlAlt) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:426 #, kde-format msgid "Switch Control/Alt Selection Modifiers" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkEnableTouch) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:433 #, kde-format msgid "Enable Touch Painting" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBoxKineticScrollingSettings) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:440 #, kde-format msgid "Kinetic Scrolling (needs restart)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelKineticScrollingSensitivity) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:451 #, kde-format msgid "Sensitivity (0-100):" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_chkKineticScrollingScrollbar) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:488 #, kde-format msgid "Show Scrollbar" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, Miscellaneous) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:527 #, kde-format msgid "Miscellaneous" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_12) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:539 #, kde-format msgid "When Krita starts" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSaveSessionOnQuit) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:552 #, kde-format msgid "Save session when Krita closes" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_autosaveCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:568 #, kde-format msgid "Autosave every:" msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, m_autosaveSpinBox) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:590 #, kde-format msgid " min" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_chkCompressKra) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:609 #, kde-format msgid "Compress .kra files more (slows loading/saving)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_backupFileCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:616 #, kde-format msgid "Create backup file " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_chkConvertOnImport) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:623 #, kde-format msgid "On importing images as layers, convert to the image colorspace" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:636 #, kde-format msgid "Undo stack size:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:680 #, kde-format msgid "Number of Palette Presets" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowRootLayer) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:712 #, kde-format msgid "Show root layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_hideSplashScreen) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:719 #, kde-format msgid "Hide splash screen on startup" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, m_chkNativeFileDialog) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:726 #, kde-format msgid "Warning: if you enable this setting and the file dialogs do weird stuff, do not report a bug." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, m_chkNativeFileDialog) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:729 #, kde-format msgid "Enable native file dialogs (warning: may not work correctly on some systems)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:736 #, kde-format msgid "Maximum brush size:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, intMaxBrushSize) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:751 #, kde-format msgid "The maximum diameter of a brush in pixels." msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, intMaxBrushSize) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:754 #, kde-format msgctxt "pixel" msgid "px" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: libs/ui/forms/wdggeneralsettings.ui:770 #, kde-format msgid "(Needs restart)" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgGeometryOptions) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:6 #, kde-format msgid "Geometry Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabelOutline) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:33 #, kde-format msgid "Outline:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbOutline) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:52 #: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:41 #, kde-format msgid "Brush" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabelFill) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:60 #: libs/ui/forms/wdgstrokeselectionproperties.ui:55 #, kde-format msgid "Fill:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFill) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:74 #, kde-format msgid "Not Filled" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFill) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:79 #, kde-format msgid "Foreground Color" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFill) #. i18n: ectx: property (text), widget (QLabel, insertionColorLabel) #. i18n: ectx: property (text), widget (QLabel, deletionColorLabel) #. i18n: ectx: property (text), widget (QLabel, formatColorLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdggeometryoptions.ui:84 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:105 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:188 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:247 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:1055 #, kde-format msgid "Background Color" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgImageProperties) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgNewImage) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgStrokeSelection) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:14 libs/ui/forms/wdgnewimage.ui:32 #: libs/ui/forms/wdgstrokeselectionproperties.ui:20 #, kde-format msgid "New Image" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. i18n: ectx: attribute (title), widget (QWidget, tab) #. i18n: ectx: property (title), widget (QGroupBox, groupBox1) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:24 libs/ui/forms/wdgnewimage.ui:54 #: plugins/impex/pdf/pdfimportwidgetbase.ui:60 #, kde-format msgid "Dimensions" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:115 libs/ui/forms/wdgnewimage.ui:246 #, kde-format msgid "pixels-per-inch" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:118 libs/ui/forms/wdgnewimage.ui:249 #, kde-format msgid "ppi" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblBgColor) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:146 #, kde-format msgctxt "The background color of the image's projection" msgid "Background Color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:179 #, kde-format msgid "Background Opacity:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, grpMode) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:192 #, kde-format msgid "Image Color Space" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:201 #, kde-format msgid "" "" "

    Note: This changes only the colorspace of the rendered image. To convert the colorspace of the layers, use Convert Image Colorspace.

    " "" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, grpSoftProof) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:215 #, kde-format msgid "Softproofing" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSaveProofing) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:221 #, kde-format msgid "Store Softproofing configuration in the image" msgstr "" #. i18n: ectx: property (toolTip), widget (QSlider, sldAdaptationState) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:282 #, kde-format msgid "" "" "

    Set how much you wish to correct the adaptation state. This will affect how Absolute Colorimetric changes the whites of your image. In Layman's terms: how much do you wish to have the color management correct the paper-color to screen white while using Absolute Colorimetric?

    " "" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, ckbBlackPointComp) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:310 #, kde-format msgid "" "" "

    Black Point compensation matches the darkest color of the source device to the darkest color of the destination device. Relative Colorimetric without Black Point Compensation will show the difference between the darkest values. With blackpoint compensation, black is black.

    " "" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:336 #, kde-format msgid "Annotations" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblDescription) #. i18n: ectx: property (text), widget (QLabel, lblPreview) #. i18n: ectx: property (text), widget (QLabel, lblSwapFileLocation) #. i18n: ectx: property (text), widget (QLabel, lblSaveLocation) #. i18n: ectx: property (text), widget (QLabel, stylesAvailableLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgimageproperties.ui:360 libs/ui/forms/wdgnewimage.ui:338 #: libs/ui/forms/wdgperformancesettings.ui:229 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:353 #: plugins/flake/textshape/dialogs/TableOfContentsStyleConfigure.ui:20 #, kde-format msgid "TextLabel" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnAddImages) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:29 #, kde-format msgid "Add images..." msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, remove) #. i18n: ectx: property (text), widget (QPushButton, removeButton) #. i18n: ectx: property (text), widget (QPushButton, btnRemove) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:36 #: libs/ui/input/config/kis_edit_profiles_dialog.ui:40 #: libs/widgets/KoEditColorSet.ui:55 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:419 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:155 #, kde-format msgid "Remove" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:49 #, kde-format msgid "Order" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:64 #, kde-format msgid "Timing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:70 #, kde-format msgid "Start at" msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, spinFirstFrame) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:77 #, kde-format msgid "The frame number for the first image" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:87 #, kde-format msgid "Step" msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, spinStep) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:94 #, kde-format msgid "Number of frames between images" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblFramerate) #. +> trunk5 stable5 #: libs/ui/forms/wdgimportimagesequence.ui:107 #, kde-format msgid "Source FPS:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblName) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:24 libs/ui/forms/wdgnewimage.ui:547 #, kde-format msgid "&Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblOpacity) #. i18n: ectx: property (text), widget (QLabel, label_14) #. i18n: ectx: property (text), widget (QLabel, label_15) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:50 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:327 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:380 #: libs/ui/layerstyles/wdgblendingoptions.ui:52 #: libs/ui/layerstyles/WdgColorOverlay.ui:66 #: libs/ui/layerstyles/wdgInnerGlow.ui:52 #: libs/ui/layerstyles/WdgPatternOverlay.ui:55 #, kde-format msgid "&Opacity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCompositeOp) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:76 #, kde-format msgid "Blending mode:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblColorSpaceTitle) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:102 #, kde-format msgid "Color space:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblColorLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:160 #, kde-format msgid "Color label:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblDimensionsTitle) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:186 #, kde-format msgid "Dimensions:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpProperties) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:234 #, kde-format msgid "Properties" msgstr "" #. i18n: ectx: property (toolTip), widget (QGroupBox, grpActiveChannels) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:248 #, kde-format msgid "Select the set of active channels." msgstr "" #. i18n: ectx: property (whatsThis), widget (QGroupBox, grpActiveChannels) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:251 #, kde-format msgid "Select the set of active channels. Only active channels will be visible, filtered or affected by painting." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpActiveChannels) #. +> trunk5 stable5 #: libs/ui/forms/wdglayerproperties.ui:254 #, kde-format msgid "&Active Channels" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpSelectionSource) #. +> trunk5 stable5 #: libs/ui/forms/wdgmaskfromselection.ui:16 #, kde-format msgid "Source Selection" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLocal) #. +> trunk5 stable5 #: libs/ui/forms/wdgmaskfromselection.ui:22 #, kde-format msgid "&Layer Selection" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkImage) #. +> trunk5 stable5 #: libs/ui/forms/wdgmaskfromselection.ui:29 #, kde-format msgid "&Image Selection" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgmaskfromselection.ui:39 #, kde-format msgid "Combination method" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgmaskfromselection.ui:45 #, kde-format msgid "&Combined area" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioButton_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgmaskfromselection.ui:55 #, kde-format msgid "&Shared area" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpMaskSource) #. +> trunk5 stable5 #: libs/ui/forms/wdgmasksource.ui:16 #, kde-format msgid "Mask Source" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioNone) #. +> trunk5 stable5 #: libs/ui/forms/wdgmasksource.ui:22 #, kde-format msgid "&None" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioMask) #. +> trunk5 stable5 #: libs/ui/forms/wdgmasksource.ui:29 #, kde-format msgid "current &Mask" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgmasksource.ui:36 #, kde-format msgid "&Selection" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioButton_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgmasksource.ui:46 #, kde-format msgid "current &Layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgmetadatamergestrategychooser.ui:23 #, kde-format msgid "Merge strategy:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lbCommentsDesc) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, description) #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, labelTopics) #. +> trunk5 stable5 #: libs/ui/forms/wdgmetadatamergestrategychooser.ui:49 #: libs/widgets/koDocumentInfoAboutWidget.ui:147 #: plugins/extensions/metadataeditor/editors/dublincore.ui:99 #: plugins/extensions/pykrita/plugin/info.ui:44 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:239 #, kde-format msgid "Description:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpImage) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgImagesplit) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgLayerSplit) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:92 #: plugins/extensions/imagesplit/wdg_imagesplit.ui:14 #: plugins/extensions/layersplit/wdg_layersplit.ui:14 #, kde-format msgid "Image Size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:109 #, kde-format msgid "P&redefined:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:132 #, kde-format msgid "Save As:" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bnSaveAsPredefined) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:149 #, kde-format msgid "Save the current dimensions" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnSaveAsPredefined) #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:152 #: libs/widgetutils/config/kstandardaction_p.h:44 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:131 #, kde-format msgid "&Save" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, landscape) #. i18n: ectx: property (toolTip), widget (QToolButton, bnLandscape) #. i18n: ectx: property (text), item, widget (QComboBox, editSceneCaptureType) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:165 libs/widgets/KoPageLayoutWidget.ui:166 #: plugins/extensions/metadataeditor/editors/exif.ui:975 #, kde-format msgid "Landscape" msgstr "" #. i18n: ectx: property (text), widget (QLabel, heightLabel) #. i18n: ectx: property (text), widget (QLabel, lblHeight) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:197 libs/widgets/KoPageLayoutWidget.ui:134 #, kde-format msgid "&Height:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblWidth) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:256 #, kde-format msgid "W&idth:" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnPortrait) #. i18n: ectx: property (text), item, widget (QComboBox, editSceneCaptureType) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:269 #: plugins/extensions/metadataeditor/editors/exif.ui:980 #, kde-format msgid "Portrait" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpClipboard) #. i18n: ectx: property (text), widget (QPushButton, clipboardButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:317 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:90 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:307 #, kde-format msgid "Clipboard" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:376 #, kde-format msgid "Layers:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblOpacity) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:386 #, kde-format msgid "Ima&ge Background Opacity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblColor) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:418 #, kde-format msgid "Image Bac&kground Color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblBackgroundStyle) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:431 #, kde-format msgid "Background:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblDescription) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:441 #, kde-format msgid "&Description:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioBackgroundAsLayer) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:472 #, kde-format msgid "As fi&rst layer" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioBackgroundAsProjection) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:479 #, kde-format msgid "As can&vas color" msgstr "" #. i18n: ectx: property (toolTip), widget (KisColorButton, cmbColor) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:500 #, kde-format msgid "Reset the image background color in the Image Properties dialog" msgstr "" #. i18n: ectx: property (text), widget (QLineEdit, txtName) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:560 #, kde-format msgid "untitled-1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblDocumentInfo) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewimage.ui:598 #, kde-format msgid "This document..." msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, DlgNewWindowLayout) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewwindowlayout.ui:20 #, kde-format msgid "Save new window layout" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkFollowFocus) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewwindowlayout.ui:36 #, kde-format msgid "Primary workspace follows focus" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkActiveInAllWindows) #. +> trunk5 stable5 #: libs/ui/forms/wdgnewwindowlayout.ui:43 #, kde-format msgid "Show active image in all windows" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioButtonCurrentLayer) #. +> trunk5 stable5 #: libs/ui/forms/wdgnodequerypatheditor.ui:17 #, kde-format msgid "current layer" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioButtonCustomPath) #. +> trunk5 stable5 #: libs/ui/forms/wdgnodequerypatheditor.ui:27 #, kde-format msgid "path" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgPaintOpSettings) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:14 libs/ui/kis_paintop_box.cc:409 #, kde-format msgid "Brush Editor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, currentBrushNameLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:130 #, kde-format msgid "current brush" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, updateBrushNameButton) #. i18n: ectx: property (text), widget (QPushButton, savePresetButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:184 #: libs/ui/forms/wdgsavebrushpreset.ui:215 libs/ui/KisMainWindow.cpp:782 #: libs/ui/widgets/kis_workspace_chooser.cpp:121 #: libs/widgets/KisColorsetChooser.cpp:102 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:61 #: plugins/python/scripter/ui_scripter/actions/saveaction/saveaction.py:33 #, kde-format msgid "Save" msgstr "" #. i18n: ectx: property (text), widget (QLabel, currentBrushEngineLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:243 #, kde-format msgid "Current Brush Engine" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, saveNewBrushPresetButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:353 #, kde-format msgid "Save New Brush Preset..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, saveBrushPresetButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:372 #, kde-format msgid "Overwrite Brush" msgstr "" #. i18n: ectx: property (text), widget (QLabel, engineFilterLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:445 #, kde-format msgid "Engine:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, eraserBrushSizeCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:664 #, kde-format msgid "Erase mode will use a separate brush size" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, eraserBrushSizeCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:667 #, kde-format msgid "Eraser switch size" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, eraserBrushOpacityCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:683 #, kde-format msgid "Erase mode will use a separate brush opacity" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, eraserBrushOpacityCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:686 #, kde-format msgid "Eraser switch opacity" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, dirtyPresetCheckBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:702 #, kde-format msgid "Temporarily Save Tweaks To Presets" msgstr "" #. i18n: ectx: property (text), widget (QLabel, scratchpadSidebarLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:810 #, kde-format msgid "Scratchpad" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, paintPresetIcon) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:867 #, kde-format msgid "Fill area with brush preset icon" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, fillLayer) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:877 #, kde-format msgid "Fill area with current image" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, fillGradient) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:887 #, kde-format msgid "Fill area with gradient" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, fillSolid) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:897 #, kde-format msgid "Fill area with background color" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, eraseScratchPad) #. +> trunk5 stable5 #: libs/ui/forms/wdgpaintopsettings.ui:907 #, kde-format msgid "Reset area to white" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:23 #, kde-format msgid "Note: Krita will need to be restarted for changes to take effect" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:40 #, kde-format msgid "RAM" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:46 #, kde-format msgid "Memory available:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblTotalMemory) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:59 #, kde-format msgid "XXX MiB" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label) #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, sliderMemoryLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:69 #: libs/ui/forms/wdgperformancesettings.ui:87 #, kde-format msgid "Krita will not use more memory than this limit." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:72 #, kde-format msgid "Memory Limit:" msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intMemoryLimit) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intPoolLimit) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intUndoLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:94 #: libs/ui/forms/wdgperformancesettings.ui:122 #: libs/ui/forms/wdgperformancesettings.ui:156 #, kde-format msgid " MiB" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:103 #, kde-format msgid "Internal Pool:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_4) #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, sliderUndoLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:131 #: libs/ui/forms/wdgperformancesettings.ui:149 #, kde-format msgid "When undo information reaches this limit, it will be stored in a temporary file and memory will be freed. Undo will be slower." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:134 #, kde-format msgid "Swap Undo After:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:168 #, kde-format msgid "Swap File Size" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_6) #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderSwapSize) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:177 #: libs/ui/forms/wdgperformancesettings.ui:195 #, kde-format msgid "The swap file will not be bigger than this limit." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:180 #, kde-format msgid "File Size Limit:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:211 #, kde-format msgid "Swap File Location:" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnSwapFile) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:236 #, kde-format msgid "Select the location where Krita writes its swap files." msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:265 #, kde-format msgid "Advanced" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:271 #, kde-format msgid "Multithreading" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:277 #, kde-format msgid "CPU Limit:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderThreadsLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:290 #, kde-format msgid "" "" "

    Krita will not use more CPU cores than selected by this limit

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:297 #, kde-format msgid "Frame Rendering Clones Limit" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderFrameClonesLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:310 #, kde-format, no-c-format msgid "" "" "

    When rendering animation frames (into files or during animation cache regeneration), Krita will make the specified number of copies of your image and will work on them in parallel. Each copy will demand more RAM for its storage (about 20% of the size of you image), so raise this limit only if you have enough RAM installed.

    " "


    " "

    " "

    Recommended value: set Clones Limit to the number of physical (non-hyperthreaded) cores your CPU has

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_fps) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:322 #, kde-format msgid "Limit frames per second while painting:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderFpsLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:335 #, kde-format msgid "" "" "

    Krita will try to limit the number of screen updates per second to the given number. A lower number will decrease visual responsiveness but increase stylus precision on some systems like macOS." "

    " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkOpenGLFramerateLogging) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:344 #, kde-format msgid "Debug logging of OpenGL framerate" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkBrushSpeedLogging) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:351 #, kde-format msgid "Debug logging for brush rendering speed" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDisableVectorOptimizations) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:358 #, kde-format msgid "Disable vector optimizations (for AMD CPUs)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkProgressReporting) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:365 #, kde-format msgid "Progress reporting (might affect performance)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkPerformanceLogging) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:372 #, kde-format msgid "Performance logging" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:382 #, kde-format msgid "" "" "

    When performance logging is enabled Krita saves timing information into the '<working_dir>/log' folder. If you experience performance problems and want to help us, enable this option and add the contents of the directory to a bug report.

    " "" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:406 #, kde-format msgid "Animation Cache" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:412 #, kde-format msgid "Cache Storage Backend" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, optInMemory) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:418 #, kde-format msgid "" "" "

    Animation frame cache will be stored in RAM completely without any limitations

    " "

    WARNING: please make sure your computer has enough RAM above the amount you requested in General tab. Otherwise you might face system freezes.

    " "

    * for 1 second of FullHD@25fps video you need extra 200 MiB of memory

    " "

    * for 1 second of 4K UltraHD@25fps video you need extra 800 MiB of memory

    " "" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, optInMemory) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:421 #, kde-format msgid "In-memory" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, optOnDisk) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:428 #, kde-format msgid "" "" "

    Animation frames are stored on hard disk in the same folder as swap file. The cache is stored in a compressed way. Little amount of extra RAM is needed.

    " "

    Since data transfer speed of the hard drive is low, you might want to limit cached frame size to be able to play your video at 25 fps. The limit of 2500 px is usually a good choice.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, optOnDisk) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:431 #, kde-format msgid "On-disk" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_5) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:441 #, kde-format msgid "Cache Generation Options" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkCachedFramesSizeLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:447 #, kde-format msgid "" "" "

    Render scaled down version of the frame if the image is bigger than the provided limit. Make sure you enable this option when using on-disk storage backend.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkCachedFramesSizeLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:450 #, kde-format msgid "Limit cached frame size:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intCachedFramesSizeLimit) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:463 #, kde-format msgid "" "" "

    Size limit after which the frames will be scaled down

    " "

    Recommended value: 2500 px

    " "" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseRegionOfInterest) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:470 #, kde-format msgid "" "" "

    When the image is too big, render only currently visible part of it

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkUseRegionOfInterest) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:473 #, kde-format msgid "Use region of interest" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intRegionOfInterestMargin) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:486 #, kde-format, no-c-format msgid "" "" "

    Add extra area to the region of interest to each side of the canvas.

    " "

    Recommended value: 25%. The region of interest will be extended by 25% to each side.

    " "" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkBackgroundCacheGeneration) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:493 #, kde-format msgid "" "" "

    Automatically prerender animation cache in background when the user is idle

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkBackgroundCacheGeneration) #. +> trunk5 stable5 #: libs/ui/forms/wdgperformancesettings.ui:496 #, kde-format msgid "Enable background cache generation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgpreseticonlibrary.ui:37 #, kde-format msgid "Color adjustment:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgpreseticonlibrary.ui:44 #, kde-format msgid "" "" "

    Choose the optional emblem icon that indicates extra information, such as the preset being a special effects brush, or just using tilt, or angled in some way.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgpreseticonlibrary.ui:47 #, kde-format msgid "Emblem icon:" msgstr "" #. i18n: ectx: property (toolTip), widget (QListView, vwOptional) #. +> trunk5 stable5 #: libs/ui/forms/wdgpreseticonlibrary.ui:54 #, kde-format msgid "Upper left emblem indicating a special feature of the brush." msgstr "" #. i18n: ectx: property (toolTip), widget (QListView, vwBase) #. +> trunk5 stable5 #: libs/ui/forms/wdgpreseticonlibrary.ui:125 #, kde-format msgid "Base tool image to base this preset on." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgpreseticonlibrary.ui:166 #, kde-format msgid "Tool image:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, intHeight) #. i18n: ectx: property (text), widget (QLabel, heightLabel) #. i18n: ectx: property (toolTip), widget (QLabel, heightLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgrectangleconstraints.ui:88 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:274 #: plugins/tools/tool_crop/wdg_tool_crop.ui:218 #: plugins/tools/tool_crop/wdg_tool_crop.ui:243 #, kde-format msgid "Height" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, doubleRatio) #. +> trunk5 stable5 #: libs/ui/forms/wdgrectangleconstraints.ui:111 #, kde-format msgid "Aspect ratio" msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, intWidth) #. i18n: ectx: property (text), widget (QLabel, widthLabel) #. i18n: ectx: property (toolTip), widget (QLabel, widthLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgrectangleconstraints.ui:124 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:257 #: plugins/tools/tool_crop/wdg_tool_crop.ui:268 #: plugins/tools/tool_crop/wdg_tool_crop.ui:316 #, kde-format msgid "Width" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, lblRatio) #. i18n: ectx: property (text), widget (QLabel, aspectLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgrectangleconstraints.ui:137 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:181 #: plugins/tools/tool_crop/wdg_tool_crop.ui:306 #, kde-format msgid "Ratio:" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgSaveBrushPreset) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:20 #: libs/ui/widgets/kis_paintop_presets_save.cpp:89 #, kde-format msgid "Save Brush Preset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, newBrushNameLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:31 #, kde-format msgid "Brush Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, currentBrushNameLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:53 #, kde-format msgid "BrushName" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:85 #, kde-format msgid "Paint in this area" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, loadExistingThumbnailButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:139 #, kde-format msgid "Load Existing Thumbnail" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, loadScratchPadThumbnailButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:146 #, kde-format msgid "Load Scratchpad Thumbnail" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, loadImageIntoThumbnailButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:153 #, kde-format msgid "Load Image" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, loadIconLibraryThumbnailButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:160 #, kde-format msgid "Load from Icon Library" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, clearBrushPresetThumbnailButton) #. +> trunk5 stable5 #: libs/ui/forms/wdgsavebrushpreset.ui:167 #, kde-format msgid "Clear Thumbnail" msgstr "" #. i18n: ectx: property (toolTip), widget (KoGroupButton, intersect) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:37 #, kde-format msgid "Intersect" msgstr "" #. i18n: ectx: property (toolTip), widget (KoGroupButton, shape) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:53 #, kde-format msgid "Vector Selection" msgstr "" #. i18n: ectx: property (toolTip), widget (KoGroupButton, replace) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:69 #, kde-format msgid "Replace (Shortcut R)" msgstr "" #. i18n: ectx: property (toolTip), widget (KoGroupButton, add) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:88 #, kde-format msgid "Add (Shortcut A)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblMode) #. i18n: ectx: property (text), widget (QLabel, label_21) #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:107 #: plugins/extensions/metadataeditor/editors/exif.ui:555 #: plugins/python/highpass/highpass.py:48 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1977 #, kde-format msgid "Mode:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblAction) #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:117 #: plugins/extensions/pykrita/plugin/info.ui:133 #, kde-format msgid "Action:" msgstr "" #. i18n: ectx: property (toolTip), widget (KoGroupButton, pixel) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:127 #, kde-format msgid "Pixel Selection" msgstr "" #. i18n: ectx: property (toolTip), widget (KoGroupButton, subtract) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:146 #, kde-format msgid "Subtract (Shortcut S)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAntiAliasing) #. i18n: ectx: property (text), widget (QCheckBox, ckbAntialiasing) #. +> trunk5 stable5 #: libs/ui/forms/wdgselectionoptions.ui:177 #: plugins/filters/halftone/wdg_halftone_filter.ui:83 #, kde-format msgid "Anti-aliasing" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, DlgSessionManager) #. +> trunk5 stable5 #: libs/ui/forms/wdgsessionmanager.ui:14 #, kde-format msgid "Sessions" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnNew) #. +> trunk5 stable5 #: libs/ui/forms/wdgsessionmanager.ui:30 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:73 #, kde-format msgid "New..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnRename) #. +> trunk5 stable5 #: libs/ui/forms/wdgsessionmanager.ui:37 #, kde-format msgid "Rename..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnSwitchTo) #. +> trunk5 stable5 #: libs/ui/forms/wdgsessionmanager.ui:44 #, kde-format msgid "Switch to" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnDelete) #. +> trunk5 stable5 #: libs/ui/forms/wdgsessionmanager.ui:51 #, kde-format msgid "Delete..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, stopLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgstopgradienteditor.ui:87 #, kde-format msgid "Stop: " msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:30 #: libs/ui/layerstyles/wdglayerstyles.ui:128 #: libs/ui/layerstyles/WdgStroke.ui:17 #: plugins/tools/defaulttool/defaulttool/DefaultToolTabbedWidget.cpp:41 #, kde-format msgid "Stroke" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, typeBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:42 #, kde-format msgid "Current Brush" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, typeBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:47 #, kde-format msgid "Line selection" msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, intWidth) #. i18n: ectx: property (suffix), widget (QSpinBox, intXOffset) #. i18n: ectx: property (suffix), widget (QSpinBox, intHeight) #. i18n: ectx: property (suffix), widget (QSpinBox, intYOffset) #. i18n: ectx: property (text), item, widget (QComboBox, sizeBox) #. i18n: ectx: property (suffix), widget (KisSliderSpinBox, intSize) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, columnXOffset) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, columnYOffset) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, rowXOffset) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, rowYOffset) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, columnDistance) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, rowDistance) #. i18n: ectx: property (text), widget (QLabel, pxLabel) #. i18n: ectx: property (text), widget (QLabel, pxLabel2) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intHeight) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intWidth) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:96 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:84 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:101 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:121 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:138 #: libs/ui/layerstyles/wdgInnerGlow.ui:242 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:173 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:186 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:238 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:251 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:290 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:300 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:115 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:138 #: plugins/impex/pdf/pdfimportwidgetbase.ui:153 #: plugins/impex/pdf/pdfimportwidgetbase.ui:185 #: plugins/paintops/libpaintop/sensors/SensorDistanceConfiguration.ui:85 #, kde-format msgid "px" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, sizeBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:101 #, kde-format msgid "mm" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, sizeBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:106 #, kde-format msgid "inch" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, btnNoFill) #. i18n: ectx: property (text), item, widget (QComboBox, cmbGradientRepeat) #. i18n: ectx: property (text), item, widget (QComboBox, fillBox) #. i18n: ectx: property (text), item, widget (QComboBox, editGainControl) #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxPredictor) #. i18n: ectx: property (text), item, widget (QComboBox, cmbDecor) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:115 #: libs/ui/widgets/KoFillConfigWidget.ui:37 #: libs/ui/widgets/KoFillConfigWidget.ui:258 #: plugins/extensions/metadataeditor/editors/exif.ui:666 #: plugins/flake/textshape/dialogs/StylesModel.cpp:51 #: plugins/flake/textshape/dialogs/StylesModel.cpp:131 #: plugins/flake/textshape/dialogs/StylesModel.cpp:214 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:57 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:129 #: plugins/tools/basictools/kis_tool_brush.cc:321 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:50 #: plugins/tools/tool_crop/wdg_tool_crop.ui:424 #, kde-format msgid "None" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, fillBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:120 #, kde-format msgid "Paint color" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, fillBox) #. i18n: ectx: property (text), item, widget (QComboBox, lineColorBox) #. i18n: ectx: property (text), widget (QLabel, backgroundColorLabel) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:125 #: libs/ui/forms/wdgstrokeselectionproperties.ui:175 #: plugins/flake/textshape/dialogs/ParagraphDecorations.ui:65 #, kde-format msgid "Background color" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, fillBox) #. i18n: ectx: property (text), item, widget (QComboBox, lineColorBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:130 #: libs/ui/forms/wdgstrokeselectionproperties.ui:180 #, kde-format msgid "Custom color" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, fillBox) #. i18n: ectx: property (text), item, widget (QComboBox, lineColorBox) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:135 #: libs/ui/forms/wdgstrokeselectionproperties.ui:170 #, kde-format msgid "Foreground color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgstrokeselectionproperties.ui:143 #, kde-format msgid "Line:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:70 #, kde-format msgid "Low Pressure" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:96 #, kde-format msgid "High Pressure" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:107 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:60 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:61 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:33 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:76 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:56 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:57 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:281 #: plugins/paintops/libpaintop/kis_pressure_scatter_option_widget.cpp:33 #: plugins/paintops/libpaintop/kis_pressure_sharpness_option_widget.cpp:35 #, kde-format msgid "1.0" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:127 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:60 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:61 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:33 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:76 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:56 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:57 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:234 #: plugins/paintops/libpaintop/kis_pressure_scatter_option_widget.cpp:33 #: plugins/paintops/libpaintop/kis_pressure_sharpness_option_widget.cpp:35 #, kde-format msgid "0.0" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:138 #, kde-format msgid "Input Pressure Global Curve" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnTabletTest) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:171 #, kde-format msgid "Open Tablet Tester..." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpTabletApi) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:178 #, kde-format msgid "Tablet Input API (changing this requires restarting Krita)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioWintab) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:184 #, kde-format msgid "WinTab" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioWin8PointerInput) #. +> trunk5 stable5 #: libs/ui/forms/wdgtabletsettings.ui:191 #, kde-format msgid "Windows 8+ Pointer Input (depends on Windows Ink) (EXPERIMENTAL)" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:67 #, kde-format msgid "Add shortcut..." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:79 #, kde-format msgctxt "Shortcut type" msgid "Key Combination" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:82 #, kde-format msgctxt "Shortcut type" msgid "Mouse Button" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:85 #, kde-format msgctxt "Shortcut type" msgid "Mouse Wheel" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:88 #, kde-format msgctxt "Shortcut type" msgid "Gesture" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:91 #, kde-format msgid "Unknown Input" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:186 #, kde-format msgctxt "Type of shortcut" msgid "Type" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:189 #, kde-format msgctxt "Input for shortcut" msgid "Input" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_action_shortcuts_model.cpp:192 #, kde-format msgctxt "Action to trigger with shortcut" msgid "Action" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, editProfilesButton) #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.cpp:66 #: libs/ui/input/config/kis_input_configuration_page.ui:51 #, kde-format msgid "Edit Profiles" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.cpp:83 #, kde-format msgid "Copy of %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.cpp:96 #, kde-format msgctxt "@title:window" msgid "Reset All Profiles" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.cpp:97 #, kde-format msgid "You will lose all changes to any input profiles. Do you wish to continue?" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, duplicateButton) #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.ui:20 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:48 #, kde-format msgid "Duplicate" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, resetButton) #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.ui:30 #, kde-format msgid "Reset All" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, renameButton) #. +> trunk5 stable5 #: libs/ui/input/config/kis_edit_profiles_dialog.ui:47 #, kde-format msgid "Rename" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_button.cpp:53 #, kde-format msgctxt "No input for this button" msgid "None" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_button.cpp:140 #: libs/ui/input/config/kis_input_button.cpp:202 #, kde-format msgctxt "Waiting for user input" msgid "Input..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_configuration_page.ui:19 #, kde-format msgid "Input Profile" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, editProfilesButton) #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_configuration_page.ui:48 #, kde-format msgid "Duplicate current profile" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_configuration_page_item.cpp:48 #, kde-format msgid "Delete Shortcut" msgstr "" #. i18n: ectx: property (text), widget (QLabel, descriptionLabel) #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_configuration_page_item.ui:23 #, kde-format msgid "" "" "

    Action Description

    " "" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, collapseButton) #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_configuration_page_item.ui:61 #: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:283 #, kde-format msgid "Action Name" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_type_delegate.cpp:47 #, kde-format msgid "Key Combination" msgstr "" #. i18n: ectx: property (text), widget (QLabel, mouseLabel) #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_type_delegate.cpp:48 #: libs/ui/input/config/kis_mouse_input_editor.ui:59 #, kde-format msgid "Mouse Button" msgstr "" #. i18n: ectx: property (text), widget (QLabel, wheelLabel) #. +> trunk5 stable5 #: libs/ui/input/config/kis_input_type_delegate.cpp:49 #: libs/ui/input/config/kis_wheel_input_editor.ui:36 #, kde-format msgid "Mouse Wheel" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/input/config/kis_key_input_editor.ui:29 #, kde-format msgid "Edit Key Combination" msgstr "" #. i18n: ectx: property (text), widget (QLabel, keysLabel) #. +> trunk5 stable5 #: libs/ui/input/config/kis_key_input_editor.ui:42 #, kde-format msgid "Keys" msgstr "" #. i18n: ectx: property (text), widget (QLabel, modifiersLabel) #. +> trunk5 stable5 #: libs/ui/input/config/kis_mouse_input_editor.ui:46 #: libs/ui/input/config/kis_wheel_input_editor.ui:75 #, kde-format msgid "Modifiers" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/input/config/kis_mouse_input_editor.ui:75 #, kde-format msgid "Edit Mouse Input" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/input/config/kis_wheel_input_editor.ui:52 #, kde-format msgid "Edit Mouse Wheel Input" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_abstract_input_action.cpp:45 #: libs/ui/input/kis_tool_invocation_action.cpp:56 #, kde-format msgid "Activate" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:39 #, kde-format msgid "Alternate Invocation" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:40 #, kde-format msgid "The Alternate Invocation action performs an alternate action with the current tool. For example, using the brush tool it picks a color from the canvas." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:42 #, kde-format msgid "Primary Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:43 #, kde-format msgid "Secondary Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:44 #, kde-format msgid "Tertiary Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:47 #, kde-format msgid "Pick Foreground Color from Current Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:48 #, kde-format msgid "Pick Background Color from Current Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:50 #, kde-format msgid "Pick Foreground Color from Merged Image" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_alternate_invocation_action.cpp:51 #, kde-format msgid "Pick Background Color from Merged Image" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_change_frame_action.cpp:38 #, kde-format msgid "Switch Time" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_change_frame_action.cpp:39 #, kde-format msgid "The Switch Time action changes the current time of the animation." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_change_frame_action.cpp:42 #: plugins/dockers/animation/animation_docker.cpp:542 #, kde-format msgid "Next Frame" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_change_frame_action.cpp:43 #: plugins/dockers/animation/animation_docker.cpp:538 #, kde-format msgid "Previous Frame" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_change_primary_setting_action.cpp:34 #, kde-format msgid "Change Primary Setting" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_change_primary_setting_action.cpp:35 #, kde-format msgid "The Change Primary Setting action changes a tool's \"Primary Setting\", for example the brush size for the brush tool." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:73 #, kde-format msgid "Exposure and Gamma" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:74 #, kde-format msgid "The Exposure and Gamma action changes the display mode of the canvas." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:77 #, kde-format msgid "Exposure Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:78 #, kde-format msgid "Gamma Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:80 #, kde-format msgid "Exposure +0.5" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:81 #, kde-format msgid "Exposure -0.5" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:82 #, kde-format msgid "Gamma +0.5" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:83 #, kde-format msgid "Gamma -0.5" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:85 #, kde-format msgid "Exposure +0.2" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:86 #, kde-format msgid "Exposure -0.2" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:87 #, kde-format msgid "Gamma +0.2" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:88 #, kde-format msgid "Gamma -0.2" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_gamma_exposure_action.cpp:90 #, kde-format msgid "Reset Exposure and Gamma" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:50 #, kde-format msgid "Pan Canvas" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:51 #, kde-format msgid "The Pan Canvas action pans the canvas." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:54 #, kde-format msgid "Pan Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:55 #, kde-format msgid "Pan Left" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:56 #, kde-format msgid "Pan Right" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:57 #, kde-format msgid "Pan Up" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_pan_action.cpp:58 #, kde-format msgid "Pan Down" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:46 #, kde-format msgid "Rotate Canvas" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:47 #, kde-format msgid "The Rotate Canvas action rotates the canvas." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:50 #, kde-format msgid "Rotate Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:51 #, kde-format msgid "Discrete Rotate Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:52 #, kde-format msgid "Rotate Left" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:53 #, kde-format msgid "Rotate Right" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_rotate_canvas_action.cpp:54 #, kde-format msgid "Reset Rotation" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_select_layer_action.cpp:48 #, kde-format msgid "Select Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_select_layer_action.cpp:49 #, kde-format msgid "Selects a layer under cursor position" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_select_layer_action.cpp:52 #, kde-format msgid "Select Layer Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_select_layer_action.cpp:53 #, kde-format msgid "Select Multiple Layer Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:234 #, kde-format msgctxt "Separator in the list of mouse buttons for shortcut" msgid " + " msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:239 #, kde-format msgctxt "Left Mouse Button" msgid "Left" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:248 #, kde-format msgctxt "Right Mouse Button" msgid "Right" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:256 #, kde-format msgctxt "Middle Mouse Button" msgid "Middle" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:264 #, kde-format msgctxt "Mouse Back Button" msgid "Back" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:272 #, kde-format msgctxt "Mouse Forward Button" msgid "Forward" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:276 #, kde-format msgctxt "No mouse buttons for shortcut" msgid "None" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:282 #, kde-format msgctxt "%1 = List of mouse buttons for shortcut. Plural form is chosen upon the number of buttons in that list." msgid "%1 Button" msgid_plural "%1 Buttons" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:294 #, kde-format msgctxt "Separator in the list of keys for shortcut" msgid " + " msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:299 #, kde-format msgctxt "Ctrl key" msgid "Ctrl" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:303 #, kde-format msgctxt "Meta key" msgid "Meta" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:307 #, kde-format msgctxt "Alt key" msgid "Alt" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:311 #, kde-format msgctxt "Shift key" msgid "Shift" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:323 #, kde-format msgctxt "No keys for shortcut" msgid "None" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:333 #, kde-format msgid "Mouse Wheel Up" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:337 #, kde-format msgid "Mouse Wheel Down" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:341 #, kde-format msgid "Mouse Wheel Left" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:345 #, kde-format msgid "Mouse Wheel Right" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:349 #, kde-format msgid "Trackpad Pan" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:353 #, kde-format msgctxt "No mouse wheel buttons for shortcut" msgid "None" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:365 #, kde-format msgctxt "%1 = modifier keys in shortcut; %2 = mouse buttons in shortcut" msgid "%1 + %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_shortcut_configuration.cpp:381 #, kde-format msgctxt "%1 = modifier keys in shortcut; %2 = mouse wheel buttons in shortcut" msgid "%1 + %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_show_palette_action.cpp:36 #, kde-format msgid "Show Popup Palette" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_show_palette_action.cpp:37 #, kde-format msgid "The Show Popup Palette displays the popup palette." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_tablet_debugger.cpp:105 #, kde-format msgid "Tablet Event Logging Enabled" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_tablet_debugger.cpp:106 #, kde-format msgid "Tablet Event Logging Disabled" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_tool_invocation_action.cpp:52 #, kde-format msgid "Tool Invocation" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_tool_invocation_action.cpp:53 #, kde-format msgid "The Tool Invocation action invokes the current tool, for example, using the brush tool, it will start painting." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_tool_invocation_action.cpp:57 #, kde-format msgid "Confirm" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_tool_invocation_action.cpp:59 #, kde-format msgid "Activate Line Tool" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:117 #, kde-format msgid "Zoom Canvas" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:118 #, kde-format msgid "The Zoom Canvas action zooms the canvas." msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:121 #, kde-format msgid "Zoom Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:122 #, kde-format msgid "Discrete Zoom Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:123 #, kde-format msgid "Relative Zoom Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:124 #, kde-format msgid "Relative Discrete Zoom Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:127 #, kde-format msgid "Reset Zoom to 100%" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:128 #, kde-format msgid "Fit to Page" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/kis_zoom_action.cpp:129 #, kde-format msgid "Fit to Width" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, TabletTest) #. +> trunk5 stable5 #: libs/ui/input/wintab/drawpile_tablettester/tablettest.ui:14 #, kde-format msgid "Tablet Tester" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.cpp:33 #, kde-format msgctxt "Screen rect when choosing Wintab/Qt settings" msgid "%1x%2 offset: %3,%4" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.cpp:59 #, kde-format msgctxt "@option:radio" msgid "%1 (Wintab)" msgstr "" #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.cpp:60 #, kde-format msgctxt "@option:radio" msgid "%1 (Qt)" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, KisScreenSizeChoiceDialog) #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:14 #, kde-format msgid "Choose screen resolution" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblTitleMessage) #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:20 #, kde-format msgid "" "" "

    The driver for your drawing tablet and Windows do not agree on the size of the screen your tablet is connected to. Please select the right option.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioManual) #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:52 #, kde-format msgid "If both are wrong, enter the size manually:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblXOffset) #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:94 #: plugins/dockers/griddocker/grid_config_widget.ui:491 #, kde-format msgid "X offset:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblYOffset) #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:131 #: plugins/dockers/griddocker/grid_config_widget.ui:504 #, kde-format msgid "Y offset:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkRememberSetting) #. +> trunk5 stable5 #: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:155 #, kde-format msgid "Do not ask again (hold Shift to ask again)" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_animation_importer.cpp:69 msgctxt "(qtundo-format)" msgid "Import animation" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_bookmarked_configurations_editor.cc:69 #, kde-format msgid "New configuration %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_bookmarked_configurations_model.cc:68 #, kde-format msgid "Last Used" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_change_file_layer_command.h:34 msgctxt "(qtundo-format)" msgid "Change File Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_clipboard.cc:289 #, kde-format msgid "Remember" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_clipboard.cc:295 #, kde-format msgctxt "@title:window" msgid "Missing Color Profile" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_clipboard.cc:296 #, kde-format msgid "" "The image data you are trying to paste has no color profile information. How do you want to interpret these data? \n" "\n" " As Web (sRGB) - Use standard colors that are displayed from computer monitors. This is the most common way that images are stored. \n" "\n" "As on Monitor - If you know a bit about color management and want to use your monitor to determine the color profile.\n" "\n" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_clipboard.cc:299 #, kde-format msgid "As &Web" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_clipboard.cc:300 #, kde-format msgid "As on &Monitor" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_composite_ops_model.cc:30 #, kde-format msgid "Favorites" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:82 #, kde-format msgid "Fill Patterns" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:100 #, kde-format msgid "&Patterns" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:105 #, kde-format msgid "&Gradients" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:118 #, kde-format msgid "&Color" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:133 #, kde-format msgid "&Painter's Tools" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:180 #: plugins/dockers/patterndocker/patterndocker_dock.cpp:31 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:284 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:153 #: plugins/tools/karbonplugins/tools/KarbonPatternTool.cpp:306 #, kde-format msgid "Patterns" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_control_frame.cpp:183 libs/ui/kis_control_frame.cpp:185 #, kde-format msgid "Custom Pattern" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_custom_pattern.cc:182 #, kde-format msgid "The current image is too big to create a pattern. The pattern will be scaled down." msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_filter_manager.cc:220 #, kde-format msgid "The %1 filter will convert your %2 data to 16-bit L*a*b* and vice versa. " msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_filter_manager.cc:229 #, kde-format msgid "The %1 filter will convert your %2 data to 16-bit RGBA and vice versa. " msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_filter_manager.cc:318 #, kde-format msgid "Apply Filter Again: %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_image_manager.cc:118 #, kde-format msgid "Import Image" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:202 #, kde-format msgctxt "@action:inmenu" msgid "Merge Group" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:203 #, kde-format msgctxt "@action:inmenu" msgid "Merge with Layer Below" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:222 #, kde-format msgctxt "floating message in layer manager" msgid "Layer is empty " msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:255 #, kde-format msgid "Filter Layer Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:300 #, kde-format msgid "Fill Layer Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:337 #, kde-format msgid "File Layer Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:346 libs/ui/kis_layer_manager.cc:905 #, kde-format msgid "No file name specified" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:437 msgctxt "(qtundo-format)" msgid "Convert to a Paint Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:464 msgctxt "(qtundo-format)" msgid "Convert to an animated layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:481 #, kde-format msgid "Save layers to..." msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:482 #, kde-format msgid "Choose the location where the layer will be saved to. The new file layer will then reference this location." msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:542 msgctxt "(qtundo-format)" msgid "Convert to a file layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:630 #, kde-format msgid "New Filter Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:685 #, kde-format msgctxt "@title:window" msgid "Flatten Image" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:686 #, kde-format msgid "The image contains hidden layers that will be lost. Do you want to flatten the image?" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:767 #, kde-format msgctxt "floating message in layer manager" msgid "Layer is locked " msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:813 msgctxt "(qtundo-format)" msgid "Rasterize Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:852 #, kde-format msgid "Convert Invisible Groups" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_layer_manager.cc:855 #, kde-format msgid "Export Only Toplevel Groups" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:182 msgctxt "(qtundo-format)" msgid "Add Selection Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:182 #, kde-format msgid "Selection" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:189 msgctxt "(qtundo-format)" msgid "Add Transparency Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:196 msgctxt "(qtundo-format)" msgid "Add Filter Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:207 #, kde-format msgid "New Filter Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:237 msgctxt "(qtundo-format)" msgid "Add Colorize Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:247 msgctxt "(qtundo-format)" msgid "Add Transform Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mask_manager.cc:267 #, kde-format msgid "Filter Mask Properties" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_mirror_manager.cpp:45 #, kde-format msgid "Mirror View" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:438 msgctxt "(qtundo-format)" msgid "Move Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:445 msgctxt "(qtundo-format)" msgid "Copy Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:452 msgctxt "(qtundo-format)" msgid "Add Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:588 msgctxt "(qtundo-format)" msgid "Convert to a Selection Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:812 msgctxt "(qtundo-format)" msgid "Duplicate Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:835 msgctxt "(qtundo-format)" msgid "Raise Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:842 msgctxt "(qtundo-format)" msgid "Lower Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:860 msgctxt "(qtundo-format)" msgid "Remove Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:876 msgctxt "(qtundo-format)" msgid "Mirror Layer X" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:878 msgctxt "(qtundo-format)" msgid "Mirror Mask X" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:889 msgctxt "(qtundo-format)" msgid "Mirror Layer Y" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:891 msgctxt "(qtundo-format)" msgid "Mirror Mask Y" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1030 #, kde-format msgid "Export \"%1\"" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1094 #, kde-format msgctxt "@title:window" msgid "Export to SVG" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1114 #, kde-format msgid "Could not save to svg: %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1134 msgctxt "(qtundo-format)" msgid "Split Alpha into a Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1164 #, kde-format msgctxt "@title:window" msgid "Layer %1 is not editable" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1165 #, kde-format msgid "" "Cannot write alpha channel of the parent layer \"%1\".\n" "The operation will be cancelled." msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1196 msgctxt "(qtundo-format)" msgid "Write Alpha into a Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1311 msgctxt "(qtundo-format)" msgid "Cut Nodes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1384 msgctxt "(qtundo-format)" msgid "Quick Group" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1395 msgctxt "(qtundo-format)" msgid "Quick Clipping Group" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1402 #, kde-format msgctxt "default name for a clipping group layer" msgid "Clipping Group" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1404 #, kde-format msgctxt "default name for quick clip group mask layer" msgid "Mask Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_node_manager.cpp:1418 msgctxt "(qtundo-format)" msgid "Quick Ungroup" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:119 #, kde-format msgid "Painter's Toolchest" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:130 #, kde-format msgid "Tool Settings" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:136 #, kde-format msgid "Edit brush settings" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:141 #, kde-format msgid "Choose brush preset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblFlow) #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:245 libs/ui/kis_paintop_box.cc:250 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1911 #, kde-format msgid "Flow:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, brushSizeLabel) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, lblSize) #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:246 libs/ui/kis_paintop_box.cc:251 #: plugins/filters/halftone/wdg_halftone_filter.ui:42 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:205 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1933 #, kde-format msgid "Size:" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:291 #, kde-format msgid "Choose workspace" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:325 #, kde-format msgid "Brush composite" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_box.cc:1125 libs/ui/kis_paintop_box.cc:1147 #: libs/ui/kis_paintop_box.cc:1162 #, kde-format msgid "" "%1\n" "selected" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_options_model.cpp:37 #, kde-format msgctxt "option category" msgid "General" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_options_model.cpp:40 #, kde-format msgctxt "option category" msgid "Color" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_options_model.cpp:43 #, kde-format msgctxt "option category" msgid "Texture" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_options_model.cpp:46 #, kde-format msgctxt "option category" msgid "Filter" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_paintop_options_model.cpp:49 #, kde-format msgctxt "option category" msgid "Masked Brush" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_popup_palette.cpp:197 #, kde-format msgid "Mirror Canvas" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_popup_palette.cpp:205 #, kde-format msgid "Canvas Only" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_popup_palette.cpp:209 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:53 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:66 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:36 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:37 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:62 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:63 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:82 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:108 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:126 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:133 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:47 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:61 #: plugins/paintops/libpaintop/kis_pressure_spacing_option_widget.cpp:35 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:41 #: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:48 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:50 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:51 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:52 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:54 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:46 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:54 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:55 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:56 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:68 #, kde-format msgid "100%" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_popup_palette.cpp:212 #, kde-format msgid "Zoom to 100%" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_popup_palette.cpp:773 #, kde-format msgid "There are no tags available to show in this popup. To add presets, you need to tag them and then select the tag here." msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_psd_layer_style_resource.cpp:132 #, kde-format msgctxt "Auto-generated layer style name for embedded styles (style itself)" msgid "<%1> (embedded)" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_selection_manager.cc:537 #, kde-format msgid "Stroked Shapes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_selection_manager.cc:539 msgctxt "(qtundo-format)" msgid "Stroke Shapes" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_splash_screen.cpp:122 #, kde-format msgid "" "" "

    Recent Files

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_splash_screen.cpp:162 #, kde-format msgid "" "" "

    Links

    " "

    Support Krita

    " "

    Getting Started

    " "

    Manual

    " "

    Krita Website

    " "

    User Community

    " "

    Source Code

    " "" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:256 #, kde-format msgctxt "tooltip on statusbar memory reporting button (image stats)" msgid "" "Image size:\t %1\n" " - layers:\t\t %2\n" " - projections:\t %3\n" " - instant preview:\t %4\n" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:267 #, kde-format msgctxt "tooltip on statusbar memory reporting button (total stats)" msgid "" "Memory used:\t %1 / %2\n" " image data:\t %3 / %4\n" " pool:\t\t %5 / %6\n" " undo data:\t %7\n" "\n" "Swap used:\t %8" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:297 #, kde-format msgctxt "tooltip on statusbar memory reporting button" msgid "" "\n" "\n" "WARNING:\tOut of memory! Swapping has been started.\n" "\t\tPlease configure more RAM for Krita in Settings dialog" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:326 #, kde-format msgid "Hidden" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:328 #, kde-format msgid "Ants" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:328 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:339 #, kde-format msgid "Mask" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:331 #, kde-format msgid "" "Selection: x = %1 y = %2 width = %3 height = %4\n" "Display Mode: %5" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:336 #, kde-format msgid "No Selection" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_statusbar.cc:355 #, kde-format msgid "No profile" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_stopgradient_editor.cpp:44 #: plugins/assistants/Assistants/kis_assistant_tool.cc:955 #: plugins/assistants/Assistants/kis_assistant_tool.cc:961 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.cpp:122 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:50 #, kde-format msgid "Opacity: " msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_stopgradient_editor.cpp:50 #: libs/ui/kis_stopgradient_editor.cpp:55 #, kde-format msgid "Flip Gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/kis_zoom_manager.cc:320 #, kde-format msgctxt "floating message about zoom" msgid "Zoom: %1 %" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:308 #, kde-format msgid "Loading Resources..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:312 #, kde-format msgid "Loading Brush Presets..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:316 #, kde-format msgid "Loading Brushes..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:320 #, kde-format msgid "Loading Bundles..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:360 #, kde-format msgid "Loading Plugins for Krita/Tool..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:368 #, kde-format msgid "Loading Plugins for Krita/Dock..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:375 #, kde-format msgid "Loading Plugins Exiv/IO..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:391 #, kde-format msgid "" "You are running a 32 bits build on a 64 bits Windows.\n" "This is not recommended.\n" "Please download and install the x64 build instead." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:408 #, kde-format msgid "Initializing Globals" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:439 #, kde-format msgid "Adding resource types" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:458 #, kde-format msgid "Loading Main Window..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:558 #, kde-format msgid "Mimetype not found, try using the -mimetype option" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:767 #, kde-format msgid "No template found for: %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:770 #, kde-format msgid "Too many templates found for: %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:792 #, kde-format msgid "Template %1 failed to load." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:818 #, kde-format msgid "" "Failed to clear %1\n" "\n" "Please make sure no other program is using the file and try again." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplication.cpp:839 #, kde-format msgid "Do you want to clear the settings file?" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:78 #, kde-format msgid "Open a new document with a template" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:79 #, kde-format msgid "" "Create a new image on startup.\n" "Possible colorspace values are:\n" " * RGBA\n" " * XYZA\n" " * LABA\n" " * CMYKA\n" " * GRAY\n" " * YCbCrA\n" "Possible channel depth arguments are\n" " * U8 (8 bits integer)\n" " * U16 (16 bits integer)\n" " * F16 (16 bits floating point)\n" " * F32 (32 bits floating point)\n" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:93 #, kde-format msgid "The name of the workspace to open Krita with" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:94 #, kde-format msgid "The name of the window layout to open Krita with" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:95 #, kde-format msgid "The name of the session to open Krita with" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:96 #, kde-format msgid "Start Krita in canvas-only mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:97 #, kde-format msgid "Do not show the splash screen" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:98 #, kde-format msgid "Start Krita in full-screen mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:99 #, kde-format msgid "Override display DPI" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:100 #, kde-format msgid "Export to the given filename and exit" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:101 #, kde-format msgid "Filename for export" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisApplicationArguments.cpp:102 #, kde-format msgid "File(s) or URL(s) to open" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisAutoSaveRecoveryDialog.cpp:181 #, kde-format msgctxt "@title:window" msgid "Recover Files" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisAutoSaveRecoveryDialog.cpp:183 #, kde-format msgid "Discard All" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisAutoSaveRecoveryDialog.cpp:188 #, kde-format msgid "The following autosave file can be recovered:" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisAutoSaveRecoveryDialog.cpp:191 #, kde-format msgid "The following autosave files can be recovered:" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisAutoSaveRecoveryDialog.cpp:238 #, kde-format msgid "" "If you select Cancel, all recoverable files will be kept.\n" "If you press OK, selected files will be recovered, the unselected files discarded." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisCloneDocumentStroke.cpp:37 msgctxt "(qtundo-format)" msgid "Clone Document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:528 #, kde-format msgid "%1 cannot be written to. Please save under a different name." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:541 #, kde-format msgid "Exporting Document..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:542 #, kde-format msgid "Saving Document..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:619 #, kde-format msgctxt "%1 --- failing file name, %2 --- error message" msgid "Error during saving %1: %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:625 plugins/extensions/imagesplit/imagesplit.cpp:84 #, kde-format msgid "" "Could not save %1\n" "Reason: %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:644 #, kde-format msgid "Finished saving %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:810 #, kde-format msgid "Autosaving... %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:816 #, kde-format msgid "Autosaving..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:822 #, kde-format msgid "Autosaving postponed: document is busy..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:862 #, kde-format msgctxt "%1 --- failing file name, %2 --- error message" msgid "Error during autosaving %1: %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:876 #, kde-format msgid "Finished autosaving %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1076 #, kde-format msgid "" "Malformed URL\n" "%1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1092 #, kde-format msgid "" "An autosaved file exists for this document.\n" "Do you want to open the autosaved file instead?" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1173 #, kde-format msgid "File %1 does not exist." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1203 #, kde-format msgid "Opening document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1215 #, kde-format msgid "" "Could not open %2.\n" "Reason: %1." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1223 #, kde-format msgid "There were problems opening %1." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1340 #, kde-format msgid "Not Saved" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisDocument.cpp:1685 #, kde-format msgctxt "progress dialog message when the user closes the document that is being saved" msgid "Waiting for saving to complete..." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, exif) #. +> trunk5 stable5 #: libs/ui/kisexiv2/kis_exif_io.h:35 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:270 #, kde-format msgid "Exif" msgstr "" #. +> trunk5 stable5 #: libs/ui/kisexiv2/kis_iptc_io.h:36 #, kde-format msgid "Iptc" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, xmp) #. +> trunk5 stable5 #: libs/ui/kisexiv2/kis_xmp_io.h:35 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:290 #, kde-format msgid "XMP" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:127 #, kde-format msgid "Krita does not support this file format" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:130 #, kde-format msgid "Could not create the output document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:133 #, kde-format msgid "File not found" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:136 #, kde-format msgid "Cannot create storage" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:139 #, kde-format msgid "Bad MIME type" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:142 #, kde-format msgid "Format not recognized" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:145 #, kde-format msgid "Not implemented" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:148 #, kde-format msgid "Parsing error" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:151 #, kde-format msgid "Invalid file format" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:155 #, kde-format msgid "Internal error" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:158 #, kde-format msgid "Cancelled by user" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:162 #: plugins/impex/heightmap/kis_heightmap_import.cpp:82 #, kde-format msgid "Unknown file type" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:166 #, kde-format msgid "Unsupported file version" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:174 #, kde-format msgid "Unknown error" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:263 #, kde-format msgctxt "image conversion warning" msgid "%1 cannot save images with color model %2 and depth %3. The image will be converted." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:268 #, kde-format msgctxt "image conversion warning" msgid "%1 cannot save layers with color model %2 and depth %3. The layers will be converted or skipped." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:273 #, kde-format msgctxt "image conversion warning" msgid "%1 cannot save images with color model %2 and depth %3. The image will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportFilter.cpp:278 #, kde-format msgctxt "image conversion warning" msgid "%1 cannot save layers with color model %2 and depth %3. The layers will be skipped." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:271 #, kde-format msgctxt "@titile:window" msgid "Open Audio" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:350 #, kde-format msgid "Opening document..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:383 #, kde-format msgid "Saving document..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:449 #, kde-format msgctxt "image conversion warning" msgid "The image contains assistants. The assistants will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:452 #, kde-format msgctxt "image conversion warning" msgid "The image contains reference images. The reference images will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:455 #, kde-format msgctxt "image conversion warning" msgid "The image contains guides. The guides will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:458 #, kde-format msgctxt "image conversion warning" msgid "The image contains a custom grid configuration. The configuration will not be saved." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:463 #, kde-format msgid "Error: cannot save this image as a %1." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:472 #, kde-format msgctxt "@title:window" msgid "Krita: Export Error" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:495 #, kde-format msgctxt "Keep the extra space at the end of the sentence, please" msgid "Warning: saving as %1 will lose information from your image. " msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:506 #, kde-format msgid "You will lose information when saving this image as a %1." msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, textureOptionsTab) #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:525 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:59 #, kde-format msgid "Options" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisImportExportManager.cpp:534 #, kde-format msgid "Also save your image as a Krita file." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:177 #, kde-format msgctxt "@action:inmenu" msgid "&Dockers" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:178 #, kde-format msgctxt "@action:inmenu" msgid "&Window" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:179 #, kde-format msgctxt "@action:inmenu" msgid "New &View" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:180 #, kde-format msgctxt "@action:inmenu" msgid "Wor&kspace" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:467 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:134 #, kde-format msgid "Show %1 Toolbar" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:469 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:136 #, kde-format msgid "Hide %1 Toolbar" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:746 #, kde-format msgid "Write Protected" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:750 #, kde-format msgid "Recovered" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:759 #, kde-format msgid "Modified" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:780 #, kde-format msgid "Save as %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:818 #, kde-format msgid "The file %1 does not exist." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:897 #, kde-format msgid "Open Images" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:994 #, kde-format msgid "" "You are saving a file while the image is still rendering. The saved file may be incomplete or corrupted.\n" "\n" "Please select a location where the original file will not be overridden!" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1059 #, kde-format msgid "Exporting" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1059 #, kde-format msgid "Saving As" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1397 #: libs/widgetutils/config/kstandardaction_p.h:41 #, kde-format msgid "Create new document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1439 #, kde-format msgid "Create from Clipboard" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1751 #, kde-format msgid "Export as PDF" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1793 #, kde-format msgid "Cannot export to the specified file" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1815 #, kde-format msgid "Import frames" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1823 #, kde-format msgid "" "Could not finish import animation:\n" "%1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1899 #, kde-format msgid "" "You will lose all changes made since your last save\n" "Do you want to continue?" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:1910 #, kde-format msgid "Error: Could not reload this document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2130 #, kde-format msgctxt "@action:inmenu" msgid "&Import Workspace..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2142 libs/widgets/KoResourceItemChooser.cpp:211 #, kde-format msgctxt "@title:window" msgid "Choose File to Add" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2148 #, kde-format msgctxt "@action:inmenu" msgid "&New Workspace..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2151 #, kde-format msgctxt "@title:window" msgid "New Workspace..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2165 libs/ui/widgets/kis_workspace_chooser.cpp:164 #, kde-format msgid "Workspace" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2176 libs/ui/widgets/kis_workspace_chooser.cpp:175 #, kde-format msgid "Workspace %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2204 #, kde-format msgid "&%1 %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2207 #, kde-format msgid "%1 %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2316 #, kde-format msgid "The Krita LittleCMS color management plugin is not installed. Krita will quit now." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2324 #, kde-format msgid "Krita cannot find any brush presets! Krita will quit now." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2333 #, kde-format msgctxt "@title:window" msgid "Installation error" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2394 #, kde-format msgid "%1 unsaved document (%2)" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2462 #, kde-format msgctxt "@action:inmenu" msgid "&Themes" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisMainWindow.cpp:2498 #, kde-format msgid "Expanding Spacer" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisNodeDelegate.cpp:895 #, kde-format msgid "%1 %" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisNodeToolTip.cpp:52 #, kde-format msgid "No" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisNodeToolTip.cpp:52 #, kde-format msgid "Yes" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisOpenPane.cpp:175 #, kde-format msgid "Open Existing Document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisOpenPane.cpp:267 #, kde-format msgid "Custom Document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisPart.cpp:489 #, kde-format msgid "" "Could not create document from template\n" "%1" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisPart.cpp:492 #, kde-format msgid "" "Could not create document from template\n" "%1\n" "Reason: %2" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisReferenceImage.cpp:74 msgctxt "(qtundo-format)" msgid "Set saturation" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisResourceBundle.cpp:706 #, kde-format msgid "The following resources had mismatching MD5 sums. They may have gotten corrupted, for example, during download." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:101 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:103 #, kde-format msgid "Create Template" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:110 #, kde-format msgctxt "Template name" msgid "Name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:120 #, kde-format msgid "Group:" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:134 #, kde-format msgid "&Add Group..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:137 #, kde-format msgid "&Remove" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:143 #, kde-format msgid "Picture" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:146 #, kde-format msgid "&Preview" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:151 #: libs/widgetutils/xmlgui/KisShortcutEditWidget.cpp:71 #, kde-format msgid "Custom:" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:155 #, kde-format msgid "&Select..." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:164 #, kde-format msgid "Use the new template as default" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:167 #, kde-format msgid "Use the new template every time Krita starts" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:299 #, kde-format msgid "Do you really want to overwrite the existing '%1' template?" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:393 #, kde-format msgid "Select an image" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:421 libs/ui/KisTemplateCreateDia.cpp:424 #: plugins/python/palette_docker/palette_docker.py:75 #, kde-format msgid "Add Group" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:421 #, kde-format msgid "Enter group name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:424 #, kde-format msgid "This name is already used." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:448 #, kde-format msgid "Do you really want to remove that group?" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:449 #, kde-format msgctxt "@title:window" msgid "Remove Group" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:451 #, kde-format msgid "Do you really want to remove that template?" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:452 #, kde-format msgctxt "@title:window" msgid "Remove Template" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:509 #, kde-format msgid "Could not load picture." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplateCreateDia.cpp:513 #, kde-format msgid "No picture available." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisTemplatesPane.cpp:52 #, kde-format msgid "Use This Template" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:515 #, kde-format msgid "Insert as New Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:516 #, kde-format msgid "Insert Many Layers" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:518 #, kde-format msgid "Insert as New File Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:519 #, kde-format msgid "Insert Many File Layers" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:521 #, kde-format msgid "Open in New Document" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:522 #, kde-format msgid "Open Many Documents" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:524 #, kde-format msgid "Insert as Reference Image" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:525 #, kde-format msgid "Insert as Reference Images" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:722 #, kde-format msgid "" "

    The document '%1' has been modified.

    " "

    Do you want to save it?

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:888 #, kde-format msgid "Soft Proofing doesn't work in floating point." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:893 #, kde-format msgid "Soft Proofing turned on." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:895 #, kde-format msgid "Soft Proofing turned off." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:907 #, kde-format msgid "Gamut Warnings don't work in floating point." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:913 #, kde-format msgid "Gamut Warnings turned on." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:915 #, kde-format msgid "But Soft Proofing is still off." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisView.cpp:918 #, kde-format msgid "Gamut Warnings turned off." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:736 #, kde-format msgid "Active Author Profile" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:862 #, kde-format msgid "%1 (Copy)" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:984 libs/ui/KisViewManager.cpp:1061 #, kde-format msgid "Alternative names exhausted, try manually saving with a higher number" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:984 #, kde-format msgctxt "@title:window" msgid "Couldn't save incremental version" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:1061 #, kde-format msgctxt "@title:window" msgid "Couldn't save incremental backup" msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:1242 #, kde-format msgid "" "Going into Canvas-Only mode.\n" "Press %1 to go back." msgstr "" #. +> trunk5 stable5 #: libs/ui/KisViewManager.cpp:1348 libs/ui/KisViewManager.cpp:1366 #, kde-format msgctxt "choice for author profile" msgid "Anonymous" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:72 #, kde-format msgid "Bevel and Emboss" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:23 #: libs/ui/layerstyles/wdgdropshadow.ui:96 #: libs/ui/layerstyles/wdgInnerGlow.ui:23 libs/ui/layerstyles/WdgSatin.ui:23 #: libs/ui/layerstyles/WdgStroke.ui:23 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:84 #, kde-format msgid "Structure" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:29 #: libs/ui/layerstyles/WdgGradientOverlay.ui:115 #: libs/ui/layerstyles/WdgStroke.ui:208 #, kde-format msgid "St&yle:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:46 #, kde-format msgid "Outer Bevel" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:51 #, kde-format msgid "Inner Bevel" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:56 #, kde-format msgctxt "@item:inlistbox Bevel/emboss style" msgid "Emboss" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:61 #, kde-format msgid "Pillow Emboss" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:66 #, kde-format msgid "Stroke Emboss" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:74 #: libs/ui/layerstyles/wdgInnerGlow.ui:160 #, kde-format msgid "&Technique:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbTechnique) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:91 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:126 #, kde-format msgid "Smooth" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbTechnique) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:96 #, kde-format msgid "Chisel Hard" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbTechnique) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:101 #, kde-format msgid "Chisel Soft" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:109 #: libs/ui/layerstyles/wdgTexture.ui:92 #, kde-format msgid "&Depth:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:129 #, kde-format msgctxt "@label:listbox Bevel direction" msgid "Direction:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbDirection) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:143 #, kde-format msgctxt "@item:inlistbox Bevel direction" msgid "Up" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbDirection) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:148 #, kde-format msgctxt "@item:inlistbox Bevel direction" msgid "Down" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:176 #, kde-format msgid "So&ften:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:199 #, kde-format msgid "Shading" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:207 #: libs/ui/layerstyles/WdgGradientOverlay.ui:171 #: libs/ui/layerstyles/WdgStroke.ui:264 #, kde-format msgid "&Angle:" msgstr "" #. i18n: ectx: property (toolTip), widget (QDial, dialAngle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:217 #: libs/ui/layerstyles/wdgdropshadow.ui:172 #: libs/ui/layerstyles/WdgGradientOverlay.ui:183 #: libs/ui/layerstyles/WdgSatin.ui:110 libs/ui/layerstyles/WdgStroke.ui:276 #, kde-format msgid "Set the angle of the light source" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkUseGlobalLight) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:256 #, kde-format msgid "Use &Global Light" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:275 #, kde-format msgid "&Gloss Contour:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAntiAliased) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:290 #: libs/ui/layerstyles/wdgContour.ui:44 #: libs/ui/layerstyles/wdgdropshadow.ui:61 #: libs/ui/layerstyles/wdgInnerGlow.ui:293 libs/ui/layerstyles/WdgSatin.ui:191 #, kde-format msgid "Anti-aliased" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:299 #, kde-format msgid "H&ighlight Mode:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisCompositeOpComboBox, cmbCompositeOp) #. i18n: ectx: property (toolTip), widget (KisCompositeOpComboBox, cmbHighlightMode) #. i18n: ectx: property (toolTip), widget (KisCompositeOpComboBox, cmbShadowMode) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:311 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:364 #: libs/ui/layerstyles/wdgblendingoptions.ui:45 #: libs/ui/layerstyles/WdgColorOverlay.ui:50 #: libs/ui/layerstyles/wdgdropshadow.ui:118 #: libs/ui/layerstyles/WdgGradientOverlay.ui:45 #: libs/ui/layerstyles/wdgInnerGlow.ui:45 #: libs/ui/layerstyles/WdgPatternOverlay.ui:48 #: libs/ui/layerstyles/WdgSatin.ui:47 #, kde-format msgid "Set the blend mode for the layer" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intOpacity) #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intOpacity2) #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intNoise) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:352 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:405 #: libs/ui/layerstyles/wdgblendingoptions.ui:74 #: libs/ui/layerstyles/WdgColorOverlay.ui:88 #: libs/ui/layerstyles/wdgdropshadow.ui:150 #: libs/ui/layerstyles/WdgGradientOverlay.ui:74 #: libs/ui/layerstyles/wdgInnerGlow.ui:74 #: libs/ui/layerstyles/wdgInnerGlow.ui:106 #: libs/ui/layerstyles/WdgPatternOverlay.ui:77 #: libs/ui/layerstyles/WdgSatin.ui:85 #, kde-format msgid "Set the master opacity for the layer" msgstr "" #. i18n: ectx: property (whatsThis), widget (KisSliderSpinBox, intOpacity) #. i18n: ectx: property (whatsThis), widget (KisSliderSpinBox, intFillOpacity) #. i18n: ectx: property (whatsThis), widget (KisSliderSpinBox, intOpacity2) #. i18n: ectx: property (whatsThis), widget (KisSliderSpinBox, intNoise) #. i18n: ectx: property (whatsThis), widget (KisDoubleSliderSpinBox, doubleOpacity) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:355 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:408 #: libs/ui/layerstyles/wdgblendingoptions.ui:77 #: libs/ui/layerstyles/wdgblendingoptions.ui:118 #: libs/ui/layerstyles/WdgColorOverlay.ui:91 #: libs/ui/layerstyles/wdgdropshadow.ui:153 #: libs/ui/layerstyles/WdgGradientOverlay.ui:77 #: libs/ui/layerstyles/wdgInnerGlow.ui:77 #: libs/ui/layerstyles/wdgInnerGlow.ui:109 #: libs/ui/layerstyles/WdgPatternOverlay.ui:80 #: libs/ui/layerstyles/WdgSatin.ui:88 #: plugins/dockers/defaultdockers/wdglayerbox.ui:91 #, kde-format msgid "Adjust the transparency of the layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:415 #, kde-format msgid "Altitude:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgBevelAndEmboss.ui:428 #, kde-format msgid "Sh&adow Mode:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpBlendingOptions) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:35 #, kde-format msgid "Blending Options" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpGeneralBlending) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:23 #, kde-format msgid "General Blending" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_13) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:29 #: libs/ui/layerstyles/WdgColorOverlay.ui:32 #: libs/ui/layerstyles/WdgGradientOverlay.ui:29 #: libs/ui/layerstyles/wdgInnerGlow.ui:29 #: libs/ui/layerstyles/WdgPatternOverlay.ui:32 #: libs/ui/layerstyles/WdgSatin.ui:29 #, kde-format msgid "Ble&nd Mode:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpAdvancedBlending) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:87 #, kde-format msgid "Advanced Blending" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:93 #, kde-format msgid "&Fill Opacity:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intFillOpacity) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:115 #, kde-format msgid "Set the interior opacity for the layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:125 #, kde-format msgid "Channels:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkChannel1_2) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkChannel2_2) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkChannel3_2) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkChannel4_2) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkChannel5_2) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkChannel6_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:134 #: libs/ui/layerstyles/wdgblendingoptions.ui:144 #: libs/ui/layerstyles/wdgblendingoptions.ui:154 #: libs/ui/layerstyles/wdgblendingoptions.ui:164 #: libs/ui/layerstyles/wdgblendingoptions.ui:174 #: libs/ui/layerstyles/wdgblendingoptions.ui:184 #, kde-format msgid "Choose channels to blend" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkChannel1_2) #. i18n: ectx: property (text), widget (QCheckBox, chkChannel2_2) #. i18n: ectx: property (text), widget (QCheckBox, chkChannel3_2) #. i18n: ectx: property (text), widget (QCheckBox, chkChannel4_2) #. i18n: ectx: property (text), widget (QCheckBox, chkChannel5_2) #. i18n: ectx: property (text), widget (QCheckBox, chkChannel6_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:137 #: libs/ui/layerstyles/wdgblendingoptions.ui:147 #: libs/ui/layerstyles/wdgblendingoptions.ui:157 #: libs/ui/layerstyles/wdgblendingoptions.ui:167 #: libs/ui/layerstyles/wdgblendingoptions.ui:177 #: libs/ui/layerstyles/wdgblendingoptions.ui:187 #, kde-format msgid "1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:196 #, kde-format msgid "K&nockout:" msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cmbKnockout) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:212 #, kde-format msgid "Set the interior transparency. Shallow = Group, Deep = Background" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbKnockout) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:216 #, kde-format msgctxt "@item:inlistbox Knockout option" msgid "None" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbKnockout) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:221 #, kde-format msgid "Shallow" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbKnockout) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:226 #, kde-format msgid "Deep" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_7) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:234 #, kde-format msgid "Blend inner glow, satin, and overlay with layer before blending with document." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBox_7) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:237 #, kde-format msgid "Blend &Interior Effects as Group" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_8) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:244 #, kde-format msgid "Blend clipping group before blending with document" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBox_8) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:247 #, kde-format msgid "Blend Cl&ipped Layers as Group" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_9) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:254 #, kde-format msgid "Use layer transparency in determining the shape of the interior and the effects" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBox_9) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:257 #, kde-format msgid "&Transparency Shapes Layer" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_10) #. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_11) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:264 #: libs/ui/layerstyles/wdgblendingoptions.ui:274 #, kde-format msgid "Use layer mask to hide layer and effects rather than shaping the layer and effects" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBox_10) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:267 #, kde-format msgid "Layer Mask Hid&es Effect" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBox_11) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:277 #, kde-format msgid "Vector Mask &Hides Effect" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpBlendIf) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:287 #, kde-format msgid "Blend If" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:298 #, kde-format msgid "This Layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblThisMin_2) #. i18n: ectx: property (text), widget (QLabel, lblUnderMin_2) #. i18n: ectx: property (text), widget (QLabel, lblPrecisionValue) #. i18n: ectx: property (text), widget (QLabel, colorCount) #. i18n: ectx: property (text), widget (QLabel, fileSizeLabel) #. i18n: ectx: property (text), widget (QLabel, bppLabel) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:305 #: libs/ui/layerstyles/wdgblendingoptions.ui:333 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:156 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:45 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:188 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:135 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:207 #, kde-format msgid "0" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblThisMax_2) #. i18n: ectx: property (text), widget (QLabel, lblUnderMax_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:312 #: libs/ui/layerstyles/wdgblendingoptions.ui:340 #, kde-format msgid "255" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_12) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgblendingoptions.ui:326 #, kde-format msgid "Underlying Layer" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgColorOverlay.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:104 #, kde-format msgid "Color Overlay" msgstr "" #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgContour.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:80 #, kde-format msgid "Contour" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgContour.ui:23 #: libs/ui/layerstyles/wdgInnerGlow.ui:154 libs/ui/layerstyles/wdgTexture.ui:23 #, kde-format msgid "Elements" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgContour.ui:29 #: libs/ui/layerstyles/wdgdropshadow.ui:39 #: libs/ui/layerstyles/wdgInnerGlow.ui:281 libs/ui/layerstyles/WdgSatin.ui:178 #, kde-format msgid "Contour:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkAntiAliased) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgContour.ui:41 #: libs/ui/layerstyles/wdgdropshadow.ui:58 libs/ui/layerstyles/WdgSatin.ui:188 #, kde-format msgid "Smooth the contour" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgContour.ui:53 libs/ui/layerstyles/wdgInnerGlow.ui:302 #, kde-format msgid "&Range:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intNoise) #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intRange) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgContour.ui:69 libs/ui/layerstyles/wdgdropshadow.ui:86 #, kde-format msgid "Add noise to shadow" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpMain) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:40 #, kde-format msgid "Drop Shadow" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkLayerKnocksOutDropShadow) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:23 #, kde-format msgid "Use to obscure the shadow when fill is transparent" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLayerKnocksOutDropShadow) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:26 #, kde-format msgid "Layer knocks O&ut Drop Shadow" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:33 #: libs/ui/layerstyles/wdgInnerGlow.ui:275 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:71 #, kde-format msgid "Quality" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:70 #: libs/ui/layerstyles/wdgInnerGlow.ui:84 #, kde-format msgid "&Noise:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_13) #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:102 libs/ui/layerstyles/WdgStroke.ui:84 #, kde-format msgid "&Blend Mode:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_14) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:128 libs/ui/layerstyles/WdgSatin.ui:63 #, kde-format msgid "Opaci&ty:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:160 libs/ui/layerstyles/WdgSatin.ui:98 #, kde-format msgid "An&gle:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseGlobalLight) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:198 #, kde-format msgid "Use current setting for global light source" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkUseGlobalLight) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:201 #, kde-format msgid "Use &Global light" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:210 libs/ui/layerstyles/WdgSatin.ui:138 #, kde-format msgid "&Distance:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpread) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:230 #, kde-format msgid "Sp&read:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, label_4) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgdropshadow.ui:250 #: libs/ui/layerstyles/WdgSatin.ui:158 libs/ui/layerstyles/WdgStroke.ui:29 #: libs/widgets/KoPageLayoutWidget.ui:82 #, kde-format msgid "S&ize:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:112 #, kde-format msgid "Gradient Overlay" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, btnGradientFill) #. i18n: ectx: property (text), item, widget (QComboBox, cmbFillType) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:23 #: libs/ui/layerstyles/WdgStroke.ui:139 #: libs/ui/widgets/KoFillConfigWidget.ui:84 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:66 #: plugins/paintops/libpaintop/kis_color_source_option.cpp:56 #, kde-format msgid "Gradient" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_14) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:52 #, kde-format msgid "Opac&ity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:84 #: libs/ui/layerstyles/WdgStroke.ui:177 #, kde-format msgid "&Gradient:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkReverse) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:106 #: libs/ui/layerstyles/WdgStroke.ui:199 #, kde-format msgid "&Reverse" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbGradientType) #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:139 #: libs/ui/layerstyles/WdgStroke.ui:232 #: libs/ui/widgets/KoFillConfigWidget.ui:230 #, kde-format msgid "Radial" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:144 #: libs/ui/layerstyles/WdgStroke.ui:237 #, kde-format msgctxt "@item:inlistbox Gradient style" msgid "Angle" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:149 #: libs/ui/layerstyles/WdgStroke.ui:242 #, kde-format msgid "Reflected" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:154 #: libs/ui/layerstyles/WdgStroke.ui:247 #, kde-format msgid "Diamond" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAlignWithLayer) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:162 #: libs/ui/layerstyles/WdgStroke.ui:255 #, kde-format msgid "Ali&gn with Layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:211 #: libs/ui/layerstyles/WdgPatternOverlay.ui:127 #: libs/ui/layerstyles/WdgStroke.ui:304 libs/ui/layerstyles/WdgStroke.ui:371 #: libs/ui/layerstyles/wdgTexture.ui:69 #, kde-format msgid "S&cale:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intScale) #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intDepth) #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, intScale_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgGradientOverlay.ui:227 #: libs/ui/layerstyles/WdgPatternOverlay.ui:137 #: libs/ui/layerstyles/WdgStroke.ui:320 libs/ui/layerstyles/WdgStroke.ui:381 #: libs/ui/layerstyles/wdgTexture.ui:85 libs/ui/layerstyles/wdgTexture.ui:108 #, kde-format msgid "Set size of gradation" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:17 #: libs/ui/layerstyles/wdglayerstyles.ui:64 #, kde-format msgid "Inner Glow" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbTechnique) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:177 #, kde-format msgid "Softer" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbTechnique) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:182 #, kde-format msgid "Precise" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSource) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:190 #, kde-format msgid "&Source:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblChoke) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:200 #, kde-format msgid "&Choke:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:226 #, kde-format msgid "&Size:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSource) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:259 #, kde-format msgctxt "@item:inlistbox Layer Style: Source" msgid "Center" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSource) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:264 #, kde-format msgctxt "@item:inlistbox Layer Style: Source" msgid "Edge" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgInnerGlow.ui:331 #, kde-format msgid "&Jitter:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkMasterFxSwitch) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:19 #, kde-format msgid "Enable Effects" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpStyleSelector) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. i18n: ectx: attribute (title), widget (QWidget, tabSvgStylesEdit) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:30 #: libs/ui/layerstyles/wdgstylesselector.ui:17 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:81 #: plugins/flake/textshape/dialogs/TableOfContentsStyleModel.cpp:251 #: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:58 #, kde-format msgid "Styles" msgstr "" #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:56 #, kde-format msgid "Outer Glow" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. i18n: ectx: attribute (title), widget (QWidget, textureTab) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:88 #: libs/ui/layerstyles/wdgTexture.ui:17 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:33 #, kde-format msgid "Texture" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:96 libs/ui/layerstyles/WdgSatin.ui:17 #, kde-format msgid "Satin" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:120 #: libs/ui/layerstyles/WdgPatternOverlay.ui:17 #, kde-format msgid "Pattern Overlay" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnNewStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:146 #, kde-format msgid "Ne&w..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnLoadStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:153 #, kde-format msgid "&Import..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnSaveStyle) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:160 #, kde-format msgid "&Export..." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkPreview) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdglayerstyles.ui:167 #, kde-format msgid "Pre&view" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbFillType) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgPatternOverlay.ui:23 #: libs/ui/layerstyles/WdgStroke.ui:144 #, kde-format msgctxt "@title:group In Layer Style" msgid "Pattern" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgPatternOverlay.ui:87 #: libs/ui/layerstyles/WdgStroke.ui:331 libs/ui/layerstyles/wdgTexture.ui:29 #, kde-format msgid "Pattern:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnSnapToOrigin) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgPatternOverlay.ui:118 #: libs/ui/layerstyles/WdgStroke.ui:362 libs/ui/layerstyles/wdgTexture.ui:60 #, kde-format msgid "Sn&ap to Origin" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLinkWithLayer) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgPatternOverlay.ui:144 #, kde-format msgid "Li&nk with layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkInvert) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgSatin.ui:198 libs/ui/layerstyles/wdgTexture.ui:115 #, kde-format msgctxt "@option:check In Layer Style" msgid "&Invert" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:49 #, kde-format msgid "Positio&n:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbPosition) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:66 #, kde-format msgctxt "@item:inlistbox Layer Style: Stroke position" msgid "Outside" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbPosition) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:71 #, kde-format msgctxt "@item:inlistbox Layer Style: Stroke position" msgid "Inside" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbPosition) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:76 #, kde-format msgctxt "@item:inlistbox Layer Style: Stroke position" msgid "Center" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:104 #, kde-format msgid "Opacit&y:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:127 #, kde-format msgctxt "@title:group In Layer Style" msgid "Fill" msgstr "" #. i18n: ectx: property (text), widget (QLabel, soldStrokeColorLabel) #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, shadowColorLabel) #. i18n: ectx: property (text), widget (QLabel, colorLabel4) #. i18n: ectx: property (text), widget (QLabel, colorLabel2) #. i18n: ectx: property (text), widget (QLabel, colorLabel1) #. i18n: ectx: property (text), widget (QLabel, colorLabel3) #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:159 #: libs/ui/widgets/KoFillConfigWidget.ui:159 #: plugins/filters/colors/wdgcolortoalphabase.ui:40 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:454 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:634 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:826 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1012 #: plugins/flake/textshape/dialogs/FontDecorations.ui:244 #, kde-format msgid "Color:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLinkWithLayer) #. +> trunk5 stable5 #: libs/ui/layerstyles/WdgStroke.ui:388 #, kde-format msgid "Lin&k with Layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLinkWithLayer) #. +> trunk5 stable5 #: libs/ui/layerstyles/wdgTexture.ui:122 #, kde-format msgid "Li&nk with Layer" msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_canvas2.cpp:343 #, kde-format msgid "" "Krita could not initialize the OpenGL canvas:\n" "\n" "%1\n" "\n" " Krita will disable OpenGL and close now." msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_image_textures.cpp:561 #, kde-format msgid "" "You enabled OpenColorIO based color management, but your image is not an RGB image.\n" "OpenColorIO-based color management only works with RGB images.\n" "Please check the settings in the LUT docker.\n" "OpenColorIO will now be deactivated." msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_win.cpp:116 #, kde-format msgid "The Intel graphics driver in use is known to have issues with OpenGL." msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_win.cpp:118 #, kde-format msgid "Intel graphics drivers tend to have issues with OpenGL so ANGLE will be used by default. You may manually switch to OpenGL but it is not guaranteed to work properly." msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_win.cpp:248 #, kde-format msgid "The graphics driver in use does not meet the OpenGL requirements." msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_win.cpp:250 #, kde-format msgid "The graphics driver in use may not work well with OpenGL." msgstr "" #. +> trunk5 stable5 #: libs/ui/opengl/kis_opengl_win.cpp:262 #, kde-format msgid "ANGLE is using a software Direct3D renderer, which is not hardware-accelerated and may be very slow. This can happen if the graphics drivers are not properly installed, or when using a Remote Desktop session." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_selection_tool_helper.cpp:151 #, kde-format msgid "Shape selection does not fully support wraparound mode. Please use pixel selection instead" msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:552 #, kde-format msgid "No options" msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:667 #, kde-format msgid "Layer is locked and invisible." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:669 #, kde-format msgid "Layer is locked." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:671 #, kde-format msgid "Layer is invisible." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:673 #, kde-format msgid "Layer can be painted in Wash Mode only." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:675 #, kde-format msgid "Group not editable." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool.cc:690 #, kde-format msgid "Local selection is locked." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool_freehand.cc:210 #, kde-format msgid "The brush tool cannot paint on this layer. Please select a paint layer or mask." msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool_paint.cc:114 #, kde-format msgid "Increase Brush Size" msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool_paint.cc:120 #, kde-format msgid "Decrease Brush Size" msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/kis_tool_utils.cpp:134 #: plugins/dockers/animation/kis_animation_utils.cpp:88 msgctxt "(qtundo-format)" msgid "Clear" msgstr "" #. +> trunk5 stable5 #: libs/ui/tool/strokes/kis_filter_stroke_strategy.cpp:74 #, kde-format msgctxt "(qtundo-format)" msgid "Filter \"%1\"" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblLinks) #. +> trunk5 stable5 #: libs/ui/wdgsplash.ui:435 #, kde-format msgid "" "" "

    Links

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRecent) #. +> trunk5 stable5 #: libs/ui/wdgsplash.ui:489 #, kde-format msgid "" "" "

    Recent files

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowAtStartup) #. +> trunk5 stable5 #: libs/ui/wdgsplash.ui:590 #, kde-format msgid "Hide after startup." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnClose) #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. i18n: ectx: property (text), widget (QPushButton, closeButton) #. +> trunk5 stable5 #: libs/ui/wdgsplash.ui:1012 libs/widgetutils/config/kstandardaction_p.h:47 #: plugins/extensions/pykrita/plugin/krita/excepthook.ui:57 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:59 #, kde-format msgid "&Close" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:108 #: libs/ui/widgets/kis_color_space_selector.cc:75 #, kde-format msgctxt "This is appended to the color profile which is the default for the given colorspace and bit-depth" msgid "(Default)" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:151 #, kde-format msgctxt "Not Applicable, used where there's no colorants or gamma curve found" msgid "N/A" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:152 #, kde-format msgctxt "@info:tooltip" msgid "This profile has no colorants." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:153 #, kde-format msgctxt "Shows up instead of the name when there's no profile" msgid "No Profile Found" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:154 #, kde-format msgid "Colorant in d50-adapted xyY." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:167 #, kde-format msgctxt "@info:tooltip" msgid "This profile has the following xyY colorants:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, RedLabel) #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:168 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:50 #, kde-format msgid "Red:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, GreenLabel) #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:169 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:97 #, kde-format msgid "Green:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, BlueLabel) #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:170 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:138 #, kde-format msgid "Blue:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:185 #, kde-format msgctxt "Estimated Gamma indicates how the TRC (Tone Response Curve or Tone Reproduction Curve) is bent. A Gamma of 1.0 means linear." msgid "Estimated Gamma: " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:186 #, kde-format msgctxt "This is for special Gamma types that LCMS cannot differentiate between" msgid "Estimated Gamma: sRGB, L* or rec709 TRC" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:187 #, kde-format msgctxt "@info:tooltip" msgid "The Tone Response Curve of this color space is either sRGB, L* or rec709 TRC." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:290 #, kde-format msgctxt "@info:tooltip" msgid "Estimated Gamma cannot be retrieved for CMYK." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:334 #, kde-format msgctxt "@info:tooltip" msgid "This is assumed to be the L * TRC. " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:355 #, kde-format msgctxt "@info:tooltip" msgid "Estimated Gamma cannot be retrieved for YCrCb." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:360 #, kde-format msgctxt "About " msgid "About " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:361 #, kde-format msgctxt "ICC profile version" msgid "ICC Version: " msgstr "" #. i18nc("Who made the profile?","Manufacturer: ") + currentColorSpace()->profile()->manufacturer() + "

    "); //This would work if people actually wrote the manufacturer into the manufacturer fiedl... #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:363 #, kde-format msgctxt "What is the copyright? These are from embedded strings from the icc profile, so they default to english." msgid "Copyright: " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:370 #, kde-format msgctxt "If the selected model is RGB" msgid "" "RGB (Red, Green, Blue), is the color model used by screens and other light-based media.
    " "RGB is an additive color model: adding colors together makes them brighter. This color model is the most extensive of all color models, and is recommended as a model for painting,that you can later convert to other spaces. RGB is also the recommended colorspace for HDR editing." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:376 #, kde-format msgctxt "If the selected model is CMYK" msgid "" "CMYK (Cyan, Magenta, Yellow, Key), is the model used by printers and other ink-based media.
    " "CMYK is a subtractive model, meaning that adding colors together will turn them darker. Because of CMYK profiles being very specific per printer, it is recommended to work in RGB space, and then later convert to a CMYK profile, preferably one delivered by your printer.
    " "CMYK is not recommended for painting.Unfortunately, Krita cannot retrieve colorants or the TRC for this space." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:385 #, kde-format msgctxt "If the selected model is XYZ" msgid "CIE XYZis the space determined by the CIE as the space that encompasses all other colors, and used to convert colors between profiles. XYZ is an additive color model, meaning that adding colors together makes them brighter. XYZ is not recommended for painting, but can be useful to encode in. The Tone Response Curve is assumed to be linear." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:392 #, kde-format msgctxt "If the selected model is Grayscale" msgid "" "Grayscale only allows for gray values and transparent values. Grayscale images use half the memory and disk space compared to an RGB image of the same bit-depth.
    " "Grayscale is useful for inking and greyscale images. In Krita, you can mix Grayscale and RGB layers in the same image." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:399 #, kde-format msgctxt "If the selected model is LAB" msgid "" "L*a*b. L stands for Lightness, the a and b components represent color channels.
    " "L*a*b is a special model for color correction. It is based on human perception, meaning that it tries to encode the difference in lightness, red-green balance and yellow-blue balance. This makes it useful for color correction, but the vast majority of color maths in the blending modes do not work as expected here.
    " "Similarly, Krita does not support HDR in LAB, meaning that HDR images converted to LAB lose color information. This colorspace is not recommended for painting, nor for export, but best as a space to do post-processing in. The TRC is assumed to be the L* TRC." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:410 #, kde-format msgctxt "If the selected model is YCbCr" msgid "YCbCr (Luma, Blue Chroma, Red Chroma), is a model designed for video encoding. It is based on human perception, meaning that it tries to encode the difference in lightness, red-green balance and yellow-blue balance. Chroma in this case is then a word indicating a special type of saturation, in these cases the saturation of Red and Blue, of which the desaturated equivalents are Green and Yellow respectively. It is available to open up certain images correctly, but Krita does not currently ship a profile for this due to lack of open source ICC profiles for YCrCb." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:423 #, kde-format msgctxt "When the selected Bitdepth is 8" msgid "8 bit integer: The default number of colors per channel. Each channel will have 256 values available, leading to a total amount of colors of 256 to the power of the number of channels. Recommended to use for images intended for the web, or otherwise simple images." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:429 #, kde-format msgctxt "When the selected Bitdepth is 16" msgid "16 bit integer: Also known as 'deep color'. 16 bit is ideal for editing images with a linear TRC, large color space, or just when you need more precise color blending. This does take twice as much space on the RAM and hard-drive than any given 8 bit image of the same properties, and for some devices it takes much more processing power. We recommend watching the RAM usage of the file carefully, or otherwise use 8 bit if your computer slows down. Take care to disable conversion optimization when converting from 16 bit/channel to 8 bit/channel." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:438 #, kde-format msgctxt "When the selected Bitdepth is 16 bit float" msgid "16 bit floating point: Also known as 'Half Floating Point', and the standard in VFX industry images. 16 bit float is ideal for editing images with a linear Tone Response Curve, large color space, or just when you need more precise color blending. It being floating point is an absolute requirement for Scene Referred (HDR) images. This does take twice as much space on the RAM and hard-drive than any given 8 bit image of the same properties, and for some devices it takes much more processing power. We recommend watching the RAM usage of the file carefully, or otherwise use 8 bit if your computer slows down." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:447 #, kde-format msgctxt "When the selected Bitdepth is 32bit float" msgid "32 bit float point: Also known as 'Full Floating Point'. 32 bit float is ideal for editing images with a linear TRC, large color space, or just when you need more precise color blending. It being floating point is an absolute requirement for Scene Referred (HDR) images. This does take four times as much space on the RAM and hard-drive than any given 8 bit image of the same properties, and for some devices it takes much more processing power. We recommend watching the RAM usage of the file carefully, or otherwise use 8 bit if your computer slows down." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:456 #, kde-format msgctxt "When the selected Bitdepth is 64bit float, but this isn't actually available in Krita at the moment." msgid "64 bit float point: 64 bit float is as precise as it gets in current technology, and this depth is used most of the time for images that are generated or used as an input for software. It being floating point is an absolute requirement for Scene Referred (HDR) images. This does take eight times as much space on the RAM and hard-drive than any given 8 bit image of the same properties, and for some devices it takes much more processing power. We recommend watching the RAM usage of the file carefully, or otherwise use 8 bit if your computer slows down." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:464 #, kde-format msgid "The following conversion intents are possible: " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:483 #, kde-format msgctxt "These are Elle Stone's notes on her profiles that we ship." msgid "" "

    Extra notes on profiles by Elle Stone:

    " "

    Krita comes with a number of high quality profiles created by Elle Stone. This is a summary. Please check the full documentation as well.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:491 #, kde-format msgctxt "From Elle's notes." msgid "

    Quoting Wikipedia, 'Academy Color Encoding System (ACES) is a color image encoding system proposed by the Academy of Motion Picture Arts and Sciences that will allow for a fully encompassing color accurate workflow, with 'seamless interchange of high quality motion picture images regardless of source'.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:499 #, kde-format msgctxt "From Elle's notes." msgid "

    The ACEScg color space is smaller than the ACES color space, but large enough to contain the 'Rec-2020 gamut and the DCI-P3 gamut', unlike the ACES color space it has no negative values and contains only few colors that fall just barely outside the area of real colors humans can see

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:506 #, kde-format msgctxt "From Elle's notes." msgid "" "

    To avoid possible copyright infringement issues, I used 'ClayRGB' (following ArgyllCMS) as the base name for these profiles. As used below, 'Compatible with Adobe RGB 1998' is terminology suggested in the preamble to the AdobeRGB 1998 color space specifications.

    " "

    The Adobe RGB 1998 color gamut covers a higher percentage of real-world cyans, greens, and yellow-greens than sRGB, but still doesn't include all printable cyans, greens, yellow-greens, especially when printing using today's high-end, wider gamut, ink jet printers. BetaRGB (not included in the profile pack) and Rec.2020 are better matches for the color gamuts of today's wide gamut printers.

    " "

    The Adobe RGB 1998 color gamut is a reasonable approximation to some of today's high-end wide gamut monitors.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:520 #, kde-format msgctxt "From Elle's notes." msgid "" "

    This profile's color gamut is roughly the same size and shape as the ACES color space gamut, and like the ACES color space, AllColorsRGB holds all possible real colors. But AllColorsRGB actually has a slightly larger color gamut (to capture some fringe colors that barely qualify as real when viewed by the standard observer) and uses the D50 white point.

    " "

    Just like the ACES color space, AllColorsRGB holds a high percentage of imaginary colors. See the Completely Painless Programmer's Guide to XYZ, RGB, ICC, xyY, and TRCs for more information about imaginary colors.

    " "

    There is no particular reason why anyone would want to use this profile for editing, unless one needs to make sure your color space really does hold all possible real colors.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:535 #, kde-format msgctxt "From Elle's notes." msgid "" "

    This profile is included mostly for its historical significance. It's the color space that was used in the original color matching experiments that led to the creation of the XYZ reference color space.

    " "

    The ASTM E white point is probably the right E white point to use when making the CIERGB color space profile. It's not clear to me what the correct CIERGB primaries really are. Lindbloom gives one set. The LCMS version 1 tutorial gives a different set. Experts in the field contend that the real primaries should be calculated from the spectral wavelengths, so I did.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:548 #, kde-format msgctxt "From Elle's notes." msgid "

    The IdentityRGB working space is included in the profile pack because it's a mathematically obvious way to include all possible visible colors, though it has a higher percentage of imaginary colors than the ACES and AllColorsRGB color spaces. I cannot think of any reason why you'd ever want to actually edit images in the IdentityRGB working space.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:556 #, kde-format msgctxt "From Elle's notes." msgid "" "

    To avoid possible copyright infringement issues, I used 'LargeRGB' (following RawTherapee) as the base name for these profiles." "

    Kodak designed the RIMM/ROMM (ProPhotoRGB) color gamut to include all printable and most real world colors. It includes some imaginary colors and excludes some of the real world blues and violet blues that can be captured by digital cameras. It also excludes some very saturated 'camera-captured' yellows as interpreted by some (and probably many) camera matrix input profiles." "

    The ProPhotoRGB primaries are hard-coded into Adobe products such as Lightroom and the Dng-DCP camera 'profiles'. However, other than being large enough to hold a lot of colors, ProPhotoRGB has no particular merit as an RGB working space. Personally and for most editing purposes, I recommend BetaRGB, Rec2020, or the ACEScg profiles ProPhotoRGB.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:572 #, kde-format msgctxt "From Elle's notes." msgid "

    Rec.2020 is the up-and-coming replacement for the thoroughly outdated sRGB color space. As of June 2015, very few (if any) display devices (and certainly no affordable display devices) can display all of Rec.2020. However, display technology is closing in on Rec.2020, movies are already being made for Rec.2020, and various cameras offer support for Rec.2020. And in the digital darkroom Rec.2020 is much more suitable as a general RGB working space than the exceedingly small sRGB color space.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:581 #, kde-format msgctxt "From Elle's notes." msgid "" "

    Hewlett-Packard and Microsoft designed sRGB to match the color gamut of consumer-grade CRTs from the 1990s. sRGB is the standard color space for the world wide web and is still the best choice for exporting images to the internet.

    " "

    The sRGB color gamut was a good match to calibrated decent quality CRTs. But sRGB is not a good match to many consumer-grade LCD monitors, which often cannot display the more saturated sRGB blues and magentas (the good news: as technology progresses, wider gamuts are trickling down to consumer grade monitors).

    " "

    Printer color gamuts can easily exceed the sRGB color gamut in cyans, greens, and yellow-greens. Colors from interpolated camera raw files also often exceed the sRGB color gamut.

    " "

    As a very relevant aside, using perceptual intent when converting to sRGB does not magically makes otherwise out of gamut colors fit inside the sRGB color gamut! The standard sRGB color space (along with all the other the RGB profiles provided in my profile pack) is a matrix profile, and matrix profiles don't have perceptual intent tables.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:597 #, kde-format msgctxt "From Elle's notes." msgid "" "

    To avoid possible copyright infringement issues, I used 'WideRGB' as the base name for these profiles.

    " "

    WideGamutRGB was designed by Adobe to be a wide gamut color space that uses spectral colors as its primaries. Pascale's primary values produce a profile that matches old V2 Widegamut profiles from Adobe and Canon. It is an interesting color space, but shortly after its introduction, Adobe switched their emphasis to the ProPhotoRGB color space.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:605 #, kde-format msgctxt "From Elle's notes." msgid "

    These profiles are for use with RGB images that have been converted to monotone gray (black and white). The main reason to convert from RGB to Gray is to save the file space needed to encode the image. Google places a premium on fast-loading web pages, and images are one of the slower-loading elements of a web page. So converting black and white images to Grayscale images does save some kilobytes. For grayscale images uploaded to the internet, convert the image to the V2 Gray profile with the sRGB TRC.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:613 #, kde-format msgctxt "From Elle's notes." msgid "

    The profiles that end in '-g10.icc' are linear gamma (gamma=1.0, 'linear light', etc) profiles and should only be used when editing at high bit depths (16-bit floating point, 16-bit integer, 32-bit floating point, 32-bit integer). Many editing operations produce better results in linear gamma color spaces.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:620 #, kde-format msgctxt "From Elle's notes." msgid "

    The profiles that end in '-labl.icc' have perceptually uniform TRCs. A few editing operations really should be done on perceptually uniform RGB. Make sure you use the V4 versions for editing high bit depth images.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:626 #, kde-format msgctxt "From Elle's notes." msgid "

    The profiles that end in '-srgbtrc.icc', '-g22.icc', and '-bt709.icc' have approximately but not exactly perceptually uniform TRCs. ProPhotoRGB's gamma=1.8 TRC is not quite as close to being perceptually uniform.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:631 #, kde-format msgctxt "From Elle's notes." msgid "

    When editing 8-bit images, you should use a profile with a small color gamut and an approximately or exactly perceptually uniform TRC. Of the profiles supplied in my profile pack, only the sRGB and AdobeRGB1998 (ClayRGB) color spaces are small enough for 8-bit editing. Even with the AdobeRGB1998 color space you need to be careful to not cause posterization. And of course you cannot use the linear gamma versions of these profiles for 8-bit editing.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:639 #, kde-format msgctxt "From Elle's notes." msgid "

    Use V4 profiles for editing images using high bit depth image editors that use LCMS as the Color Management Module. This includes Krita, digiKam/showFoto, and GIMP 2.9.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_advanced_color_space_selector.cc:644 #, kde-format msgctxt "From Elle's notes." msgid "

    Use V2 profiles for exporting finished images to be uploaded to the web or for use with imaging software that cannot read V4 profiles.

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_categorized_list_view.cpp:152 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:78 #, kde-format msgid "Lock" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_categorized_list_view.cpp:152 #, kde-format msgid "Unlock (restore settings from preset)" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_categorized_list_view.cpp:157 #, kde-format msgid "Unlock (keep current settings)" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cie_tongue_widget.cpp:700 #, kde-format msgid "Uncalibrated color space" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cie_tongue_widget.cpp:706 #, kde-format msgid "No profile available..." msgstr "" #. i18n("Next Blending Mode"), this); #. action->setDefaultShortcut(QKeySequence(Qt::SHIFT + Qt::ALT + Qt::Key_Plus)); #. connect(action, SIGNAL(triggered()), SLOT(slotNextBlendingMode())); #. m_actions << action; #. action = new KisAction(i18n("Previous Blending Mode"), this); #. action->setDefaultShortcut(QKeySequence(Qt::SHIFT + Qt::ALT + Qt::Key_Minus)); #. connect(action, SIGNAL(triggered()), SLOT(slotPreviousBlendingMode())); #. m_actions << action; #. Normal #. Shift + Alt + N #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:97 #, kde-format msgid "Select Normal Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:104 #, kde-format msgid "Select Dissolve Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:111 #, kde-format msgid "Select Behind Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:118 #, kde-format msgid "Select Clear Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:125 #, kde-format msgid "Select Darken Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:132 #, kde-format msgid "Select Multiply Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:139 #, kde-format msgid "Select Color Burn Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:146 #, kde-format msgid "Select Linear Burn Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:153 #, kde-format msgid "Select Lighten Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:160 #, kde-format msgid "Select Screen Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:167 #, kde-format msgid "Select Color Dodge Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:174 #, kde-format msgid "Select Linear Dodge Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:181 #, kde-format msgid "Select Overlay Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:188 #, kde-format msgid "Select Hard Overlay Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:195 #, kde-format msgid "Select Soft Light Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:202 #, kde-format msgid "Select Hard Light Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:209 #, kde-format msgid "Select Vivid Light Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:216 #, kde-format msgid "Select Linear Light Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:223 #, kde-format msgid "Select Pin Light Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:230 #, kde-format msgid "Select Hard Mix Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:237 #, kde-format msgid "Select Difference Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:244 #, kde-format msgid "Select Exclusion Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:251 #, kde-format msgid "Select Hue Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:258 #, kde-format msgid "Select Saturation Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:265 #, kde-format msgid "Select Color Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_cmb_composite.cc:272 #, kde-format msgid "Select Luminosity Blending Mode" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_color_filter_combo.cpp:183 #, kde-format msgctxt "combo box: show all layers" msgid "All" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_color_filter_combo.cpp:193 #, kde-format msgctxt "combo box: select all layers without a label" msgid "No Label" msgstr "" #. +> trunk5 #: libs/ui/widgets/kis_custom_image_widget.cc:113 #, kde-format msgid "&Create" msgstr "" #. +> stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:112 #, kde-format msgid "Create" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:277 #, kde-format msgid "" "Linear gamma RGB color spaces are not supposed to be used in 8-bit integer modes. It is suggested to use 16-bit integer or any floating point colorspace for linear profiles.\n" "\n" "Press \"Ok\" to create a 8-bit integer linear RGB color space or \"Cancel\" to return to the settings dialog." msgstr "" #. +> stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:502 #, kde-format msgid "bytes" msgstr "" #. +> trunk5 #: libs/ui/widgets/kis_custom_image_widget.cc:504 #, kde-format msgctxt "arg1: width. arg2: height. arg3: colorspace name. arg4: size of a channel in bits. arg5: image size" msgid "This document will be %1 pixels by %2 pixels in %3, which means the pixel size is %4 bit. A single paint layer will thus take up %5 of RAM." msgstr "" #. +> stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:505 #, kde-format msgctxt "Abbreviation for kilobyte" msgid "KB" msgstr "" #. +> stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:509 #, kde-format msgctxt "Abbreviation for megabyte" msgid "MB" msgstr "" #. +> stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:513 #, kde-format msgctxt "Abbreviation for gigabyte" msgid "GB" msgstr "" #. +> stable5 #: libs/ui/widgets/kis_custom_image_widget.cc:516 #, kde-format msgctxt "arg1: width. arg2: height. arg3: colorspace name. arg4: size of a channel in bits. arg5: size in unites of arg6. Arg6: KB, MB or GB" msgid "This document will be %1 pixels by %2 pixels in %3, which means the pixel size is %4 bit. A single paint layer will thus take up %5 %6 of RAM." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_filter_selector_widget.cc:165 #, kde-format msgid "Filter configuration XML" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_filter_selector_widget.cc:220 #, kde-format msgid "No configuration options" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_gradient_chooser.cc:50 #: libs/ui/widgets/kis_gradient_chooser.cc:58 #: libs/ui/widgets/kis_gradient_chooser.cc:62 #, kde-format msgid "Custom Gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_gradient_chooser.cc:92 #, kde-format msgid "Add..." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_gradient_chooser.cc:99 #, kde-format msgid "Stop gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_gradient_chooser.cc:103 #, kde-format msgid "Segmented gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_gradient_chooser.cc:111 #, kde-format msgid "Edit..." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_gradient_chooser.cc:183 #, kde-format msgid "unnamed" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:40 #, kde-format msgctxt "@label:slider" msgid "Threshold:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:41 #, kde-format msgctxt "@label:slider" msgid "Instant preview threshold:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:74 #, kde-format msgid "Enable after:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:155 #, kde-format msgid "(Instant Preview)*" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:155 #, kde-format msgid "Instant Preview" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:161 #, kde-format msgctxt "@info:tooltip" msgid "" "

    Instant Preview Mode is disabled by the following options:" "

      %1
    " "

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:169 #, kde-format msgctxt "@info:tooltip" msgid "" "

    Instant Preview Mode is disabled by instant preview threshold. Please right-click here to change the threshold" "

      " "
    • Brush size %1
    • " "
    • Threshold: %2
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:178 #, kde-format msgctxt "@info:tooltip" msgid "" "

    Instant Preview may look different from the final result. In case of troubles try disabling the following options:" "

      %1
    " "

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_lod_availability_widget.cpp:183 #, kde-format msgctxt "@info:tooltip" msgid "

    Instant Preview Mode is available

    " msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_meta_data_merge_strategy_chooser_widget.cc:75 #, kde-format msgid "Choose meta data merge strategy" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_multipliers_double_slider_spinbox.cpp:55 #, kde-format msgid "x%1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_preset_icon_library.cpp:37 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:69 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:70 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:38 #, kde-format msgid "Hue:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_preset_icon_library.cpp:41 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:69 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:70 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:58 #, kde-format msgid "Saturation:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_preset_icon_library.cpp:45 #, kde-format msgid "Mid-gray level:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:61 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:146 #, kde-format msgid "Thumbnails" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:66 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:151 #, kde-format msgid "Details" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:84 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:170 #: libs/widgets/KoToolBox.cpp:305 libs/widgetutils/xmlgui/ktoolbar.cpp:335 #: plugins/dockers/svgcollectiondocker/SvgSymbolCollectionDocker.cpp:210 #, kde-format msgid "Icon Size" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:110 #, kde-format msgid "The settings for this preset have changed from their default." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:113 #, kde-format msgid "Toggle showing presets" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:115 #, kde-format msgid "Toggle showing scratchpad" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:117 #, kde-format msgid "Reload the brush preset" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:118 #, kde-format msgid "Rename the brush preset" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:574 #, kde-format msgctxt "%1 is the name of a brush engine" msgid "%1 Engine" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, deleteAllAssistantsButton) #. i18n: ectx: property (text), widget (QPushButton, bnDelete) #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_popup.cpp:629 #: plugins/assistants/Assistants/AssistantsToolOptions.ui:221 #: plugins/tools/defaulttool/referenceimagestool/WdgToolOptions.ui:181 #, kde-format msgid "All" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_save.cpp:77 #, kde-format msgid "Save New Brush Preset" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_paintop_presets_save.cpp:137 #, kde-format msgid "Preset Icon Library" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_preset_live_preview_view.cpp:164 #, kde-format msgid "No Preview for this engine" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_tone_curve_widget.cpp:341 #, kde-format msgid "No tone curve available..." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_tool_options_popup.cpp:151 #, kde-format msgid "Attach to Toolbar" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_tool_options_popup.cpp:151 #, kde-format msgid "Detach from Toolbar" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_wdg_generator.cpp:143 #: libs/ui/widgets/kis_wdg_generator.cpp:155 #, kde-format msgid "No configuration options." msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_workspace_chooser.cpp:94 #, kde-format msgid "Window layouts" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_workspace_chooser.cpp:129 #: libs/widgets/KisColorsetChooser.cpp:106 #, kde-format msgid "Insert name" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_workspace_chooser.cpp:219 #, kde-format msgid "Window Layout" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/kis_workspace_chooser.cpp:231 #, kde-format msgid "Window Layout %1" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoDualColorButton.cpp:101 #, kde-format msgid "Select a color" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.cpp:257 #, kde-format msgid "Change the filling color" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.cpp:292 #, kde-format msgid "Change filling gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.cpp:313 #, kde-format msgid "Change the filling pattern" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.cpp:562 #, kde-format msgctxt "default prefix for the saved gradient" msgid "gradient" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.cpp:566 #, kde-format msgid "Enter gradient name:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.cpp:566 #, kde-format msgctxt "@title:window" msgid "Save Gradient" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnNoFill) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:34 #, kde-format msgid "No fill" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnSolidFill) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:59 #, kde-format msgid "Solid color fill" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, btnSolidFill) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:62 #, kde-format msgid "Solid" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnGradientFill) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:81 #, kde-format msgid "Gradient fill" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnPatternFill) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:103 #, kde-format msgid "Pattern fill" msgstr "" #. i18n: ectx: property (text), widget (QLabel, repeatLabel) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:238 #: libs/widgets/KoGradientEditWidget.cpp:176 #: plugins/tools/basictools/kis_tool_gradient.cc:240 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:29 #, kde-format msgid "Repeat:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbGradientRepeat) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:263 #: libs/widgets/KoGradientEditWidget.cpp:180 #, kde-format msgid "Repeat" msgstr "" #. i18n: ectx: property (text), widget (QLabel, presetLabel) #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/ui/widgets/KoFillConfigWidget.ui:280 #: plugins/impex/video/video_export_options_dialog.ui:55 #, kde-format msgid "Preset:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:103 #: libs/widgets/KoStrokeConfigWidget.cpp:98 #, kde-format msgid "Butt cap" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:110 #: libs/widgets/KoStrokeConfigWidget.cpp:105 #, kde-format msgid "Round cap" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:117 #: libs/widgets/KoStrokeConfigWidget.cpp:112 #, kde-format msgid "Square cap" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:128 #: libs/widgets/KoStrokeConfigWidget.cpp:123 #, kde-format msgid "Miter join" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:135 #: libs/widgets/KoStrokeConfigWidget.cpp:130 #, kde-format msgid "Round join" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:142 #: libs/widgets/KoStrokeConfigWidget.cpp:137 #, kde-format msgid "Bevel join" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:152 #: libs/widgets/KoStrokeConfigWidget.cpp:146 #, kde-format msgid "Miter limit" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:246 #: libs/widgets/KoStrokeConfigWidget.cpp:230 #, kde-format msgid "Set line width of actual selection" msgstr "" #. i18n: ectx: property (text), widget (QLabel, strokeStyleLabel) #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:257 #: libs/ui/widgets/KoStrokeConfigWidget.ui:77 #, kde-format msgid "Line Style:" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:260 #, kde-format msgctxt "@info:tooltip" msgid "Line style" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:271 #, kde-format msgctxt "@info:tooltip" msgid "Start marker" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:278 #, kde-format msgctxt "@info:tooltip" msgid "Node marker" msgstr "" #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.cpp:285 #, kde-format msgctxt "@info:tooltip" msgid "End marker" msgstr "" #. i18n: ectx: property (text), widget (QLabel, thicknessLabel) #. i18n: ectx: property (text), widget (QLabel, label_20) #. +> trunk5 stable5 #: libs/ui/widgets/KoStrokeConfigWidget.ui:50 #: libs/widgets/KoStrokeConfigWidget.cpp:220 #: plugins/paintops/hatching/wdghatchingoptions.ui:128 #, kde-format msgid "Thickness:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_color_button.cpp:347 #, kde-format msgid "Choose a color" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_color_input.cpp:59 #, kde-format msgid "%1:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_color_input.cpp:342 #: libs/widgets/KoEditColorSetDialog.cpp:174 #, kde-format msgid "Color name:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_file_name_requester.cpp:89 #, kde-format msgid "Select a file to load..." msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_file_name_requester.cpp:93 #, kde-format msgid "Select a directory to load..." msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:87 #, kde-format msgctxt "@title:window" msgid "Add a new Colorset Entry" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:91 #, kde-format msgctxt "Name for default group" msgid "Default" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:98 libs/widgets/kis_palette_view.cpp:323 #, kde-format msgctxt "@info:tooltip" msgid "A spot color is a color that the printer is able to print without mixing the paints it has available to it. The opposite is called a process color." msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:99 #, kde-format msgid "Group" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:100 libs/widgets/kis_palette_view.cpp:324 #, kde-format msgid "ID" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:101 libs/widgets/kis_palette_view.cpp:325 #, kde-format msgid "Name" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:103 #, kde-format msgctxt "Spot color" msgid "Spot" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:105 #, kde-format msgctxt "Part of a default name for a color" msgid "Color" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:131 #, kde-format msgctxt "@title:window" msgid "Add a new group" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:135 #, kde-format msgctxt "Name for a group" msgid "Name" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:136 #, kde-format msgctxt "Part of default name for a new group" msgid "Color Group" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:151 #, kde-format msgctxt "@title:window" msgid "Removing Group" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:155 #, kde-format msgctxt "Shows up when deleting a group" msgid "Keep the Colors" msgstr "" #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:312 #, kde-format msgctxt "Name for a colorgroup" msgid "Name" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. +> trunk5 stable5 #: libs/widgets/kis_palette_view.cpp:327 #: plugins/extensions/metadataeditor/editors/exif.ui:422 #, kde-format msgid "Spot" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: libs/widgets/KisColorsetChooser.cpp:120 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:118 #, kde-format msgid "Columns:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisColorsetChooser.cpp:146 #: libs/widgets/KoEditColorSetDialog.cpp:217 #: plugins/dockers/palettedocker/palettedocker_dock.cpp:61 #, kde-format msgid "Palette" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisColorsetChooser.cpp:157 #, kde-format msgid "Palette %1" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisDlgInternalColorSelector.cpp:152 #, kde-format msgid "This is a hexcode input, for webcolors. It can only get colors in the sRGB space." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisGradientSliderWidget.cpp:48 #, kde-format msgid "Split Segment" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisGradientSliderWidget.cpp:49 #, kde-format msgid "Duplicate Segment" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisGradientSliderWidget.cpp:50 #, kde-format msgid "Mirror Segment" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KisGradientSliderWidget.cpp:52 #, kde-format msgid "Remove Segment" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoColorSetWidget.cpp:225 #, kde-format msgid "Recent:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoColorSetWidget.cpp:243 #, kde-format msgid "Add / Remove Colors..." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:78 #, kde-format msgid "Add new author profile (starts out as a copy of current)" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:82 #, kde-format msgid "Delete the author profile" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:92 #, kde-format msgctxt "This is a list of suggestions for positions an artist can take, comma-separated" msgid "Adapter,Animator,Artist,Art Director,Author,Assistant,Editor,Background,Cartoonist,Colorist,Concept Artist,Corrector,Cover Artist,Creator,Designer,Inker,Letterer,Matte Painter,Painter,Penciller,Proofreader,Pixel Artist,Redliner,Sprite Artist,Typographer,Texture Artist,Translator,Writer,Other" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:100 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:326 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 #, kde-format msgid "Email" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:100 #, kde-format msgid "Fax" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:100 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:326 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 #, kde-format msgid "Homepage" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:100 #, kde-format msgid "Post Address" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:100 #, kde-format msgid "Telephone" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:103 #, kde-format msgid "Entry" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:103 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:107 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:135 #, kde-format msgid "Type" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:107 #, kde-format msgid "Anonymous" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:291 #, kde-format msgid "Name (not duplicate or blank name):" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:291 #, kde-format msgid "Name of Profile" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.cpp:344 #, kde-format msgid "New Contact Info" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblInitialsDesc) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:48 #: libs/widgets/koDocumentInfoAuthorWidget.ui:27 #, kde-format msgid "Initials:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPositionDesc) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:61 #: libs/widgets/koDocumentInfoAuthorWidget.ui:67 #, kde-format msgid "Position:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblFirst) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:80 #, kde-format msgid "Given Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblTitleDesc) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:103 #, kde-format msgctxt "Contact title" msgid "Title:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, fullNameLabel) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:119 #: libs/widgets/koDocumentInfoAuthorWidget.ui:114 #, kde-format msgid "Nickname:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCompanyDesc) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:129 #, kde-format msgid "Co&mpany:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, LabelFamily) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:142 #, kde-format msgid "Family Name:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnAdd) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:152 #, kde-format msgid "Add contact info" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnRemove) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:159 #, kde-format msgid "Remove contact info" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/widgets/KoConfigAuthorPage.ui:166 #, kde-format msgid "Contact:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDialog.cpp:264 #, kde-format msgid "&Try" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDialog.cpp:477 #, kde-format msgid "modified" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDialog.cpp:488 #, kde-format msgctxt "Document/application separator in titlebar" msgid " – " msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDialog.cpp:863 #, kde-format msgid "&Details" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDialog.cpp:1021 #, kde-format msgid "Get help..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblLastPrintedDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:24 #, kde-format msgid "Last printed:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblModifiedDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:41 #, kde-format msgid "Modified:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblLicense) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:65 #, kde-format msgid "License/Rights:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblKeywordsDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:88 #, kde-format msgid "&Keywords:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRevisionDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:101 #, kde-format msgid "Revision number:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCreatedDesc) #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:124 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:453 #, kde-format msgid "Created:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblEditingDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:134 #, kde-format msgid "Total editing ti&me:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, filePathInfoLabel) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:167 #, kde-format msgid "Path:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pbReset) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:193 #, kde-format msgid "&Reset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblTitleDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:224 #, kde-format msgctxt "Document title" msgid "Title:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSubjectDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAboutWidget.ui:237 #, kde-format msgid "Sub&ject:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblTitleDesc) #. i18n: ectx: property (text), widget (QLabel, label_7) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAuthorWidget.ui:50 #: plugins/extensions/metadataeditor/editors/dublincore.ui:83 #: plugins/extensions/pykrita/plugin/info.ui:174 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:328 #, kde-format msgid "Title:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblCompanyDesc) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAuthorWidget.ui:84 #, kde-format msgid "Company:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblLastName) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAuthorWidget.ui:127 #, kde-format msgid "Last Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblfirstname) #. +> trunk5 stable5 #: libs/widgets/koDocumentInfoAuthorWidget.ui:134 #, kde-format msgid "First Name:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:84 #, kde-format msgid "Document Information" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:124 #, kde-format msgid "Last saved by" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:179 #, kde-format msgid "Use ';' (Example: Office;KDE;Calligra)" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:305 #, kde-format msgid "%1 week" msgid_plural "%1 weeks" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:306 #: libs/widgets/KoDocumentInfoDlg.cpp:308 #, kde-format msgid "%1 day" msgid_plural "%1 days" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:309 #: libs/widgets/KoDocumentInfoDlg.cpp:311 #, kde-format msgid "%1 hour" msgid_plural "%1 hours" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:312 #: libs/widgets/KoDocumentInfoDlg.cpp:314 #, kde-format msgid "%1 minute" msgid_plural "%1 minutes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:315 #: libs/widgets/KoDocumentInfoDlg.cpp:317 #, kde-format msgid "%1 second" msgid_plural "%1 seconds" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgets/KoDocumentInfoDlg.cpp:323 #, kde-format msgctxt "major time unit and minor time unit" msgid "%1 and %2" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, add) #. +> trunk5 stable5 #: libs/widgets/KoEditColorSet.ui:45 #, kde-format msgid "Add" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, open) #. +> trunk5 stable5 #: libs/widgets/KoEditColorSet.ui:65 #, kde-format msgid "Open palette" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, save) #. +> trunk5 stable5 #: libs/widgets/KoEditColorSet.ui:75 #, kde-format msgid "Save palette" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoEditColorSetDialog.cpp:174 #, kde-format msgid "Add Color To Palette" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoEditColorSetDialog.cpp:217 #, kde-format msgid "Cannot write to palette file %1. Maybe it is read-only. " msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoEditColorSetDialog.cpp:231 #, kde-format msgid "Add/Remove Colors" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:162 #, kde-format msgid "Target:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:165 #: plugins/tools/defaulttool/defaulttool/DefaultToolTabbedWidget.cpp:53 #, kde-format msgid "Fill" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:171 #, kde-format msgctxt "Linear gradient type" msgid "Linear" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:172 #, kde-format msgctxt "Radial gradient type" msgid "Radial" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:173 #, kde-format msgctxt "Conical gradient type" msgid "Conical" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:178 #, kde-format msgctxt "No gradient spread" msgid "None" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:183 #, kde-format msgid "Overall opacity:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:188 #, kde-format msgid "Color stop:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:196 #, kde-format msgid "Stop color." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoGradientEditWidget.cpp:199 #, kde-format msgid "&Add to Predefined Gradients" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoIconToolTip.cpp:53 #, kde-format msgid "Tags" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutDialog.cpp:46 #, kde-format msgid "Page Layout" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutDialog.cpp:50 #, kde-format msgid "Page" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutDialog.cpp:108 #, kde-format msgid "Apply to document" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:188 #, kde-format msgid "Left Edge:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:189 #, kde-format msgid "Right Edge:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:192 #, kde-format msgid "Binding Edge:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:193 #, kde-format msgid "Page Edge:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:289 #, kde-format msgid "Facing Pages:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, facingPages) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:290 #: libs/widgets/KoPageLayoutWidget.ui:190 #, kde-format msgid "Facing pages" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:293 #, kde-format msgid "Page Layout:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.cpp:294 #, kde-format msgid "Page spread" msgstr "" #. i18n: ectx: property (text), widget (QLabel, unitsLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:43 #, kde-format msgid "&Unit:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, stylesLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:66 #, kde-format msgid "&Follow style:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, orientationLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:149 #, kde-format msgid "Orientation:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, portrait) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:159 #, kde-format msgid "Po&rtrait" msgstr "" #. i18n: ectx: property (text), widget (QLabel, facingPageLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:173 #, kde-format msgid "Facing pages:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, singleSided) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:183 #, kde-format msgid "Single sided" msgstr "" #. i18n: ectx: property (text), widget (QLabel, directionLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:197 #, kde-format msgid "&Text direction:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, textDirection) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:217 #, kde-format msgid "Automatic" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, textDirection) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:222 #, kde-format msgid "Left to right" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, textDirection) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:227 #, kde-format msgid "Right to left" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, margins) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:237 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:222 #, kde-format msgid "Margins" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_13) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:243 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:251 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:213 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:242 #, kde-format msgid "Top:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, leftLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:263 #, kde-format msgid "&Binding edge:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, rightLabel) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:283 #, kde-format msgid "Pa&ge edge:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_12) #. +> trunk5 stable5 #: libs/widgets/KoPageLayoutWidget.ui:303 #, kde-format msgid "Botto&m:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceItemChooser.cpp:153 #, kde-format msgctxt "@info:tooltip" msgid "Import resource" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceItemChooser.cpp:159 #, kde-format msgctxt "@info:tooltip" msgid "Delete resource" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceItemChooserContextMenu.cpp:133 #: libs/widgets/KoTagToolButton.cpp:66 #, kde-format msgid "New tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceItemChooserContextMenu.cpp:166 #, kde-format msgid "Assign to tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceItemChooserContextMenu.cpp:175 #, kde-format msgid "Remove from this tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceItemChooserContextMenu.cpp:183 #, kde-format msgid "Remove from other tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceTaggingManager.cpp:158 #, kde-format msgid "Unable to undelete tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceTaggingManager.cpp:159 #, kde-format msgid "" "The tag you are trying to undelete already exists in tag list.
    " "Please enter a new, unique name for it.
    " msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoResourceTaggingManager.cpp:166 #, kde-format msgid "Tag was not undeleted." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoRuler.cpp:1306 #, kde-format msgid "First line indent" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoRuler.cpp:1307 #, kde-format msgid "Left indent" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoRuler.cpp:1308 #, kde-format msgid "Right indent" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoShadowConfigWidget.cpp:68 #, kde-format msgid "Change the color of the shadow" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: libs/widgets/KoShadowConfigWidget.ui:67 #, kde-format msgid "Blur:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, shadowDistanceLabel) #. +> trunk5 stable5 #: libs/widgets/KoShadowConfigWidget.ui:84 #: plugins/flake/textshape/dialogs/FontDecorations.ui:257 #: plugins/tools/basictools/kis_tool_brush.cc:333 #: plugins/tools/basictools/kis_tool_measure.cc:52 #, kde-format msgid "Distance:" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoStrokeConfigWidget.cpp:246 #, kde-format msgid "Change the color of the line/border" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagChooserWidget.cpp:54 libs/widgets/KoTagToolButton.cpp:57 #, kde-format msgid "Tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagFilterWidget.cpp:52 #, kde-format msgctxt "@info:tooltip" msgid "" "Entering search terms here will add to, or remove resources from the current tag view." "

    To filter based on the partial, case insensitive name of a resource:
    " "partialname or !partialname.

    " "

    In-/exclusion of other tag sets:
    " "[Tagname] or ![Tagname].

    " "

    Case sensitive and full name matching in-/exclusion:
    " "\"ExactMatch\" or !\"ExactMatch\".

    " "Filter results cannot be saved for the All Presets view.
    " "In this view, pressing Enter or clearing the filter box will restore all items.
    " "Create and/or switch to a different tag if you want to save filtered resources into named sets." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagFilterWidget.cpp:66 #, kde-format msgctxt "@info:tooltip" msgid "" "Entering search terms here will add to, or remove resources from the current tag view." "

    To filter based on the partial, case insensitive name of a resource:
    " "partialname or !partialname.

    " "

    In-/exclusion of other tag sets:
    " "[Tagname] or ![Tagname].

    " "

    Case sensitive and full name matching in-/exclusion:
    " "\"ExactMatch\" or !\"ExactMatch\".

    " "Pressing Enter or clicking the Save button will save the changes." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagFilterWidget.cpp:81 #, kde-format msgid "Search" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagFilterWidget.cpp:92 #, kde-format msgctxt "@info:tooltip" msgid "Save the currently filtered set as the new members of the current tag." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagToolButton.cpp:59 #, kde-format msgctxt "@info:tooltip" msgid "Show the tag box options." msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagToolButton.cpp:75 #, kde-format msgid "Rename tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagToolButton.cpp:86 #, kde-format msgid "Delete this tag" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagToolButton.cpp:104 #, kde-format msgid "Clear undelete list" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoTagToolButton.cpp:134 #, kde-format msgid "Undelete" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoToolBox.cpp:306 libs/widgetutils/xmlgui/ktoolbar.cpp:337 #, kde-format msgctxt "@item:inmenu Icon size" msgid "Default" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoToolBox.cpp:313 #, kde-format msgid "%1x%2" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoToolBoxButton.cpp:66 #, kde-format msgctxt "@info:tooltip" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoToolBoxButton.cpp:67 #, kde-format msgctxt "@info:tooltip %2 is shortcut" msgid "%1 (%2)" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoToolBoxDocker.cpp:32 #, kde-format msgid "Toolbox" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoToolDocker.cpp:162 #, kde-format msgid "Tool Options" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoZoomMode.cpp:27 #, kde-format msgid "Fit Page Width" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoZoomMode.cpp:28 #, kde-format msgid "Fit Page" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoZoomMode.cpp:30 #, kde-format msgid "Actual Pixels" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoZoomMode.cpp:34 #, kde-format msgid "Fit Text Width" msgstr "" #. +> trunk5 stable5 #: libs/widgets/KoZoomWidget.cpp:80 #, kde-format msgid "Use same aspect as pixels" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, txtFileName) #. +> trunk5 stable5 #: libs/widgets/wdg_file_name_requester.ui:25 #, kde-format msgid "Selected file name" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnSelectFile) #. +> trunk5 stable5 #: libs/widgets/wdg_file_name_requester.ui:32 #, kde-format msgid "Select file name..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/klanguagebutton.cpp:194 #, kde-format msgid "without name" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/krecentfilesaction.cpp:78 #, kde-format msgid "No Entries" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/krecentfilesaction.cpp:84 #, kde-format msgid "Clear List" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:90 #, kde-format msgctxt "go back" msgid "&Back" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:97 #, kde-format msgctxt "go forward" msgid "&Forward" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:104 #, kde-format msgctxt "home page" msgid "&Home" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:107 #, kde-format msgctxt "show help" msgid "&Help" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:520 #: libs/widgetutils/config/kstandardaction_p.h:96 #, kde-format msgid "Show &Menubar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:529 #, kde-format msgid "" "Show Menubar" "

    Shows the menubar again after it has been hidden

    " msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:547 #: libs/widgetutils/config/kstandardaction_p.h:98 #, kde-format msgid "Show St&atusbar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction.cpp:550 #, kde-format msgid "" "Show Statusbar" "

    Shows the statusbar, which is the bar at the bottom of the window used for status information.

    " msgstr "" #. i18n: ectx: property (title), widget (QMenu, menu_New) #. i18n: ectx: property (text), widget (QPushButton, bNew) #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:41 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:32 #: plugins/flake/textshape/dialogs/StyleManager.ui:68 #, kde-format msgid "&New" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:42 #, kde-format msgid "&Open..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:42 #, kde-format msgid "Open an existing document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:43 #, kde-format msgid "Open &Recent" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:43 #, kde-format msgid "Open a document which was recently opened" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:44 #, kde-format msgid "Save document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:45 #, kde-format msgid "Save &As..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:45 #, kde-format msgid "Save document under a new name" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:46 #, kde-format msgid "Re&vert" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:46 #, kde-format msgid "Revert unsaved changes made to document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:47 #, kde-format msgid "Close document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:48 #, kde-format msgid "&Print..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:48 #, kde-format msgid "Print document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:49 #, kde-format msgid "Print Previe&w" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:49 #, kde-format msgid "Show a print preview of document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:50 #, kde-format msgid "&Mail..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:50 #, kde-format msgid "Send document by mail" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:51 #, kde-format msgid "&Quit" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:51 #, kde-format msgid "Quit application" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:53 #, kde-format msgid "&Undo" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:53 #, kde-format msgid "Undo last action" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:54 #, kde-format msgid "Re&do" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:54 #, kde-format msgid "Redo last undone action" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:55 #, kde-format msgid "Cu&t" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:55 #, kde-format msgid "Cut selection to clipboard" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:56 #, kde-format msgid "&Copy" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:56 #, kde-format msgid "Copy selection to clipboard" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:57 #: libs/widgetutils/config/kstandardaction_p.h:58 #, kde-format msgid "&Paste" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:57 #: libs/widgetutils/config/kstandardaction_p.h:58 #, kde-format msgid "Paste clipboard content" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:59 #, kde-format msgid "C&lear" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:60 #, kde-format msgid "Select &All" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:61 #, kde-format msgid "Dese&lect" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:62 #, kde-format msgid "&Find..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:63 #, kde-format msgid "Find &Next" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:64 #, kde-format msgid "Find Pre&vious" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:65 #, kde-format msgid "&Replace..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:67 #, kde-format msgid "&Actual Size" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:67 #, kde-format msgid "View document at its actual size" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:68 #, kde-format msgid "&Fit to Page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:68 #, kde-format msgid "Zoom to fit page in window" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:69 #, kde-format msgid "Fit to Page &Width" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:69 #, kde-format msgid "Zoom to fit page width in window" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:70 #, kde-format msgid "Fit to Page &Height" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:70 #, kde-format msgid "Zoom to fit page height in window" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:71 #, kde-format msgid "Zoom &In" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:72 #, kde-format msgid "Zoom &Out" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:73 #, kde-format msgid "&Zoom..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:73 #, kde-format msgid "Select zoom level" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:74 #, kde-format msgid "&Redisplay" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:74 #, kde-format msgid "Redisplay document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:76 #, kde-format msgid "&Up" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:76 #, kde-format msgid "Go up" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:81 #, kde-format msgid "&Previous Page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:81 #, kde-format msgid "Go to previous page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:82 #, kde-format msgid "&Next Page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:82 #, kde-format msgid "Go to next page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:83 #, kde-format msgid "&Go To..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:84 #, kde-format msgid "&Go to Page..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:85 #, kde-format msgid "&Go to Line..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:86 #, kde-format msgid "&First Page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:86 #, kde-format msgid "Go to first page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:87 #, kde-format msgid "&Last Page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:87 #, kde-format msgid "Go to last page" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:88 #, kde-format msgid "&Back" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:88 #, kde-format msgid "Go back in document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:89 #, kde-format msgid "&Forward" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:89 #, kde-format msgid "Go forward in document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:91 #, kde-format msgid "&Add Bookmark" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:92 #, kde-format msgid "&Edit Bookmarks..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:94 #, kde-format msgid "&Spelling..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:94 #, kde-format msgid "Check spelling in document" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:96 #, kde-format msgid "Show or hide menubar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:97 #, kde-format msgid "Show &Toolbar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:97 #, kde-format msgid "Show or hide toolbar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:98 #, kde-format msgid "Show or hide statusbar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:99 #, kde-format msgid "F&ull Screen Mode" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:100 #, kde-format msgid "&Save Settings" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:101 #, kde-format msgid "Configure S&hortcuts..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:102 #, kde-format msgid "&Configure %1..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:103 #, kde-format msgid "Configure Tool&bars..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:104 #, kde-format msgid "Configure &Notifications..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:109 #, kde-format msgid "%1 &Handbook" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:110 #, kde-format msgid "What's &This?" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:111 #, kde-format msgid "Tip of the &Day" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:112 #, kde-format msgid "&Report Bug..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:113 #, kde-format msgid "Switch Application &Language..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:114 #, kde-format msgid "&About %1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/config/kstandardaction_p.h:115 #, kde-format msgid "About &KDE" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:197 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:226 #, kde-format msgid "percent (%)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:207 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:236 #, kde-format msgid "percent of view height (vh)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:207 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:236 #, kde-format msgid "percent of view width (vw)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:246 #, kde-format msgid "degrees (°)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:246 #, kde-format msgid "gons (gon)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:246 #, kde-format msgid "percent of circle (%)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:246 #, kde-format msgid "radians (rad)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:255 #, kde-format msgid "frames (f)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:262 #, kde-format msgid "percent of animation (%)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/kis_spin_box_unit_manager.cpp:262 #, kde-format msgid "seconds (s)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/KoFileDialog.cpp:407 #, kde-format msgid "All supported formats" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/KoGroupButton.cpp:162 #, kde-format msgctxt "@info:tooltip of custom triple button" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:43 #, kde-format msgid "About KDE" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:46 #, kde-format msgid "KDE - Be Free!" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:55 #, kde-format msgid "" "KDE is a world-wide network of software engineers, artists, writers, translators and facilitators who are committed to Free Software development. This community has created hundreds of Free Software applications as part of the KDE frameworks, workspaces and applications.
    " "
    " "KDE is a cooperative enterprise in which no single entity controls the efforts or products of KDE to the exclusion of others. Everyone is welcome to join and contribute to KDE, including you.
    " "
    " "Visit %2 for more information about the KDE community and the software we produce." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:74 #, kde-format msgid "" "Software can always be improved, and the KDE team is ready to do so. However, you - the user - must tell us when something does not work as expected or could be done better.
    " "
    " "KDE has a bug tracking system. Visit %1 or use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.
    " "
    " "If you have a suggestion for improvement then you are welcome to use the bug tracking system to register your wish. Make sure you use the severity called \"Wishlist\"." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:92 #, kde-format msgid "" "You do not have to be a software developer to be a member of the KDE team. You can join the national teams that translate program interfaces. You can provide graphics, themes, sounds, and improved documentation. You decide!
    " "
    " "Visit %1 for information on some projects in which you can participate.
    " "
    " "If you need more information or documentation, then a visit to %2 will provide you with what you need." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:114 #, kde-format msgid "" "KDE software is and will always be available free of charge, however creating it is not free.
    " "
    " "To support development the KDE community has formed the KDE e.V., a non-profit organization legally founded in Germany. KDE e.V. represents the KDE community in legal and financial matters. See %1 for information on KDE e.V.
    " "
    " "KDE benefits from many kinds of contributions, including financial. We use the funds to reimburse members and others for expenses they incur when contributing. Further funds are used for legal support and organizing conferences and meetings.
    " "
    " "We would like to encourage you to support our efforts with a financial donation, using one of the ways described at %2.
    " "
    " "Thank you very much in advance for your support." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:133 #, kde-format msgctxt "About KDE" msgid "&About" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:134 #, kde-format msgid "&Report Bugs or Wishes" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:135 #, kde-format msgid "&Join KDE" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:136 #, kde-format msgid "&Support KDE" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kactionconflictdetector.cpp:49 #, kde-format msgid "" "The key sequence '%1' is ambiguous. Use the 'Keyboard Shortcuts'\n" "tab in 'Settings->Configure Krita...' dialog to solve the ambiguity.\n" "No action will be triggered." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kactionconflictdetector.cpp:53 #, kde-format msgid "Ambiguous shortcut detected" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:93 #: libs/widgetutils/xmlgui/kbugreport.cpp:109 #, kde-format msgid "Submit Bug Report" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:119 #, kde-format msgid "The application for which you wish to submit a bug report - if incorrect, please use the Report Bug menu item of the correct application" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:120 #, kde-format msgid "Application: " msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:145 #, kde-format msgid "The version of this application - please make sure that no newer version is available before sending a bug report" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:146 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:314 #, kde-format msgid "Version:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:151 #, kde-format msgid "no version set (programmer error)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:159 #, kde-format msgid "OS:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:167 #, kde-format msgid "Compiler:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:176 #, kde-format msgid "To submit a bug report, click on the button below. This will open a web browser window on http://bugs.kde.org where you will find a form to fill in. The information displayed above will be transferred to that server." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kbugreport.cpp:191 #, kde-format msgid "&Launch Bug Report Wizard" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:230 #, kde-format msgctxt "@title:window" msgid "Dr. Klash' Accelerator Diagnosis" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:237 #, kde-format msgctxt "@option:check" msgid "Disable automatic checking" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:281 #, kde-format msgid "

    Accelerators changed

    " msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:283 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:294 #, kde-format msgid "Old Text" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:285 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:303 #, kde-format msgid "New Text" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:292 #, kde-format msgid "

    Accelerators removed

    " msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:301 #, kde-format msgid "

    Accelerators added (just for your info)

    " msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:62 #, kde-format msgid "--- separator ---" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:368 #, kde-format msgid "Change Text" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:379 #, kde-format msgid "Icon te&xt:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:384 #, kde-format msgid "&Hide text when toolbar shows text alongside icons" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:622 #, kde-format msgid "Configure Toolbars" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:685 #, kde-format msgid "Do you really want to reset all toolbars of this application to their default? The changes will be applied immediately." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnReset) #. i18n: ectx: property (text), widget (QPushButton, resetButton) #. i18n: ectx: property (text), widget (QPushButton, reset) #. i18n: ectx: property (text), widget (QPushButton, btnResetCustomLine) #. i18n: ectx: property (text), widget (QPushButton, resetOriginButton) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:685 #: plugins/dockers/artisticcolorselector/forms/wdgArtisticColorSelector.ui:32 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:235 #: plugins/filters/colorsfilters/wdg_perchannel.ui:342 #: plugins/impex/video/video_export_options_dialog.ui:128 #: plugins/tools/basictools/wdgmultihandtool.ui:97 #: plugins/tools/tool_transform2/kis_tool_transform.cc:138 #, kde-format msgid "Reset" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:685 #, kde-format msgid "Reset Toolbars" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1010 #, kde-format msgid "&Toolbar:" msgstr "" #. i18n("&New"), this); #. new_toolbar->setPixmap(BarIcon("document-new", KisIconUtils::SizeSmall)); #. new_toolbar->setEnabled(false); // disabled until implemented #. QPushButton *del_toolbar = new QPushButton(i18n("&Delete"), this); #. del_toolbar->setPixmap(BarIcon("edit-delete", KisIconUtils::SizeSmall)); #. del_toolbar->setEnabled(false); // disabled until implemented #. our list of inactive actions #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1025 #, kde-format msgid "A&vailable actions:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1040 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1059 #, kde-format msgid "Filter" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1043 #, kde-format msgid "Curr&ent actions:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1200 #, kde-format msgctxt "@item:intable Action name in toolbar editor" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1220 #, kde-format msgid "This element will be replaced with all the elements of an embedded component." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1222 #, kde-format msgid "" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1224 #, kde-format msgid "" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1230 #, kde-format msgid "This is a dynamic list of actions. You can move it, but if you remove it you will not be able to re-add it." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1231 #, kde-format msgid "ActionList: %1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1331 #: libs/widgetutils/xmlgui/kedittoolbar.cpp:1352 #, kde-format msgctxt "@label Action tooltip in toolbar editor, below the action list" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kgesture.cpp:505 #, kde-format msgctxt "left mouse button" msgid "left button" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kgesture.cpp:508 #, kde-format msgctxt "middle mouse button" msgid "middle button" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kgesture.cpp:511 #, kde-format msgctxt "right mouse button" msgid "right button" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kgesture.cpp:514 #, kde-format msgctxt "a nonexistent value of mouse button" msgid "invalid button" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kgesture.cpp:528 #, kde-format msgctxt "a kind of mouse gesture: hold down one mouse button, then press another button" msgid "Hold %1, then push %2" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutEditWidget.cpp:63 #, kde-format msgid "Default:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutEditWidget.cpp:64 #: libs/widgetutils/xmlgui/KisShortcutEditWidget.cpp:67 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:602 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "" #. i18n: ectx: property (whatsThis), widget (KTreeWidgetSearchLineWidget, searchFilter) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsDialog.ui:16 #, kde-format msgid "Search interactively for shortcut names (e.g. Copy) or combination of keys (e.g. Ctrl+C) by typing them here." msgstr "" #. i18n: ectx: property (whatsThis), widget (QTreeWidget, list) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsDialog.ui:23 #, kde-format msgid "Here you can see a list of key bindings, i.e. associations between actions (e.g. 'Copy') shown in the left column and keys or combination of keys (e.g. Ctrl+V) shown in the right column." msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, list) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsDialog.ui:33 #, kde-format msgid "Action" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, list) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsDialog.ui:38 #, kde-format msgid "Shortcut" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, list) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsDialog.ui:43 #, kde-format msgid "Alternate" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsDialog_p.cpp:55 #, kde-format msgid "The current shortcut scheme is modified. Save before switching to the new one?" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:249 #, kde-format msgctxt "header for an applications shortcut list" msgid "Shortcuts for %1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, priLabel) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:267 #: libs/widgetutils/xmlgui/kshortcutwidget.ui:22 #, kde-format msgid "Main:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, altLabel) #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:268 #: libs/widgetutils/xmlgui/kshortcutwidget.ui:52 #, kde-format msgid "Alternate:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:291 #, kde-format msgid "Description" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/KisShortcutsEditorItem.cpp:41 #, kde-format msgctxt "@item:intable Action name in shortcuts configuration" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:180 #, kde-format msgctxt "%1 is the number of conflicts" msgid "Shortcut Conflict" msgid_plural "Shortcut Conflicts" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:184 #, kde-format msgid "Shortcut '%1' for action '%2'\n" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:189 #, kde-format msgctxt "%1 is the number of ambiguous shortcut clashes (hidden)" msgid "" "The \"%2\" shortcut is ambiguous with the following shortcut.\n" "Do you want to assign an empty shortcut to this action?\n" "%3" msgid_plural "" "The \"%2\" shortcut is ambiguous with the following shortcuts.\n" "Do you want to assign an empty shortcut to these actions?\n" "%3" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:199 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:555 #, kde-format msgid "Reassign" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:208 #, kde-format msgid "Shortcut conflict" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:209 #, kde-format msgid "" "The '%1' key combination is already used by the %2 action.
    " "Please select a different one.
    " msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:239 #, kde-format msgid "" "Click on the button, then enter the shortcut like you would in the program.\n" "Example for Ctrl+A: hold the Ctrl key and press A." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:549 #, kde-format msgid "Conflict with Standard Application Shortcut" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:550 #, kde-format msgid "" "The '%1' key combination is also used for the standard action \"%2\" that some applications use.\n" "Do you really want to use it as a global shortcut as well?" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:595 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" msgid "Input" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:648 #, kde-format msgid "The key you just pressed is not supported by Qt." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:649 #, kde-format msgid "Unsupported Key" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kmenumenuhandler_p.cpp:50 #, kde-format msgid "Add to Toolbar" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kmenumenuhandler_p.cpp:227 #, kde-format msgid "Configure Shortcut..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:63 #, kde-format msgid "Shortcut Schemes:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:79 #, kde-format msgid "Save/Load" msgstr "" #. i18n("Save as Scheme Defaults"), #. this, SLOT(saveAsDefaultsForScheme())); #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:86 #, kde-format msgid "Save Custom Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:88 #, kde-format msgid "Load Custom Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:90 #, kde-format msgid "Export Scheme..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:92 #, kde-format msgid "Import Scheme..." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:108 #, kde-format msgid "Name for New Scheme" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:109 #, kde-format msgid "Name for new scheme:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:109 #, kde-format msgid "New Scheme" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:115 #, kde-format msgid "A scheme with this name already exists." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:139 #, kde-format msgid "" "Do you really want to delete the scheme %1?\n" "Note that this will not remove any system wide shortcut schemes." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:161 #, kde-format msgid "Export Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:163 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:182 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:200 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:215 #, kde-format msgid "Shortcuts (*.shortcuts)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:180 #, kde-format msgid "Save Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:198 #: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:215 #, kde-format msgid "Import Shortcuts" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:154 #, kde-format msgid "Switch Application Language" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:159 #, kde-format msgid "Please choose the language which should be used for this application:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:186 #, kde-format msgid "Add Fallback Language" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:187 #, kde-format msgid "Adds one more language which will be used if other translations do not contain a proper translation." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:282 #, kde-format msgctxt "@title:window:" msgid "Application Language Changed" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:283 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:302 #, kde-format msgid "The language for this application has been changed. The change will take effect the next time the application is started." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:303 #, kde-format msgid "Application Language Changed" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:400 #, kde-format msgid "Fallback language:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:400 #, kde-format msgid "Primary language:" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:430 #, kde-format msgid "This is the main application language which will be used first, before any other languages." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kswitchlanguagedialog_p.cpp:431 #, kde-format msgid "This is the language which will be used if any previous languages do not contain a proper translation." msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:303 #, kde-format msgctxt "@title:menu" msgid "Show Text" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:306 #, kde-format msgctxt "@title:menu" msgid "Toolbar Settings" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:308 #, kde-format msgctxt "Toolbar orientation" msgid "Orientation" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:310 #, kde-format msgctxt "toolbar position string" msgid "Top" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:312 #, kde-format msgctxt "toolbar position string" msgid "Left" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:313 #, kde-format msgctxt "toolbar position string" msgid "Right" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:314 #, kde-format msgctxt "toolbar position string" msgid "Bottom" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:322 #, kde-format msgid "Text Position" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:324 #, kde-format msgid "Icons Only" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:325 #, kde-format msgid "Text Only" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:326 #, kde-format msgid "Text Alongside Icons" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:327 #, kde-format msgid "Text Under Icons" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:350 #: libs/widgetutils/xmlgui/ktoolbar.cpp:371 #, kde-format msgid "Small (%1x%2)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:352 #: libs/widgetutils/xmlgui/ktoolbar.cpp:373 #, kde-format msgid "Medium (%1x%2)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:354 #: libs/widgetutils/xmlgui/ktoolbar.cpp:375 #, kde-format msgid "Large (%1x%2)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:356 #: libs/widgetutils/xmlgui/ktoolbar.cpp:377 #, kde-format msgid "Huge (%1x%2)" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:399 #, kde-format msgid "Lock Toolbar Positions" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:1290 #, kde-format msgctxt "@action:intoolbar Text label of toolbar button" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbar.cpp:1291 #, kde-format msgctxt "@info:tooltip Tooltip of toolbar button" msgid "%1" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ktoolbarhandler.cpp:105 #, kde-format msgid "Toolbars Shown" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/kxmlguibuilder.cpp:198 #: libs/widgetutils/xmlgui/kxmlguibuilder.cpp:362 #, kde-format msgid "No text" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:34 #, kde-format msgid "&Game" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:84 #, kde-format msgctxt "@title:menu Game move" msgid "&Move" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:117 #, kde-format msgid "&Go" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:138 #, kde-format msgid "&Bookmarks" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:148 #, kde-format msgid "&Settings" msgstr "" #. +> trunk5 stable5 #: libs/widgetutils/xmlgui/ui_standards.xmlgui:194 #, kde-format msgid "Main Toolbar" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/assistants/Assistants/AssistantsToolOptions.ui:28 #, kde-format msgid "Add:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, globalColorLabel) #. +> trunk5 stable5 #: plugins/assistants/Assistants/AssistantsToolOptions.ui:56 #, kde-format msgid "Global Color:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useCustomAssistantColor) #. +> trunk5 stable5 #: plugins/assistants/Assistants/AssistantsToolOptions.ui:105 #, kde-format msgid "Custom Color" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, loadAssistantButton) #. +> trunk5 stable5 #: plugins/assistants/Assistants/AssistantsToolOptions.ui:170 #, kde-format msgid "Load Assistant Set" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, saveAssistantButton) #. +> trunk5 stable5 #: plugins/assistants/Assistants/AssistantsToolOptions.ui:189 #, kde-format msgid "Save Assistant Set" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/ConcentricEllipseAssistant.cc:34 #, kde-format msgid "Concentric Ellipse assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/ConcentricEllipseAssistant.cc:189 #, kde-format msgid "Concentric Ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/EllipseAssistant.cc:34 #, kde-format msgid "Ellipse assistant" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, shapeCBox) #. i18n: ectx: property (text), item, widget (QComboBox, shapeBox) #. +> trunk5 stable5 #: plugins/assistants/Assistants/EllipseAssistant.cc:163 #: plugins/flake/pathshapes/ellipse/EllipseShapeFactory.cpp:35 #: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:37 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:232 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:66 #, kde-format msgid "Ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/FisheyePointAssistant.cc:38 #, kde-format msgid "Fish Eye Point assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/FisheyePointAssistant.cc:221 #, kde-format msgid "Fish Eye Point" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/InfiniteRulerAssistant.cc:37 #, kde-format msgid "Infinite Ruler assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/InfiniteRulerAssistant.cc:156 #, kde-format msgid "Infinite Ruler" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/kis_assistant_tool.cc:703 #, kde-format msgid "Select an Assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/kis_assistant_tool.cc:825 #, kde-format msgid "Errors were encountered. Not all assistants were successfully loaded." msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/kis_assistant_tool.cc:888 #, kde-format msgid "Save Assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/kis_assistant_tool.cc:968 #, kde-format msgid "Density: " msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/kis_assistant_tool.h:157 #, kde-format msgid "Assistant Tool" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/ParallelRulerAssistant.cc:37 #, kde-format msgid "Parallel Ruler assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/ParallelRulerAssistant.cc:163 #, kde-format msgid "Parallel Ruler" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/PerspectiveAssistant.cc:38 #, kde-format msgid "Perspective assistant" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, perspectiveTransformButton) #. i18n: ectx: property (text), widget (QToolButton, perspectiveTransformButton) #. +> trunk5 stable5 #: plugins/assistants/Assistants/PerspectiveAssistant.cc:457 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:62 #: plugins/tools/tool_transform2/kis_tool_transform.cc:129 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:127 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:130 #, kde-format msgid "Perspective" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/RulerAssistant.cc:34 #, kde-format msgid "Ruler assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/RulerAssistant.cc:160 #, kde-format msgid "Ruler" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/SplineAssistant.cc:37 #, kde-format msgid "Spline assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/SplineAssistant.cc:221 #, kde-format msgid "Spline" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/VanishingPointAssistant.cc:37 #, kde-format msgid "Vanishing Point assistant" msgstr "" #. +> trunk5 stable5 #: plugins/assistants/Assistants/VanishingPointAssistant.cc:301 #, kde-format msgid "Vanishing Point" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, label_17) #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/cmyk_f32/CmykF32ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/cmyk_u16/CmykU16ColorSpace.cpp:33 #: plugins/color/lcms2engine/colorspaces/cmyk_u8/CmykU8ColorSpace.cpp:34 #: plugins/filters/colorsfilters/wdg_color_balance.ui:143 #: plugins/filters/colorsfilters/wdg_color_balance.ui:245 #: plugins/filters/colorsfilters/wdg_color_balance.ui:368 #, kde-format msgid "Cyan" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. i18n: ectx: property (text), widget (QLabel, label_19) #. i18n: ectx: property (text), widget (QLabel, label_12) #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/cmyk_f32/CmykF32ColorSpace.cpp:39 #: plugins/color/lcms2engine/colorspaces/cmyk_u16/CmykU16ColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/cmyk_u8/CmykU8ColorSpace.cpp:35 #: plugins/filters/colorsfilters/wdg_color_balance.ui:92 #: plugins/filters/colorsfilters/wdg_color_balance.ui:269 #: plugins/filters/colorsfilters/wdg_color_balance.ui:426 #, kde-format msgid "Magenta" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. i18n: ectx: property (text), widget (QLabel, label_21) #. i18n: ectx: property (text), widget (QLabel, label_14) #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/cmyk_f32/CmykF32ColorSpace.cpp:40 #: plugins/color/lcms2engine/colorspaces/cmyk_u16/CmykU16ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/cmyk_u8/CmykU8ColorSpace.cpp:36 #: plugins/filters/colorsfilters/wdg_color_balance.ui:119 #: plugins/filters/colorsfilters/wdg_color_balance.ui:279 #: plugins/filters/colorsfilters/wdg_color_balance.ui:378 #, kde-format msgid "Yellow" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/cmyk_f32/CmykF32ColorSpace.cpp:41 #: plugins/color/lcms2engine/colorspaces/cmyk_u16/CmykU16ColorSpace.cpp:36 #: plugins/color/lcms2engine/colorspaces/cmyk_u8/CmykU8ColorSpace.cpp:37 #, kde-format msgid "Black" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/gray_f16/GrayF16ColorSpace.cpp:37 #: plugins/color/lcms2engine/colorspaces/gray_f32/GrayF32ColorSpace.cpp:40 #: plugins/color/lcms2engine/colorspaces/gray_u16/GrayU16ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/gray_u8/GrayU8ColorSpace.cpp:34 #, kde-format msgid "Gray" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/xyz_f16/XyzF16ColorSpace.cpp:33 #: plugins/color/lcms2engine/colorspaces/xyz_f32/XyzF32ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/xyz_u16/XyzU16ColorSpace.cpp:33 #: plugins/color/lcms2engine/colorspaces/xyz_u8/XyzU8ColorSpace.cpp:33 #, kde-format msgid "X" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/xyz_f16/XyzF16ColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/xyz_f32/XyzF32ColorSpace.cpp:39 #: plugins/color/lcms2engine/colorspaces/xyz_u16/XyzU16ColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/xyz_u8/XyzU8ColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/ycbcr_f32/YCbCrF32ColorSpace.cpp:38 #: plugins/color/lcms2engine/colorspaces/ycbcr_u16/YCbCrU16ColorSpace.cpp:33 #: plugins/color/lcms2engine/colorspaces/ycbcr_u8/YCbCrU8ColorSpace.cpp:34 #, kde-format msgid "Y" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/xyz_f16/XyzF16ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/xyz_f32/XyzF32ColorSpace.cpp:40 #: plugins/color/lcms2engine/colorspaces/xyz_u16/XyzU16ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/xyz_u8/XyzU8ColorSpace.cpp:35 #, kde-format msgid "Z" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/ycbcr_f32/YCbCrF32ColorSpace.cpp:39 #: plugins/color/lcms2engine/colorspaces/ycbcr_u16/YCbCrU16ColorSpace.cpp:34 #: plugins/color/lcms2engine/colorspaces/ycbcr_u8/YCbCrU8ColorSpace.cpp:35 #, kde-format msgid "Cb" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/colorspaces/ycbcr_f32/YCbCrF32ColorSpace.cpp:40 #: plugins/color/lcms2engine/colorspaces/ycbcr_u16/YCbCrU16ColorSpace.cpp:35 #: plugins/color/lcms2engine/colorspaces/ycbcr_u8/YCbCrU8ColorSpace.cpp:36 #, kde-format msgid "Cr" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpDiff.h:35 #, kde-format msgid "Diff" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpIn.h:36 #, kde-format msgid "In" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/compositeops/RgbCompositeOpOut.h:36 #, kde-format msgid "Out" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/IccColorSpaceEngine.cpp:179 #, kde-format msgid "ICC Engine" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:161 #, kde-format msgid "L*a*b*/8 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:165 #, kde-format msgid "L*a*b*/16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:169 #, kde-format msgid "L*a*b*/32 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:187 #, kde-format msgid "RGBA/8 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:191 #, kde-format msgid "RGBA/16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:197 #, kde-format msgid "RGBA/F16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:203 #, kde-format msgid "RGBA/F32 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:224 #, kde-format msgid "GRAY/8 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:228 #, kde-format msgid "GRAY/16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:233 #, kde-format msgid "GRAYF/F16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:239 #, kde-format msgid "GRAY/F32 float Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:249 #, kde-format msgid "CMYK/8 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:253 #, kde-format msgid "CMYK/16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:257 #, kde-format msgid "CMYK/F32 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:275 #, kde-format msgid "XYZ/8 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:279 #, kde-format msgid "XYZ/16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:285 #, kde-format msgid "XYZ/F16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:291 #, kde-format msgid "XYZF32 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:304 #, kde-format msgid "YCbCr/8 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:308 #, kde-format msgid "YCbCr/16 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:312 #, kde-format msgid "YCbCr/F32 Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_ng_dock.cpp:35 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:54 #, kde-format msgid "Advanced Color Selector" msgstr "" #. i18n("Color Sliders")); #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:56 #, kde-format msgid "Color Hotkeys" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:64 #, kde-format msgid "Change to a Horizontal Layout" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:65 #, kde-format msgid "Hide Shade Selector" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:66 #, kde-format msgid "Do Nothing" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:70 #, kde-format msgid "When Pressing Middle Mouse Button" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:71 #, kde-format msgid "On Mouse Over" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:72 #, kde-format msgid "Never" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:79 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:88 #, kde-format msgid "HSY'" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:92 #, kde-format msgid "MyPaint" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:93 #, kde-format msgid "Minimal" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:94 #, kde-format msgid "Do Not Show" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, KisColorSelectorSettings) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:152 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:20 #, kde-format msgid "Color Selector Settings" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:321 #, kde-format msgid "Values goes from black to white, or black to the most saturated colour. Saturation, in turn, goes from the most saturated colour to white, grey or black." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:324 #, kde-format msgid "Lightness goes from black to white, with middle grey being equal to the most saturated colour." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:327 #, kde-format msgid "Intensity maps to the sum of rgb components" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:330 #, kde-format msgid "Luma(Y') is weighted by its coefficients which are configurable. Default values are set to 'rec 709'." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_common_colors.cpp:46 #, kde-format msgid "Create a list of colors from the image" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_shade_selector_line.cpp:204 #, kde-format msgid "delta h=%1 s=%2 v=%3 shift h=%4 s=%5 v=%6" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_shade_selector_line_editor.cpp:31 #, kde-format msgid "Delta: " msgstr "" #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/kis_shade_selector_line_editor.cpp:42 #, kde-format msgid "Shift: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, dockerColorSettingsLabel) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:37 #, kde-format msgid "Docker:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_typeshape) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:78 #, kde-format msgid "Color Selector" msgstr "" #. i18n: ectx: property (text), widget (QLabel, l_type) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:143 #, kde-format msgid "Color &Model Type: " msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, lumaCoefficientGroupbox) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:195 #, kde-format msgid "Luma Coefficients" msgstr "" #. i18n: ectx: property (text), widget (QLabel, redlabel) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:218 #, kde-format msgid "Red': " msgstr "" #. i18n: ectx: property (text), widget (QLabel, greenlabel) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:253 #, kde-format msgid "Green':" msgstr "" #. i18n: ectx: property (text), widget (QLabel, bluelabel) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:266 #, kde-format msgid "Blue':" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, SP_Gamma) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:311 #, kde-format msgid "" "" "

    This sets the gamma value that the linearised HSY Luminosity is crunched with. 1 makes the selector fully linear, 2.2 is a practical default value.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, gamma_label) #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:333 #: plugins/dockers/lut/wdglut.ui:266 #, kde-format msgid "Gamma:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, useDifferentColorSpaceCheckbox) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:355 #, kde-format msgid "Color Selector Uses Different Color Space than Ima&ge" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_general) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:397 #, kde-format msgid "Behavior" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:414 #, kde-format msgid "When Docker Resizes: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:427 #, kde-format msgid "Show Zoom Selector UI: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:437 #, kde-format msgid "Zoom Selector Size: " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, hidePopupOnClickCheck) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:485 #, kde-format msgid "Hide Popup on click." msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabShadeSelector) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:511 #, kde-format msgid "Shade Selector" msgstr "" #. i18n: ectx: property (text), widget (QLabel, myPaintColorModelLabel) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:530 #: plugins/python/colorspace/uicolorspace.py:62 #, kde-format msgid "Color model:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:571 #, kde-format msgid "Update Selector When:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, shadeSelectorUpdateOnRightClick) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:578 #, kde-format msgid "Right clicking on shade selector" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, shadeSelectorUpdateOnLeftClick) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:585 #, kde-format msgid "Left clicking on shade selector" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, shadeSelectorUpdateOnForeground) #. i18n: ectx: property (toolTip), widget (QCheckBox, shadeSelectorUpdateOnBackground) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:592 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:605 #, kde-format msgid "this doesn't include a color change by the shade selector" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, shadeSelectorUpdateOnForeground) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:595 #, kde-format msgid "Foreground color changes" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, shadeSelectorUpdateOnBackground) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:608 #, kde-format msgid "Background color change" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, minimalShadeSelectorGroup) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:628 #, kde-format msgid "Minimal Shade Selector" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_15) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:644 #, kde-format msgid "Display:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, minimalShadeSelectorAsGradient) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:651 #, kde-format msgid "&Gradient" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, minimalShadeSelectorAsColorPatches) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:658 #, kde-format msgid "Colo&r Patches" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:694 #, kde-format msgid "Line Count: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:717 #, kde-format msgid "Line Height: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, patchesPerLineLabel) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:743 #, kde-format msgid "Patches Per Line: " msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_ColorHistory) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:787 #, kde-format msgid "Color History" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, lastUsedColorsShow) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:799 #, kde-format msgid "Show Color Histor&y" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:810 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1028 #, kde-format msgid "Patch Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:839 #, kde-format msgid "Width: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:859 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1077 #, kde-format msgid "Max Patches: " msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:895 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1113 #, kde-format msgid "Layout" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, lastUsedColorsAlignVertical) #. i18n: ectx: property (text), widget (QRadioButton, commonColorsAlignVertical) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:904 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1125 #, kde-format msgid "&Vertical" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lbl_lastUsedNumCols) #. i18n: ectx: property (text), widget (QLabel, lbl_commonColorsNumCols) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:914 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1132 #, kde-format msgid "Colu&mns:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, lastUsedColorsAlignHorizontal) #. i18n: ectx: property (text), widget (QRadioButton, commonColorsAlignHorizontal) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:940 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1158 #, kde-format msgid "Hori&zontal" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lbl_lastUsedNumRows) #. i18n: ectx: property (text), widget (QLabel, lbl_commonColorsNumRows) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:947 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1168 #, kde-format msgid "&Rows:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, lastUsedColorsAllowScrolling) #. i18n: ectx: property (text), widget (QCheckBox, commonColorsAllowScrolling) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:978 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1209 #, kde-format msgid "Allow scrolling" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_colorsFromImage) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1008 #, kde-format msgid "Colors from Image" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, commonColorsShow) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1017 #, kde-format msgid "Show Colors from the ima&ge" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, commonColorsAutoUpdate) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1199 #, kde-format msgid "this can be slow on big images" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, commonColorsAutoUpdate) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1202 #, kde-format msgid "Update after every stroke" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupHsv) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1242 #, kde-format msgid "HSV Sliders to Show" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, csl_hsvV) #. i18n: ectx: property (text), widget (QTreeWidget, listViewChannels) #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1262 #: plugins/tools/basictools/wdgcolorpicker.ui:116 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:164 #, kde-format msgid "Value" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupHsl) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1272 #, kde-format msgid "HSL Sliders to Show" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupHsi) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1302 #, kde-format msgid "HSI Sliders to Show" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupHsy) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1332 #, kde-format msgid "HSY' Sliders to Show" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, csl_hsyY) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1352 #, kde-format msgid "Luma" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, hsy) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1368 #, kde-format msgid "Lightness, Saturation and Hue hotkey steps" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1374 #, kde-format msgid "Lightness: " msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, sb_lightness) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, sb_saturation) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, sb_hue) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, sb_rg) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, sb_by) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1381 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1408 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1435 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1458 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1485 #, kde-format msgid " steps" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_13) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1401 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:57 #, kde-format msgid "Saturation: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_17) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1428 #, kde-format msgid "Hue: " msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, horizontalGroupBox_2) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1445 #, kde-format msgid "YUV Redder/Greener/Bluer/Yellower hotkey steps" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_18) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1451 #, kde-format msgid "Redder/Greener: " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_19) #. +> trunk5 stable5 #: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1478 #, kde-format msgid "Bluer/Yellower: " msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:61 #, kde-format msgid "Animation" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:166 msgctxt "(qtundo-format)" msgid "Add transform keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:409 #, kde-format msgid "Effective FPS:\t%1" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:410 #, kde-format msgid "Real FPS:\t%1" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:411 #, kde-format msgid "Frames dropped:\t%1%" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:546 #, kde-format msgid "Previous Key Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:550 #, kde-format msgid "Next Key Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:554 #, kde-format msgid "First Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:558 #, kde-format msgid "Last Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/animation_docker.cpp:563 #, kde-format msgid "Play / Stop" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_curve_docker.cpp:60 #, kde-format msgid "Animation curves" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_curves_model.cpp:204 msgctxt "(qtundo-format)" msgid "Adjust keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_curves_model.cpp:207 msgctxt "(qtundo-format)" msgid "Insert keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_curves_model.cpp:223 #: plugins/dockers/animation/kis_animation_curves_view.cpp:512 msgctxt "(qtundo-format)" msgid "Adjust tangent" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_curves_model.cpp:232 #: plugins/dockers/animation/kis_animation_curves_model.cpp:245 #: plugins/dockers/animation/kis_animation_curves_view.cpp:642 #: plugins/dockers/animation/kis_animation_curves_view.cpp:651 #: plugins/dockers/animation/kis_animation_curves_view.cpp:660 #: plugins/dockers/animation/kis_animation_curves_view.cpp:669 #: plugins/dockers/animation/kis_animation_curves_view.cpp:697 msgctxt "(qtundo-format)" msgid "Set interpolation mode" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_curves_model.cpp:285 #, kde-format msgctxt "(qtundo-format)" msgid "Adjust Keyframe" msgid_plural "Adjust %1 Keyframes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:36 #, kde-format msgid "New Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:37 #, kde-format msgid "Copy Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:38 #, kde-format msgid "Remove Frame" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:39 #, kde-format msgid "Remove Frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:40 #, kde-format msgid "Auto Frame Mode" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:41 #, kde-format msgid "Drop Frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:42 #, kde-format msgid "Show in Timeline" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:44 #, kde-format msgid "New Layer" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:45 #, kde-format msgid "Add Existing Layer" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:46 #, kde-format msgid "Remove Layer" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:48 #, kde-format msgid "Add opacity keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:49 #, kde-format msgid "Add transform keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:50 #, kde-format msgid "Remove opacity keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:51 #, kde-format msgid "Remove transform keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:55 #: plugins/dockers/animation/kis_animation_utils.cpp:269 #, kde-format msgctxt "(qtundo-format)" msgid "Copy Keyframe" msgid_plural "Copy %1 Keyframes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:56 msgctxt "(qtundo-format)" msgid "Add Keyframe" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:115 msgctxt "(qtundo-format)" msgid "Remove Keyframe" msgid_plural "Remove Keyframes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_animation_utils.cpp:266 #, kde-format msgctxt "(qtundo-format)" msgid "Move Keyframe" msgid_plural "Move %1 Keyframes" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_time_based_item_model.cpp:333 #, kde-format msgctxt "(qtundo-format)" msgid "Remove frame and shift" msgid_plural "Remove %1 frames and shift" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: plugins/dockers/animation/kis_time_based_item_model.cpp:361 msgctxt "(qtundo-format)" msgid "Mirror Frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.cpp:53 #, kde-format msgid "Tint: " msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.cpp:56 #, kde-format msgid "Tint color for past frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.cpp:57 #, kde-format msgid "Tint color for future frames" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, OnionSkinsDocker) #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.ui:14 #, kde-format msgid "Onion skin options" msgstr "" #. i18n: ectx: property (toolTip), widget (KisColorFilterCombo, cmbColorLabelFilter) #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.ui:48 #, kde-format msgid "Filter by frame color" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, zoomIn) #. i18n: ectx: property (text), widget (QToolButton, btnShowHide) #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.ui:71 #: plugins/extensions/histogram/wdghistogram.ui:136 #: plugins/python/palette_docker/palette_docker.py:71 #, kde-format msgid "+" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPrevColor) #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.ui:108 #, kde-format msgid "Previous frames" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblNextColor) #. +> trunk5 stable5 #: plugins/dockers/animation/onion_skins_docker.ui:128 #, kde-format msgid "Next frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_docker.cpp:59 #, kde-format msgid "Timeline" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_model.cpp:802 #: plugins/dockers/animation/timeline_frames_model.cpp:848 #, kde-format msgctxt "(qtundo-format)" msgid "Insert frame" msgid_plural "Insert %1 frames" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:210 #, kde-format msgctxt "@item:inmenu" msgid "Audio playback is not supported in this build!" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:217 #, kde-format msgctxt "@item:inmenu" msgid "Mute" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:222 #, kde-format msgctxt "@item:inmenu" msgid "Remove audio" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:229 #, kde-format msgctxt "@item:inmenu, slider" msgid "Volume:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:265 #, kde-format msgctxt "@info:tooltip" msgid "Zoom Timeline. Hold down and drag left or right." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:513 #, kde-format msgctxt "@item:inmenu" msgid "Open audio..." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:516 #, kde-format msgctxt "@item:inmenu" msgid "Change audio (%1)..." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:942 #, kde-format msgctxt "@item:inmenu" msgid "Keyframes" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:950 #, kde-format msgctxt "@item:inmenu" msgid "Hold Frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:1415 #, kde-format msgctxt "@title:window" msgid "Insert or Remove Hold Frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_frames_view.cpp:1416 #, kde-format msgctxt "@label:spinbox" msgid "Enter number of frames" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:35 #, kde-format msgctxt "@title:window" msgid "Insert Keyframes" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:51 #, kde-format msgctxt "@label:spinbox" msgid "Number of frames:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:52 #, kde-format msgctxt "@label:spinbox" msgid "Frame timing:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:55 #, kde-format msgctxt "@label:group" msgid "Side:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:58 #, kde-format msgctxt "@label:radio" msgid "Left / Before" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:59 #, kde-format msgctxt "@label:radio" msgid "Right / After" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_ruler_header.cpp:440 #, kde-format msgctxt "@item:inmenu" msgid "Keyframe Columns" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/animation/timeline_ruler_header.cpp:448 #, kde-format msgctxt "@item:inmenu" msgid "Hold Frame Columns" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation.ui:77 #, kde-format msgid "Start:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation.ui:97 #, kde-format msgid "End:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPlaySpeed) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation.ui:501 #, kde-format msgid "Play Speed:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblFramerate) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation.ui:524 #, kde-format msgid "Frame Rate:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisZoomButton, btnHorizontalZoom) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:19 #, kde-format msgid "Zoom time" msgstr "" #. i18n: ectx: property (toolTip), widget (KisZoomButton, btnVerticalZoom) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:29 #, kde-format msgid "Zoom values" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnZoomToFit) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:39 #, kde-format msgid "Zoom to fit" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnAddKeyframe) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:62 #, kde-format msgid "Add new keyframe" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnRemoveKeyframes) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:72 #, kde-format msgid "Remove selected keyframes" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnConstantInterpolation) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:95 #, kde-format msgid "Hold value" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnLinearInterpolation) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:105 #, kde-format msgid "Linear interpolation" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnBezierInterpolation) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:115 #, kde-format msgid "Custom interpolation" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnSharp) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:141 #, kde-format msgid "Sharp node" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnSmooth) #. +> trunk5 stable5 #: plugins/dockers/animation/wdg_animation_curves.ui:151 #, kde-format msgid "Smooth node" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/arrangedocker/arrangedocker_dock.cpp:30 #, kde-format msgid "Arrange" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:51 #, kde-format msgid "Artistic Color Selector" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:59 #, kde-format msgid "Reset All Rings" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:60 #, kde-format msgid "Reset Selected Ring" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:61 #, kde-format msgid "Reset Light" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:62 #, kde-format msgid "Reset Everything" msgstr "" #. i18n: ectx: property (text), widget (KisPopupButton, bnColorPrefs) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgArtisticColorSelector.ui:25 #, kde-format msgid "Pref." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnAbsLight) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgArtisticColorSelector.ui:39 #, kde-format msgid "Abs." msgstr "" #. i18n: ectx: property (text), widget (QLabel, huePiecesLabel) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:78 #, kde-format msgid "Hue Pieces:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, saturationRingsLabel) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:98 #, kde-format msgid "Saturation Rings:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lightPiecesLabel) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:118 #, kde-format msgid "Light Pieces" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnInverseSat) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:142 #, kde-format msgid "Invert Saturation" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnDefault) #. +> trunk5 stable5 #: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:155 #, kde-format msgid "Reset to Default" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/channeldocker/channeldocker_dock.cpp:40 #, kde-format msgid "Channels" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:52 #, kde-format msgid "Compositions" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:63 #, kde-format msgid "Delete Composition" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:64 #, kde-format msgid "New Composition" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:65 #, kde-format msgid "Export Composition" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:80 #, kde-format msgid "Insert Name" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:187 #, kde-format msgid "Select a Directory" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:294 #, kde-format msgid "Rename Composition" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:295 #, kde-format msgid "New Name:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/compositiondocker/compositionmodel.cpp:76 #, kde-format msgid "Composition" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:151 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:260 #, kde-format msgid "Layers" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:200 #, kde-format msgid "&Select Opaque" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:227 #, kde-format msgid "&Show Global Selection Mask" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:230 #, kde-format msgctxt "@info:tooltip" msgid "Shows global selection as a usual selection mask in Layers docker" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:603 #, kde-format msgid "&Toggle Locks && Visibility" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/kis_layer_box.cpp:610 #, kde-format msgid "&Add" msgstr "" #. i18n: ectx: property (whatsThis), widget (KisCompositeOpComboBox, cmbComposite) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:55 #, kde-format msgid "Select the blending mode for the layer." msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, doubleOpacity) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:88 #, kde-format msgid "Layer Opacity" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnDuplicate) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:150 #, kde-format msgid "Duplicate layer or mask" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnLower) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:175 #, kde-format msgid "Move layer or mask down" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnRaise) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:200 #, kde-format msgid "Move layer or mask up" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnProperties) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:225 #, kde-format msgid "View or change the layer properties" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnDelete) #. +> trunk5 stable5 #: plugins/dockers/defaultdockers/wdglayerbox.ui:266 #, kde-format msgid "Delete the layer or mask" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/digitalmixer/digitalmixer_dock.cc:45 #, kde-format msgid "Digital Colors Mixer" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, shapeCBox) #. i18n: ectx: property (text), item, widget (QComboBox, shapeBox) #. i18n: ectx: property (text), item, widget (KComboBox, cbShape) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.cpp:59 #: plugins/filters/blur/wdgblur.ui:159 #: plugins/flake/pathshapes/rectangle/RectangleShapeFactory.cpp:35 #: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:42 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:237 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:71 #, kde-format msgid "Rectangle" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.cpp:60 #: plugins/dockers/griddocker/grid_config_widget.cpp:352 #, kde-format msgid "Isometric" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.cpp:354 #, kde-format msgid "Isometric (requires OpenGL)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowGrid) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:56 #, kde-format msgid "Show grid" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSnapToGrid) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:69 #, kde-format msgid "Snap to grid" msgstr "" #. i18n: ectx: property (text), widget (QLabel, cellSpacingLabel) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:154 #, kde-format msgid "Cell Spacing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, rightAngleLabel) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:189 #, kde-format msgid "Right Angle:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, leftAngleLabel) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:202 #, kde-format msgid "Left Angle:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblXSpacing) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:219 #, kde-format msgid "X spacing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblYSpacing) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:251 #, kde-format msgid "Y spacing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSubdivision) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:274 #, kde-format msgid "Subdivision:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSubdivisionStyle) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:343 #, kde-format msgid "Div Style:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, selectSubdivisionStyle) #. i18n: ectx: property (text), item, widget (KComboBox, selectMainStyle) #. i18n: ectx: property (text), item, widget (KComboBox, selectGuidesStyle) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:362 #: plugins/dockers/griddocker/grid_config_widget.ui:403 #: plugins/dockers/griddocker/grid_config_widget.ui:631 #, kde-format msgid "Dashed" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, selectSubdivisionStyle) #. i18n: ectx: property (text), item, widget (KComboBox, selectMainStyle) #. i18n: ectx: property (text), item, widget (KComboBox, selectGuidesStyle) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:367 #: plugins/dockers/griddocker/grid_config_widget.ui:408 #: plugins/dockers/griddocker/grid_config_widget.ui:636 #, kde-format msgid "Dots" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblMainStyle) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:422 #, kde-format msgid "Main Style:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkOffset) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:452 #, kde-format msgid "Grid Offset" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowGuides) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:574 #, kde-format msgid "Show guides" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSnapToGuides) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:581 #, kde-format msgid "Snap to guides" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLockGuides) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:588 #, kde-format msgid "Lock guides" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowRulers) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:595 #, kde-format msgid "Show rulers" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblGuidesStyle) #. +> trunk5 stable5 #: plugins/dockers/griddocker/grid_config_widget.ui:612 #, kde-format msgid "Guides:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/griddocker/griddocker_dock.cpp:43 #, kde-format msgid "Grid and Guides" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/histogram/histogramdocker_dock.cpp:33 #: plugins/extensions/histogram/dlg_histogram.cc:34 #: plugins/extensions/histogram/dlg_histogram.cc:42 #, kde-format msgid "Histogram" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:37 #, kde-format msgid "Enable Cumulative Undo" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:43 #, kde-format msgid "Start merging time" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:45 #, kde-format msgctxt "@info:tooltip" msgid "The amount of time after a merged stroke before merging again" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:53 #, kde-format msgid "Group time" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:55 #, kde-format msgctxt "@info:tooltip" msgid "The amount of time every stroke should be apart from its previous stroke to be classified in one group" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:63 #, kde-format msgid "Split Strokes" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp:65 #, kde-format msgctxt "@info:tooltip" msgid "The number of last strokes which Krita should store separately" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/historydocker/HistoryDock.cpp:51 #, kde-format msgid "Undo History" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/black_white_point_chooser.cpp:55 #, kde-format msgid "Black:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/black_white_point_chooser.cpp:56 #, kde-format msgid "White:" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:91 #, kde-format msgid "LUT Management" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:112 #, kde-format msgid "Select custom configuration file." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:117 #: plugins/dockers/lut/lutdocker_dock.cpp:603 #, kde-format msgid "Select LUT file" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:130 #, kde-format msgid "Select the exposure (stops) for HDR images." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:143 #, kde-format msgid "Select the amount of gamma modification for display. This does not affect the pixels of your image." msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:273 #, kde-format msgctxt "floating message about exposure" msgid "Exposure: %1" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:284 #, kde-format msgctxt "floating message about gamma" msgid "Gamma: %1" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:441 #, kde-format msgid "Select OpenColorIO Configuration" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:518 #, kde-format msgid "Luminance" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:519 #, kde-format msgid "All Channels" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/lut/lutdocker_dock.cpp:573 #, kde-format msgctxt "Item to indicate no look transform being selected" msgid "None" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, m_chkUseOcio) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:32 #, kde-format msgid "Use OpenColorIO" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_lblDisplayDevice) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:89 #, kde-format msgid "Display Device:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:102 #, kde-format msgid "Components:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:135 #: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:55 #, kde-format msgid "Exposure:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_lblInputColorSpace) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:148 #, kde-format msgid "Input ColorSpace:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblConfig) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:171 #, kde-format msgid "Configuration:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_lblLut) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:205 #, kde-format msgid "LUT file:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. i18n: ectx: property (text), widget (QLabel, m_lblView) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:279 #: plugins/extensions/histogram/wdghistogram.ui:120 #, kde-format msgid "View:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:292 #, kde-format msgid "Color Engine:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, m_colorManagement) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:306 #, kde-format msgid "Internal" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, m_colorManagement) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:311 #, kde-format msgid "OCIO" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, m_colorManagement) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:316 #, kde-format msgid "OCIO (environment)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_lblLook) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:324 #, kde-format msgid "Look:" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, m_btnConvertCurrentColor) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:373 #, kde-format msgid "Lock current color to have the same visual representation when changing OCIO configuration" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, m_btmShowBWConfiguration) #. +> trunk5 stable5 #: plugins/dockers/lut/wdglut.ui:392 #, kde-format msgid "Configure black and white points of the view" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/overview/overviewdocker_dock.cpp:35 #, kde-format msgid "Overview" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/palettedocker/palettedocker_dock.cpp:100 #, kde-format msgid "Choose palette" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnAdd) #. +> trunk5 stable5 #: plugins/dockers/palettedocker/wdgpalettedock.ui:44 #, kde-format msgid "Add foreground color" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnRemove) #. +> trunk5 stable5 #: plugins/dockers/palettedocker/wdgpalettedock.ui:63 #, kde-format msgid "Delete color" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnAddDialog) #. +> trunk5 stable5 #: plugins/dockers/palettedocker/wdgpalettedock.ui:109 #, kde-format msgid "Add color" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/presetdocker/presetdocker_dock.cpp:37 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:296 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:151 #, kde-format msgid "Brush Presets" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/presethistory/presethistory_dock.cpp:43 #, kde-format msgid "Brush Preset History" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/smallcolorselector/smallcolorselector_dock.cc:44 #, kde-format msgid "Small Color Selector" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/specificcolorselector/kis_specific_color_selector_widget.cc:62 #, kde-format msgid "Show Colorspace Selector" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/specificcolorselector/kis_specific_color_selector_widget.cc:65 #, kde-format msgid "Use Percentage" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/specificcolorselector/specificcolorselector_dock.cc:33 #, kde-format msgid "Specific Color Selector" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/svgcollectiondocker/SvgSymbolCollectionDocker.cpp:169 #, kde-format msgid "Vector Libraries" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:86 #, kde-format msgid "Task Sets" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:184 #, kde-format msgid "Taskset Name" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:204 #, kde-format msgid "Taskset" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:215 #, kde-format msgid "Taskset %1" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/tasksetdocker/tasksetmodel.cpp:56 #, kde-format msgid "Task" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/throttle/ThrottlePlugin.h:34 #, kde-format msgid "CPU Throttle" msgstr "" #. +> trunk5 stable5 #: plugins/dockers/touchdocker/TouchDockerDock.cpp:93 #, kde-format msgid "Touch Docker" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/AnimationRenderer.cpp:75 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:60 #, kde-format msgid "Render Animation" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/AnimationRenderer.cpp:159 #, kde-format msgid "" "Could not render animation:\n" "%1" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/AnimationRenderer.cpp:170 #, kde-format msgid "Failed to render animation frames!" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:469 #, kde-format msgid "Please enter a file name to render to." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:473 #, kde-format msgid "The location of FFmpeg is unknown. Please install FFmpeg first: Krita cannot render animations without FFmpeg. (www.ffmpeg.org)" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:479 #, kde-format msgid "The location of FFmpeg is invalid. Please select the correct location of the FFmpeg executable on your system." msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgAnimaterionRenderer) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:20 #, kde-format msgid "AnimationRenderer Image" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:34 #, kde-format msgid "Export:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, shouldExportOnlyImageSequence) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:41 #, kde-format msgid "Image Se&quence" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, shouldExportOnlyVideo) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:48 #, kde-format msgid "&Video" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, shouldExportAll) #. i18n: ectx: property (text), widget (QRadioButton, radioBoth) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:55 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:44 #, kde-format msgid "Both" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:89 #, kde-format msgid "First frame:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, fpsLabel) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:102 #, kde-format msgid "FPS:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:135 #, kde-format msgid "Last frame:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, videoOptionsGroup) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:210 #, kde-format msgid "Video Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:218 #, kde-format msgid "Render as:" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnRenderOptions) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:236 #, kde-format msgid "Select the ffmpeg render options." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:248 #, kde-format msgid "Video Location:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:268 #, kde-format msgid "FF&Mpeg: " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkIncludeAudio) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:287 #, kde-format msgid "Include Audio" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, imageSequenceOptionsGroup) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:312 #, kde-format msgid "Image Sequence Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:326 #, kde-format msgid "Base name:" msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cmbMimetype) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:344 #, kde-format msgid "Select the file format for the image sequence. If you want to render to video or animated gif, you can only select PNG" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bnExportOptions) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:351 #, kde-format msgid "Select the frame export options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:373 #, kde-format msgid "Fi&le format:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:399 #, kde-format msgid "Image location:" msgstr "" #. i18n: ectx: property (text), widget (QLineEdit, txtBasename) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:409 #, kde-format msgid "frame" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:416 #, kde-format msgid "Start numbering at:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/buginfo/dlg_buginfo.cpp:35 #, kde-format msgid "Please paste this information in your bug report" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/buginfo/dlg_buginfo.cpp:38 #, kde-format msgid "Copy to clipboard" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/buginfo/wdg_buginfo.ui:17 #, kde-format msgid "Please add this information to a bug report:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/clonesarray/clonesarray.xmlgui:5 #: plugins/extensions/colorspaceconversion/colorspaceconversion.xmlgui:7 #: plugins/extensions/metadataeditor/metadataeditor.xmlgui:4 #: plugins/extensions/offsetimage/offsetimage.xmlgui:10 #: plugins/extensions/rotateimage/rotateimage.xmlgui:17 #: plugins/extensions/shearimage/shearimage.xmlgui:7 #, kde-format msgid "La&yer" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/clonesarray/dlg_clonesarray.cpp:43 #, kde-format msgid "Create Clones Array" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/clonesarray/dlg_clonesarray.cpp:226 #, kde-format msgid "+ Array of %1" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/clonesarray/dlg_clonesarray.cpp:233 #, kde-format msgid "- Array of %1" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgRotateImage) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgClonesArray) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgOffsetImage) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:14 #: plugins/extensions/offsetimage/wdg_offsetimage.ui:14 #: plugins/extensions/rotateimage/dlg_rotateimage.cc:33 #: plugins/extensions/rotateimage/rotateimage.cc:91 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:14 #, kde-format msgid "Rotate Image" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:28 #, kde-format msgid "- Elements" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:44 #, kde-format msgid "+ Elements" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:60 #, kde-format msgid "X offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:76 #, kde-format msgid "Y offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:92 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:44 #, kde-format msgid "Distance" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:215 #, kde-format msgid "Rows:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, columnPreference) #. +> trunk5 stable5 #: plugins/extensions/clonesarray/wdg_clonesarray.ui:314 #, kde-format msgid "Column Preference" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/colorrange/colorrange.cc:79 msgctxt "(qtundo-format)" msgid "Select Opaque" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/colorrange/colorrange.xmlgui:4 #, kde-format msgid "Select" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgColorRange) #. +> trunk5 stable5 #: plugins/extensions/colorrange/dlg_colorrange.cc:61 #: plugins/extensions/colorrange/dlg_colorrange.cc:69 #: plugins/extensions/colorrange/wdg_colorrange.ui:14 #, kde-format msgid "Color Range" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/colorrange/dlg_colorrange.cc:254 msgctxt "(qtundo-format)" msgid "Color Range Selection" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:23 #, kde-format msgid "Reds" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:28 #, kde-format msgid "Yellows" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:33 #, kde-format msgid "Greens" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:38 #, kde-format msgid "Cyans" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:43 #, kde-format msgid "Blues" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:48 #, kde-format msgid "Magentas" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. i18n: ectx: property (text), widget (QLabel, label_16) #. i18n: ectx: property (text), widget (QRadioButton, radioButtonHighlights) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:53 #: plugins/filters/colorsfilters/wdg_color_balance.ui:311 #: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:43 #, kde-format msgid "Highlights" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QRadioButton, radioButtonMidtones) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:58 #: plugins/filters/colorsfilters/wdg_color_balance.ui:181 #: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:33 #, kde-format msgid "Midtones" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QRadioButton, radioButtonShadows) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:63 #: plugins/filters/colorsfilters/wdg_color_balance.ui:51 #: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:23 #, kde-format msgid "Shadows" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkInvert) #. i18n: ectx: property (text), widget (QPushButton, butinvert) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:71 #: plugins/filters/example/example.cpp:52 #: plugins/filters/levelfilter/wdg_level.ui:294 #, kde-format msgid "&Invert" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:78 #, kde-format msgid "Fuzziness" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioAdd) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:94 #, kde-format msgid "&Add to current selection" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioSubtract) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:104 #, kde-format msgid "Subtract fro&m current selection" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnDeselect) #. +> trunk5 stable5 #: plugins/extensions/colorrange/wdg_colorrange.ui:137 #, kde-format msgid "&Deselect" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:79 #, kde-format msgid "Convert All Layers From " msgstr "" #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:108 #, kde-format msgid "Convert Current Layer From" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:117 msgctxt "(qtundo-format)" msgid "Convert Layer Type" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgConvertColorSpace) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:14 #, kde-format msgid "Colorspace Conversion" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpIntent) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:26 #, kde-format msgid "&Rendering Intent" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioPerceptual) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:32 #, kde-format msgid "For images" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioPerceptual) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:38 #, kde-format msgid "" "Hue hopefully maintained (but not required),\n" "lightness and saturation sacrificed to maintain\n" "the perceived color. White point changed to\n" "result in neutral grays. Intended for images." msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioRelativeColorimetric) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:60 #, kde-format msgid "" "Within and outside gamut; same as Absolute\n" "Colorimetric. White point changed to result in\n" "neutral grays.\n" "\n" "If adequate table is present in profile,\n" "then, it is used. Else reverts to perceptual\n" "intent." msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioSaturation) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:73 #, kde-format msgid "Best for graphs and charts" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioSaturation) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:84 #, kde-format msgid "" "Hue and saturation maintained with lightness\n" "sacrificed to maintain saturation. White point\n" "changed to result in neutral grays. Intended for\n" "business graphics (make it colorful charts,\n" "graphs, overheads, ...)\n" "\n" "If adequate table is present in profile,\n" "then, it is used. Else reverts to perceptual\n" "intent." msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioAbsoluteColorimetric) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:97 #, kde-format msgid "Best for spot colours" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioAbsoluteColorimetric) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:105 #, kde-format msgid "" "Within the destination device gamut; hue,\n" "lightness and saturation are maintained. Outside\n" "the gamut; hue and lightness are maintained,\n" "saturation is sacrificed. White point for source\n" "and destination; unchanged. Intended for spot\n" "colors (Pantone, TruMatch, logo colors, ...)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkBlackpointCompensation) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:121 #, kde-format msgid "Use Blackpoint &Compensation" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkAllowLCMSOptimization) #. +> trunk5 stable5 #: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:128 #, kde-format msgid "Krita tries to automatically check or uncheck this based on the information it can get from the profile you are converting from and the profile you are converting to." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpType) #. +> trunk5 stable5 #: plugins/extensions/histogram/wdghistogram.ui:17 #, kde-format msgid "Histogram Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblChannel) #. +> trunk5 stable5 #: plugins/extensions/histogram/wdghistogram.ui:25 #, kde-format msgid "&Channel:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLinear) #. +> trunk5 stable5 #: plugins/extensions/histogram/wdghistogram.ui:45 #, kde-format msgid "&Linear" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLog) #. +> trunk5 stable5 #: plugins/extensions/histogram/wdghistogram.ui:87 #, kde-format msgid "&Logarithmic" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, zoomOut) #. +> trunk5 stable5 #: plugins/extensions/histogram/wdghistogram.ui:149 #, kde-format msgid "-" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesize/dlg_canvassize.cc:38 #: plugins/extensions/imagesize/dlg_imagesize.cc:44 #: plugins/extensions/imagesize/dlg_layersize.cc:44 #, kde-format msgid "Percent (%)" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesize/dlg_canvassize.cc:58 #, kde-format msgid "Resize Canvas" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesize/dlg_imagesize.cc:45 #, kde-format msgid "Pixels/Inch" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesize/dlg_imagesize.cc:46 #, kde-format msgid "Pixels/Centimeter" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgImageSize) #. +> trunk5 stable5 #: plugins/extensions/imagesize/dlg_imagesize.cc:58 #: plugins/extensions/imagesize/wdg_imagesize.ui:14 #, kde-format msgid "Scale To New Size" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgLayerSize) #. +> trunk5 stable5 #: plugins/extensions/imagesize/dlg_layersize.cc:57 #: plugins/extensions/imagesize/wdg_layersize.ui:14 #, kde-format msgid "Layer Size" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesize/imagesize.cc:120 #, kde-format msgid "Resize Layer" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesize/imagesize.cc:152 #, kde-format msgid "Scale Selection" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, shapeBox) #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/extensions/imagesize/imagesize.xmlgui:4 #: plugins/extensions/imagesplit/imagesplit.xmlgui:4 #: plugins/extensions/separate_channels/imageseparate.xmlgui:4 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:257 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:86 #: plugins/tools/karbonplugins/filtereffects/ImageEffect.cpp:36 #: plugins/tools/karbonplugins/filtereffects/ImageEffectFactory.cpp:26 #: plugins/tools/tool_crop/wdg_tool_crop.ui:398 #, kde-format msgid "Image" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgCanvasSize) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:14 #, kde-format msgid "Canvas Size" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. i18n: ectx: property (title), widget (QGroupBox, groupNewSize) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:20 #: plugins/extensions/imagesize/wdg_layersize.ui:20 #, kde-format msgid "New Size" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, constrainProportionsCkb) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:122 #: plugins/extensions/imagesize/wdg_imagesize.ui:332 #: plugins/extensions/imagesize/wdg_layersize.ui:135 #, kde-format msgid "Constrain aspect ratio" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, constrainProportionsCkb) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:125 #: plugins/extensions/imagesize/wdg_imagesize.ui:335 #: plugins/extensions/imagesize/wdg_layersize.ui:138 #, kde-format msgid "Constrain proportions" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (title), widget (QGroupBox, grpAngle) #. i18n: ectx: property (text), widget (QToolButton, liquifyOffset) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:138 #: plugins/extensions/offsetimage/wdg_offsetimage.ui:20 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:127 #: plugins/tools/karbonplugins/filtereffects/OffsetEffect.cpp:30 #: plugins/tools/karbonplugins/filtereffects/OffsetEffectFactory.cpp:26 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1809 #, kde-format msgid "Offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblXOff) #. i18n: ectx: property (text), widget (QLabel, xLabel) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, label_4) #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:179 #: plugins/extensions/offsetimage/wdg_offsetimage.ui:40 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:31 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:522 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:56 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:83 #, kde-format msgid "X:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblAnchor) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:221 #, kde-format msgid "Anchor:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblYOff) #. i18n: ectx: property (text), widget (QLabel, yLabel) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_canvassize.ui:231 #: plugins/extensions/offsetimage/wdg_offsetimage.ui:67 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:95 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:528 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:66 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:93 #, kde-format msgid "Y:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupImageSize) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_imagesize.ui:20 #, kde-format msgid "Pixel Dimensions" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPixelFilter) #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_imagesize.ui:77 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:312 #, kde-format msgid "&Filter:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupPrintSize) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_imagesize.ui:154 #, kde-format msgid "Print Size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPrintHeight) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_imagesize.ui:163 #, kde-format msgid "Hei&ght:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPrintWidth) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_imagesize.ui:198 #, kde-format msgid "Wid&th:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, adjustPrintSizeSeparatelyCkb) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_imagesize.ui:345 #, kde-format msgid "Adjust print size separately" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, lblFilter) #. +> trunk5 stable5 #: plugins/extensions/imagesize/wdg_layersize.ui:115 #: plugins/paintops/libpaintop/forms/wdgfilteroption.ui:24 #: plugins/python/documenttools/tools/scaletool/scaletool.py:53 #, kde-format msgid "Filter:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesplit/dlg_imagesplit.cpp:37 #, kde-format msgid "Image Split" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesplit/imagesplit.cpp:82 #, kde-format msgid "" "Could not save\n" "%1" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/imagesplit/imagesplit.cpp:140 #: plugins/extensions/imagesplit/imagesplit.cpp:181 #, kde-format msgid "Save Image on Split" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblHorizontalSplitLines) #. +> trunk5 stable5 #: plugins/extensions/imagesplit/wdg_imagesplit.ui:24 #, kde-format msgid "Horizontal Lines" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblVerticalSplitLines) #. +> trunk5 stable5 #: plugins/extensions/imagesplit/wdg_imagesplit.ui:37 #, kde-format msgid "Vertical Lines" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAutoSave) #. +> trunk5 stable5 #: plugins/extensions/imagesplit/wdg_imagesplit.ui:57 #, kde-format msgid "Autosave on Split" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSuffix) #. +> trunk5 stable5 #: plugins/extensions/imagesplit/wdg_imagesplit.ui:66 #, kde-format msgid "Prefix" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblFileType) #. +> trunk5 stable5 #: plugins/extensions/imagesplit/wdg_imagesplit.ui:86 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:75 #, kde-format msgid "File Type" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/layergroupswitcher/layergroupswitcher.cpp:43 #, kde-format msgid "Move into previous group" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/layergroupswitcher/layergroupswitcher.cpp:47 #, kde-format msgid "Move into next group" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/layersplit/dlg_layersplit.cpp:42 #, kde-format msgid "Split Layer" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/layersplit/layersplit.cpp:89 #, kde-format msgid "Split into Layers" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/layersplit/layersplit.cpp:188 msgctxt "(qtundo-format)" msgid "Split Layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkCreateGroupLayer) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:25 #, kde-format msgid "Put all new layers in a group layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSeparateGroupLayers) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:35 #, kde-format msgid "Put every layer in its own, separate group layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAlphaLock) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:42 #, kde-format msgid "Alpha-lock every new layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkHideOriginal) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:52 #, kde-format msgid "Hide the original layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSortLayers) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:62 #, kde-format msgid "Sort layers by amount of non-transparent pixels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:72 #, kde-format msgid "Fuzziness:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDisregardOpacity) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:85 #, kde-format msgid "Disregard opacity" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:92 #, kde-format msgid "Palette to use for naming the layers:" msgstr "" #. i18n: ectx: property (text), widget (KisPopupButton, paletteChooser) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:99 #, kde-format msgid "Choose Palette" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/layersplit/wdg_layersplit.ui:111 #, kde-format msgid "" "" "

    Split a layer according to color

    " "

    Creates a new layer for every color in the active layer.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/dublincore.ui:19 #, kde-format msgid "Creator name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/dublincore.ui:35 #, kde-format msgid "Publisher:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/dublincore.ui:51 #, kde-format msgid "Rights:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/dublincore.ui:67 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:408 #, kde-format msgid "Date:" msgstr "" #. i18n: tag MetaDataEditor attribute name #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/dublincore.xmlgui:2 #, kde-format msgctxt "metadata editor page" msgid "Dublin Core" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:21 #, kde-format msgid "Exposure" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:29 #, kde-format msgid "Brightness &value:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:45 #, kde-format msgid "&ISO:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_16) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:71 #, kde-format msgid "Exposure &time:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:87 #, kde-format msgid "E&xposure mode:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, autoPrecisionCheckBox) #. i18n: ectx: property (text), item, widget (QComboBox, editExposureMode) #. i18n: ectx: property (text), item, widget (QComboBox, editWhiteBalance) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:101 #: plugins/extensions/metadataeditor/editors/exif.ui:919 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:88 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:56 #, kde-format msgid "Auto" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureMode) #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:106 #: plugins/extensions/metadataeditor/editors/exif.ui:138 #, kde-format msgid "Manual" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:111 #, kde-format msgid "Auto bracket" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_14) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:119 #, kde-format msgid "Exposure pro&gram:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:133 #, kde-format msgid "Not defined" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:143 #, kde-format msgid "Normal program" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:148 #, kde-format msgid "Aperture priority" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:153 #, kde-format msgid "Shutter priority" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:158 #, kde-format msgid "Creative program" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:163 #, kde-format msgid "Action program" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:168 #, kde-format msgid "Portrait mode" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:173 #, kde-format msgid "Landscape mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:181 #, kde-format msgid "Exposure index:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:197 #, kde-format msgid "Exposure bias:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:213 #, kde-format msgid "Ape&rture:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:229 #, kde-format msgid "Shutter speed:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_25) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:245 #, kde-format msgid "&F Number:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:277 #, kde-format msgid "Lens" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:285 #, kde-format msgid "&Focal length:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:311 #, kde-format msgid "Focal length (&35mm equivalent):" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_12) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:337 #, kde-format msgid "Max aperture:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:369 #, kde-format msgid "Autofocus" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_17) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:377 #, kde-format msgid "Sub&ject distance:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:393 #, kde-format msgid "Meterin&g mode:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:412 #, kde-format msgid "Average" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:417 #, kde-format msgid "Center weighted average" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:427 #, kde-format msgid "Multi spot" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:437 #, kde-format msgid "Partial" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_24) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:450 #, kde-format msgid "D&istance range:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:469 #, kde-format msgid "Macro" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:474 #, kde-format msgid "Close view" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:479 #, kde-format msgid "Distant view" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_6) #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:503 #: plugins/extensions/metadataeditor/editors/exif.ui:728 #, kde-format msgid "Flash" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, editFlashFired) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:511 #, kde-format msgid "Fired" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_22) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:518 #, kde-format msgid "Stro&be return:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:532 #, kde-format msgid "No strobe return detection" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn) #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:537 #: plugins/extensions/metadataeditor/editors/exif.ui:733 #: plugins/extensions/metadataeditor/editors/exif.ui:738 #: plugins/extensions/metadataeditor/editors/exif.ui:743 #: plugins/extensions/metadataeditor/editors/exif.ui:748 #: plugins/extensions/metadataeditor/editors/exif.ui:788 #, kde-format msgid "Undefined" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:542 #, kde-format msgid "No strobe return light detected" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:547 #, kde-format msgid "Strobe return light detected" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:574 #, kde-format msgid "Compulsory flash fired" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:579 #, kde-format msgid "Compulsory flash suppression" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:584 #, kde-format msgid "Auto mode" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, editFlashFunction) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:592 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:61 #, kde-format msgid "Function" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, editFlashRedEyeMode) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:599 #, kde-format msgid "Red-eye removal" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_23) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:606 #, kde-format msgid "Flash ener&gy:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_5) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:638 #, kde-format msgid "Postprocessing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_13) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:646 #, kde-format msgid "&Gain control:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editGainControl) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:671 #, kde-format msgid "Low gain up" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editGainControl) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:676 #, kde-format msgid "High gain up" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editGainControl) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:681 #, kde-format msgid "Low gain down" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editGainControl) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:686 #, kde-format msgid "High gain down" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_15) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:694 #, kde-format msgid "L&ight source:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:713 #, kde-format msgid "Daylight" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:718 #, kde-format msgid "Fluorescent" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:723 #, kde-format msgid "Tungsten" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:753 #, kde-format msgid "Fine weather" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:758 #, kde-format msgid "Cloudy weather" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:763 #, kde-format msgid "Shade" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:768 #, kde-format msgid "Daylight fluorescent (D5700 - 7100K)" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:773 #, kde-format msgid "Day white fluorescent (N4600 - 5400K)" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:778 #, kde-format msgid "Cool white fluorescent (W3900 - 4500K)" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:783 #, kde-format msgid "White fluorescent (WW 3200 - 3700K)" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:793 #, kde-format msgid "Standard light A" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:798 #, kde-format msgid "Standard light B" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:803 #, kde-format msgid "Standard light C" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:808 #, kde-format msgid "D55" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:813 #, kde-format msgid "D65" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:818 #, kde-format msgid "D75" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:823 #, kde-format msgid "D50" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:828 #, kde-format msgid "ISO studio tungsten" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editLightSource) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:833 #, kde-format msgid "other" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_18) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:841 #, kde-format msgid "Sharpness:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSharpness) #. i18n: ectx: property (text), item, widget (QComboBox, editContrast) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:865 #: plugins/extensions/metadataeditor/editors/exif.ui:897 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63 #, kde-format msgid "Hard" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblAngle) #. i18n: ectx: property (text), widget (QLabel, label_20) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:873 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:75 #, kde-format msgid "Contrast:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_28) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:905 #, kde-format msgid "White &balance:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editWhiteBalance) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:924 #, kde-format msgid "Custom" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:956 #, kde-format msgid "Scene capture t&ype:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSceneCaptureType) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:985 #, kde-format msgid "Night scene" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_19) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:993 #, kde-format msgid "Ma&ker:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_26) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1009 #, kde-format msgid "Model:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_27) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1025 #, kde-format msgid "Sens&ing method type:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1039 #: plugins/extensions/metadataeditor/editors/exif.ui:1044 #, kde-format msgid "Not Defined" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1049 #, kde-format msgid "One-chip color area sensor" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1054 #, kde-format msgid "Two-chip color area sensor" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1059 #, kde-format msgid "Three-chip color area sensor" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1064 #, kde-format msgid "Color sequential area sensor" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1069 #, kde-format msgid "Trilinear sensor" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.ui:1074 #, kde-format msgid "Color sequential linear sensor" msgstr "" #. i18n: tag MetaDataEditor attribute name #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/editors/exif.xmlgui:2 #, kde-format msgctxt "metadata editor page" msgid "Exif" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_editor.cc:137 #, kde-format msgid "List" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:59 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:337 #, kde-format msgid "Invalid" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:65 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:122 #, kde-format msgid "Date" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:68 #: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:379 #, kde-format msgid "Number" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:70 #, kde-format msgid "String" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:72 #, kde-format msgid "Variant (%1)" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:76 #, kde-format msgid "Ordered array" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:78 #, kde-format msgid "Unordered array" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:80 #, kde-format msgid "Alternative array" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:82 #, kde-format msgid "Language array" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:86 #, kde-format msgid "Rational" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:105 #, kde-format msgid "Key" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:109 #, kde-format msgctxt "Metadata item value" msgid "Value" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/modify_selection/dlg_border_selection.cc:31 #, kde-format msgid "Border Selection" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/modify_selection/dlg_feather_selection.cc:31 #, kde-format msgid "Feather Selection" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/modify_selection/dlg_grow_selection.cc:31 #, kde-format msgid "Grow Selection" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/modify_selection/dlg_shrink_selection.cc:31 #, kde-format msgid "Shrink Selection" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblWidth) #. +> trunk5 stable5 #: plugins/extensions/modify_selection/wdg_border_selection.ui:110 #, kde-format msgid "Border width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/extensions/modify_selection/wdg_feather_selection.ui:17 #, kde-format msgid "Feather radius:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/extensions/modify_selection/wdg_grow_selection.ui:20 #, kde-format msgid "Grow by" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/extensions/modify_selection/wdg_shrink_selection.ui:65 #, kde-format msgid "Shrink by" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ckbShrinkFromImageBorder) #. +> trunk5 stable5 #: plugins/extensions/modify_selection/wdg_shrink_selection.ui:123 #, kde-format msgid "Shrink from image border" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/offsetimage/offsetimage.cpp:68 msgctxt "(qtundo-format)" msgid "Offset Image" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/offsetimage/offsetimage.cpp:69 #, kde-format msgctxt "@title:window" msgid "Offset Image" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/offsetimage/offsetimage.cpp:92 msgctxt "(qtundo-format)" msgid "Offset Layer" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/offsetimage/offsetimage.cpp:93 #, kde-format msgctxt "@title:window" msgid "Offset Layer" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, middleOffsetBtn) #. +> trunk5 stable5 #: plugins/extensions/offsetimage/wdg_offsetimage.ui:101 #, kde-format msgid "Offset by x/2, y/2" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/kritarunner/main.cpp:88 #: plugins/extensions/pykrita/plugin/plugin.cpp:42 #, kde-format msgid "Cannot load Python library" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/kritarunner/main.cpp:91 #: plugins/extensions/pykrita/plugin/plugin.cpp:45 #, kde-format msgid "Cannot set Python paths" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/kritarunner/main.cpp:94 #: plugins/extensions/pykrita/plugin/plugin.cpp:48 #, kde-format msgid "Cannot load built-in pykrita module" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/kritarunner/main.cpp:97 #: plugins/extensions/pykrita/plugin/plugin.cpp:51 #, kde-format msgid "Unexpected error initializing python plugin." msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab2) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:13 #, kde-format msgid "Actions" msgstr "" #. i18n: ectx: property (whatsThis), widget (QIconButton, actionIcon) #. i18n: ectx: property (whatsThis), widget (QIconButton, configPageIcon) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:27 #: plugins/extensions/pykrita/plugin/info.ui:203 #, kde-format msgid "The icon associated with this action. It is shown alongside text in the menu bar and in toolbars as required. A string to use KDE's image loading system, or a custom QPixmap or QIcon, or None." msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, shortcut) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:37 #, kde-format msgid "The shortcut to fire this action, such as 'Ctrl+1', or a QKeySequence instance, or None." msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelText) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:64 #, kde-format msgid "Menu Item:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, text) #. i18n: ectx: property (whatsThis), widget (QLabel, name) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:77 #: plugins/extensions/pykrita/plugin/info.ui:226 #, kde-format msgid "The text associated with the action (used as the menu item label, etc), or None." msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, menu) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:84 #, kde-format msgid "The menu under which to place this item, such as 'tools' or 'settings', or None." msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelShortcut) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:91 #, kde-format msgid "Shortcut:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelMenu) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:104 #, kde-format msgid "Menu:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, labelActionIcon) #. i18n: ectx: property (text), widget (QLabel, labelPageIcon) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:117 #: plugins/extensions/pykrita/plugin/info.ui:184 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:381 #, kde-format msgid "Icon:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab3) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:159 #, kde-format msgid "Configuration Pages" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, fullName) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:167 #, kde-format msgid "The shortcut to fire this action such as 'Ctrl+1', or a QKeySequence instance, or None." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:236 #, kde-format msgid "Page:" msgstr "" #. i18n: ectx: property (whatsThis), widget (KComboBox, topics) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/info.ui:265 #, kde-format msgid "Select a Plugin or Built-in Module" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, ExceptHookDialog) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/excepthook.ui:14 #, kde-format msgid "Script error" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/excepthook.ui:25 #, kde-format msgid "An exception occurred while running the script." msgstr "" #. i18n: ectx: property (text), widget (QLabel, exceptionLabel) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/excepthook.ui:38 #, kde-format msgid "Exception" msgstr "" #. i18n: ectx: property (windowTitle), widget (QMainWindow, ScriptEditor) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:14 #, kde-format msgid "Script Editor" msgstr "" #. i18n: ectx: property (title), widget (QMenu, menuRun) #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:47 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:72 #, kde-format msgid "&Run" msgstr "" #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:62 #, kde-format msgid "Ctrl+W" msgstr "" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:67 #, kde-format msgid "&Exit" msgstr "" #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:75 #, kde-format msgid "Ctrl+R" msgstr "" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:80 #, kde-format msgid "Run script in &console" msgstr "" #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:83 #, kde-format msgid "Ctrl+C" msgstr "" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:88 #, kde-format msgid "Python" msgstr "" #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:91 #, kde-format msgid "Ctrl+N" msgstr "" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:96 #, kde-format msgid "QtScript" msgstr "" #. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:104 #, kde-format msgid "Clear The Console" msgstr "" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:109 #, kde-format msgid "Save &As" msgstr "" #. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:112 #, kde-format msgid "Save the script" msgstr "" #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:115 #, kde-format msgid "Ctrl+A" msgstr "" #. i18n: ectx: property (text), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:120 #, kde-format msgid "&Open" msgstr "" #. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:123 #, kde-format msgid "Open a script" msgstr "" #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:126 #, kde-format msgid "Ctrl+O" msgstr "" #. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:134 #, kde-format msgid "Save the current script" msgstr "" #. i18n: ectx: property (shortcut), widget (QPushButton, lCurveButton) #. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:137 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:209 #, kde-format msgid "Ctrl+S" msgstr "" #. i18n: ectx: property (text), widget (QLabel, errorLabel) #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/manager.ui:48 #, kde-format msgid "Error: The Python engine could not be initialized" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/pyqtpluginsettings.cpp:72 #, kde-format msgid "Python Plugin Manager" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:133 #, kde-format msgctxt "@info:tooltip" msgid "Unable to find the module specified %1" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:156 #, kde-format msgctxt "@info:tooltip" msgid "

    Specified version has invalid format for dependency %1: %2. Skipped

    " msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:183 #, kde-format msgctxt "@info:tooltip" msgid "Dependency check" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:214 #, kde-format msgctxt "@info:tooltip" msgid "

    Failed to check version of dependency %1: Module do not have PEP396 __version__ attribute. It is not disabled, but behaviour is unpredictable...

    " msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:228 #, kde-format msgctxt "@info:tooltip" msgid "

    %1: Unexpected module's version format" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:241 #, kde-format msgctxt "@info:tooltip" msgid "

    %1: No suitable version found. Required version %2 %3, but found %4

    " msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:256 #, kde-format msgctxt "@info:tooltip" msgid "" "

    Failure on module load %1:

    " "
    %2
    " msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:363 #, kde-format msgctxt "@info:tooltip" msgid "Internal engine failure" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:367 #, kde-format msgctxt "@info:tooltip" msgid "" "Module not loaded:
    " "%1" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginsModel.cpp:64 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/pykrita/plugin/PythonPluginsModel.cpp:66 #, kde-format msgctxt "@title:column" msgid "Comment" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/qmic/PluginSettings.cpp:57 #, kde-format msgid "G'Mic-Qt Integration" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/qmic/QMic.cpp:125 #, kde-format msgid "Krita cannot find the gmic-qt plugin. You can set the location of the gmic-qt plugin in Settings/Configure Krita." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/qmic/QMic.cpp:249 #, kde-format msgid "Sorry, this output mode is not implemented yet." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/qmic/QMic.cpp:326 #, kde-format msgid "G'Mic failed, reason:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/qmic/QMic.cpp:381 msgctxt "(qtundo-format)" msgid "Gmic filter" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/extensions/qmic/WdgQMicSettings.ui:17 #, kde-format msgid "" "" "

    Select the location of the G'Mic-Qt plugin. You can download the plugin from the G'Mic website. Make sure you download the special version for Krita, not the standalone or the GIMP version.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/qmic/WdgQMicSettings.ui:38 #, kde-format msgid "Plugin:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:47 #, kde-format msgid "Manage Resource Bundles" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:70 #, kde-format msgid "Resource" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:156 #, kde-format msgid "Couldn't add bundle \"%1\" to resource server" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:162 #, kde-format msgid "Couldn't remove bundle \"%1\" from blacklist" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:177 #, kde-format msgid "Bundle \"%1\" doesn't exist!" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:290 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:154 #, kde-format msgid "Palettes" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:70 #, kde-format msgid "Edit Resource Bundle" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:133 #, kde-format msgid "Create Resource Bundle" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:220 #, kde-format msgid "The resource bundle name cannot be empty." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:228 #, kde-format msgid "A bundle with this name already exists." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:249 #, kde-format msgid "Select a directory to save the bundle" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:428 #, kde-format msgid "Select file to use as bundle icon" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:83 #, kde-format msgid "Import Bundles..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:87 #, kde-format msgid "Import Brushes..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:91 #, kde-format msgid "Import Gradients..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:95 #, kde-format msgid "Import Palettes..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:99 #, kde-format msgid "Import Patterns..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:103 #, kde-format msgid "Import Presets..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:107 #, kde-format msgid "Import Workspaces..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:111 #, kde-format msgid "Create Resource Bundle..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:115 #, kde-format msgid "Manage Resources..." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:203 #, kde-format msgid "Could not create the new bundle." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportBrushes) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:240 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:162 #, kde-format msgid "Import Brushes" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportPresets) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:252 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:183 #, kde-format msgid "Import Presets" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportGradients) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:260 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:176 #, kde-format msgid "Import Gradients" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportBundles) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:270 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:155 #, kde-format msgid "Import Bundles" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:276 #, kde-format msgid "Could not install the resources for bundle %1." msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:280 #, kde-format msgid "Could not load bundle %1." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportPatterns) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:300 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:169 #, kde-format msgid "Import Patterns" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportPalettes) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:314 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:190 #, kde-format msgid "Import Palettes" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnImportWorkspaces) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.cpp:322 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:197 #, kde-format msgid "Import Workspaces" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/resourcemanager.xmlgui:5 #, kde-format msgid "&Resources" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:19 #, kde-format msgid "Active Bundles" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, createBundleButton) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:56 #, kde-format msgid "Create New Bundle" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:120 #, kde-format msgid "Inactive Bundles" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, deleteBackupFilesButton) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:210 #, kde-format msgid "Delete Backup Files" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, openResourceFolderButton) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:223 #, kde-format msgid "Open Resource Folder" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, BundleSelectedGroupBox) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:257 #, kde-format msgid "Selected Bundle" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblName) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:287 #, kde-format msgid "Bundle Name" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnEditBundle) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:300 #, kde-format msgid "&Edit bundle..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, author) #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:426 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:256 #, kde-format msgid "Author:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, license) #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:439 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:300 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:410 #, kde-format msgid "License:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:460 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:276 #, kde-format msgid "Email:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:467 #, kde-format msgid "Updated:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, website) #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:481 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:286 #, kde-format msgid "Website:" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgDlgCreateBundle) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:20 #, kde-format msgid "New Bundle..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:102 #, kde-format msgid "Available" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:189 #, kde-format msgid "Selected" msgstr "" #. i18n: ectx: property (text), widget (QLabel, bundleName) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:229 #, kde-format msgid "Bundle Name:" msgstr "" #. i18n: ectx: property (text), widget (QLineEdit, editWebsite) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:293 #, kde-format msgid "http://" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:314 #, kde-format msgid "Save to:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:455 #, kde-format msgid "(256 x 256)" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/rotateimage/rotateimage.cc:119 msgctxt "(qtundo-format)" msgid "Mirror Image Vertically" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/rotateimage/rotateimage.cc:126 msgctxt "(qtundo-format)" msgid "Mirror Image Horizontally" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/rotateimage/rotateimage.cc:138 #, kde-format msgid "Rotate Layer" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpDirection) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:20 #, kde-format msgid "Orientation" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioCW) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:26 #, kde-format msgid "&Right" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioCCW) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:36 #, kde-format msgid "&Left" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radio90) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:52 #, kde-format msgid "90 °rees" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radio180) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:59 #, kde-format msgid "&180 degrees" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radio270) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:66 #, kde-format msgid "270 de&grees" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioCustom) #. +> trunk5 stable5 #: plugins/extensions/rotateimage/wdg_rotateimage.ui:87 #, kde-format msgid "&Custom:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/separate_channels/dlg_separate.cc:39 #: plugins/extensions/separate_channels/kis_separate_channels_plugin.cc:74 #: plugins/extensions/separate_channels/kis_separate_channels_plugin.cc:86 #, kde-format msgid "Separate Image" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/separate_channels/kis_channel_separator.cc:210 msgctxt "(qtundo-format)" msgid "Separate Image" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/separate_channels/kis_channel_separator.cc:238 #, kde-format msgid "Export Layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:17 #, kde-format msgid "Current color model:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpSource) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:46 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:75 #, kde-format msgid "Source" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioCurrentLayer) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:52 #, kde-format msgid "Current layer" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioAllLayers) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:62 #, kde-format msgid "Flatten all layers before separation" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpOutput) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:72 #, kde-format msgid "Output" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLayers) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:78 #, kde-format msgid "To layers" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioImages) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:88 #, kde-format msgid "To images" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpAlpha) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:98 #, kde-format msgid "Alpha Options" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioCopyAlpha) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:104 #, kde-format msgid "Copy alpha channel to each separated channel as an alpha channel" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioDiscardAlpha) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:111 #, kde-format msgid "Discard alpha channel" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioSeparateAlpha) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:121 #, kde-format msgid "Create separate separation from alpha channel" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkDownscale) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:131 #, kde-format msgid "Downscale to 8-bit before separating" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkColors) #. +> trunk5 stable5 #: plugins/extensions/separate_channels/wdg_separations.ui:138 #, kde-format msgid "Output to color, not grayscale" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgShearImage) #. +> trunk5 stable5 #: plugins/extensions/shearimage/dlg_shearimage.cc:32 #: plugins/extensions/shearimage/shearimage.cc:59 #: plugins/extensions/shearimage/wdg_shearimage.ui:14 #, kde-format msgid "Shear Image" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/shearimage/shearimage.cc:78 #, kde-format msgid "Shear Layer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblShearAngleX) #. +> trunk5 stable5 #: plugins/extensions/shearimage/wdg_shearimage.ui:20 #, kde-format msgid "Shear angle X:" msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, shearAngleX) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, shearAngleY) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, startAngle) #. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, endAngle) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox4) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox4) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox2) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox2) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox1) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox1) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox3) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox3) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, blurAngleSlider) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intAngle) #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, irisRotationSlider) #. +> trunk5 stable5 #: plugins/extensions/shearimage/wdg_shearimage.ui:30 #: plugins/extensions/shearimage/wdg_shearimage.ui:59 #: plugins/filters/blur/wdg_lens_blur.ui:115 #: plugins/filters/blur/wdg_motion_blur.ui:99 #: plugins/filters/blur/wdgblur.ui:130 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:500 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:541 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:683 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:727 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:875 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:916 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1058 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1099 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:55 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:72 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:93 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:102 #, kde-format msgid "°" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblShearAngelY) #. +> trunk5 stable5 #: plugins/extensions/shearimage/wdg_shearimage.ui:43 #, kde-format msgid "Shear angle Y:" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/waveletdecompose/dlg_waveletdecompose.cpp:29 #, kde-format msgid "WaveletDecompose" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgWaveletDecompose) #. +> trunk5 stable5 #: plugins/extensions/waveletdecompose/waveletdecompose.cpp:77 #: plugins/extensions/waveletdecompose/wdg_waveletdecompose.ui:14 #, kde-format msgid "Wavelet Decompose" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/waveletdecompose/waveletdecompose.cpp:124 msgctxt "(qtundo-format)" msgid "Wavelet decompose" msgstr "" #. +> trunk5 stable5 #: plugins/extensions/waveletdecompose/waveletdecompose.cpp:131 #, kde-format msgid "Wavelet decompose" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblWaveletScales) #. +> trunk5 stable5 #: plugins/extensions/waveletdecompose/wdg_waveletdecompose.ui:20 #, kde-format msgid "Wavelet scales:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/asccdl/kis_asccdl_filter.cpp:42 #, kde-format msgid "&Slope, Offset, Power..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/asccdl/kis_asccdl_filter.h:40 #, kde-format msgid "Slope, Offset, Power(ASC-CDL)" msgstr "" #. i18n: ectx: property (text), widget (KisGradientSlider, cutoffSlider) #. i18n: ectx: property (text), widget (QPushButton, configureStyles) #. i18n: ectx: property (text), widget (KisColorButton, bnforeground) #. i18n: ectx: property (text), widget (KisColorButton, bnbackground) #. i18n: ectx: property (text), widget (KisColorButton, btnSlope) #. i18n: ectx: property (text), widget (KisColorButton, btnPower) #. i18n: ectx: property (text), widget (KisColorButton, btnOffset) #. i18n: ectx: property (text), widget (KoColorPopupButton, btnGradientChooser) #. +> trunk5 stable5 #: plugins/filters/asccdl/wdg_asccdl.ui:17 #: plugins/filters/asccdl/wdg_asccdl.ui:24 #: plugins/filters/asccdl/wdg_asccdl.ui:45 #: plugins/filters/gradientmap/wdg_gradientmap.ui:26 #: plugins/filters/halftone/wdg_halftone_filter.ui:26 #: plugins/filters/halftone/wdg_halftone_filter.ui:33 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:85 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:208 #, kde-format msgid "PushButton" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblOffset) #. +> trunk5 stable5 #: plugins/filters/asccdl/wdg_asccdl.ui:31 #: plugins/python/documenttools/tools/canvassizetool/canvassizetool.py:46 #, kde-format msgid "Offset:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblBase) #. +> trunk5 stable5 #: plugins/filters/asccdl/wdg_asccdl.ui:38 #, kde-format msgid "ASC-CDL color balance" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPower) #. +> trunk5 stable5 #: plugins/filters/asccdl/wdg_asccdl.ui:52 #, kde-format msgid "Power:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSlope) #. +> trunk5 stable5 #: plugins/filters/asccdl/wdg_asccdl.ui:59 #, kde-format msgid "Slope:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_blur_filter.cpp:39 #, kde-format msgid "&Blur..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_gaussian_blur_filter.cpp:43 #, kde-format msgid "&Gaussian Blur..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_gaussian_blur_filter.h:40 #, kde-format msgid "Gaussian Blur" msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_lens_blur_filter.cpp:44 #, kde-format msgid "&Lens Blur..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_lens_blur_filter.h:42 #, kde-format msgid "Lens Blur" msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_motion_blur_filter.cpp:44 #, kde-format msgid "&Motion Blur..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/blur/kis_motion_blur_filter.h:42 #, kde-format msgid "Motion Blur" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_gaussian_blur.ui:68 #: plugins/filters/blur/wdgblur.ui:68 #: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:51 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:49 #, kde-format msgid "Vertical Radius:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_gaussian_blur.ui:78 #: plugins/filters/blur/wdgblur.ui:29 #: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:47 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:45 #, kde-format msgid "Horizontal Radius:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_lens_blur.ui:23 #, kde-format msgid "Iris" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, widthInfoLbl_2) #. i18n: ectx: property (text), widget (QLabel, shapeLbl) #. i18n: ectx: property (text), widget (QLabel, lblMaskShape) #. i18n: ectx: property (text), widget (QLabel, textLabel4) #. i18n: ectx: property (text), widget (QLabel, textLabel1_2) #. i18n: ectx: property (text), widget (QLabel, textLabel1_2_2) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_lens_blur.ui:29 #: plugins/filters/blur/wdgblur.ui:140 #: plugins/filters/wavefilter/wdgwaveoptions.ui:72 #: plugins/filters/wavefilter/wdgwaveoptions.ui:255 #: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:29 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:81 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:215 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:46 #: plugins/tools/basictools/kis_tool_gradient.cc:227 #, kde-format msgid "Shape:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (label), widget (KisIntParseSpinBox, irisRadiusSlider) #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. i18n: ectx: property (text), widget (QLabel, radiusLabel) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_lens_blur.ui:73 #: plugins/filters/blur/wdg_lens_blur.ui:92 #: plugins/filters/unsharp/wdgunsharp.ui:23 #: plugins/tools/basictools/wdgmultihandtool.ui:221 #, kde-format msgid "Radius:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, brushRotationLabel) #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (label), widget (KisIntParseSpinBox, irisRotationSlider) #. i18n: ectx: property (text), widget (QLabel, axisRotationLabel) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_lens_blur.ui:102 #: plugins/filters/blur/wdg_lens_blur.ui:124 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:191 #: plugins/tools/basictools/wdgmultihandtool.ui:118 #, kde-format msgid "Rotation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_14) #. i18n: ectx: property (text), widget (QLabel, rotationLbl) #. i18n: ectx: property (text), widget (QLabel, lblAngle) #. i18n: ectx: property (text), widget (QLabel, lbl_angle) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, textLabel5) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_motion_blur.ui:83 #: plugins/filters/blur/wdgblur.ui:117 #: plugins/filters/halftone/wdg_halftone_filter.ui:73 #: plugins/paintops/hatching/wdghatchingoptions.ui:49 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:161 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:177 #: plugins/paintops/spray/wdgsprayoptions.ui:92 #: plugins/tools/basictools/kis_tool_measure.cc:53 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:111 #, kde-format msgid "Angle:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, Factor) #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/filters/blur/wdg_motion_blur.ui:112 #: plugins/paintops/libpaintop/sensors/SensorDistanceConfiguration.ui:50 #: plugins/paintops/libpaintop/sensors/SensorFadeConfiguration.ui:50 #, kde-format msgid "Length:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. +> trunk5 stable5 #: plugins/filters/blur/wdgblur.ui:91 #, kde-format msgid "Strength:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxShape) #. i18n: ectx: property (text), item, widget (KComboBox, cbShape) #. +> trunk5 stable5 #: plugins/filters/blur/wdgblur.ui:154 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:92 #, kde-format msgid "Circle" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colors/kis_color_to_alpha.cpp:40 #, kde-format msgid "&Color to Alpha..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/colors/kis_color_to_alpha.h:40 #, kde-format msgid "Color to Alpha" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colors/kis_minmax_filters.cpp:69 #, kde-format msgid "M&aximize Channel" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colors/kis_minmax_filters.cpp:107 #, kde-format msgid "M&inimize Channel" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colors/kis_minmax_filters.h:39 #, kde-format msgid "Maximize Channel" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colors/kis_minmax_filters.h:56 #, kde-format msgid "Minimize Channel" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. i18n: ectx: property (text), widget (QLabel, textLabel1_2) #. +> trunk5 stable5 #: plugins/filters/colors/wdgcolortoalphabase.ui:131 #: plugins/filters/unsharp/wdgunsharp.ui:103 #: plugins/paintops/hairy/wdgbristleoptions.ui:180 #: plugins/paintops/libpaintop/kis_pressure_sharpness_option_widget.cpp:39 #, kde-format msgid "Threshold:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, pickerLabel) #. +> trunk5 stable5 #: plugins/filters/colors/wdgcolortoalphabase.ui:160 #, kde-format msgid "Color Picker:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/colorsfilters.cpp:88 #, kde-format msgid "&Auto Contrast" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/colorsfilters.h:49 #, kde-format msgid "Auto Contrast" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_color_balance_filter.cpp:27 #, kde-format msgid "&Color Balance..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_color_balance_filter.h:53 #, kde-format msgid "Color Balance" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_cross_channel_filter.cpp:218 #, kde-format msgid "&Cross-channel adjustment curves..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_cross_channel_filter.h:53 #, kde-format msgid "Cross-channel color adjustment" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_desaturate_filter.cpp:58 #, kde-format msgid "&Desaturate..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_desaturate_filter.h:46 #, kde-format msgid "Desaturate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:75 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:78 #, kde-format msgid "Value:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:77 #, kde-format msgid "Lightness:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:79 #, kde-format msgid "Intensity:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:81 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:83 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84 #, kde-format msgid "Luma:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:83 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84 #, kde-format msgid "Green-Red:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:83 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84 #, kde-format msgid "Yellow-Blue:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:93 #, kde-format msgid "&HSV Adjustment..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.h:51 #, kde-format msgid "HSV/HSL Adjustment" msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_perchannel_filter.cpp:147 #, kde-format msgid "&Color Adjustment curves..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/colorsfilters/kis_perchannel_filter.h:61 #, kde-format msgid "Color Adjustment" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushResetShadows) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_color_balance.ui:71 #, kde-format msgid "Reset Shadows " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. i18n: ectx: property (text), widget (QLabel, label_18) #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_color_balance.ui:85 #: plugins/filters/colorsfilters/wdg_color_balance.ui:262 #: plugins/filters/colorsfilters/wdg_color_balance.ui:395 #, kde-format msgid "Red " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. i18n: ectx: property (text), widget (QLabel, label_22) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_color_balance.ui:129 #: plugins/filters/colorsfilters/wdg_color_balance.ui:289 #, kde-format msgid "Blue " msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushResetMidtones) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_color_balance.ui:201 #, kde-format msgid "Reset Midtones " msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushResetHighlights) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_color_balance.ui:331 #, kde-format msgid "Reset Highlights" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkPreserveLuminosity) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_color_balance.ui:358 #, kde-format msgid "Preserve Luminosity" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:35 #, kde-format msgid "Desaturation method:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLightness) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:47 #, kde-format msgid "&Lightness" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLuminosityBT709) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:57 #, kde-format msgid "Luminosity (ITU-R BT.&709)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLuminosityBT601) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:64 #, kde-format msgid "Luminosity (ITU-R BT.&601)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioAverage) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:71 #, kde-format msgid "&Average" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioMin) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:78 #, kde-format msgid "&Min" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioMax) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_desaturate.ui:85 #, kde-format msgid "M&ax" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:45 #, kde-format msgid "&Type:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkColorize) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:58 #, kde-format msgid "&Colorize" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:69 #, kde-format msgid "Hue/Saturation/Value" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:74 #, kde-format msgid "Hue/Saturation/Lightness" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:79 #, kde-format msgid "Hue/Saturation/Intensity" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:84 #, kde-format msgid "Hue/Saturation/Luma" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:89 #, kde-format msgid "Blue Chroma/Red Chroma/Luma" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:120 #, kde-format msgid "&Value:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:167 #, kde-format msgid "&Saturation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_hsv_adjustment.ui:189 #, kde-format msgid "&Hue:" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgPerChannel) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_perchannel.ui:20 #, kde-format msgid "BrightnessCon" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelIn) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_perchannel.ui:67 #, kde-format msgid " Input:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelOut) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_perchannel.ui:93 #, kde-format msgid " Output:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLogarithmic) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_perchannel.ui:326 #: plugins/filters/levelfilter/wdg_level.ui:65 #: plugins/filters/threshold/wdg_threshold.ui:55 #, kde-format msgid "Logarithmic" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_perchannel.ui:355 #, kde-format msgid "Channel:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblDriverChannel) #. +> trunk5 stable5 #: plugins/filters/colorsfilters/wdg_perchannel.ui:381 #, kde-format msgid "Driver channel" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convertheightnormalmap/kis_convert_height_to_normal_map_filter.cpp:40 #, kde-format msgid "&Height to Normal Map..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/convertheightnormalmap/kis_convert_height_to_normal_map_filter.h:41 #, kde-format msgid "Height to Normal Map" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:32 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:31 #, kde-format msgid "Prewitt" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:32 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:31 #, kde-format msgid "Simple" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:32 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:31 #, kde-format msgid "Sobel" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/convertheightnormalmap/wdg_convert_height_to_normal_map.ui:51 #, kde-format msgid "XYZ" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:59 #, kde-format msgid "&Sharpen" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:73 #, kde-format msgid "&Mean Removal" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:87 #: plugins/filters/convolutionfilters/convolutionfilters.h:55 #, kde-format msgid "Emboss (Laplacian)" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:102 #: plugins/filters/convolutionfilters/convolutionfilters.h:65 #, kde-format msgid "Emboss in All Directions" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:117 #, kde-format msgid "Emboss Horizontal && Vertical" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:132 #: plugins/filters/convolutionfilters/convolutionfilters.h:85 #, kde-format msgid "Emboss Vertical Only" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:147 #: plugins/filters/convolutionfilters/convolutionfilters.h:95 #, kde-format msgid "Emboss Horizontal Only" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:162 #, kde-format msgid "Top Edge Detection" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.h:34 #, kde-format msgid "Sharpen" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.h:45 #, kde-format msgid "Mean Removal" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.h:75 #, kde-format msgid "Emboss Horizontal & Vertical" msgstr "" #. +> trunk5 stable5 #: plugins/filters/convolutionfilters/convolutionfilters.h:105 #, kde-format msgid "Emboss Diagonal" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup1) #. +> trunk5 stable5 #: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:17 #, kde-format msgid "Mode" msgstr "" #. +> trunk5 stable5 #: plugins/filters/dodgeburn/DodgeBurnPlugin.cpp:30 #, kde-format msgid "Dodge" msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_edge_detection_filter.cpp:50 #, kde-format msgid "&Edge Detection..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:33 #, kde-format msgid "All sides" msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:34 #, kde-format msgid "Top Edge" msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:35 #, kde-format msgid "Bottom Edge" msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:36 #, kde-format msgid "Right Edge" msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:37 #, kde-format msgid "Left Edge" msgstr "" #. +> trunk5 stable5 #: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:38 #, kde-format msgid "Direction in Radians" msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cmbOutput) #. +> trunk5 stable5 #: plugins/filters/edgedetection/wdg_edge_detection.ui:17 #, kde-format msgid "Output decides what type of information you want from the lines." msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/filters/edgedetection/wdg_edge_detection.ui:24 #, kde-format msgid "The formula decides how the kernel is created, so different formulas choose different values in the kernel, and thus give subtly different results." msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkTransparent) #. +> trunk5 stable5 #: plugins/filters/edgedetection/wdg_edge_detection.ui:50 #, kde-format msgid "This will take a desaturated result and use it to determine what is transparent. This is useful for creating edge and fringe effects." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkTransparent) #. +> trunk5 stable5 #: plugins/filters/edgedetection/wdg_edge_detection.ui:53 #, kde-format msgid "Apply result to alpha channel" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/filters/edgedetection/wdg_edge_detection.ui:60 #, kde-format msgid "Formula:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/filters/edgedetection/wdg_edge_detection.ui:70 #, kde-format msgid "Output:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/embossfilter/kis_emboss_filter.cpp:54 #, kde-format msgid "&Emboss with Variable Depth..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/embossfilter/kis_emboss_filter.cpp:155 #, kde-format msgctxt "Emboss depth" msgid "Depth" msgstr "" #. +> trunk5 stable5 #: plugins/filters/embossfilter/kis_emboss_filter.h:39 #, kde-format msgid "Emboss with Variable Depth" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ckbInvert) #. +> trunk5 stable5 #: plugins/filters/example/example.h:45 #: plugins/filters/halftone/wdg_halftone_filter.ui:93 #, kde-format msgid "Invert" msgstr "" #. +> trunk5 stable5 #: plugins/filters/fastcolortransfer/fastcolortransfer.cpp:59 #, kde-format msgid "&Color Transfer..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/fastcolortransfer/fastcolortransfer.h:47 #, kde-format msgid "Color Transfer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label1) #. +> trunk5 stable5 #: plugins/filters/fastcolortransfer/wdgfastcolortransfer.ui:32 #, kde-format msgid "Reference image:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/gradientmap/krita_filter_gradient_map.cpp:39 #, kde-format msgid "&Gradient Map..." msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgGradientMap) #. +> trunk5 stable5 #: plugins/filters/gradientmap/krita_filter_gradient_map.h:39 #: plugins/filters/gradientmap/wdg_gradientmap.ui:14 #, kde-format msgid "Gradient Map" msgstr "" #. +> trunk5 stable5 #: plugins/filters/halftone/kis_halftone_filter.cpp:54 #, kde-format msgid "&Halftone..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/halftone/kis_halftone_filter.h:72 #, kde-format msgid "Halftone" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblcolors) #. +> trunk5 stable5 #: plugins/filters/halftone/wdg_halftone_filter.ui:17 #, kde-format msgid "Colors:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:41 #, kde-format msgid "&Gaussian Noise Reduction..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:54 #: plugins/filters/imageenhancement/kis_wavelet_noise_reduction.cpp:51 #: plugins/filters/threshold/threshold.h:53 #, kde-format msgid "Threshold" msgstr "" #. +> trunk5 stable5 #: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:55 #, kde-format msgid "Window size" msgstr "" #. +> trunk5 stable5 #: plugins/filters/imageenhancement/kis_simple_noise_reducer.h:42 #, kde-format msgid "Gaussian Noise Reducer" msgstr "" #. +> trunk5 stable5 #: plugins/filters/imageenhancement/kis_wavelet_noise_reduction.cpp:37 #, kde-format msgid "&Wavelet Noise Reducer..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/imageenhancement/kis_wavelet_noise_reduction.h:49 #, kde-format msgid "Wavelet Noise Reducer" msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/indexcolors.cpp:48 #, kde-format msgid "&Index Colors..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/indexcolors.cpp:81 #, kde-format msgctxt "Color palette shade" msgid "Base" msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/indexcolors.cpp:81 #, kde-format msgctxt "Color palette shade" msgid "Bright" msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/indexcolors.cpp:81 #, kde-format msgctxt "Color palette shade" msgid "Light" msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/indexcolors.cpp:81 #, kde-format msgctxt "Color palette shade" msgid "Shadow" msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/indexcolors.h:50 #, kde-format msgid "Index Colors" msgstr "" #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.cpp:55 #, kde-format msgctxt "suffix for a spinbox" msgid " color" msgid_plural " colors" msgstr[0] "" msgstr[1] "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:29 #, kde-format msgid "Ramps" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, diagCheck) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:68 #, kde-format msgid "Diagonal Gradients" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, gradientStepsBox) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:78 #, kde-format msgid "Gradient Steps" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, colorLimitCheck) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:87 #, kde-format msgid "Limit to" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:123 #, kde-format msgid "In-between ramps" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:149 #, kde-format msgid "Color count:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, indexingBox) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:166 #, kde-format msgid "Indexing Factors" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/filters/indexcolors/kiswdgindexcolors.ui:302 #, kde-format msgid "Alpha Steps" msgstr "" #. +> trunk5 stable5 #: plugins/filters/levelfilter/kis_level_filter.cpp:47 #, kde-format msgid "&Levels..." msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgThreshold) #. i18n: ectx: property (windowTitle), widget (QWidget, WdgLevel) #. +> trunk5 stable5 #: plugins/filters/levelfilter/kis_level_filter.h:52 #: plugins/filters/levelfilter/wdg_level.ui:32 #: plugins/filters/threshold/wdg_threshold.ui:32 #, kde-format msgid "Levels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. +> trunk5 stable5 #: plugins/filters/levelfilter/wdg_level.ui:52 #, kde-format msgid "Input Levels" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. +> trunk5 stable5 #: plugins/filters/levelfilter/wdg_level.ui:225 #, kde-format msgid "Output Levels" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, butauto) #. +> trunk5 stable5 #: plugins/filters/levelfilter/wdg_level.ui:287 #, kde-format msgid "&Auto Levels" msgstr "" #. +> trunk5 stable5 #: plugins/filters/noisefilter/noisefilter.cpp:64 #, kde-format msgid "&Random Noise..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/noisefilter/noisefilter.h:50 #, kde-format msgid "Noise" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/filters/noisefilter/wdgnoiseoptions.ui:42 #: plugins/filters/randompickfilter/wdgrandompickoptions.ui:33 #, kde-format msgid "Level:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/normalize/kis_normalize.cpp:56 #, kde-format msgid "Normalize" msgstr "" #. +> trunk5 stable5 #: plugins/filters/normalize/kis_normalize.cpp:57 #, kde-format msgid "&Normalize..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:54 #, kde-format msgid "&Oilpaint..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:189 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:40 #: plugins/paintops/gridbrush/kis_grid_paintop_settings_widget.cpp:38 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:37 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:45 #, kde-format msgid "Brush size" msgstr "" #. +> trunk5 stable5 #: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:190 #, kde-format msgctxt "smooth out the painting strokes the filter creates" msgid "Smooth" msgstr "" #. +> trunk5 stable5 #: plugins/filters/oilpaintfilter/kis_oilpaint_filter.h:38 #, kde-format msgid "Oilpaint" msgstr "" #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:36 #, kde-format msgid "Phong Bumpmap" msgstr "" #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:37 #, kde-format msgid "&Phong Bumpmap..." msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, generalSettings) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:60 #, kde-format msgid "General settings" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, materialParametersGroupBox) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:72 #, kde-format msgid "Material properties" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, specularReflectivityGroup) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:81 #, kde-format msgid "Specula&r" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpecularReflectivity) #. i18n: ectx: property (text), widget (QLabel, lblDiffuseReflectivity) #. i18n: ectx: property (text), widget (QLabel, lblAmbientReflectivity) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:108 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:221 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:299 #, kde-format msgid "Reflectivity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpecularShinyExp) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:140 #, kde-format msgid "Shinyness exponent:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, diffuseReflectivityGroup) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:194 #, kde-format msgid "Di&ffuse" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, AmbientGroup) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:272 #, kde-format msgid "Ambient" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblHeightmapChannel) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:353 #, kde-format msgid "Heightmap channel:" msgstr "" #. i18n: Whether or not this filter should only use a given channel or use all channels and treat them as a normal map #. i18n: ectx: property (text), widget (QCheckBox, useNormalMap) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:405 #, kde-format msgid "Use Normal map" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, lightSources) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:416 #, kde-format msgid "Light Sources" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, lightSourceGroupBox4) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:428 #, kde-format msgid "Light Source &4" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, azimuthLabel4) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, azimuthSpinBox4) #. i18n: ectx: property (toolTip), widget (QLabel, azimuthLabel2) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, azimuthSpinBox2) #. i18n: ectx: property (toolTip), widget (QLabel, azimuthLabel1) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, azimuthSpinBox1) #. i18n: ectx: property (toolTip), widget (QLabel, azimuthLabel3) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, azimuthSpinBox3) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:475 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:494 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:655 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:677 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:847 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:869 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1033 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1052 #, kde-format msgid "Direction of the light, the dial tip represents where the light comes from." msgstr "" #. i18n: ectx: property (text), widget (QLabel, azimuthLabel4) #. i18n: ectx: property (text), widget (QLabel, azimuthLabel2) #. i18n: ectx: property (text), widget (QLabel, azimuthLabel1) #. i18n: ectx: property (text), widget (QLabel, azimuthLabel3) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:478 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:658 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:850 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1036 #, kde-format msgid "Azimuth:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, inclinationLabel4) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, inclinationSpinBox4) #. i18n: ectx: property (toolTip), widget (QLabel, inclinationLabel2) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, inclinationSpinBox2) #. i18n: ectx: property (toolTip), widget (QLabel, inclinationLabel1) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, inclinationSpinBox1) #. i18n: ectx: property (toolTip), widget (QLabel, inclinationLabel3) #. i18n: ectx: property (whatsThis), widget (KisIntParseSpinBox, inclinationSpinBox3) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:519 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:538 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:702 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:724 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:894 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:913 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1077 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1096 #, kde-format msgid "Vertical tilt of the light. 90° is perpendicular to the canvas, 0° is parallel." msgstr "" #. i18n: ectx: property (text), widget (QLabel, inclinationLabel4) #. i18n: ectx: property (text), widget (QLabel, inclinationLabel2) #. i18n: ectx: property (text), widget (QLabel, inclinationLabel1) #. i18n: ectx: property (text), widget (QLabel, inclinationLabel3) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:522 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:705 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:897 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1080 #, kde-format msgid "Inclination:" msgstr "" #. i18n: ectx: property (toolTip), widget (QDial, azimuthDial4) #. i18n: ectx: property (toolTip), widget (QDial, azimuthDial2) #. i18n: ectx: property (toolTip), widget (QDial, azimuthDial1) #. i18n: ectx: property (toolTip), widget (QDial, azimuthDial3) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:562 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:748 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:937 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1120 #, kde-format msgid "Azimuth" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, lightSourceGroupBox2) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:614 #, kde-format msgid "Light Source &2" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, lightSourceGroupBox1) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:800 #, kde-format msgid "Light Source &1" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, lightSourceGroupBox3) #. +> trunk5 stable5 #: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:989 #, kde-format msgid "Light Source &3" msgstr "" #. +> trunk5 stable5 #: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:57 #, kde-format msgid "&Pixelize..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:150 #, kde-format msgid "Pixel width" msgstr "" #. +> trunk5 stable5 #: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:151 #, kde-format msgid "Pixel height" msgstr "" #. +> trunk5 stable5 #: plugins/filters/pixelizefilter/kis_pixelize_filter.h:39 #, kde-format msgid "Pixelize" msgstr "" #. +> trunk5 stable5 #: plugins/filters/posterize/posterize.cpp:54 #, kde-format msgid "&Posterize..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/posterize/posterize.cpp:76 #, kde-format msgid "Steps" msgstr "" #. +> trunk5 stable5 #: plugins/filters/posterize/posterize.h:43 #, kde-format msgid "Posterize" msgstr "" #. +> trunk5 stable5 #: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:56 #, kde-format msgid "&Raindrops..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:378 #, kde-format msgid "Drop size" msgstr "" #. +> trunk5 stable5 #: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:380 #, kde-format msgid "Fish eyes" msgstr "" #. +> trunk5 stable5 #: plugins/filters/raindropsfilter/kis_raindrops_filter.h:39 #, kde-format msgid "Raindrops" msgstr "" #. +> trunk5 stable5 #: plugins/filters/randompickfilter/randompickfilter.cpp:65 #, kde-format msgid "&Random Pick..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/randompickfilter/randompickfilter.h:49 #, kde-format msgid "Random Pick" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_2) #. +> trunk5 stable5 #: plugins/filters/randompickfilter/wdgrandompickoptions.ui:49 #, kde-format msgid "Size of the window:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/roundcorners/kis_round_corners_filter.cpp:53 #, kde-format msgid "&Round Corners..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/roundcorners/kis_round_corners_filter.cpp:144 #: plugins/tools/karbonplugins/filtereffects/BlurEffectConfigWidget.cpp:37 #, kde-format msgid "Radius" msgstr "" #. +> trunk5 stable5 #: plugins/filters/roundcorners/kis_round_corners_filter.h:39 #, kde-format msgid "Round Corners" msgstr "" #. +> trunk5 stable5 #: plugins/filters/smalltilesfilter/kis_small_tiles_filter.cpp:55 #, kde-format msgid "&Small Tiles..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/smalltilesfilter/kis_small_tiles_filter.cpp:100 #, kde-format msgid "Number of tiles" msgstr "" #. +> trunk5 stable5 #: plugins/filters/smalltilesfilter/kis_small_tiles_filter.h:41 #, kde-format msgid "Small Tiles" msgstr "" #. +> trunk5 stable5 #: plugins/filters/threshold/threshold.cpp:64 #, kde-format msgid "&Threshold..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/threshold/wdg_threshold.ui:123 #, kde-format msgid "Threshold &level:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/unsharp/kis_unsharp_filter.cpp:43 #, kde-format msgid "&Unsharp Mask..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/unsharp/kis_unsharp_filter.cpp:88 #: plugins/filters/unsharp/kis_unsharp_filter.h:39 #, kde-format msgid "Unsharp Mask" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. i18n: ectx: property (text), widget (QLabel, lblAmount) #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/unsharp/wdgunsharp.ui:68 #: plugins/tools/basictools/wdgmovetool.ui:149 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1955 #, kde-format msgid "Amount:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/filters/unsharp/wdgunsharp.ui:126 #, kde-format msgid "Lightness Only:" msgstr "" #. +> trunk5 stable5 #: plugins/filters/wavefilter/wavefilter.cpp:98 #, kde-format msgid "&Wave..." msgstr "" #. +> trunk5 stable5 #: plugins/filters/wavefilter/wavefilter.h:51 #, kde-format msgid "Wave" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox1) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:48 #, kde-format msgid "Horizontal Wave" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2_2) #. i18n: ectx: property (text), widget (QLabel, textLabel2_2_2) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:85 #: plugins/filters/wavefilter/wdgwaveoptions.ui:242 #, kde-format msgid "Amplitude:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. i18n: ectx: property (text), widget (QLabel, textLabel1_3) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:98 #: plugins/filters/wavefilter/wdgwaveoptions.ui:187 #, kde-format msgid "Wavelength:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, cbHShape) #. i18n: ectx: property (text), item, widget (KComboBox, cbVShape) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:124 #: plugins/filters/wavefilter/wdgwaveoptions.ui:213 #, kde-format msgid "Sinusoidale" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, cbHShape) #. i18n: ectx: property (text), item, widget (KComboBox, cbVShape) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:129 #: plugins/filters/wavefilter/wdgwaveoptions.ui:218 #, kde-format msgid "Triangle" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. i18n: ectx: property (text), widget (QLabel, textLabel2_3) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:137 #: plugins/filters/wavefilter/wdgwaveoptions.ui:226 #, kde-format msgid "Shift:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, Vertical_wave) #. +> trunk5 stable5 #: plugins/filters/wavefilter/wdgwaveoptions.ui:169 #, kde-format msgid "Vertical Wave" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/AddTextRangeCommand.cpp:33 #: plugins/flake/artistictextshape/AddTextRangeCommand.cpp:40 msgctxt "(qtundo-format)" msgid "Add text range" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextShapeFactory.cpp:32 #, kde-format msgid "ArtisticTextShape" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextShapeFactory.cpp:34 #, kde-format msgid "A shape which shows a single text line" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextShapeFactory.cpp:44 #, kde-format msgid "Artistic Text" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:321 #, kde-format msgid "Click to change cursor position." msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:323 #, kde-format msgid "Click to select text shape." msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:327 #, kde-format msgid "Double click to put text on path." msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:330 #, kde-format msgid "Drag handle to change start offset." msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:334 #, kde-format msgid "Press escape to finish editing." msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:515 #, kde-format msgid "Press return to finish editing." msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:623 #, kde-format msgid "Text Properties" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextTool.cpp:633 #, kde-format msgid "Text On Path" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ArtisticTextToolFactory.cpp:30 #, kde-format msgid "Artistic text editing" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/AttachTextToPathCommand.cpp:30 msgctxt "(qtundo-format)" msgid "Attach Path" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ChangeTextAnchorCommand.cpp:28 msgctxt "(qtundo-format)" msgid "Change text anchor" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ChangeTextFontCommand.cpp:33 msgctxt "(qtundo-format)" msgid "Change font" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ChangeTextOffsetCommand.cpp:31 msgctxt "(qtundo-format)" msgid "Change Text Offset" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/DetachTextFromPathCommand.cpp:29 msgctxt "(qtundo-format)" msgid "Detach Path" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/RemoveTextRangeCommand.cpp:32 msgctxt "(qtundo-format)" msgid "Remove text range" msgstr "" #. +> trunk5 stable5 #: plugins/flake/artistictextshape/ReplaceTextRangeCommand.cpp:31 #: plugins/flake/artistictextshape/ReplaceTextRangeCommand.cpp:43 #: plugins/flake/artistictextshape/ReplaceTextRangeCommand.cpp:55 msgctxt "(qtundo-format)" msgid "Replace text range" msgstr "" #. +> trunk5 stable5 #: plugins/flake/imageshape/ImageShapeFactory.cpp:38 #, kde-format msgid "Image shape" msgstr "" #. +> trunk5 stable5 #: plugins/flake/imageshape/ImageShapeFactory.cpp:40 #, kde-format msgid "A shape that shows an image (PNG/JPG/TIFF)" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigCommand.cpp:33 msgctxt "(qtundo-format)" msgid "Change ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.cpp:32 #, kde-format msgid "Arc" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.cpp:33 #, kde-format msgid "Pie" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.cpp:34 #, kde-format msgid "Chord" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, EllipseShapeConfigWidget) #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:14 #, kde-format msgid "Ellipse Shape" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:45 #, kde-format msgid "Start angle:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:62 #, kde-format msgid "End angle:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, closeEllipse) #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:79 #, kde-format msgid "Close ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/ellipse/EllipseShapeFactory.cpp:37 #, kde-format msgid "An ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:40 #, kde-format msgid "An enhanced path shape" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:42 #, kde-format msgid "An enhanced path" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:165 #, kde-format msgid "Cross" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:167 #, kde-format msgid "A cross" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:203 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:237 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:271 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:305 #, kde-format msgid "An arrow" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:382 #, kde-format msgid "Callout" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:384 #, kde-format msgid "A callout" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:428 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:430 #, kde-format msgid "Smiley" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:508 #, kde-format msgid "Circular Arrow" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:510 #, kde-format msgid "A circular-arrow" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:553 #, kde-format msgid "Gearhead" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp:555 #, kde-format msgid "A gearhead" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/rectangle/RectangleShapeConfigCommand.cpp:34 msgctxt "(qtundo-format)" msgid "Change rectangle" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, RectangleShapeConfigWidget) #. +> trunk5 stable5 #: plugins/flake/pathshapes/rectangle/RectangleShapeConfigWidget.ui:14 #, kde-format msgid "Rectangle Shape" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/pathshapes/rectangle/RectangleShapeConfigWidget.ui:38 #, kde-format msgid "Corner radius x:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/pathshapes/rectangle/RectangleShapeConfigWidget.ui:48 #, kde-format msgid "Corner radius y:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/rectangle/RectangleShapeFactory.cpp:37 #, kde-format msgid "A rectangle" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigCommand.cpp:32 msgctxt "(qtundo-format)" msgid "Change spiral" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.cpp:36 #, kde-format msgid "Clockwise" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.cpp:37 #, kde-format msgid "Anticlockwise" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, SpiralShapeConfigWidget) #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.ui:14 #, kde-format msgid "Spiral Shape" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.ui:30 #, kde-format msgid "Fade:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.ui:56 #, kde-format msgid "Direction:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeFactory.cpp:32 #, kde-format msgid "Spiral" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/spiral/SpiralShapeFactory.cpp:34 #, kde-format msgid "A spiral shape" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeConfigCommand.cpp:34 msgctxt "(qtundo-format)" msgid "Change star" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, StarShapeConfigWidget) #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeConfigWidget.ui:14 #, kde-format msgid "Star shape" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeConfigWidget.ui:20 #, kde-format msgid "Polygon:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeConfigWidget.ui:37 #, kde-format msgid "Corners:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeConfigWidget.ui:47 #, kde-format msgid "Inner radius:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeConfigWidget.ui:61 #, kde-format msgid "Outer radius:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:39 #, kde-format msgid "A star shape" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:41 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:53 #, kde-format msgid "A star" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:51 #, kde-format msgid "Star" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:65 #, kde-format msgid "Flower" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:67 #, kde-format msgid "A flower" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:82 #, kde-format msgid "Pentagon" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:84 #, kde-format msgid "A pentagon" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:98 #, kde-format msgid "Hexagon" msgstr "" #. +> trunk5 stable5 #: plugins/flake/pathshapes/star/StarShapeFactory.cpp:100 #, kde-format msgid "A hexagon" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/AcceptChangeCommand.cpp:46 msgctxt "(qtundo-format)" msgid "Accept change" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/AutoResizeCommand.cpp:35 #, kde-format msgctxt "Disable Shrink To Fit" msgid "Disable" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/AutoResizeCommand.cpp:35 #, kde-format msgctxt "Enable Shrink To Fit" msgid "Enable" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/AutoResizeCommand.cpp:38 #, kde-format msgctxt "(qtundo-format) Enable/Disable Grow To Fit Width" msgid "%1 Grow To Fit Width" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/AutoResizeCommand.cpp:41 #, kde-format msgctxt "(qtundo-format) Enable/Disable Grow To Fit Height" msgid "%1 Grow To Fit Height" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/AutoResizeCommand.cpp:44 #, kde-format msgctxt "(qtundo-format) Enable/Disable Shrink To Fit" msgid "%1 Shrink To Fit" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/ChangeListLevelCommand.cpp:43 msgctxt "(qtundo-format)" msgid "Change List Level" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/RejectChangeCommand.cpp:48 msgctxt "(qtundo-format)" msgid "Reject change" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/ShowChangesCommand.cpp:53 msgctxt "(qtundo-format)" msgid "Show Changes" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/commands/ShowChangesCommand.cpp:55 msgctxt "(qtundo-format)" msgid "Hide Changes" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, acceptButton) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:44 #, kde-format msgid "Accept" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, rejectButton) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:57 #, kde-format msgid "Reject" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:96 #, kde-format msgid "Change Log" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, BibliographyConfigureDialog) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:14 #, kde-format msgid "Configure bibliography" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:20 #, kde-format msgid "Formatting of bibliography entries" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, prefixLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:28 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:70 #, kde-format msgid "Prefix:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. i18n: ectx: property (text), widget (QLabel, suffixLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:48 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:86 #, kde-format msgid "Suffix:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, numberedEntries) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:70 #, kde-format msgid "Number entries" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:80 #, kde-format msgid "Sort" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, sortByPosition) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:86 #, kde-format msgid "Sort by position" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, sortKeyGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:93 #, kde-format msgid "Sort keys" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, addSortKeyButton) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:103 #, kde-format msgid "Add sort key" msgstr "" #. i18n: ectx: property (text), widget (QLabel, sortAlgorithmLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:131 #, kde-format msgid "Sort algorithm:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, sortAlgorithm) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:139 #, kde-format msgid "Alphanumeric" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyTemplate.cpp:43 #, kde-format msgid "Bibliography" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/BibliographyTemplate.cpp:55 #, kde-format msgid "References" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.cpp:152 #, kde-format msgid "This is a line of inserted text." msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.cpp:158 #, kde-format msgid "This is a line of deleted text." msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.cpp:164 #, kde-format msgid "This is a line of text whose format has been changed." msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, ChangeConfigureDialog) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:17 #, kde-format msgid "Configure Change Tracking" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:30 #, kde-format msgid "General Settings" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:37 #, kde-format msgid "Saving Format" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, odf12RadioButton) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:44 #, kde-format msgid "ODF 1.2" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, deltaXmlRadioButton) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:51 #, kde-format msgid "DeltaXML (Experimental)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:58 #, kde-format msgid "Author Name" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:75 #, kde-format msgid "Change Visualization Settings" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, insertionGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:89 #, kde-format msgid "Insertions" msgstr "" #. i18n: ectx: property (html), widget (QTextEdit, previewTextEdit) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:158 #, kde-format msgid "" "\n" "\n" "

    Preview

    " "\n" "

    " "\n" "

    Inserted Text

    " "\n" "

    This is a line of text before the inserted text. This is a line of inserted text. This is a line after the inserted text.

    " "\n" "

    " "\n" "

    Deleted Text

    " "\n" "

    This is a line of text before the deleted text. This is a line of deleted text. This is a line after the deleted text.

    " "\n" "

    " "\n" "

    Formatted Text

    " "\n" "

    This is a line of text before the format-change text. This is a line of text whose format has been changed. This is a line of text after the format-change text.

    " "" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, deletionGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:172 #, kde-format msgid "Deletions" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, formatGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:231 #, kde-format msgid "Format Changes" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, ChangeTrackingOptions) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeTrackingOptionsWidget.ui:14 #, kde-format msgid "Change Tracking Options" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, configureChangeTrackingButton) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeTrackingOptionsWidget.ui:142 #, kde-format msgid "Configure Settings" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, recordChangesCheckBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeTrackingOptionsWidget.ui:175 #, kde-format msgid "Record Changes" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, showChangesCheckBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ChangeTrackingOptionsWidget.ui:182 #, kde-format msgid "Show Changes" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterGeneral.cpp:72 #: plugins/flake/textshape/dialogs/FormattingPreview.cpp:51 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:1030 #, kde-format msgid "Font" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterGeneral.ui:33 #, kde-format msgctxt "Name of the style" msgid "Name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterGeneral.ui:46 #, kde-format msgid "Next style:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterGeneral.ui:62 #, kde-format msgid "Parent style:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, inToc) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterGeneral.ui:78 #, kde-format msgid "Include in table of contents" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:287 #, kde-format msgid "Small Caps" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:288 #, kde-format msgid "Uppercase" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:289 #, kde-format msgid "Lowercase" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:290 #, kde-format msgid "Capitalize" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:298 #, kde-format msgid "Superscript" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.cpp:299 #, kde-format msgid "Subscript" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textColorLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:27 #: plugins/flake/textshape/dialogs/FontDecorations.ui:49 #, kde-format msgid "Text color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, backgroundColorLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:71 #: plugins/flake/textshape/dialogs/FontDecorations.ui:69 #, kde-format msgid "Background color:" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:110 #, kde-format msgid "Underlining:" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:141 #, kde-format msgid "Strikethrough:" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:172 #, kde-format msgid "Capitalization:" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:185 #, kde-format msgctxt "Character position" msgid "Position:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/DockerStylesComboModel.cpp:75 #, kde-format msgid "Used Styles" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/DockerStylesComboModel.cpp:78 #, kde-format msgid "Unused Styles" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, shadowGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/FontDecorations.ui:95 #, kde-format msgid "Text Shadow" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, positionGroupBox) #. i18n: ectx: property (title), widget (QGroupBox, moveGroup) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/FontDecorations.ui:289 #: plugins/tools/basictools/wdgmovetool.ui:184 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:998 #, kde-format msgid "Position" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, hyphenate) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/FontDecorations.ui:295 #, kde-format msgid "Automatic hyphenation" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/FontDia.cpp:47 #, kde-format msgid "Select Font" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/FontDia.cpp:82 msgctxt "(qtundo-format)" msgid "Font" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/InsertCharacter.cpp:29 #, kde-format msgid "Special Characters" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/InsertCharacter.cpp:39 #: plugins/flake/textshape/TextTool.cpp:2231 #, kde-format msgid "Insert" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/InsertCharacter.cpp:41 #, kde-format msgctxt "Close dialog" msgid "Close" msgstr "" #. i18n: ectx: property (text), widget (QLabel, filterLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/LanguageTab.ui:19 #, kde-format msgid "Quick search:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:49 #, kde-format msgid "Custom Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:50 #, kde-format msgid "No Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:55 #, kde-format msgctxt "Automatic horizontal alignment" msgid "Auto" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:56 #, kde-format msgctxt "Text alignment" msgid "Left" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:57 #, kde-format msgctxt "Text alignment" msgid "Right" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:58 #, kde-format msgctxt "Text alignment" msgid "Centered" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:60 #, kde-format msgctxt "Tab follows the bullet or number" msgid "Tab Stop" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:61 #, kde-format msgctxt "Space" msgid "Space" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:62 #, kde-format msgctxt "None" msgid "Nothing" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.cpp:369 #, kde-format msgid "Select a list image" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:31 #, kde-format msgid "Start at:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:57 #, kde-format msgid "Alignment:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:128 #, kde-format msgid "Display Levels:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:148 #, kde-format msgid "Bullet/Number followed by" msgstr "" #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, doubleSpinBox) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, doubleSpinBox_2) #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, doubleSpinBox_3) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:158 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:175 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:192 #, kde-format msgid " cm" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:165 #, kde-format msgid "at" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:182 #, kde-format msgid "Aligned at" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:199 #, kde-format msgid "Indented at" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:211 #, kde-format msgid "Custom character:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, restartNumbering) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:241 #, kde-format msgid "Restart numbering at this paragraph" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, letterSynchronization) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:248 #, kde-format msgid "Letter Synchronization" msgstr "" #. i18n: ectx: property (text), widget (QLabel, insertImageLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:264 #, kde-format msgid "Insert Image" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, insertImage) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphBulletsNumbers.ui:284 #: plugins/impex/raw/3rdparty/libkdcraw/src/rwidgetutils.cpp:357 #, kde-format msgid "Browse..." msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphDecorations.ui:31 #: plugins/impex/psd/psd_loader.cpp:173 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:297 #, kde-format msgid "Background" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphDropCaps.cpp:33 #, kde-format msgid "Whole Word" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphDropCaps.ui:32 #, kde-format msgid "Drop caps:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphDropCaps.ui:84 #, kde-format msgid "Distance to paragraph:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphDropCaps.ui:94 #, kde-format msgid "Number of characters:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphDropCaps.ui:104 #, kde-format msgid "Number of lines it covers:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphGeneral.cpp:53 #, kde-format msgid "Indent/Spacing" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphGeneral.cpp:58 #, kde-format msgid "General Layout" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphGeneral.cpp:63 #, kde-format msgid "Bullets/Numbers" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphGeneral.cpp:68 #, kde-format msgid "Decorations" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphGeneral.cpp:73 #, kde-format msgid "Drop Caps" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:38 #, kde-format msgctxt "Line spacing value" msgid "Single" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:39 #, kde-format msgctxt "Line spacing value" msgid "1.5 Lines" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:40 #, kde-format msgctxt "Line spacing value" msgid "Double" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:41 #, kde-format msgctxt "Line spacing type" msgid "Proportional" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:42 #, kde-format msgctxt "Line spacing type" msgid "Additional" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:43 #, kde-format msgctxt "Line spacing type" msgid "Fixed" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.cpp:44 #, kde-format msgctxt "Line spacing type" msgid "At least" msgstr "" #. i18n: ectx: property (whatsThis), widget (QWidget, ParagraphIndentSpacing) #. i18n: ectx: property (whatsThis), widget (QGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:14 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:97 #, kde-format msgid "" "

    " "

      " "
    • Single: The normal linespacing
    • " "
    " "

    " " " msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:20 #, kde-format msgid "Indent" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:71 #, kde-format msgid "First Line:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, autoTextIndent) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:87 #, kde-format msgid "Auto-infer from text size" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:100 #, kde-format msgid "Line Spacing" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:180 #, kde-format msgid "Use Font Metrics:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:202 #, kde-format msgid "Paragraph Space" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:208 #, kde-format msgid "Before:" msgstr "" #. i18n: ectx: property (text), widget (QLabel) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:221 #, kde-format msgid "After:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. i18n: ectx: property (text), widget (QLabel, labelAlign) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:17 #: plugins/tools/defaulttool/connectionTool/ConnectionPointWidget.ui:97 #, kde-format msgid "Alignment" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, left) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:23 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:42 #, kde-format msgid "Left" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, center) #. i18n: ectx: property (text), widget (QCheckBox, boolCenter) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:30 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:43 #: plugins/tools/tool_crop/kis_tool_crop.cc:130 #: plugins/tools/tool_crop/wdg_tool_crop.ui:65 #, kde-format msgid "Center" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, right) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:37 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:44 #, kde-format msgid "Right" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, justify) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:44 #, kde-format msgid "Justify" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:54 #, kde-format msgid "Behavior at End of Frame/Page" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, keepTogether) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:60 #, kde-format msgid "Keep lines together" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, breakBefore) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:67 #, kde-format msgid "Insert break before paragraph" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, breakAfter) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:74 #, kde-format msgid "Insert break after paragraph" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphLayout.ui:83 #, kde-format msgid "Leave at least this many lines (orphans):" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/ParagraphSettingsDialog.cpp:41 #, kde-format msgid "Paragraph Format" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/QuickTableButton.cpp:159 #, kde-format msgid "Insert a table" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionFormatDialog.cpp:54 #, kde-format msgid "Section name" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionFormatDialog.cpp:116 #: plugins/flake/textshape/dialogs/SectionsSplitDialog.cpp:33 #, kde-format msgid "Configure sections" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionFormatDialog.cpp:167 #, kde-format msgid "Invalid characters or section with such name exists." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionFormatDialog.ui:29 #, kde-format msgid "Section name:" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, SectionsSplitDialog) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionsSplitDialog.ui:6 #, kde-format msgid "Split sections" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionsSplitDialog.ui:12 #, kde-format msgid "Insert paragraph..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionsSplitDialog.ui:23 #, kde-format msgid "before start of section:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SectionsSplitDialog.ui:37 #, kde-format msgid "after end of section:" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleCharacterWidget.cpp:66 #, kde-format msgid "Change font format" msgstr "" #. i18n: ectx: property (toolTip), widget (QWidget, SimpleInsertWidget) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleInsertWidget.ui:20 #, kde-format msgid "Other insertions from \"References\" below and in \"Add Shape\" docker" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleParagraphWidget.cpp:86 #, kde-format msgid "Change paragraph format" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleParagraphWidget.cpp:183 #, kde-format msgid "Change List Level" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleParagraphWidget.cpp:184 #, kde-format msgid "Change the level the list is at" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleTableWidget.cpp:60 #, kde-format msgid "Set Border Color..." msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleTableWidget.cpp:182 #, kde-format msgctxt "No border - has to fit in 48pixels" msgid "None" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/SimpleTableWidget.cpp:183 #, kde-format msgid "No Border" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManager.cpp:52 #, kde-format msgid "Create a new style inheriting the current style" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManager.cpp:349 #: plugins/flake/textshape/dialogs/StyleManager.cpp:361 #, kde-format msgid "New Style" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManager.cpp:428 #, kde-format msgid "Another style named '%1' already exist. Please choose another name." msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManager.cpp:428 #, kde-format msgid "Warning" msgstr "" #. i18n: ectx: attribute (title), widget (QListView, paragraphStylesListView) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManager.ui:46 #: plugins/flake/textshape/TextTool.cpp:2223 #, kde-format msgid "Paragraph" msgstr "" #. i18n: ectx: attribute (title), widget (QListView, characterStylesListView) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManager.ui:60 #: plugins/flake/textshape/TextTool.cpp:2221 #, kde-format msgid "Character" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManagerDialog.cpp:33 #, kde-format msgid "Style Manager" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManagerDialog.cpp:62 #, kde-format msgid "Save Changes" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManagerDialog.cpp:62 #, kde-format msgid "You have changes that are not applied. What do you want to do with those changes?" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StyleManagerWelcome.ui:42 #, kde-format msgid "" "\n" "\n" "

    It is possible to assign a named style to text and alter the style properties to change all text with that style.

    " "\n" "

    Applying a style change will reformat all text that previously got the named style assigned to it. Use the Styles docker to apply styles to text.

    " "" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StylesComboPreview.cpp:81 #, kde-format msgid "Create a new style with the current properties" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/StylesComboPreview.cpp:188 #, kde-format msgid "New style" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.cpp:27 #, kde-format msgid "Insert Table" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupLogical) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:23 #, kde-format msgid "Columns and rows" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelColumns) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:32 #, kde-format msgid "Number of columns:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelRows) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:55 #, kde-format msgid "Number of rows:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupPhysical) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:97 #, kde-format msgid "Width strategy" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioFixed) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:112 #, kde-format msgid "Fixed column width:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioFitContents) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:125 #, kde-format msgid "Fit to contents" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioFitAvail) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableDialog.ui:138 #, kde-format msgid "Fit to available surrounding" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:74 #, kde-format msgid "Table of Contents - Configure" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:76 #, kde-format msgid "Table Title" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:77 #, kde-format msgid "Use outline" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:78 #, kde-format msgid "Use styles" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:79 #, kde-format msgid "Configure" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.cpp:80 #, kde-format msgid "Index" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:49 #, kde-format msgid "Tab 1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelTitle) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:57 #: plugins/flake/textshape/dialogs/TableOfContentsEntryModel.cpp:40 #, kde-format msgid "Title" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useOutline) #. i18n: ectx: property (text), widget (QCheckBox, useStyles) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:69 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:78 #, kde-format msgid "CheckBox" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:108 #, kde-format msgid "Tab 2" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsEntryModel.cpp:43 #, kde-format msgid "Level %1" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsEntryModel.cpp:151 #: plugins/flake/textshape/dialogs/TableOfContentsStyleModel.cpp:253 #, kde-format msgid "Level" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsEntryModel.cpp:153 #, kde-format msgid "Style" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsStyleConfigure.cpp:38 #, kde-format msgid "Table of Contents - Configure Styles" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsStyleConfigure.cpp:42 #, kde-format msgid "Styles available" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsTemplate.cpp:40 #, kde-format msgid "Table Of Contents" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/dialogs/TableOfContentsTemplate.cpp:51 #, kde-format msgid "Contents" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ChangeListCommand.cpp:41 #: plugins/flake/textshape/kotext/commands/ChangeListCommand.cpp:88 #: plugins/flake/textshape/kotext/commands/ChangeListCommand.cpp:101 msgctxt "(qtundo-format)" msgid "Change List" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ChangeStylesMacroCommand.cpp:37 msgctxt "(qtundo-format)" msgid "Change Styles" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:77 #: plugins/flake/textshape/kotext/commands/DeleteCommand.cpp:68 msgctxt "(qtundo-format)" msgid "Delete" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:193 #: plugins/flake/textshape/TextTool.cpp:2635 #, kde-format msgid "Key Press" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:332 #: plugins/flake/textshape/kotext/commands/DeleteCommand.cpp:517 #: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:87 #: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:166 #: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:201 #: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:218 #: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:260 msgctxt "(qtundo-format)" msgid "Text" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/DeleteTableColumnCommand.cpp:38 msgctxt "(qtundo-format)" msgid "Delete Column" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/DeleteTableRowCommand.cpp:38 msgctxt "(qtundo-format)" msgid "Delete Row" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/InsertNoteCommand.cpp:36 msgctxt "(qtundo-format)" msgid "Insert Footnote" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/InsertNoteCommand.cpp:38 msgctxt "(qtundo-format)" msgid "Insert Endnote" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/InsertTableColumnCommand.cpp:40 msgctxt "(qtundo-format)" msgid "Insert Column Right" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/InsertTableColumnCommand.cpp:42 msgctxt "(qtundo-format)" msgid "Insert Column Left" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/InsertTableRowCommand.cpp:40 msgctxt "(qtundo-format)" msgid "Insert Row Below" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/InsertTableRowCommand.cpp:42 msgctxt "(qtundo-format)" msgid "Insert Row Above" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ListItemNumberingCommand.cpp:35 msgctxt "(qtundo-format)" msgid "Change List Numbering" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/NewSectionCommand.cpp:37 msgctxt "(qtundo-format)" msgid "New Section" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ParagraphFormattingCommand.cpp:56 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:510 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:531 msgctxt "(qtundo-format)" msgid "Formatting" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ParagraphFormattingCommand.cpp:93 msgctxt "(qtundo-format)" msgid "Direct Paragraph Formatting" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/RenameSectionCommand.cpp:35 msgctxt "(qtundo-format)" msgid "Rename Section" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ResizeTableCommand.cpp:45 #: plugins/flake/textshape/TextTool.cpp:1393 msgctxt "(qtundo-format)" msgid "Adjust Column Width" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/ResizeTableCommand.cpp:47 #: plugins/flake/textshape/TextTool.cpp:1435 msgctxt "(qtundo-format)" msgid "Adjust Row Height" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/SplitSectionsCommand.cpp:39 msgctxt "(qtundo-format)" msgid "Split sections startings" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/SplitSectionsCommand.cpp:41 msgctxt "(qtundo-format)" msgid "Split sections endings" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/TextPasteCommand.cpp:68 msgctxt "(qtundo-format)" msgid "Paste As Text" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/commands/TextPasteCommand.cpp:70 msgctxt "(qtundo-format)" msgid "Paste" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/InsertTextLocator.cpp:27 #, kde-format msgid "Index Reference" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/InsertTextReferenceAction.cpp:35 #: plugins/flake/textshape/kotext/InsertTextReferenceAction.cpp:63 #, kde-format msgid "Text Reference" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/InsertTextReferenceAction.cpp:44 #, kde-format msgid "Please create an index to reference first." msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/InsertTextReferenceAction.cpp:53 #, kde-format msgid "Select the index you want to reference" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoSectionModel.cpp:87 #, kde-format msgctxt "new numbered section name" msgid "New section %1" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoText.cpp:32 #, kde-format msgctxt "Underline Style" msgid "None" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoText.cpp:33 #, kde-format msgctxt "Underline Style" msgid "Single" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoText.cpp:34 #, kde-format msgctxt "Underline Style" msgid "Double" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:193 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1440 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1442 msgctxt "(qtundo-format)" msgid "New Paragraph" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:364 msgctxt "(qtundo-format)" msgid "Add Bookmark" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:383 msgctxt "(qtundo-format)" msgid "Add Annotation" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:407 msgctxt "(qtundo-format)" msgid "Insert Index" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:433 msgctxt "(qtundo-format)" msgid "Insert Variable" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:500 msgctxt "(qtundo-format)" msgid "Insert Break" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:821 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:823 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:838 msgctxt "(qtundo-format)" msgid "Insert Table" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:978 msgctxt "(qtundo-format)" msgid "Merge Cells" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:995 msgctxt "(qtundo-format)" msgid "Split Cells" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1024 msgctxt "(qtundo-format)" msgid "Adjust Table Width" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1041 #: plugins/flake/textshape/TextTool.cpp:909 msgctxt "(qtundo-format)" msgid "Change Border Formatting" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1088 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1090 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1108 msgctxt "(qtundo-format)" msgid "Insert Table Of Contents" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1147 msgctxt "(qtundo-format)" msgid "Modify Table Of Contents" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1164 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1166 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1185 msgctxt "(qtundo-format)" msgid "Insert Bibliography" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1222 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1224 msgctxt "(qtundo-format)" msgid "Add Citation" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1251 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1253 #: plugins/flake/textshape/kotext/KoTextEditor.cpp:1291 msgctxt "(qtundo-format)" msgid "Typing" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:67 msgctxt "(qtundo-format)" msgid "Bold" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:80 msgctxt "(qtundo-format)" msgid "Italic" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:93 msgctxt "(qtundo-format)" msgid "Underline" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:112 msgctxt "(qtundo-format)" msgid "Strike Out" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:145 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:146 msgctxt "(qtundo-format)" msgid "Change Alignment" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:163 msgctxt "(qtundo-format)" msgid "Set Vertical Alignment" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:197 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:198 msgctxt "(qtundo-format)" msgid "Decrease Indent" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:233 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:234 msgctxt "(qtundo-format)" msgid "Increase Indent" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:269 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:271 msgctxt "(qtundo-format)" msgid "Decrease font size" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:282 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:284 msgctxt "(qtundo-format)" msgid "Increase font size" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:295 msgctxt "(qtundo-format)" msgid "Set Font" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:308 msgctxt "(qtundo-format)" msgid "Set Font Size" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:321 msgctxt "(qtundo-format)" msgid "Set Background Color" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:334 msgctxt "(qtundo-format)" msgid "Set Text Color" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:362 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:401 msgctxt "(qtundo-format)" msgid "Set Character Style" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:468 msgctxt "(qtundo-format)" msgid "Set Paragraph Style" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/kotext/KoTextEditor_p.h:158 #: plugins/flake/textshape/kotext/KoTextEditor_p.h:194 msgctxt "(qtundo-format)" msgid "Format" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:223 #, kde-format msgctxt "Text list-style" msgid "None" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:224 #, kde-format msgid "Small Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:225 #, kde-format msgid "Circle Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:226 #, kde-format msgid "Square Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:227 #, kde-format msgid "Rhombus Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:228 #, kde-format msgid "Check Mark Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:229 #, kde-format msgid "Rightwards Arrow Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:230 #, kde-format msgid "Arabic" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:231 #, kde-format msgid "Lower Alphabetical" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:232 #, kde-format msgid "Upper Alphabetical" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:233 #, kde-format msgid "Lower Roman" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:234 #, kde-format msgid "Upper Roman" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:241 #, kde-format msgid "Large Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:242 #, kde-format msgid "Ballot X Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:243 #, kde-format msgid "Rightwards Arrow Head Bullet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:244 #, kde-format msgid "Bengali" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:245 #, kde-format msgid "Gujarati" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:246 #, kde-format msgid "Gurumukhi" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:247 #, kde-format msgid "Kannada" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:248 #, kde-format msgid "Malayalam" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:249 #, kde-format msgid "Oriya" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:250 #, kde-format msgid "Tamil" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:251 #, kde-format msgid "Telugu" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:252 #, kde-format msgid "Tibetan" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:253 #, kde-format msgid "Thai" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:254 #, kde-format msgid "Abjad" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:255 #, kde-format msgid "AbjadMinor" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/textlayout/ListItemsHelper.cpp:256 #, kde-format msgid "ArabicAlphabet" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextShapeFactory.cpp:46 #, kde-format msgid "A shape that shows text" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextShapeFactory.cpp:56 #, kde-format msgid "Text Shape" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:331 #: plugins/tools/svgtexttool/kis_font_family_combo_box.cpp:118 #, kde-format msgid "Font Family" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:336 #, kde-format msgid "Variable" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:371 #, kde-format msgid "Font Size" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:541 #, kde-format msgid "Insertion" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:543 #, kde-format msgid "Deletion" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:545 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:87 #, kde-format msgid "Formatting" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:561 #, kde-format msgid "Ctrl+click to go to link " msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:568 #, kde-format msgid "Ctrl+click to go to the note " msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:574 #, kde-format msgid "Ctrl+click to go to the note reference" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:676 #, kde-format msgid "follows along" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:706 #, kde-format msgid "Press shift to not resize this" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:2229 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:64 #, kde-format msgid "Table" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextTool.cpp:2635 #: plugins/flake/textshape/TextTool.cpp:2641 #, kde-format msgid "Autocorrection" msgstr "" #. +> trunk5 stable5 #: plugins/flake/textshape/TextToolFactory.cpp:30 #, kde-format msgid "Text editing" msgstr "" #. +> trunk5 stable5 #: plugins/generators/pattern/patterngenerator.cpp:63 #, kde-format msgid "&Pattern..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPattern) #. +> trunk5 stable5 #: plugins/generators/pattern/wdgpatternoptions.ui:31 #, kde-format msgid "&Pattern:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblColor) #. +> trunk5 stable5 #: plugins/generators/pattern/wdgpatternoptions.ui:44 #: plugins/generators/solid/wdgcoloroptions.ui:17 #, kde-format msgid "&Color:" msgstr "" #. +> trunk5 stable5 #: plugins/generators/solid/colorgenerator.cpp:56 #, kde-format msgid "&Solid Color..." msgstr "" #. +> trunk5 stable5 #: plugins/impex/brush/KisAnimatedBrushAnnotation.cpp:29 #, kde-format msgid "Brush selection information for animated brushes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, spacingLabel) #. i18n: ectx: property (text), widget (QLabel, spacingLbl) #. i18n: ectx: property (text), widget (QLabel, brushSpacingLabel) #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, lblSpacing) #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:27 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:387 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:110 #: plugins/paintops/libpaintop/forms/wdgclipboardbrush.ui:96 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:81 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:198 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:148 #: plugins/paintops/roundmarker/kis_roundmarker_option.ui:32 #: plugins/paintops/spray/wdgsprayoptions.ui:138 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1892 #, kde-format msgid "Spacing:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, colorAsmask) #. i18n: ectx: property (text), widget (QCheckBox, colorAsMask) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:47 #: plugins/paintops/libpaintop/forms/wdgclipboardbrush.ui:116 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:101 #, kde-format msgid "Create mask from color" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:62 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:116 #, kde-format msgid "Brush Style" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:82 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:143 #, kde-format msgid "Style:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, brushStyle) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:99 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:160 #, kde-format msgid "Regular" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, brushStyle) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:104 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:165 #, kde-format msgid "Animated" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:118 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:179 #, kde-format msgid "Selection mode:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBox2) #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelectionMode) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:141 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:202 #, kde-format msgid "Constant" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBox2) #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelectionMode) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:146 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:207 #, kde-format msgid "Random" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBox2) #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelectionMode) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:151 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:212 #, kde-format msgid "Incremental" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBox2) #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelectionMode) #. i18n: ectx: property (text), widget (QToolButton, liquifySizePressureBox) #. i18n: ectx: property (text), widget (QToolButton, liquifyAmountPressureBox) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:156 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:217 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:48 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:2026 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:2042 #, kde-format msgid "Pressure" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBox2) #. i18n: ectx: property (text), item, widget (QComboBox, cmbSelectionMode) #. +> trunk5 stable5 #: plugins/impex/brush/wdg_export_gih.ui:161 #: plugins/paintops/libpaintop/forms/wdgcustombrush.ui:222 #, kde-format msgid "Angular" msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_converter.cc:870 #, kde-format msgctxt "@info" msgid "" "The image contains pixels with zero alpha channel and non-zero color channels. Krita has modified those pixels to have at least some alpha. The initial values will not be reverted on saving the image back.
    " "
    " "This will hardly make any visual difference just keep it in mind." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_converter.cc:877 #, kde-format msgctxt "@title:window" msgid "EXR image has been modified" msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_converter.cc:1244 #, kde-format msgctxt "@item:unsupported-node-message" msgid "%1 (type: \"%2\")" msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_converter.cc:1249 #, kde-format msgctxt "@info" msgid "" "

    The following layers have a type that is not supported by EXR format:

    " "" "
      %1
    " "

    " "

    these layers have not been saved to the final EXR file

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_export.cc:87 #, kde-format msgid "This layer cannot be saved to EXR." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_export.cc:91 #, kde-format msgid "The layer does not have an image associated with it." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_export.cc:95 #, kde-format msgid "The filename is empty." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_export.cc:99 #, kde-format msgid "EXR images cannot be saved remotely." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_export.cc:103 #, kde-format msgid "Colorspace not supported: EXR images must be 16 or 32 bits floating point RGB." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_export.cc:115 #, kde-format msgid "Internal Error" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkLossless) #. i18n: ectx: property (toolTip), widget (QCheckBox, chkFlatten) #. i18n: ectx: property (toolTip), widget (QCheckBox, flatten) #. +> trunk5 stable5 #: plugins/impex/exr/exr_export_widget.ui:23 #: plugins/impex/heif/WdgHeifExport.ui:23 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:172 #, kde-format msgid "This option will merge all layers. It is advisable to check this option, otherwise other applications might not be able to read your file correctly." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkFlatten) #. i18n: ectx: property (text), widget (QCheckBox, flatten) #. +> trunk5 stable5 #: plugins/impex/exr/exr_export_widget.ui:26 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:175 #, kde-format msgid "Flatten the &image" msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_import.cc:49 #, kde-format msgid "Krita does not support this type of EXR file." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_import.cc:53 #, kde-format msgid "This is not an EXR file." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_import.cc:58 #, kde-format msgid "The EXR file does not exist." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_import.cc:63 #, kde-format msgid "The EXR is corrupted." msgstr "" #. +> trunk5 stable5 #: plugins/impex/exr/exr_import.cc:67 #, kde-format msgid "Krita could not create a new image." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:32 #, kde-format msgid "Internal error." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:37 #, kde-format msgid "The HEIF file is corrupted." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:42 #, kde-format msgid "Krita does not support this type of HEIF file." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:48 #, kde-format msgid "Internal libheif API error." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:52 #, kde-format msgid "Could not allocate memory." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:56 #, kde-format msgid "Could not encode or write image." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heif/HeifError.cpp:61 plugins/impex/kra/kra_converter.cpp:294 #: plugins/impex/kra/kra_converter.cpp:322 #, kde-format msgid "Unknown error." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLossless) #. +> trunk5 stable5 #: plugins/impex/heif/WdgHeifExport.ui:26 #, kde-format msgid "&Lossless" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/impex/heif/WdgHeifExport.ui:36 #, kde-format msgid "&Quality:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_heightmap_import.cpp:89 #, kde-format msgid "Heightmap Import Options" msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:40 #, kde-format msgid "Error: " msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:118 #, kde-format msgid "Input does not match file size" msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:120 #, kde-format msgid "Please specify width and height" msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:123 #, kde-format msgid "Please specify width" msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:126 #, kde-format msgid "Please specify height" msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:195 #, kde-format msgid "Too many possible combinations. Input a width or height and try again." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:208 #, kde-format msgid "Width exceeds available pixels." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:213 #, kde-format msgid "Unable to calculate an appropriate height. File does not contain enough pixels to form a rectangle." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:220 #, kde-format msgid "Height exceeds available pixels." msgstr "" #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:225 #, kde-format msgid "Unable to calculate an appropriate width. File does not contain enough pixels to form a rectangle." msgstr "" #. i18n: ectx: property (text), widget (QLabel, fileSizeDescLabel) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:29 #, kde-format msgid "File size:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, fileSizeLabel) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:42 #, kde-format msgid "File size (bytes)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, endiannessLabel) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:52 #, kde-format msgid "Endianness:" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioLittle) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:61 #, kde-format msgid "Little Endian" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioLittle) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:64 #, kde-format msgid "&Little" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioBig) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:77 #, kde-format msgid "Big Endian" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioBig) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:80 #, kde-format msgid "&Big" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, guessButton) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:98 #, kde-format msgid "Guess width and height based on file size and bits per pixel. Only values set to 0 will be updated." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, guessButton) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:101 #, kde-format msgid "Guess dimensions" msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, heightInput) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:128 #, kde-format msgid "Height of image in pixels." msgstr "" #. i18n: ectx: property (toolTip), widget (QSpinBox, widthInput) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:151 #, kde-format msgid "Width of image in pixels." msgstr "" #. i18n: ectx: property (text), widget (QLabel, bppDescLabel) #. +> trunk5 stable5 #: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:178 #, kde-format msgid "Bits per pixel:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:21 #: plugins/tools/basictools/kis_tool_brush.cc:322 #, kde-format msgid "Basic" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, progressive) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:27 #, kde-format msgctxt "A progressive jpeg file can be displayed while loading." msgid "Progressive" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkForceSRGB) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:34 #: plugins/impex/png/kis_wdg_options_png.ui:40 #, kde-format msgid "Force convert to sRGB" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, qualityLevel) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:58 #, kde-format msgid "" "" "

    These settings determine how much information is lost during compression. Low: small files, bad quality. High: big files, good quality.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:84 #, kde-format msgid "Transparent pixel fill color:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisColorButton, bnTransparencyFillColor) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:106 #: plugins/impex/png/kis_wdg_options_png.ui:169 #, kde-format msgid "" "" "

    Background color to replace transparent pixels with.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSaveProfile) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:128 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:185 #, kde-format msgid "Save ICC Profile" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:139 #, kde-format msgid "Advanced quality" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:172 #, kde-format msgctxt "the result will be artificially smoothed to hide jpeg artifacts" msgid "Smooth:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:188 #, kde-format msgid "Subsampling:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, subsampling) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:199 #, kde-format msgid "2x2, 1x1, 1x1 (smallest file)" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, subsampling) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:204 #, kde-format msgid "2x1, 1x1, 1x1" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, subsampling) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:209 #, kde-format msgid "1x2, 1x1, 1x1" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, subsampling) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:214 #, kde-format msgid "1x1, 1x1, 1x1 (best quality)" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, baseLineJPEG) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:224 #, kde-format msgid "Force baseline JPEG" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:258 #, kde-format msgid "Metadata" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:264 #, kde-format msgid "Formats:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, iptc) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:280 #, kde-format msgid "IPTC" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkMetaData) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:329 #, kde-format msgid "" "" "

    Store document metadata that is in the document information. This will override any layer metadata.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkMetaData) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:332 #, kde-format msgid "Store Document Metadata" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:339 #: plugins/python/filtermanager/uifiltermanager.py:50 #, kde-format msgid "Filters:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkAuthor) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:351 #, kde-format msgid "" "" "

    Add the author nickname and the first contact of the author profile. This is overridden by the anonymizer.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAuthor) #. +> trunk5 stable5 #: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:354 #, kde-format msgid "Sign with Author Profile Data" msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:61 #, kde-format msgid "Not a valid Krita file" msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:79 #, kde-format msgid "Invalid document: no file 'maindoc.xml'." msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:115 #, kde-format msgid "Could not create the file for saving" msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:159 #, kde-format msgid "Not able to write '%1'. Partition full?" msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:254 #, kde-format msgid "" "Parsing error in %1 at line %2, column %3\n" "Error message: %4" msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:271 #, kde-format msgid "The format is not supported or the file is corrupted" msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:277 #, kde-format msgid "The file is too new for this version of Krita (%1)." msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:282 #, kde-format msgid "The file has no layers." msgstr "" #. +> trunk5 stable5 #: plugins/impex/kra/kra_converter.cpp:309 #, kde-format msgid "The file does not contain an image." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:327 #, kde-format msgid "Could not load \"id\" of the transform mask" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:341 #, kde-format msgid "Could not create transform mask params" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:460 #, kde-format msgid "Could not find keyframe pixel data for frame %1 in %2." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:468 #, kde-format msgid "Could not load keyframe pixel data for frame %1 in %2." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:497 #, kde-format msgid "Could not read pixel data: %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:504 #, kde-format msgid "Could not load pixel data: %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:528 #, kde-format msgid "Could not load profile: %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:552 #, kde-format msgid "Could not filter configuration %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:581 #, kde-format msgid "Could not load metadata for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:603 #, kde-format msgid "Could not load raster selection %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:621 #, kde-format msgid "Could not load vector selection %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:648 #, kde-format msgid "Could not load keyframes from %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:662 #, kde-format msgid "" "parsing error in the keyframe file %1 at line %2, column %3\n" "Error message: %4" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_load_visitor.cpp:675 #, kde-format msgid "unknown keyframe channel type: %1 in %2" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:213 #, kde-format msgid "Image does not have a name." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:218 #, kde-format msgid "Image does not specify a width." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:224 #, kde-format msgid "Image does not specify a height." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:274 #, kde-format msgid "Image specifies an unsupported color model: %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:451 #: plugins/impex/psd/psd_loader.cpp:349 #, kde-format msgctxt "Auto-generated layer style collection name for embedded styles (collection)" msgid "<%1> (embedded)" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:628 #, kde-format msgid "Layer %1 specifies an unsupported color model: %2." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:656 #, kde-format msgid "Layer %1 has an unsupported type." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:690 #, kde-format msgid "Layer %1 has an unsupported type: %2." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:697 #, kde-format msgid "Failure loading layer %1 of type: %2." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:812 #, kde-format msgctxt "@info" msgid "" "The file associated to a file layer with the name \"%1\" is not found.\n" "\n" "Expected path:\n" "%2\n" "\n" "Do you want to locate it manually?" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:817 #: plugins/impex/libkra/kis_kra_loader.cpp:1171 #, kde-format msgctxt "@title:window" msgid "File not found" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_loader.cpp:1166 #, kde-format msgctxt "@info" msgid "" "Audio channel file \"%1\" doesn't exist!\n" "\n" "Expected path:\n" "%2\n" "\n" "Do you want to locate it manually?" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:105 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:137 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:146 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:167 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:184 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:194 #, kde-format msgid "Failed to save the metadata for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:112 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:275 #, kde-format msgid "Failed to open %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:129 #, kde-format msgid "Failed to save the pixel data for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:133 #, kde-format msgid "Failed to save the annotations for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:155 #, kde-format msgid "Failed to save the filter layer %1: it has no filter." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:159 #, kde-format msgid "Failed to save the selection for filter layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:163 #, kde-format msgid "Failed to save the filter configuration for filter layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:176 #, kde-format msgid "Failed to save the selection for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:180 #, kde-format msgid "Failed to save the generator configuration for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:203 #, kde-format msgid "Failed to save filter mask %1. It has no filter." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:207 #, kde-format msgid "Failed to save the selection for filter mask %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:211 #, kde-format msgid "Failed to save the filter configuration for filter mask %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:253 #, kde-format msgid "Failed to save the selection for transparency mask %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:262 #, kde-format msgid "Failed to save the selection for local selection %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:447 #, kde-format msgid "Failed to save the pixel selection data for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:461 #, kde-format msgid "Failed to save the vector selection data for layer %1." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:515 #, kde-format msgid "The metadata backend failed to save the metadata for %1" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_save_visitor.cpp:526 #, kde-format msgid "Could not write for %1 metadata to the file." msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_saver.cpp:182 #, kde-format msgid "could not save keyframes" msgstr "" #. +> trunk5 stable5 #: plugins/impex/libkra/kis_kra_saver.cpp:444 #, kde-format msgid "Audio channel file %1 doesn't exist!" msgstr "" #. +> trunk5 stable5 #: plugins/impex/pdf/kis_pdf_import.cpp:82 #: plugins/impex/pdf/kis_pdf_import.cpp:83 #, kde-format msgid "A password is required to read that pdf" msgstr "" #. +> trunk5 stable5 #: plugins/impex/pdf/kis_pdf_import.cpp:92 #, kde-format msgid "PDF Import Options" msgstr "" #. +> trunk5 stable5 #: plugins/impex/pdf/kis_pdf_import.cpp:115 #, kde-format msgid "Page %1" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, PDFImportWidgetBase) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:14 #, kde-format msgid "PDFImportWidget" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup1) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:20 #, kde-format msgid "Pages" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, boolAllPages) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:26 #, kde-format msgid "All pa&ges" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, boolFirstPage) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:33 #, kde-format msgid "&First page" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, boolSelectionPage) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:43 #, kde-format msgid "Selec&tion of page" msgstr "" #. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intResolution) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:300 #, kde-format msgid "dpi" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel5) #. +> trunk5 stable5 #: plugins/impex/pdf/pdfimportwidgetbase.ui:316 #, kde-format msgctxt "horizontal resolution" msgid "Resolution:" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, KisWdgOptionsPNG) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:14 #, kde-format msgid "PNG Options" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, tryToSaveAsIndexed) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:47 #, kde-format msgid "Indexed PNG images are smaller. If you enabled this option, your image will be analyzed to see whether it is possible to save as an indexed PNG." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, tryToSaveAsIndexed) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:50 #, kde-format msgid "Save as indexed PNG, if possible" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4_2) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel1) #. i18n: ectx: property (whatsThis), widget (KisDoubleSliderSpinBox, compressionLevel) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel1_4) #. i18n: ectx: property (whatsThis), widget (QSlider, compressionLevelDeflate) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3_2) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel1_4_2) #. i18n: ectx: property (whatsThis), widget (QSlider, compressionLevelPixarLog) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3_2_2) #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4_2_2) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:61 #: plugins/impex/png/kis_wdg_options_png.ui:78 #: plugins/impex/png/kis_wdg_options_png.ui:105 #: plugins/impex/png/kis_wdg_options_png.ui:113 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:347 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:369 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:397 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:411 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:514 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:536 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:564 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:578 #, kde-format msgid "" "

    Adjust the compression time. Better compression takes longer.\n" "
    " "Note: the compression level does not change the quality of the result.

    " msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel4_2) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:64 #, kde-format msgctxt "The compression will take a long time; saving the file will be slow." msgid "Small File Size" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, textLabel1) #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, compressionLevel) #. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_4) #. i18n: ectx: property (toolTip), widget (QSlider, compressionLevelDeflate) #. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_4_2) #. i18n: ectx: property (toolTip), widget (QSlider, compressionLevelPixarLog) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:74 #: plugins/impex/png/kis_wdg_options_png.ui:101 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:343 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:365 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:510 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:532 #, kde-format msgid "Note: the compression level does not change the quality of the result" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:81 #, kde-format msgid "Compression (Lossless): " msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkMetaData) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:91 #, kde-format msgid "" "" "

    Store information like keywords, title and subject and license, if possible.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkMetaData) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:94 #, kde-format msgid "Store Metadata" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:116 #, kde-format msgctxt "The file will save fast but will not be compressed a lot" msgid "Large file size" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:123 #, kde-format msgid "Transparent color: " msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, interlacing) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:133 #, kde-format msgid "Use interlacing when publishing on the Internet." msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, interlacing) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:137 #, kde-format msgid "" "

    Interlacing is useful if you intend to publish your image on the Internet.
    " "\n" "Enabling interlacing will cause the image to be displayed by the browser even while downloading.

    " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, interlacing) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:140 #, kde-format msgid "Interlacing" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkSRGB) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:147 #, kde-format msgid "" "" "

    PNG files have two options to save sRGB information: as a tag or as an explicit profile. For use with in websites, disable this option. For interchange with other applications, enable this option.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkSRGB) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:150 #, kde-format msgid "Embed sRGB profile" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, alpha) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:176 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:149 #, kde-format msgid "Disable to get smaller files if your image has no transparency" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, alpha) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:180 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:153 #, kde-format msgid "" "

    The Portable Network Graphics (PNG) file format allows transparency in your image to be stored by saving an alpha channel.\n" "You can uncheck the box if you are not using transparency and you want to make the resulting file smaller .
    " "Always saving the alpha channel is recommended.

    " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, alpha) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:183 #, kde-format msgid "Store alpha channel (transparency)" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkAuthor) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:193 #, kde-format msgid "" "" "

    Save author nickname and the first contact information of the author profile into the png, if possible.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAuthor) #. +> trunk5 stable5 #: plugins/impex/png/kis_wdg_options_png.ui:196 #, kde-format msgid "Sign with author data" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/impex/ppm/kis_wdg_options_ppm.ui:34 #, kde-format msgid "Binary" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbType) #. +> trunk5 stable5 #: plugins/impex/ppm/kis_wdg_options_ppm.ui:39 #, kde-format msgid "Ascii" msgstr "" #. +> trunk5 stable5 #: plugins/impex/psd/psd_export.cc:63 #, kde-format msgid "Could not convert this colorspace to something Krita can save." msgstr "" #. +> trunk5 stable5 #: plugins/impex/psd/psd_export.cc:78 #, kde-format msgctxt "image conversion warning" msgid "Your image contains one or more layers with a color model that is different from the image." msgstr "" #. +> trunk5 stable5 #: plugins/impex/psd/psd_layer_section.cpp:313 #, kde-format msgctxt "Automatically created layer name when saving into PSD" msgid "Background" msgstr "" #. +> trunk5 stable5 #: plugins/impex/psd/psd_layer_section.cpp:558 #, kde-format msgid "Unnamed Layer" msgstr "" #. +> trunk5 stable5 #: plugins/impex/psd/psd_loader.cpp:160 #, kde-format msgid "Duotone Colormode Block" msgstr "" #. +> trunk5 stable5 #: plugins/impex/psd/psd_resource_block.h:94 #, kde-format msgid "Unparsed Resource Block" msgstr "" #. +> trunk5 stable5 #: plugins/impex/qimageio/kis_qimageio_import.cpp:61 #, kde-format msgid "Imported Image" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:224 #, kde-format msgctxt "@option:check" msgid "16 bits color depth" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:225 #, kde-format msgctxt "@info:whatsthis" msgid "" "

    If enabled, all RAW files will be decoded in 16-bit color depth using a linear gamma curve. To prevent dark picture rendering in the editor, it is recommended to use Color Management in this mode.

    " "

    If disabled, all RAW files will be decoded in 8-bit color depth with a BT.709 gamma curve and a 99th-percentile white point. This mode is faster than 16-bit decoding.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:244 #, kde-format msgctxt "@option:check" msgid "Interpolate RGB as four colors" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:245 #, kde-format msgctxt "@info:whatsthis" msgid "" "Interpolate RGB as four colors" "

    The default is to assume that all green pixels are the same. If even-row green pixels are more sensitive to ultraviolet light than odd-row this difference causes a mesh pattern in the output; using this option solves this problem with minimal loss of detail.

    " "

    To resume, this option blurs the image a little, but it eliminates false 2x2 mesh patterns with VNG quality method or mazes with AHD quality method.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:259 #, kde-format msgctxt "@info:tooltip" msgid "Visit LibRaw project website" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:269 #, kde-format msgctxt "@option:check" msgid "Do not stretch or rotate pixels" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:271 #, kde-format msgctxt "@info:whatsthis" msgid "" "Do not stretch or rotate pixels" "

    For Fuji Super CCD cameras, show the image tilted 45 degrees. For cameras with non-square pixels, do not stretch the image to its correct aspect ratio. In any case, this option guarantees that each output pixel corresponds to one RAW pixel.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:279 #, kde-format msgctxt "@label:listbox" msgid "Quality:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:283 #, kde-format msgctxt "@item:inlistbox Quality" msgid "Bilinear" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:284 #, kde-format msgctxt "@item:inlistbox Quality" msgid "VNG" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:285 #, kde-format msgctxt "@item:inlistbox Quality" msgid "PPG" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:286 #, kde-format msgctxt "@item:inlistbox Quality" msgid "AHD" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:289 #, kde-format msgctxt "@item:inlistbox Quality" msgid "DCB" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:290 #, kde-format msgctxt "@item:inlistbox Quality" msgid "AHD v2" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:291 #, kde-format msgctxt "@item:inlistbox Quality" msgid "AFD" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:292 #, kde-format msgctxt "@item:inlistbox Quality" msgid "VCD" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:293 #, kde-format msgctxt "@item:inlistbox Quality" msgid "VCD & AHD" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:294 #, kde-format msgctxt "@item:inlistbox Quality" msgid "LMMSE" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:296 #, kde-format msgctxt "@item:inlistbox Quality" msgid "AMaZE" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:313 #, kde-format msgctxt "@info:whatsthis" msgid "" "Quality (interpolation)" "

    Select here the demosaicing method to use when decoding RAW images. A demosaicing algorithm is a digital image process used to interpolate a complete image from the partial raw data received from the color-filtered image sensor, internal to many digital cameras, in form of a matrix of colored pixels. Also known as CFA interpolation or color reconstruction, another common spelling is demosaicing. The following methods are available for demosaicing RAW images:

    " "

    " "

      " "
    • Bilinear: use high-speed but low-quality bilinear interpolation (default - for slow computers). In this method, the red value of a non-red pixel is computed as the average of the adjacent red pixels, and similarly for blue and green.
    • " "
    • VNG: use Variable Number of Gradients interpolation. This method computes gradients near the pixel of interest and uses the lower gradients (representing smoother and more similar parts of the image) to make an estimate.
    • " "
    • PPG: use Patterned-Pixel-Grouping interpolation. Pixel Grouping uses assumptions about natural scenery in making estimates. It has fewer color artifacts on natural images than the Variable Number of Gradients method.
    • " "
    • AHD: use Adaptive Homogeneity-Directed interpolation. This method selects the direction of interpolation so as to maximize a homogeneity metric, thus typically minimizing color artifacts.
    • " "
    • DCB: DCB interpolation from linuxphoto.org project.
    • " "
    • AHD v2: modified AHD interpolation using Variance of Color Differences method.
    • " "
    • AFD: Adaptive Filtered Demosaicing interpolation through 5 pass median filter from PerfectRaw project.
    • " "
    • VCD: Variance of Color Differences interpolation.
    • " "
    • VCD & AHD: Mixed demosaicing between VCD and AHD.
    • " "
    • LMMSE: color demosaicing via directional linear minimum mean-square error estimation interpolation from PerfectRaw.
    • " "
    • AMaZE: Aliasing Minimization interpolation and Zipper Elimination to apply color aberration removal from RawTherapee project.
    • " "
    " "

    " "

    Note: some methods can be unavailable if RAW decoder have been built without extension packs.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:382 #, kde-format msgctxt "@label:slider" msgid "Pass:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:383 #, kde-format msgctxt "@info:whatsthis" msgid "" "Pass" "

    Set here the passes used by the median filter applied after interpolation to Red-Green and Blue-Green channels.

    " "

    This setting is only available for specific Quality options: Bilinear, VNG, PPG, AHD, DCB, and VCD & AHD.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:395 #, kde-format msgctxt "@option:check" msgid "Refine interpolation" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:396 #, kde-format msgctxt "@info:whatsthis" msgid "" "Refine interpolation" "

    This setting is available only for few Quality options:

    " "

    " "

      " "
    • DCB: turn on the enhance interpolated colors filter.
    • " "
    • VCD & AHD: turn on the enhanced effective color interpolation (EECI) refine to improve sharpness.
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:413 #, kde-format msgctxt "@label" msgid "Demosaicing" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:421 #, kde-format msgctxt "@label:listbox" msgid "Method:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:423 #, kde-format msgctxt "@item:inlistbox" msgid "Default D65" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:424 #, kde-format msgctxt "@item:inlistbox" msgid "Camera" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:425 #, kde-format msgctxt "@item:inlistbox set while balance automatically" msgid "Automatic" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:426 #, kde-format msgctxt "@item:inlistbox set white balance manually" msgid "Manual" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:428 #, kde-format msgctxt "@info:whatsthis" msgid "" "White Balance" "

    Configure the raw white balance:

    " "

    " "

      " "
    • Default D65: Use a standard daylight D65 white balance.
    • " "
    • Camera: Use the white balance specified by the camera. If not available, reverts to default neutral white balance.
    • " "
    • Automatic: Calculates an automatic white balance averaging the entire image.
    • " "
    • Manual: Set a custom temperature and green level values.
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:443 #, kde-format msgctxt "@label:slider" msgid "T(K):" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:444 #, kde-format msgctxt "@info:whatsthis" msgid "" "Temperature" "

    Set here the color temperature in Kelvin.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:451 #, kde-format msgctxt "@label:slider Green component" msgid "Green:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:452 #, kde-format msgctxt "@info:whatsthis" msgid "

    Set here the green component to set magenta color cast removal level.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:455 #, kde-format msgctxt "@label:listbox" msgid "Highlights:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:457 #, kde-format msgctxt "@item:inlistbox" msgid "Solid white" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:458 #, kde-format msgctxt "@item:inlistbox" msgid "Unclip" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:459 #, kde-format msgctxt "@item:inlistbox" msgid "Blend" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:460 #, kde-format msgctxt "@item:inlistbox" msgid "Rebuild" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:462 #, kde-format msgctxt "@info:whatsthis" msgid "" "Highlights" "

    Select here the highlight clipping method:

    " "

    " "

      " "
    • Solid white: clip all highlights to solid white
    • " "
    • Unclip: leave highlights unclipped in various shades of pink
    • " "
    • Blend:Blend clipped and unclipped values together for a gradual fade to white
    • " "
    • Rebuild: reconstruct highlights using a level value
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:473 #, kde-format msgctxt "@label:slider Highlight reconstruct level" msgid "Level:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:477 #, kde-format msgctxt "@info:whatsthis" msgid "" "Level" "

    Specify the reconstruct highlight level. Low values favor whites and high values favor colors.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:481 #, kde-format msgctxt "@option:check" msgid "Exposure Correction (E.V)" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:482 #, kde-format msgctxt "@info:whatsthis" msgid "

    Turn on the exposure correction before interpolation.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:485 #, kde-format msgctxt "@label:slider" msgid "Linear Shift:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:490 #, kde-format msgctxt "@info:whatsthis" msgid "" "Shift" "

    Linear Shift of exposure correction before interpolation in E.V

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:493 #, kde-format msgctxt "@label:slider" msgid "Highlight:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:498 #, kde-format msgctxt "@info:whatsthis" msgid "" "Highlight" "

    Amount of highlight preservation for exposure correction before interpolation in E.V. Only take effect if Shift Correction is > 1.0 E.V

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:502 #, kde-format msgctxt "@option:check" msgid "Correct false colors in highlights" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:503 #, kde-format msgctxt "@info:whatsthis" msgid "

    If enabled, images with overblown channels are processed much more accurately, without 'pink clouds' (and blue highlights under tungsten lamps).

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:507 #, kde-format msgctxt "@option:check" msgid "Auto Brightness" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:508 #, kde-format msgctxt "@info:whatsthis" msgid "

    If disable, use a fixed white level and ignore the image histogram to adjust brightness.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:511 #, kde-format msgctxt "@label:slider" msgid "Brightness:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:516 #, kde-format msgctxt "@info:whatsthis" msgid "" "Brightness" "

    Specify the brightness level of output image. The default value is 1.0 (works in 8-bit mode only).

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:526 #, kde-format msgctxt "@option:check Black point" msgid "Black:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:527 #, kde-format msgctxt "@info:whatsthis" msgid "" "Black point" "

    Use a specific black point value to decode RAW pictures. If you set this option to off, the Black Point value will be automatically computed.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:534 #, kde-format msgctxt "@info:whatsthis" msgid "" "Black point value" "

    Specify specific black point value of the output image.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:537 #, kde-format msgctxt "@option:check White point" msgid "White:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:538 #, kde-format msgctxt "@info:whatsthis" msgid "" "White point" "

    Use a specific white point value to decode RAW pictures. If you set this option to off, the White Point value will be automatically computed.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:545 #, kde-format msgctxt "@info:whatsthis" msgid "" "White point value" "

    Specify specific white point value of the output image.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:582 #, kde-format msgctxt "@label" msgid "White Balance" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:590 #, kde-format msgctxt "@label:listbox" msgid "Noise reduction:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:592 #, kde-format msgctxt "@item:inlistbox Noise Reduction" msgid "None" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:593 #, kde-format msgctxt "@item:inlistbox Noise Reduction" msgid "Wavelets" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:594 #, kde-format msgctxt "@item:inlistbox Noise Reduction" msgid "FBDD" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:595 #, kde-format msgctxt "@item:inlistbox Noise Reduction" msgid "CFA Line Denoise" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:596 #, kde-format msgctxt "@item:inlistbox Noise Reduction" msgid "Impulse Denoise" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:598 #, kde-format msgctxt "@info:whatsthis" msgid "" "Noise Reduction" "

    Select here the noise reduction method to apply during RAW decoding.

    " "

    " "

      " "
    • None: no noise reduction.
    • " "
    • Wavelets: wavelets correction to erase noise while preserving real detail. It's applied after interpolation.
    • " "
    • FBDD: Fake Before Demosaicing Denoising noise reduction. It's applied before interpolation.
    • " "
    • CFA Line Denoise: Banding noise suppression. It's applied after interpolation.
    • " "
    • Impulse Denoise: Impulse noise suppression. It's applied after interpolation.
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:624 #, kde-format msgctxt "@option:check" msgid "Enable Chromatic Aberration correction" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:625 #, kde-format msgctxt "@info:whatsthis" msgid "" "Enable Chromatic Aberration correction" "

    Enlarge the raw red-green and blue-yellow axis by the given factors (automatic by default).

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:630 #, kde-format msgctxt "@option:check" msgid "Automatic color axis adjustments" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:631 #, kde-format msgctxt "@info:whatsthis" msgid "" "Automatic Chromatic Aberration correction" "

    If this option is turned on, it will try to shift image channels slightly and evaluate Chromatic Aberration change. Note that if you shot blue-red pattern, the method may fail. In this case, disable this option and tune manually color factors.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:638 #, kde-format msgctxt "@label:slider" msgid "Red-Green:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:643 #, kde-format msgctxt "@info:whatsthis" msgid "" "Red-Green multiplier" "

    Set here the amount of correction on red-green axis

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:646 #, kde-format msgctxt "@label:slider" msgid "Blue-Yellow:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:651 #, kde-format msgctxt "@info:whatsthis" msgid "" "Blue-Yellow multiplier" "

    Set here the amount of correction on blue-yellow axis

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:670 #, kde-format msgctxt "@label" msgid "Corrections" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:678 #, kde-format msgctxt "@label:listbox" msgid "Camera Profile:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:680 #, kde-format msgctxt "@item:inlistbox Camera Profile" msgid "None" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:681 #, kde-format msgctxt "@item:inlistbox Camera Profile" msgid "Embedded" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:682 #, kde-format msgctxt "@item:inlistbox Camera Profile" msgid "Custom" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:684 #, kde-format msgctxt "@info:whatsthis" msgid "" "Camera Profile" "

    Select here the input color space used to decode RAW data.

    " "

    " "

      " "
    • None: no input color profile is used during RAW decoding.
    • " "
    • Embedded: use embedded color profile from RAW file, if it exists.
    • " "
    • Custom: use a custom input color space profile.
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:695 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:729 #, kde-format msgid "ICC Files (*.icc; *.icm)" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:697 #, kde-format msgctxt "@label:listbox" msgid "Workspace:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:699 #, kde-format msgctxt "@item:inlistbox Workspace" msgid "Raw (no profile)" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:700 #, kde-format msgctxt "@item:inlistbox Workspace" msgid "sRGB" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:701 #, kde-format msgctxt "@item:inlistbox Workspace" msgid "Adobe RGB" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:702 #, kde-format msgctxt "@item:inlistbox Workspace" msgid "Wide Gamut" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:703 #, kde-format msgctxt "@item:inlistbox Workspace" msgid "Pro-Photo" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:704 #, kde-format msgctxt "@item:inlistbox Workspace" msgid "Custom" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:706 #, kde-format msgctxt "@info:whatsthis" msgid "" "Workspace" "

    Select here the output color space used to decode RAW data.

    " "

    " "

      " "
    • Raw (no profile): in this mode, no output color space is used during RAW decoding.
    • " "
    • sRGB: this is an RGB color space, created cooperatively by Hewlett-Packard and Microsoft. It is the best choice for images destined for the Web and portrait photography.
    • " "
    • Adobe RGB: this color space is an extended RGB color space, developed by Adobe. It is used for photography applications such as advertising and fine art.
    • " "
    • Wide Gamut: this color space is an expanded version of the Adobe RGB color space.
    • " "
    • Pro-Photo: this color space is an RGB color space, developed by Kodak, that offers an especially large gamut designed for use with photographic outputs in mind.
    • " "
    • Custom: use a custom output color space profile.
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:741 #, kde-format msgctxt "@label" msgid "Color Management" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:947 #, kde-format msgctxt "@label" msgid "Threshold:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:948 #, kde-format msgctxt "@info:whatsthis" msgid "" "Threshold" "

    Set here the noise reduction threshold value to use.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:961 #, kde-format msgctxt "@label" msgid "Luminance:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:962 #, kde-format msgctxt "@info:whatsthis" msgid "" "Luminance" "

    Amount of Luminance impulse noise reduction.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:964 #, kde-format msgctxt "@label" msgid "Chrominance:" msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:965 #, kde-format msgctxt "@info:whatsthis" msgid "" "Chrominance" "

    Amount of Chrominance impulse noise reduction.

    " msgstr "" #. +> trunk5 stable5 #: plugins/impex/raw/3rdparty/libkdcraw/src/rcombobox.cpp:74 #: plugins/impex/raw/3rdparty/libkdcraw/src/rnuminput.cpp:84 #: plugins/impex/raw/3rdparty/libkdcraw/src/rnuminput.cpp:183 #, kde-format msgctxt "@info:tooltip" msgid "Reset to default value" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButtonUpdate) #. i18n: ectx: property (text), widget (QPushButton, btnUpdate) #. +> trunk5 stable5 #: plugins/impex/raw/wdgrawimport.ui:29 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:26 #, kde-format msgid "Update" msgstr "" #. i18n: ectx: property (text), widget (QLabel, preview) #. +> trunk5 stable5 #: plugins/impex/raw/wdgrawimport.ui:92 #, kde-format msgid "No image loaded" msgstr "" #. +> trunk5 stable5 #: plugins/impex/svg/kis_svg_import.cc:61 #, kde-format msgid "Import SVG" msgstr "" #. +> trunk5 stable5 #: plugins/impex/svg/kis_svg_import.cc:62 #, kde-format msgid "Enter preferred resolution (PPI) for \"%1\"" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, KisWdgOptionsTIFF) #. i18n: ectx: property (title), widget (QGroupBox, groupBox1) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:20 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:35 #, kde-format msgid "TIFF Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:43 #, kde-format msgid "Compression type:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:62 #, kde-format msgid "JPEG DCT Compression" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:67 #, kde-format msgid "Deflate (ZIP)" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:72 #, kde-format msgid "Lempel-Ziv & Welch (LZW)" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:77 #, kde-format msgid "Leadtools JPEG2000" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:82 #, kde-format msgid "CCITT Modified Huffman RLE" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:87 #, kde-format msgid "CCITT Group 3 Fax Encoding" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:92 #, kde-format msgid "CCITT Group 4 Fax Encoding" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxCompressionType) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:97 #, kde-format msgid "Pixar Log" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_3) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:109 #, kde-format msgid "Predictor:" msgstr "" #. i18n: ectx: property (toolTip), widget (KComboBox, kComboBoxPredictor) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:122 #, kde-format msgid "Using a predictor can improve the compression (mostly for LZW and deflate.)" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxPredictor) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:134 #, kde-format msgid "Horizontal Differencing" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxPredictor) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:139 #, kde-format msgid "Floating Point Horizontal Differencing" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, alpha) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:156 #, kde-format msgid "Store alpha &channel (transparency)" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBoxJPEG) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:237 #, kde-format msgid "JPEG Compression Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:243 #, kde-format msgid "Quality:" msgstr "" #. i18n: ectx: property (toolTip), widget (QSlider, qualityLevel) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:258 #, kde-format msgid "These settings determine how much information is lost during compression" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:291 #, kde-format msgid "Smallest" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel4) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:301 #, kde-format msgid "Best" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBoxDeflate) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:337 #, kde-format msgid "Deflate Compression Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_4) #. i18n: ectx: property (text), widget (QLabel, textLabel1_4_2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:350 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:517 #, kde-format msgid "Compress:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3_2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:400 #, kde-format msgctxt "save the file quickly, but do not compress very well" msgid "Fast" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel4_2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:414 #, kde-format msgctxt "make the file small, at the price of a longer saving time" msgid "Small" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBoxCCITGroupCCITG3) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:450 #, kde-format msgid "CCITT Group 3 fax encoding Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:456 #, kde-format msgid "Fax mode:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxFaxMode) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:467 #, kde-format msgid "Classic" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxFaxMode) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:472 #, kde-format msgid "No RTC" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, kComboBoxFaxMode) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:477 #, kde-format msgid "No EOL" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBoxPixarLog) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:504 #, kde-format msgid "Pixar Log Compression Options" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3_2_2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:567 #, kde-format msgctxt "save quickly, but do not compress a lot" msgid "Fast" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel4_2_2) #. +> trunk5 stable5 #: plugins/impex/tiff/kis_wdg_options_tiff.ui:581 #, kde-format msgctxt "make a very small file, but take a long time saving" msgid "Small" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/kis_video_export.cpp:66 #, kde-format msgid "Could not find 'ffmpeg' binary. Saving to video formats is impossible." msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/kis_video_export.cpp:70 #, kde-format msgid "Video Export Error" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/kis_video_export.cpp:92 #, kde-format msgid "FFMpeg failed to convert the image sequence. Check the logfile in your output directory for more information." msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:31 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "ultrafast" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:32 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "superfast" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:33 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "veryfast" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:34 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "faster" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:35 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "fast" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:36 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "medium" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:37 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "slow" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:38 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "slower" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:39 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "veryslow" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:40 #, kde-format msgctxt "h264 preset name, check simplescreenrecorder for standard translations" msgid "placebo" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:42 #, kde-format msgctxt "h264 profile name, check simplescreenrecorder for standard translations" msgid "baseline" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:43 #, kde-format msgctxt "h264 profile name, check simplescreenrecorder for standard translations" msgid "main" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:44 #, kde-format msgctxt "h264 profile name, check simplescreenrecorder for standard translations" msgid "high" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:45 #, kde-format msgctxt "h264 profile name, check simplescreenrecorder for standard translations" msgid "high10" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:46 #, kde-format msgctxt "h264 profile name, check simplescreenrecorder for standard translations" msgid "high422" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:47 #, kde-format msgctxt "h264 profile name, check simplescreenrecorder for standard translations" msgid "high444" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:49 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "film" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:50 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "animation" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:51 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "grain" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:52 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "stillimage" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:53 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "psnr" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:54 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "ssim" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:55 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "fastdecode" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:56 #, kde-format msgctxt "h264 tune option name, check simplescreenrecorder for standard translations" msgid "zerolatency" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.cpp:108 #, kde-format msgctxt "kilo-bits-per-second, video bitrate suffix" msgid "kbps" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbCodec) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:18 #, kde-format msgid "H.264, MPEG-4 Part 10" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbCodec) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:23 #, kde-format msgid "Theora" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:38 #, kde-format msgid "Constant Rate Factor:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblTune) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:75 #, kde-format msgid "Tune:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:89 #, kde-format msgid "Bitrate:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkCustomLine) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:112 #, kde-format msgid "Custom Options:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, txtCustomLine) #. +> trunk5 stable5 #: plugins/impex/video/video_export_options_dialog.ui:121 #, kde-format msgid "Add any ffmpeg filtering options here. It will be put between source and destination streams of the ffmpeg" msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_saver.cpp:281 #, kde-format msgid "Fetching palette..." msgstr "" #. +> trunk5 stable5 #: plugins/impex/video/video_saver.cpp:309 #: plugins/impex/video/video_saver.cpp:352 #, kde-format msgid "Encoding frames..." msgstr "" #. +> trunk5 stable5 #: plugins/impex/xcf/kis_xcf_import.cpp:168 #, kde-format msgid "This XCF file is too new; Krita cannot support XCF files written by GIMP 2.9 or newer." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/colorsmudge_paintop_plugin.cpp:42 #, kde-format msgid "Color Smudge" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxSmudgeMode) #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings.cpp:54 #: plugins/paintops/libpaintop/forms/wdgfilteroption.ui:43 #, kde-format msgid "Smudge Mode" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings.cpp:58 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:38 #, kde-format msgid "Smearing" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings.cpp:59 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:77 #, kde-format msgid "Dulling" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:52 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60 #: plugins/paintops/libpaintop/kis_pressure_flow_opacity_option_widget.cpp:38 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:47 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:45 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54 #, kde-format msgid "Opaque" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, btnTransparent) #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:52 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60 #: plugins/paintops/libpaintop/kis_pressure_flow_opacity_option_widget.cpp:38 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:47 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:45 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:145 #, kde-format msgid "Transparent" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:53 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:66 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:36 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:37 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:62 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:63 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:82 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:108 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:126 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:133 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:47 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:61 #: plugins/paintops/libpaintop/kis_pressure_spacing_option_widget.cpp:35 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:40 #: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:48 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:50 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:51 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:52 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:54 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:46 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:54 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:55 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:56 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:68 #, kde-format msgid "0%" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:55 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:66 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:139 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:52 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:53 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:62 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:61 #: plugins/tools/basictools/kis_tool_multihand.cpp:274 #, kde-format msgid "Mirror" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:59 #, kde-format msgid "Smudge Length" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:60 #, kde-format msgid "Smudge Radius" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:61 #, kde-format msgid "Color Rate" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:63 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:71 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:144 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:41 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:33 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:44 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:49 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:52 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66 #, kde-format msgid "-180°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:63 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:71 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:144 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:41 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:49 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:52 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66 #, kde-format msgid "180°" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, optionRotation) #. i18n: ectx: property (title), widget (QGroupBox, rotationGroup) #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:63 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:71 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:145 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:41 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:47 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:49 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:52 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:249 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:669 #, kde-format msgid "Rotation" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:64 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:72 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:150 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:65 #, kde-format msgid "Scatter" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:65 #, kde-format msgid "Overlay Mode" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:72 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:89 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:55 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:67 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:72 #, kde-format msgid "Strength" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:72 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:89 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:55 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:67 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:72 #, kde-format msgid "Strong" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:72 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:89 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:55 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:67 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:72 #, kde-format msgid "Weak" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_overlay_mode_option.h:51 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Overlay Option" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_overlay_mode_option.h:61 #, kde-format msgid "" "Paints on the current layer\n" " but uses all layers that are currently visible for smudge input\n" " NOTE: This mode is only able to work correctly with a fully opaque background" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:45 #, kde-format msgid "Smudge mode:" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:81 #, kde-format msgid " (caution, pierced brush!)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:82 #, kde-format msgctxt "@info:tooltip" msgid "This brush has transparent pixels in its center. \"Dulling\" mode may give unstable results. Consider using \"Smearing\" mode instead." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:74 #, kde-format msgid "Line Width" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:105 #, kde-format msgid "History Size" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:136 #, kde-format msgid "Line Opacity" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:168 #, kde-format msgid "Connection Line" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:34 #, kde-format msgctxt "Brush settings curve value" msgid "Value" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:36 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:50 #, kde-format msgid "Line width" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:37 #, kde-format msgid "Curves opacity" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:39 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:86 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:53 #: plugins/paintops/gridbrush/kis_grid_paintop_settings_widget.cpp:42 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:42 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:64 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:42 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:61 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:55 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:69 #, kde-format msgid "Painting Mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. i18n: ectx: property (text), widget (QLabel, lineWidthLbl) #. +> trunk5 stable5 #: plugins/paintops/curvebrush/wdgcurveoptions.ui:9 #: plugins/paintops/sketch/wdgsketchoptions.ui:40 #, kde-format msgid "Line width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/curvebrush/wdgcurveoptions.ui:22 #, kde-format msgid "History size:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/curvebrush/wdgcurveoptions.ui:35 #, kde-format msgid "Curves opacity:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, connectionCHBox) #. +> trunk5 stable5 #: plugins/paintops/curvebrush/wdgcurveoptions.ui:48 #: plugins/paintops/sketch/wdgsketchoptions.ui:137 #, kde-format msgid "Paint connection line" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, smoothingCHBox) #. +> trunk5 stable5 #: plugins/paintops/curvebrush/wdgcurveoptions.ui:55 #, kde-format msgid "Smoothing" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, doubleRatio) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:134 #: plugins/tools/tool_crop/wdg_tool_crop.ui:293 #, kde-format msgid "Ratio" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63 #, kde-format msgid "Softness" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:70 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:64 #, kde-format msgid "Sharpness" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77 #, kde-format msgid "Foreground" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:81 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:46 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:39 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:53 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:53 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:67 #, kde-format msgid "Airbrush" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:82 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:47 #: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:41 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:54 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:54 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:68 #, kde-format msgid "Rate" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:95 #: plugins/paintops/libpaintop/kis_brush_based_paintop_options_widget.cpp:28 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:44 #, kde-format msgid "Brush Tip" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/defaultpaintops_plugin.cc:47 #, kde-format msgctxt "Pixel paintbrush" msgid "Pixel" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/defaultpaintops_plugin.cc:48 #, kde-format msgctxt "clone paintbrush (previously \"Duplicate\")" msgid "Clone" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbHealing) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp:192 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:21 #, kde-format msgid "Healing" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp:219 #, kde-format msgid "Move Source" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:75 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Clone Brush (temporarily disabled)" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbPerspective) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:28 #, kde-format msgid "To correct perspective, first create a perspective grid." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbPerspective) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:31 #, kde-format msgid "Correct the perspective" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbSourcePoint) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:38 #, kde-format msgid "Move the clone origin with the brush. Uncheck to keep cloning from the selected point." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbSourcePoint) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:41 #, kde-format msgid "Source point move" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkCloneProjection) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:51 #, kde-format msgid "When checked, clone from all visible layers. Otherwise, clone from the active layer." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkCloneProjection) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:54 #, kde-format msgid "Clone From All Visible Layers" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:82 #, kde-format msgid "" "" "

    Clone Brush:

    " "

    Select the source point from the current layer with Ctrl-click. Use Ctrl+Alt-click to select a source from the previously picked layer.

    " "" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/deform_paintop_plugin.cpp:41 #, kde-format msgid "Deform" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_option.cpp:120 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Deform Brush (unsupported)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:113 #, kde-format msgid "Amount" msgstr "" #. i18n: ectx: property (text), widget (QLabel, deformLabel) #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:143 #: plugins/paintops/deform/wdgdeformoptions.ui:35 #, kde-format msgid "Deform Mode" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, growBtn) #. i18n: ectx: property (text), widget (QCheckBox, boolGrow) #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:147 #: plugins/paintops/deform/wdgdeformoptions.ui:44 #: plugins/tools/tool_crop/kis_tool_crop.cc:127 #: plugins/tools/tool_crop/wdg_tool_crop.ui:151 #, kde-format msgid "Grow" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, shrinkBtn) #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:148 #: plugins/paintops/deform/wdgdeformoptions.ui:51 #, kde-format msgid "Shrink" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, swirlCWBtn) #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:149 #: plugins/paintops/deform/wdgdeformoptions.ui:65 #, kde-format msgid "Swirl CW" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, swirlCCWBtn) #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:150 #: plugins/paintops/deform/wdgdeformoptions.ui:58 #, kde-format msgid "Swirl CCW" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, moveBtn) #. i18n: ectx: property (text), widget (QToolButton, liquifyMove) #. i18n: ectx: property (text), widget (QPushButton, moveOriginButton) #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:151 #: plugins/paintops/deform/wdgdeformoptions.ui:75 #: plugins/tools/basictools/wdgmultihandtool.ui:78 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1740 #, kde-format msgid "Move" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:152 #, kde-format msgid "Lens Zoom In" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:153 #, kde-format msgid "Lens Zoom Out" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings.cpp:154 #, kde-format msgid "Color Deformation" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:41 #, kde-format msgid "Deform Options" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, colorBtn) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:82 #, kde-format msgid "Color deformation" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, lensOutBtn) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:89 #, kde-format msgid "Lens zoom out" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, lensBtn) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:96 #, kde-format msgid "Lens zoom in" msgstr "" #. i18n: ectx: property (text), widget (QLabel, deformAmountLbl) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:131 #, kde-format msgid "Deform amount:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, interpolationChBox) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:166 #, kde-format msgid "Bilinear interpolation" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useCounter) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:176 #, kde-format msgid "Use counter" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useOldData) #. +> trunk5 stable5 #: plugins/paintops/deform/wdgdeformoptions.ui:183 #, kde-format msgid "Use undeformed image" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, shapeGroup) #. +> trunk5 stable5 #: plugins/paintops/experiment/experiment_paintop_plugin.cpp:43 #: plugins/paintops/hairy/wdghairyeoptions.ui:43 #: plugins/paintops/hairy/wdghairyshapeoptions.ui:84 #, kde-format msgid "Shape" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, speedCHBox) #. +> trunk5 stable5 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:89 #: plugins/paintops/experiment/wdgexperimentoptions.ui:53 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:42 #, kde-format msgid "Speed" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, displaceCHBox) #. +> trunk5 stable5 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:164 #: plugins/paintops/experiment/wdgexperimentoptions.ui:98 #, kde-format msgid "Displace" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:202 #, kde-format msgid "Winding Fill" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:230 #, kde-format msgid "Hard Edge" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/experiment/kis_experiment_paintop_settings_widget.cpp:35 #, kde-format msgid "Experiment option" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/experiment/kis_experimentop_option.cpp:133 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Displacement Option" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/experiment/wdgexperimentoptions.ui:29 #, kde-format msgid "Shape creation:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, smoothCHBox) #. +> trunk5 stable5 #: plugins/paintops/experiment/wdgexperimentoptions.ui:70 #, kde-format msgctxt "Noun for an experiment brush shape smoothness" msgid "Smooth" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPostprocessing) #. +> trunk5 stable5 #: plugins/paintops/experiment/wdgexperimentoptions.ui:89 #, kde-format msgid "Post-processing" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, windingFillCHBox) #. +> trunk5 stable5 #: plugins/paintops/experiment/wdgexperimentoptions.ui:112 #, kde-format msgid "Winding fill" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, hardEdgeCHBox) #. +> trunk5 stable5 #: plugins/paintops/experiment/wdgexperimentoptions.ui:119 #, kde-format msgid "Hard edge" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/filterop/filterop.cpp:43 #, kde-format msgctxt "type of a brush engine, shown in the list of brush engines" msgid "Filter" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:56 #, kde-format msgctxt "option name" msgid "Filter" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/gridbrush/grid_paintop_plugin.cpp:39 #, kde-format msgctxt "type of a brush engine, shown in the list of brush engines" msgid "Grid" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/gridbrush/kis_grid_paintop_settings.cpp:101 #, kde-format msgid "Division Level" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/gridbrush/kis_grid_paintop_settings_widget.cpp:39 #, kde-format msgid "Particle type" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/gridbrush/kis_grid_paintop_settings_widget.cpp:41 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:50 #, kde-format msgid "Color options" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, shapeCBox) #. i18n: ectx: property (text), item, widget (QComboBox, shapeBox) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:52 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:81 #, kde-format msgid "Pixel" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, shapeCBox) #. i18n: ectx: property (text), item, widget (QComboBox, shapeBox) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:57 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:76 #, kde-format msgid "Anti-aliased pixel" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:38 #, kde-format msgid "Grid width:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:51 #, kde-format msgid "Grid height:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:64 #, kde-format msgid "Division level:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, divisionPressureCHBox) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:77 #, kde-format msgid "Division by pressure" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, scaleLbl) #. i18n: ectx: property (text), widget (QLabel, lblDiameter) #. i18n: ectx: property (text), widget (QLabel, ScaleLbl) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:84 #: plugins/paintops/hairy/wdgbristleoptions.ui:130 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:78 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:198 #: plugins/paintops/spray/wdgsprayoptions.ui:118 #, kde-format msgid "Scale:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:97 #, kde-format msgid "Vertical border:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:110 #, kde-format msgid "Horizontal border:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, jitterBorderCHBox) #. +> trunk5 stable5 #: plugins/paintops/gridbrush/wdggridoptions.ui:123 #, kde-format msgid "Jitter borders" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hairy/hairy_paintop_plugin.cpp:42 #, kde-format msgid "Bristle" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hairy/kis_hairy_bristle_option.cpp:103 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Bristle Brush (the lines will be thinner than on preview)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:36 #, kde-format msgid "Bristle options" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, inkTab) #. +> trunk5 stable5 #: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:37 #: plugins/paintops/hairy/wdghairyeoptions.ui:259 #, kde-format msgid "Ink depletion" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:62 #, kde-format msgid "Random offset:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:114 #, kde-format msgid "Shear:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (QLabel, density) #. i18n: ectx: property (text), widget (QLabel, densityLbl) #. i18n: ectx: property (text), widget (QLabel, lblDensity) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:146 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:374 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:267 #: plugins/paintops/sketch/wdgsketchoptions.ui:73 #, kde-format msgid "Density:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:173 #, kde-format msgid "Mouse pressure:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:187 #, kde-format msgid "Connect hairs:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:194 #, kde-format msgid "Anti-aliasing:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgbristleoptions.ui:201 #, kde-format msgid "Composite bristles:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, brushTab) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:33 #, kde-format msgid "Brush Shape" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, oneDimBrushBtn) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:49 #, kde-format msgid "1D" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, twoDimBrushBtn) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:59 #, kde-format msgid "2D" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, brushGroup) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:97 #, kde-format msgid "Brush Settings" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, mousePressureCBox) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:130 #, kde-format msgid "Mouse pressure" msgstr "" #. i18n: ectx: property (text), widget (QLabel, radiusLabel) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:140 #: plugins/paintops/hairy/wdghairyshapeoptions.ui:38 #, kde-format msgid "radius" msgstr "" #. i18n: ectx: property (text), widget (QLabel, sigmaLabel) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:150 #: plugins/paintops/hairy/wdghairyshapeoptions.ui:55 #, kde-format msgid "sigma" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, movementGroup) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:171 #, kde-format msgid "Experimental Params" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:190 #, kde-format msgid "Scale factor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:210 #, kde-format msgid "Shear factor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:230 #, kde-format msgid "Random offset" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:265 #, kde-format msgid "Ink" msgstr "" #. i18n: ectx: property (text), widget (QLabel, inkLabel) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:273 #: plugins/paintops/hairy/wdgInkOptions.ui:41 #, kde-format msgid "Ink Amount" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:331 #: plugins/paintops/hairy/wdgInkOptions.ui:131 #, kde-format msgid "Ink Depletion Curve" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, weightGroup) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:343 #: plugins/paintops/hairy/wdgInkOptions.ui:154 #, kde-format msgid "Saturation Weights" msgstr "" #. i18n: ectx: property (toolTip), widget (QSlider, pressureSlider) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:355 #, kde-format msgid "pressure weight" msgstr "" #. i18n: ectx: property (toolTip), widget (QSlider, inkDepletionSlider) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:383 #, kde-format msgid "Ink depletion curve weight" msgstr "" #. i18n: ectx: property (toolTip), widget (QSlider, bristleLengthSlider) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:411 #, kde-format msgid "bristle length weight" msgstr "" #. i18n: ectx: property (toolTip), widget (QSlider, bristleInkAmountSlider) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:439 #, kde-format msgid "Bristle ink amount weight" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useWeightCHBox) #. i18n: ectx: property (text), widget (QCheckBox, weightSaturationCBox) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyeoptions.ui:461 #: plugins/paintops/hairy/wdgInkOptions.ui:160 #, kde-format msgid "weighted saturation" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, oneDimBrushBtn) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyshapeoptions.ui:90 #, kde-format msgid "&1D" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, twoDimBrushBtn) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdghairyshapeoptions.ui:100 #, kde-format msgid "&2D" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, soakInkCBox) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgInkOptions.ui:84 #, kde-format msgid "Soak ink from the initial position of the stroke" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, soakInkCBox) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgInkOptions.ui:87 #, kde-format msgid "Soak ink" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgInkOptions.ui:167 #, kde-format msgid "Bristle Ink Weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgInkOptions.ui:174 #, kde-format msgid "Pressure Weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgInkOptions.ui:191 #, kde-format msgid "Bristle Length Weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/paintops/hairy/wdgInkOptions.ui:218 #, kde-format msgid "Ink Depletion Curve Weight:" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/hatching_paintop_plugin.cpp:41 #, kde-format msgid "Hatching" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_options.cpp:129 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Hatching Brush (heavy aliasing in preview mode)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:127 #, kde-format msgid "Hatching Angle" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:159 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:56 #, kde-format msgid "Separation" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:190 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:57 #, kde-format msgid "Thickness" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:53 #, kde-format msgid "Hatching options" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:54 #, kde-format msgid "Hatching preferences" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59 #, kde-format msgid "Crosshatching" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_18) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:90 #, kde-format msgid "Separation:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_22) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:166 #, kde-format msgid "Origin X:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_24) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:204 #, kde-format msgid "Origin Y:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:244 #, kde-format msgid "Crosshatching style" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, noCrosshatchingRadioButton) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:268 #, kde-format msgid "No crosshatch&ing" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, perpendicularRadioButton) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:290 #, kde-format msgid "Pe&rpendicular plane only" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, minusThenPlusRadioButton) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:312 #, kde-format msgid "-&45° plane then +45° plane" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, plusThenMinusRadioButton) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:331 #, kde-format msgid "+45° plane &then -45° plane" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, moirePatternRadioButton) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:350 #, kde-format msgid "&Moiré pattern" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:366 #, kde-format msgid "Separation Style" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingoptions.ui:378 #, kde-format msgid "Input-based intervals:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingpreferences.ui:26 #, kde-format msgid "Graphical Tweaks" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, antialiasCheckBox) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingpreferences.ui:32 #, kde-format msgid "Antialiased lines" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, subpixelPrecisionCheckBox) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingpreferences.ui:42 #, kde-format msgid "Subpixel precision" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, opaqueBackgroundCheckBox) #. +> trunk5 stable5 #: plugins/paintops/hatching/wdghatchingpreferences.ui:52 #, kde-format msgid "Color background" msgstr "" #. i18n: ectx: property (text), widget (QLabel, rateLbl) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgairbrush.ui:37 #, kde-format msgid "Rate:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxIgnoreSpacing) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgairbrush.ui:72 #, kde-format msgid "Override Spacing" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblMaskType) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:65 #, kde-format msgid "Mask Type:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxShape) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:97 #, kde-format msgid "Square" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkInvert) #. i18n: ectx: property (toolTip), widget (QCheckBox, btnAntialiasing) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:105 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:238 #, kde-format msgid "The border of the brush will be smoothed to avoid aliasing" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, btnAntialiasing) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:108 #, kde-format msgid "Anti-alias" msgstr "" #. i18n: ectx: property (text), widget (QLabel, diameterLabel) #. i18n: ectx: property (text), widget (QLabel, DiameterLbl) #. i18n: ectx: property (text), widget (QLabel, lblDiameter) #. i18n: ectx: property (text), widget (QLabel, lineWidthLbl) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:171 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:46 #: plugins/paintops/roundmarker/kis_roundmarker_option.ui:19 #: plugins/paintops/spray/wdgsprayoptions.ui:40 #, kde-format msgid "Diameter:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpFade) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:225 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:43 #, kde-format msgid "Fade" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblHorizontalFade) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:236 #, kde-format msgid "Horizontal:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblVerticalFade) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:252 #, kde-format msgid "Vertical:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:286 #, kde-format msgid "Softness:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRandomness) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:335 #, kde-format msgid "Randomness:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpikes) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgautobrush.ui:345 #, kde-format msgid "Spikes:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:95 #, kde-format msgid "Use to set the size from which the Automatic Precision Setting should begin. The Precision will remain 5 before this value." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:98 #, kde-format msgid "Starting Brush Size:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:118 #, kde-format msgid "This determines every interval after which the precision should change. For example: if the delta value is set to be 15.00, after every 15 pts change in the size of brush, the precision will change." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgbrushchooser.ui:121 #, kde-format msgid "Delta :" msgstr "" #. i18n: ectx: property (text), widget (QLabel, aspectLabel) #. i18n: ectx: property (text), widget (QLabel, aspectLbl) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:142 #: plugins/paintops/spray/wdgsprayoptions.ui:66 #, kde-format msgid "Aspect ratio:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, jitterMoveBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:287 #: plugins/paintops/spray/wdgsprayoptions.ui:229 #, kde-format msgid "Jitter Movement" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomHSVCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:29 #, kde-format msgid "Random HSV" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomOpacityCHbox) #. i18n: ectx: property (text), widget (QCheckBox, randomOpacityCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:100 #: plugins/paintops/sketch/wdgsketchoptions.ui:158 #, kde-format msgid "Random opacity" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, colorPerParticleCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:118 #, kde-format msgid "Color per particle" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, fillBackgroundCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:147 #, kde-format msgid "If checked, grid brush fill every particle's background with background color. The background of particle is rectangle of grid width and height and by default it is transparent." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, fillBackgroundCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:150 #, kde-format msgid "Fill background" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, sampleInputCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:163 #, kde-format msgid "Sample Input layer" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, mixBgColorCHBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:176 #, kde-format msgid "Mix with background color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui:37 #, kde-format msgid "Selected:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnEraser) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui:81 #, kde-format msgid "Eraser" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui:109 #, kde-format msgid "Available Blending Modes" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxUseCurve) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:54 #, kde-format msgid "Enable Pen Settings" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxUseSameCurve) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:283 #, kde-format msgid "Share curve across all settings" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label) #. i18n: ectx: property (toolTip), widget (QComboBox, curveMode) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:407 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:423 #, kde-format msgid "" "\n" "

    Curve calculation mode changes how 2 or more curve works together
    " "

    " "\n" "

    multiply (default): all values from curves multiplies

    " "

    (0.8 pressure) * (0.5 speed) = 0.4
    " "

    " "\n" "

    addition: all values from curves adds

    " "

    (0.6 pressure) + (0.3 speed) = 0.9
    " "

    " "\n" "

    maximum value

    " "

    (0.7 pressure), (0.3 speed) = 0.7
    " "

    " "\n" "

    minimum value

    " "

    (0.7 pressure), (0.3 speed) = 0.3
    " "

    " "\n" "

    difference between min and max values

    " "

    (0.8 pressure), (0.3 speed), (0.6 fade) = 0.5

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:410 #, kde-format msgid "Curves calculation mode:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, curveMode) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:430 #, kde-format msgid "multiply" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, curveMode) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:435 #, kde-format msgid "addition" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, curveMode) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:440 #, kde-format msgid "maximum" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, curveMode) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:445 #, kde-format msgid "minimum" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, curveMode) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:450 #, kde-format msgid "difference" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpFilterOptions) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgfilteroption.ui:58 #, kde-format msgid "Filter Settings" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpIncremental) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgincremental.ui:20 #, kde-format msgid "Painting mode" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioBuildup) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgincremental.ui:32 #, kde-format msgid "Build up" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioWash) #. i18n: ectx: property (text), item, widget (QComboBox, buidupModeComboBox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgincremental.ui:39 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1999 #, kde-format msgid "Wash" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgincremental.ui:50 #, kde-format msgid "" "\n" "

    Note: this is the same thing as the \"incremental\" option in the Krita 1.6 freehand tool options.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgincremental.ui:54 #, kde-format msgid "" "\n" "

    Painting mode: Krita offers a choice between two painting modes: buildup and wash. The first choice builds up color while painting in one stroke, the second choices gives you an even color in one stroke even if you go over the same place again and again.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, stampButton) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:77 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:292 #, kde-format msgid "Stamp" msgstr "" #. i18n: ectx: property (text), widget (QLabel, brushTipNameLabel) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:128 #, kde-format msgid "Current Brush Tip" msgstr "" #. i18n: ectx: property (text), widget (QLabel, brushDetailsLabel) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:143 #, kde-format msgid "Brush Details" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, resetBrushButton) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:164 #, kde-format msgid "Reset Predefined Tip" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, useColorAsMaskCheckbox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:212 #, kde-format msgid "Use Color as Mask" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, preserveBrushPresetSettings) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:229 #, kde-format msgid "Preserve Brush Preset Settings" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:25 #, kde-format msgid "Font:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblFont) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:68 #, kde-format msgid "--" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelText) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:104 #, kde-format msgid "Text:" msgstr "" #. i18n: ectx: property (text), widget (QLineEdit, lineEdit) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:135 #, kde-format msgid "The Quick Brown Fox Jumps Over The Lazy Dog" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, pipeModeChbox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:167 #, kde-format msgid "use only one letter at a time" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, pipeModeChbox) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtextbrush.ui:170 #, kde-format msgid "Pipe mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpacing_2) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:104 #, kde-format msgid "Cutoff" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRatio) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:120 #, kde-format msgid "Brightness:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpacing) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:146 #, kde-format msgid "Cutoff Policy:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblDensity) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:162 #, kde-format msgid "Texturing Mode:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblSpikes) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:225 #, kde-format msgid "Horizontal Offset:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkInvert) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:241 #, kde-format msgid "Invert Pattern" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomOffsetY) #. i18n: ectx: property (text), widget (QCheckBox, randomOffsetX) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:251 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:280 #, kde-format msgid "Random Offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblRandomness) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:264 #, kde-format msgid "Vertical Offset:" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_bidirectional_mixing_option_widget.cpp:30 #, kde-format msgid "The mixing option mixes the paint on the brush with that on the canvas." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:170 #, kde-format msgid "" "Creates a brush tip from the current image selection.\n" " If no selection is present the whole image will be used." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:174 #, kde-format msgid "Creates a brush tip from the image in the clipboard." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:183 #, kde-format msgid "" "Reloads Spacing from file\n" "Sets Scale to 1.0\n" "Sets Rotation to 0.0" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:341 #, kde-format msgid "GBR" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:343 #, kde-format msgid "Animated Mask" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_chooser.cpp:352 #, kde-format msgid "Animated Image" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:60 #, kde-format msgid "Predefined" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:88 #, kde-format msgid "" "Use to set the size from which the Automatic Precision Setting should begin. \n" "The Precision will remain 5 before this value." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:89 #, kde-format msgid "" "Use to set the interval at which the Automatic Precision will change. \n" "The Precision will decrease as brush size increases." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:191 #, kde-format msgid "" "Precision Level 1 (fastest)\n" "Subpixel precision: disabled\n" "Brush size precision: 5%\n" "\n" "Optimal for very big brushes" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:199 #, kde-format msgid "" "Precision Level 2\n" "Subpixel precision: disabled\n" "Brush size precision: 1%\n" "\n" "Optimal for big brushes" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:207 #, kde-format msgid "" "Precision Level 3\n" "Subpixel precision: disabled\n" "Brush size precision: exact" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:213 #, kde-format msgid "" "Precision Level 4 (optimal)\n" "Subpixel precision: 50%\n" "Brush size precision: exact\n" "\n" "Gives up to 50% better performance in comparison to Level 5" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:221 #, kde-format msgid "" "Precision Level 5 (best quality)\n" "Subpixel precision: exact\n" "Brush size precision: exact\n" "\n" "The slowest performance. Best quality." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_clipboard_brush_widget.cpp:87 #, kde-format msgid "" "Nothing copied\n" " to Clipboard" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option.cpp:55 #, kde-format msgid "Plain color" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option.cpp:57 #, kde-format msgid "Uniform random" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option.cpp:58 #, kde-format msgid "Total random" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option.cpp:60 #, kde-format msgid "Locked pattern" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option_widget.cpp:90 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Source -> Total Random" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option_widget.cpp:92 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Source -> Pattern" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_color_source_option_widget.cpp:94 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Source -> Pattern Locked" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_curve_option_widget.cpp:86 #, kde-format msgid "Strength: " msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:209 #, kde-format msgid "0 px" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:211 #, kde-format msgid "0 s" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:213 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:217 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:225 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:274 #, kde-format msgid "0°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:215 #, kde-format msgid "Slow" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:219 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:232 #, kde-format msgid "Low" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:221 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:223 #, kde-format msgid "-30°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:227 #, kde-format msgid "90°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:229 #, kde-format msgid "Far" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:246 #, kde-format msgid "1000" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:248 #, kde-format msgid "%1" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:251 #, kde-format msgid "30 px" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:253 #, kde-format msgid "%1 px" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:256 #, kde-format msgid "3 s" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:258 #, kde-format msgid "%1 s" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:260 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:264 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:272 #, kde-format msgid "360°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:262 #, kde-format msgid "Fast" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:266 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:279 #, kde-format msgid "High" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:268 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:270 #, kde-format msgid "30°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.cc:276 #, kde-format msgid "Near" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:40 #, kde-format msgid "Fuzzy Dab" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:41 #, kde-format msgid "Fuzzy Stroke" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:45 #, kde-format msgid "Time" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:46 #, kde-format msgid "Drawing angle" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:49 #, kde-format msgid "PressureIn" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:50 #, kde-format msgid "X-Tilt" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:51 #, kde-format msgid "Y-Tilt" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:59 #, kde-format msgid "Tilt direction" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:60 #, kde-format msgid "Tilt elevation" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_dynamic_sensor.h:63 #, kde-format msgid "Tangential pressure" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_filter_option.cpp:210 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "\"%1\" does not support scaled preview (non-linear filter)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_paint_action_type_option.cpp:111 #, kde-format msgctxt "@info:tooltip" msgid "Only wash mode is possible when using a masked brush." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:30 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:41 #, kde-format, no-c-format msgid "(0° is active color)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:32 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:43 #, kde-format msgid "+180°" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:35 #, kde-format msgid "CCW hue" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:46 #, kde-format msgid "CW hue" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:56 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:68 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:83 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:95 #, kde-format, no-c-format msgid "(50% is active color)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:58 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:70 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:85 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:97 #, kde-format msgid "+100%" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:59 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:71 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:86 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:98 #, kde-format msgid "-100%" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:61 #, kde-format msgid "Less saturation " msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:73 #, kde-format msgid "More saturation" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:88 #, kde-format msgid "Lower value " msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:100 #, kde-format msgid "Higher value" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_mirror_option_widget.cpp:32 #, kde-format msgid "Mirrored" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_mirror_option_widget.cpp:32 #, kde-format msgid "Not mirrored" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_mirror_option_widget.cpp:37 #, kde-format msgid "Horizontally" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_mirror_option_widget.cpp:39 #, kde-format msgid "Vertically" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_scatter_option_widget.cpp:36 #, kde-format msgid "Axis X" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_scatter_option_widget.cpp:38 #, kde-format msgid "Axis Y" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_scatter_option_widget.cpp:41 #, kde-format msgid "Scatter amount" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_size_option.cpp:45 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Size -> Fuzzy (sensor)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_size_option.cpp:49 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Size -> Fade (sensor)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_spacing_option_widget.cpp:37 #, kde-format msgid "Isotropic Spacing" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_pressure_spacing_option_widget.cpp:38 #, kde-format msgid "Update Between Dabs" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_spacing_selection_widget.cpp:63 #, kde-format msgctxt "@action:button" msgid "Auto" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_spacing_selection_widget.cpp:64 #, kde-format msgctxt "@info:tooltip" msgid "In auto mode the spacing of the brush will be calculated automatically depending on its size" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:38 #, kde-format msgid "Makes texture lighter or darker" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:54 #, kde-format msgid "Cut Off Brush" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:54 #, kde-format msgid "Cut Off Disabled" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:54 #, kde-format msgid "Cut Off Pattern" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_texture_chooser.cpp:60 #, kde-format msgid "When pattern texture values are outside the range specified by the slider, the cut-off policy will be applied." msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/kis_texture_option.cpp:180 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Texture->Pattern (low quality preview)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/KisMaskingBrushOption.cpp:55 #, kde-format msgid "Blending Mode:" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:84 #, kde-format msgid "Fan Corners" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:112 #, kde-format msgid "Angle Offset" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_time.cc:70 #, kde-format msgid " s" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, checkBoxRepeat) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/sensors/SensorDistanceConfiguration.ui:35 #: plugins/paintops/libpaintop/sensors/SensorFadeConfiguration.ui:35 #: plugins/paintops/libpaintop/sensors/SensorTimeConfiguration.ui:35 #, kde-format msgid "repeat" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/paintops/libpaintop/sensors/SensorTimeConfiguration.ui:50 #, kde-format msgid "Duration:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particle_paintop_settings.cpp:69 #: plugins/paintops/spray/wdgsprayoptions.ui:166 #, kde-format msgid "Particles" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particle_paintop_settings.cpp:99 #, kde-format msgid "Opacity Weight" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particle_paintop_settings.cpp:129 #, kde-format msgid "dx scale" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particle_paintop_settings.cpp:159 #, kde-format msgid "dy scale" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particle_paintop_settings.cpp:189 #, kde-format msgid "Gravity" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particle_paintop_settings.cpp:219 #, kde-format msgid "Iterations" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/kis_particleop_option.cpp:138 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Particle Brush (not supported)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/particle/particle_paintop_plugin.cpp:42 #, kde-format msgid "Particle" msgstr "" #. i18n: ectx: property (text), widget (QLabel, particlesLbl) #. +> trunk5 stable5 #: plugins/paintops/particle/wdgparticleoptions.ui:43 #, kde-format msgid "Particles:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, opacity) #. +> trunk5 stable5 #: plugins/paintops/particle/wdgparticleoptions.ui:75 #, kde-format msgid "Opacity weight:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, radiusLabel_5) #. +> trunk5 stable5 #: plugins/paintops/particle/wdgparticleoptions.ui:104 #, kde-format msgid "Iterations:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, radiusLabel_2) #. +> trunk5 stable5 #: plugins/paintops/particle/wdgparticleoptions.ui:114 #, kde-format msgid "Gravity:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, radiusLabel_3) #. +> trunk5 stable5 #: plugins/paintops/particle/wdgparticleoptions.ui:127 #, kde-format msgid "dx scale:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, radiusLabel_4) #. +> trunk5 stable5 #: plugins/paintops/particle/wdgparticleoptions.ui:137 #, kde-format msgid "dy scale:" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/roundmarker/roundmarker_paintop_plugin.cpp:42 #, kde-format msgid "Quick Brush" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:51 #, kde-format msgid "Offset scale" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, densityRadioButton) #. +> trunk5 stable5 #: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:52 #: plugins/paintops/spray/kis_spray_paintop_settings.cpp:172 #: plugins/paintops/spray/wdgsprayoptions.ui:181 #, kde-format msgid "Density" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/sketch/kis_sketchop_option.cpp:107 #, kde-format msgctxt "PaintOp instant preview limitation" msgid "Sketch brush (differences in connecting lines are possible)" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/sketch/sketch_paintop_plugin.cpp:41 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:306 #, kde-format msgid "Sketch" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/sketch/wdgsketchoptions.ui:60 #, kde-format msgid "Offset scale:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, distanceDensityCHBox) #. +> trunk5 stable5 #: plugins/paintops/sketch/wdgsketchoptions.ui:110 #, kde-format msgid "Use distance density" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, simpleModeCHBox) #. +> trunk5 stable5 #: plugins/paintops/sketch/wdgsketchoptions.ui:120 #, kde-format msgid "Simple mode" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, magnetifyCHBox) #. +> trunk5 stable5 #: plugins/paintops/sketch/wdgsketchoptions.ui:127 #, kde-format msgid "Magnetify" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomRGBCHbox) #. +> trunk5 stable5 #: plugins/paintops/sketch/wdgsketchoptions.ui:151 #, kde-format msgid "Random RGB" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, distanceOpacityCHbox) #. +> trunk5 stable5 #: plugins/paintops/sketch/wdgsketchoptions.ui:165 #, kde-format msgid "Distance opacity" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/spray/kis_spray_paintop_settings.cpp:136 #, kde-format msgid "Particle Count" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:42 #, kde-format msgid "Spray Area" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:43 #, kde-format msgid "Spray shape" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:49 #, kde-format msgid "Shape dynamics" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/spray/spray_paintop_plugin.cpp:39 #, kde-format msgid "Spray" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomSizeCHBox) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgshapedynamicsoptions.ui:32 #, kde-format msgid "Random size" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgshapedynamicsoptions.ui:42 #: plugins/python/scripter/ui_scripter/actions/settingsaction/settingsaction.py:36 #: plugins/python/scripter/ui_scripter/actions/settingsaction/settingsdialog.py:29 #, kde-format msgid "Settings" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, fixedRotation) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgshapedynamicsoptions.ui:48 #, kde-format msgid "Fixed rotation:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, randomRotation) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgshapedynamicsoptions.ui:58 #, kde-format msgid "Randomize rotation:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, followCursor) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgshapedynamicsoptions.ui:68 #, kde-format msgid "Follow cursor weight:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, drawingAngle) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgshapedynamicsoptions.ui:84 #, kde-format msgid "Angle weight:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, countRadioButton) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgsprayoptions.ui:201 #, kde-format msgid "Count" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, gaussianBox) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgsprayoptions.ui:249 #, kde-format msgid "Gaussian distribution" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, proportionalBox) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:154 #, kde-format msgid "Proportional" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/spray/wdgsprayshapeoptions.ui:172 #, kde-format msgid "Texture:" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_plugin.cpp:41 #, kde-format msgid "Tangent Normal" msgstr "" #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:58 #, kde-format msgid "Tangent Tilt" msgstr "" #. i18n: This is a type of normal map used in 3d rendering. Normal in this case reffers to the Normal in the law of Reflection by William Snellius #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:29 #, kde-format msgid "A Brush Engine for Drawing 3d Tangent Normal Maps" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, TangentEncoding) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:39 #, kde-format msgid "Tangent Encoding" msgstr "" #. i18n: Positive horizontal axis #. i18n: Positive horizontal axis #. i18n: Positive horizontal axis #. i18n: Positive horizontal axis #. i18n: Positive horizontal axis #. i18n: Positive horizontal axis #. i18n: ectx: property (text), item, widget (QComboBox, comboGreen) #. i18n: ectx: property (text), item, widget (QComboBox, comboRed) #. i18n: ectx: property (text), item, widget (QComboBox, comboBlue) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:64 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:105 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:149 #, kde-format msgid "+ X" msgstr "" #. i18n: Negative horizontal axis #. i18n: Negative horizontal axis #. i18n: Negative horizontal axis #. i18n: Negative horizontal axis #. i18n: Negative horizontal axis #. i18n: Negative horizontal axis #. i18n: ectx: property (text), item, widget (QComboBox, comboGreen) #. i18n: ectx: property (text), item, widget (QComboBox, comboRed) #. i18n: ectx: property (text), item, widget (QComboBox, comboBlue) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:69 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:110 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:154 #, kde-format msgid "- X" msgstr "" #. i18n: Positive vertical axis #. i18n: Positive vertical axis #. i18n: Positive vertical axis #. i18n: Positive vertical axis #. i18n: Positive vertical axis #. i18n: Positive vertical axis #. i18n: ectx: property (text), item, widget (QComboBox, comboGreen) #. i18n: ectx: property (text), item, widget (QComboBox, comboRed) #. i18n: ectx: property (text), item, widget (QComboBox, comboBlue) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:74 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:115 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:159 #, kde-format msgid "+ Y" msgstr "" #. i18n: Negative vertical axis #. i18n: Negative vertical axis #. i18n: Negative vertical axis #. i18n: Negative vertical axis #. i18n: Negative vertical axis #. i18n: Negative vertical axis #. i18n: ectx: property (text), item, widget (QComboBox, comboGreen) #. i18n: ectx: property (text), item, widget (QComboBox, comboRed) #. i18n: ectx: property (text), item, widget (QComboBox, comboBlue) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:79 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:120 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:164 #, kde-format msgid "- Y" msgstr "" #. i18n: Positive height axis #. i18n: Positive height axis #. i18n: Positive height axis #. i18n: Positive height axis #. i18n: Positive height axis #. i18n: Positive height axis #. i18n: ectx: property (text), item, widget (QComboBox, comboGreen) #. i18n: ectx: property (text), item, widget (QComboBox, comboRed) #. i18n: ectx: property (text), item, widget (QComboBox, comboBlue) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:84 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:125 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:169 #, kde-format msgid "+ Z" msgstr "" #. i18n: negative height axis #. i18n: negative height axis #. i18n: negative height axis #. i18n: negative height axis #. i18n: negative height axis #. i18n: negative height axis #. i18n: ectx: property (text), item, widget (QComboBox, comboGreen) #. i18n: ectx: property (text), item, widget (QComboBox, comboRed) #. i18n: ectx: property (text), item, widget (QComboBox, comboBlue) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:89 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:130 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:174 #, kde-format msgid "- Z" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, TiltOptions) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:215 #, kde-format msgid "Tilt Options" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, optionTilt) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:223 #, kde-format msgid "" "" "

    Use the tilt of the tablet to determine the normals.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, optionTilt) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:226 #, kde-format msgid "Tilt" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, optionDirection) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:236 #, kde-format msgid "" "" "

    Use the drawing direction to determine the X and Y-axes, while tilt-elevation is used for the Z-axis.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, optionDirection) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:239 #, kde-format msgid "Direction" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, optionRotation) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:246 #, kde-format msgid "" "" "

    Use the rotation sensor available in certain pens to determine the X and Y-axes, while tilt-elevation is used for the Z-axis.

    " "" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, optionMix) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:256 #, kde-format msgid "" "" "

    Mix Tilt and Drawing angle to determine the X and Y-axes, while tilt-elevation is used for the Z-axis.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, optionMix) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:259 #, kde-format msgid "Direction/Tilt Mix" msgstr "" #. i18n: ectx: property (text), widget (QLabel, L_elevation) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:270 #, kde-format msgid "Elevation Sensitivity" msgstr "" #. i18n: ectx: property (text), widget (QLabel, L_mix) #. +> trunk5 stable5 #: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:287 #, kde-format msgid "Direction/Tilt Mix Value" msgstr "" #. +> trunk5 stable5 #: plugins/python/assignprofiledialog/assignprofiledialog.py:26 msgid "Assign Profile" msgstr "" #. +> trunk5 stable5 #: plugins/python/assignprofiledialog/assignprofiledialog.py:26 msgid "There is no active document." msgstr "" #. +> trunk5 stable5 #: plugins/python/assignprofiledialog/assignprofiledialog.py:56 msgid "Assign Profile to Image" msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/colorspace.py:25 #: plugins/python/colorspace/uicolorspace.py:75 msgid "Color Space" msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/colorspace.py:26 msgid "Plugin to change color space of selected documents." msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/uicolorspace.py:31 #: plugins/python/documenttools/uidocumenttools.py:28 #: plugins/python/exportlayers/uiexportlayers.py:35 #: plugins/python/lastdocumentsdocker/lastdocumentsdocker.py:25 msgid "Refresh" msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/uicolorspace.py:61 #: plugins/python/documenttools/uidocumenttools.py:51 #: plugins/python/exportlayers/uiexportlayers.py:84 msgid "Documents:" msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/uicolorspace.py:63 msgid "Color depth:" msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/uicolorspace.py:64 msgid "Color profile:" msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/uicolorspace.py:120 msgid "The selected documents has been converted." msgstr "" #. +> trunk5 stable5 #: plugins/python/colorspace/uicolorspace.py:122 #: plugins/python/documenttools/uidocumenttools.py:106 msgid "Select at least one document." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:43 msgid "Adjust Working File" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:46 msgid "Crop files before resize" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:50 msgid "Percentage" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:50 msgid "DPI" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:50 msgid "Maximum Width" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:50 msgid "Maximum Height" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:54 msgid " DPI" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:76 msgid "Method:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:77 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:180 msgid "DPI:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:78 msgid "Percentage:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:220 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:270 msgid "Export Settings" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:233 msgid "Crop Settings" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:236 msgid "Crop to outmost guides" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:238 msgid "This will crop to the outmost guides if possible and otherwise use the underlying crop settings." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:240 msgid "Set Margins from Active Selection" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:259 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:219 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:248 msgid "Bottom:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:264 msgid "Label for removal:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:266 msgid "These are keywords that can be used to identify text layers. A layer only needs to contain the keyword to be recognized. Keywords should be comma separated." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:268 msgid "These are keywords that can be used to identify panel layers. A layer only needs to contain the keyword to be recognized. Keywords should be comma separated." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:269 msgid "Text Layer Key:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:270 msgid "Panel Layer Key:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:279 msgid "Export to CBZ" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:284 msgid "Metadata to Add" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:288 msgid "CBZ" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:295 msgid "ACBF Document Info" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:298 msgid "Whether the acbf file is an adaption of an existing source, and if so, how to find information about that source. So for example, for an adapted webcomic, the official website url should go here." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:300 msgid "By default this will be filled with a generated universal unique identifier. The ID by itself is merely so that comic book library management programs can figure out if this particular comic is already in their database and whether it has been rated. Of course, the UUID can be changed into something else by manually changing the JSON, but this is advanced usage." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:305 msgid "Add History Entry" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:308 msgid "Include translator's comments" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:309 msgid "A PO file can contain translator's comments. If this is checked, the translations comments will be added as references into the ACBF file." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:313 msgid "ACBF UID:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:315 msgid "Version history:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:318 msgid "Translator header:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:322 msgid "The people responsible for the generation of the CBZ/ACBF files." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:326 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 msgid "Nick Name" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:326 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 msgid "Given Name" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:326 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 msgid "Middle Name" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:326 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 msgid "Family Name" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:336 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:363 msgid "Add Author" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:339 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:365 msgid "Remove Author" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:352 msgid "Use font" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkBoldKeyword) #. i18n: ectx: property (text), widget (QCheckBox, chkBoldElement) #. i18n: ectx: property (text), widget (QCheckBox, chkBoldAttribute) #. i18n: ectx: property (text), widget (QCheckBox, chkBoldValue) #. i18n: ectx: property (text), widget (QCheckBox, chkBoldComment) #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:371 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:90 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:118 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:146 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:174 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:202 #, kde-format msgid "Bold" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkItalicKeyword) #. i18n: ectx: property (text), widget (QCheckBox, chkItalicElement) #. i18n: ectx: property (text), widget (QCheckBox, chkItalicAttribute) #. i18n: ectx: property (text), widget (QCheckBox, chkItalicValue) #. i18n: ectx: property (text), widget (QCheckBox, chkItalicComment) #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:372 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:97 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:125 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:153 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:181 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:209 #, kde-format msgid "Italic" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:379 msgid "Text Colors" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:383 msgid "Regular Text" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:385 msgid "Inverted Text" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:400 msgid "Document Info" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:401 msgid "Author Info" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:402 msgid "Style Sheet" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:404 msgid "ACBF" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:409 msgid "Export to EPUB" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:414 msgid "EPUB" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:419 msgid "Export to TIFF" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:424 msgid "TIFF" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:437 #, python-brace-format msgid "v{version}-in this version..." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:460 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:525 msgid "Anon" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:461 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:526 msgid "John" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_export_dialog.py:463 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:528 msgid "Doe" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:149 msgid "Preparing export." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:150 msgid "Exporting Comic..." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:168 msgid "" "Saving out ACBF and\n" "ACBF standalone" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:179 msgid "Saving out EPUB" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:184 #: plugins/python/comics_project_management_tools/comics_exporter.py:377 msgid "Export not Possible" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:184 msgid "Nothing to export, URL not set." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:197 msgid "" "Saving out CoMet\n" "metadata file" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:202 msgid "" "Saving out Comicrack\n" "metadata file" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:234 #, python-brace-format msgid "" "Time passed: {passedString}\n" " Estimated: {estimated}" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:237 #, python-brace-format msgid "{pages} of {pagesTotal} done." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:248 msgid "Opening next page" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:256 msgid "Cleaning up page" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:290 #, python-brace-format msgid "Exporting for {key}" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:377 msgid "Export not happening because there are no pages." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:634 msgid "" "Saving out Comicbook\n" "info metadata file" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_exporter.py:644 msgid "Packaging CBZ" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Science Fiction" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Fantasy" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Adventure" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Horror" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Mystery" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Crime" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Military" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Real Life" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Superhero" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Humor" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Western" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Manga" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Politics" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Caricature" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Sports" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "History" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Biography" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Education" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Computer" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Religion" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Romance" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Children" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Non Fiction" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Adult" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Alternative" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:226 msgid "Artbook" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Writer" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Adapter" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Artist" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Penciller" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Inker" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Colorist" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Letterer" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Cover Artist" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Photographer" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Editor" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Assistant Editor" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Designer" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:227 msgid "Translator" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:251 msgid "Comic Metadata" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:263 msgid "The proper title of the comic." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:266 msgid "What will you tell others to entice them to read your comic?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:273 msgid "The genre of the work. Prefilled values are from the ACBF, but you can fill in your own. Separate genres with commas. Try to limit the amount to about two or three." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:281 msgid "The names of the characters that this comic revolves around. Comma-separated." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:300 msgid "If this is part of a series, enter the name of the series and the number." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:302 msgid "No. " msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:304 msgid "Vol. " msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:316 msgid "Other keywords that do not fit in the previously mentioned sets. As always, comma-separated." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:322 msgid "Left to Right" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:323 msgid "Right to Left" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:326 msgid "Which page is the cover page? This will be empty if there are no pages." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:329 msgid "Cover page:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:330 msgid "Summary:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:331 msgid "Language:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:333 msgid "Reading direction:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:334 msgid "Genre:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:335 msgid "Characters:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:336 msgid "Format:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:337 msgid "Rating:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:338 msgid "Series:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:339 msgid "Other:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:341 msgid "Work" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:346 msgid "The following is a table of the authors that contributed to this comic. You can set their nickname, proper names (first, middle, last), role (penciller, inker, etc), email and homepage." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 msgid "Role" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:349 msgid "Language" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:379 msgid "The name of the company, group or person who is responsible for the final version the reader gets." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:383 msgid "Set Today" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:384 msgid "Sets the publish date to the current date." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:389 msgid "Traditional publishers are always mentioned in source with the city they are located." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:396 msgid "If there is an entry in a comics data base, that should be added here. It is unlikely to be a factor for comics from scratch, but useful when doing a conversion." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:407 msgid "City:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:409 msgid "ISBN:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:411 msgid "Database:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_metadata_dialog.py:413 msgid "Publisher" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:119 msgid "No keywords" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:133 msgid "No last edit timestamp" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:153 msgid "No description" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:198 msgid "Comics Manager" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:252 msgid "New Project" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:254 msgid "Open Project" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:266 msgid "Project Settings" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:268 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:124 msgid "Meta Data" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:286 msgid "Add Page" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:288 msgid "Add Page from Template" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:290 msgid "Add Existing Pages" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:292 msgid "Remove Page" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:294 msgid "Batch Resize" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:297 msgid "View Page In Window" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:299 msgid "Scrape Author Info" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:300 msgid "Search for author information in documents and add it to the author list. This does not check for duplicates." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:302 msgid "Scrape Text for Translation" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:323 msgid "Export Comic" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:328 msgid "Copy Location" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:329 msgid "Copies the path of the project to the clipboard. Useful for quickly copying to a file manager or the like." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:345 msgid "Please select the JSON comic config file." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:345 msgid "JSON files" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:377 msgid "Loading Pages..." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:525 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:644 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:129 msgid "Krita files" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:525 msgid "Which existing pages to add?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:584 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:603 msgid "Where are the templates located?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:627 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:124 msgid "Where should the pages go?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:644 msgid "Which image should be the basis the new page?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:787 msgid "Export success" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:787 msgid "The files have been written to the export folder." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:836 msgid "Resize all Pages" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:847 msgid "Resizing pages..." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:848 msgid "Resizing Pages" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:862 #, python-brace-format msgid "" "{pages} of {pagesTotal} done. \n" "Time passed: {passedString}:\n" " Estimated:{estimated}" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:910 msgid "Scraping success" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:910 #, python-brace-format msgid "POT file has been written to: {file}" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:35 msgid "Which folder?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:66 msgid "Change Folder" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:115 msgid "Comic Project Settings" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:125 msgid "Where should the export go?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:126 msgid "Where are the templates?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:127 msgid "Where are the translations?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:128 msgid "Where are the extra auto-completion keys located?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:129 msgid "The location for extra autocompletion keys in the metadata editor. Point this at a folder containing key_characters/key_format/key_genre/key_rating/key_author_roles/key_other with inside txt files (csv for rating) containing the extra auto-completion keys, each on a new line. This path is stored in the Krita configuration, and not the project configuration." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:132 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:120 msgid "Project name:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:133 msgid "Project concept:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:134 msgid "Pages folder:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:135 msgid "Export folder:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:136 msgid "Template folder:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:137 msgid "Translation folder:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:138 msgid "Default template:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_settings_dialog.py:139 msgid "Extra keys folder:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:62 msgid "Where should the comic project go?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:69 msgid "Comic Project Setup" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:74 msgid "Basic Comic Project Settings" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:80 msgid "A Project name. This can be different from the eventual title" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:82 msgid "Generate" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:83 msgid "If you cannot come up with a project name, our highly sophisticated project name generator will serve to give a classy yet down to earth name." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:88 msgid "What is your comic about? This is mostly for your own convenience so do not worry about what it says too much." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:90 msgid "The main language the comic is in" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:100 msgid "Make a new directory with the project name." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:102 msgid "This allows you to select a generic comics project directory, in which a new folder will be made for the project using the given project name." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:107 msgid "pages" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:108 msgid "The name for the folder where the pages are contained. If it does not exist, it will be created." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:110 msgid "export" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:111 msgid "The name for the folder where the export is put. If it does not exist, it will be created." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:113 msgid "templates" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:114 msgid "The name for the folder where the page templates are sought in." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:117 msgid "translations" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:119 msgid "Comic concept:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:121 msgid "Main language:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:130 msgid "Folder names and other." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:133 msgid "Project directory:" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:135 msgid "Pages directory" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:136 msgid "Export directory" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:137 msgid "Template directory" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_project_setup_wizard.py:138 msgid "Translation directory" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:36 msgid "Pixels" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:37 msgid "Inches" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:38 msgid "Centimeter" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:39 msgid "millimeter" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:87 msgid "Add new Template" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:105 msgid "Import Templates" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:129 msgid "Which files should be added to the template folder?" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:145 msgid "Create new Template" msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:151 msgid "" "This allows you to make a template document with guides.\n" "The width and height are the size of the live-area, the safe area is the live area minus the margins, and the full image is the live area plus the bleeds." msgstr "" #. +> trunk5 stable5 #: plugins/python/comics_project_management_tools/comics_template_dialog.py:252 msgid "Bleeds" msgstr "" #. +> trunk5 stable5 #: plugins/python/documenttools/documenttools.py:25 #: plugins/python/documenttools/uidocumenttools.py:63 msgid "Document Tools" msgstr "" #. +> trunk5 stable5 #: plugins/python/documenttools/documenttools.py:26 msgid "Plugin to manipulate properties of selected documents." msgstr "" #. +> trunk5 stable5 #: plugins/python/documenttools/tools/rotatetool/rotatetool.py:34 msgid "Negative degrees will rotate the image to the left" msgstr "" #. +> trunk5 stable5 #: plugins/python/documenttools/tools/rotatetool/rotatetool.py:36 msgid "Degrees:" msgstr "" #. +> trunk5 stable5 #: plugins/python/documenttools/uidocumenttools.py:104 msgid "The selected documents has been modified." msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/exportlayers.py:25 #: plugins/python/exportlayers/uiexportlayers.py:99 msgid "Export Layers" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/exportlayers.py:26 msgid "Plugin to export layers from a document." msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:39 msgid "Export filter layers" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:40 msgid "Export in batchmode" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:41 msgid "Ignore invisible layers" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:68 msgid "JPEG" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:69 msgid "PNG" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:85 msgid "Initial directory:" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:86 msgid "Export options:" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:88 msgid "Images extensions:" msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:121 msgid "Select one document." msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:123 msgid "Select the initial directory." msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:126 msgid "All layers has been exported." msgstr "" #. +> trunk5 stable5 #: plugins/python/exportlayers/uiexportlayers.py:178 msgid "Select a Folder" msgstr "" #. +> trunk5 stable5 #: plugins/python/filtermanager/filtermanager.py:25 #: plugins/python/filtermanager/uifiltermanager.py:62 msgid "Filter Manager" msgstr "" #. +> trunk5 stable5 #: plugins/python/filtermanager/filtermanager.py:26 msgid "Plugin to filters management." msgstr "" #. +> trunk5 stable5 #: plugins/python/filtermanager/uifiltermanager.py:45 msgid "Document Tree Model" msgstr "" #. i18n: context: Actions (Hello), ActionCollection (Hello) #. +> trunk5 stable5 #: plugins/python/hello/hello.action:4 #, kde-format msgctxt "action" msgid "Hello" msgstr "" #. i18n: context: Action (hello_python), Actions (Hello), ActionCollection (Hello) #. i18n: context: Action (hello_python), Actions (Hello), ActionCollection (Hello) #. i18n: context: Action (hello_python), Actions (Hello), ActionCollection (Hello) #. i18n: context: Action (hello_python), Actions (Hello), ActionCollection (Hello) #. +> trunk5 stable5 #: plugins/python/hello/hello.action:7 plugins/python/hello/hello.action:9 #, kde-format msgctxt "action" msgid "Say Hello World" msgstr "" #. +> trunk5 stable5 #: plugins/python/hello/hello.py:26 msgid "Test" msgstr "" #. +> trunk5 stable5 #: plugins/python/hello/hello.py:26 #, python-format msgid "Hello! This is Krita version %s" msgstr "" #. +> trunk5 stable5 #: plugins/python/hello/hello.py:51 msgid "Hello" msgstr "" #. +> trunk5 stable5 #: plugins/python/highpass/highpass.py:27 msgid "High Pass" msgstr "" #. +> trunk5 stable5 #: plugins/python/highpass/highpass.py:33 msgid "High Pass Filter" msgstr "" #. +> trunk5 stable5 #: plugins/python/highpass/highpass.py:33 msgid "There is no active image." msgstr "" #. +> trunk5 stable5 #: plugins/python/highpass/highpass.py:44 msgid "Keep original layer" msgstr "" #. +> trunk5 stable5 #: plugins/python/highpass/highpass.py:47 msgid "Filter radius:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:39 #, kde-format msgid "BBD's Krita Script Starter" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:53 #, kde-format msgid "Name of Script:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, e_name_of_script) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:66 #, kde-format msgid "" "" "

    Your name for your script. This is used to calculate the name of your package, the name of the class in your package and the associated directory.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:73 #, kde-format msgid "Menu Entry for Script" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, e_menu_entry) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:80 #, kde-format msgid "" "" "

    What you want to appear in the Tools-> Scripts menu. If you leave this blank a default entry will be created based on the name of the script.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:91 #, kde-format msgid "Short Description" msgstr "" #. i18n: ectx: property (toolTip), widget (QLineEdit, e_comment) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:98 #, kde-format msgid "" "" "

    This will appear in the \"comment\" entry in the dialog where a user can enable or disable Krita scripts.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:111 #, kde-format msgid "Type of script:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rb_extension) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:118 #, kde-format msgid "E&xtension" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rb_docker) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:128 #, kde-format msgid "&Docker" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cb_enable_script) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:151 #, kde-format msgid "" "" "

    If this is checked your script will be automatically enabled in Krita. That is, it will show up in the Scripts menu or docker list. If not, you will need to manually enable the script through the Krita->Settings menu entry.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cb_enable_script) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:154 #, kde-format msgid "Enable Script" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, create_button) #. +> trunk5 stable5 #: plugins/python/krita_script_starter/bbdkss.ui:189 #, kde-format msgid "Create Script" msgstr "" #. +> trunk5 stable5 #: plugins/python/lastdocumentsdocker/lastdocumentsdocker.py:38 msgid "Last Documents Docker" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:41 msgid "Python Palette Docker" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:66 msgid "Set" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:78 msgid "Remove Entry" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:94 msgid "Edit Palette Settings" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:100 msgid "Export as GIMP Palette File" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:103 msgid "Export as Inkscape SVG with Swatches" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:106 msgid "Sort Colors" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:211 msgid "Edit Palette Data" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_docker.py:216 msgid "Palette Data" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_exporter_gimppalette.py:37 #: plugins/python/palette_docker/palette_exporter_inkscapeSVG.py:38 msgid "Export Successful" msgstr "" #. +> trunk5 stable5 #: plugins/python/palette_docker/palette_exporter_gimppalette.py:38 #: plugins/python/palette_docker/palette_exporter_inkscapeSVG.py:39 #, python-brace-format msgid "{input} has been exported to {output}." msgstr "" #. +> trunk5 stable5 #: plugins/python/quick_settings_docker/quick_settings_docker.py:36 msgid "Quick Settings Docker" msgstr "" #. +> trunk5 stable5 #: plugins/python/scriptdocker/scriptdocker.py:26 msgid "Add Script" msgstr "" #. +> trunk5 stable5 #: plugins/python/scriptdocker/scriptdocker.py:34 msgid "Script Docker" msgstr "" #. +> trunk5 stable5 #: plugins/python/scriptdocker/scriptdocker.py:50 #, python-brace-format msgid "Script {0}" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/scripter.py:32 #: plugins/python/scripter/uicontroller.py:97 msgid "Scripter" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/closeaction/closeaction.py:43 msgid "Do you want to save the current document?" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/debugaction/debugaction.py:33 msgid "Debug" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/debugaction/debugaction.py:34 msgid "Debug Ctrl+D" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/newaction/newaction.py:43 msgid "The document has been modified." msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/newaction/newaction.py:44 msgid "Do you want to save your changes?" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/openaction/openaction.py:34 msgid "Open" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/openaction/openaction.py:44 msgid "Python Files (*.py)" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/openaction/openaction.py:57 msgid "Invalid File" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/openaction/openaction.py:58 msgid "Open files with .py extension" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/reloadaction/reloadaction.py:33 msgid "Reload File" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/reloadaction/reloadaction.py:47 msgid "No existing document" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/reloadaction/reloadaction.py:48 msgid "Please specify a document by opening it before reloading" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/runaction/runaction.py:50 msgid "Run" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/saveaction/saveaction.py:47 #: plugins/python/scripter/ui_scripter/actions/saveasaction/saveasaction.py:45 msgid "Save Python File" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/saveaction/saveaction.py:48 #: plugins/python/scripter/ui_scripter/actions/saveasaction/saveasaction.py:46 msgid "Python File (*.py)" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/saveasaction/saveasaction.py:33 msgid "Save As" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/settingsaction/settingsdialog.py:31 msgid "Syntax highlighter:" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/actions/settingsaction/settingsdialog.py:32 msgid "Fonts:" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/tabwidgets/debuggerwidget/stepaction.py:33 msgid "Step Over" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/ui_scripter/tabwidgets/debuggerwidget/stopaction.py:33 msgid "Stop" msgstr "" #. +> trunk5 stable5 #: plugins/python/scripter/uicontroller.py:174 msgid "Error Running Script" msgstr "" #. +> trunk5 stable5 #: plugins/python/selectionsbagdocker/selectionsbagdocker.py:28 msgid "Selections Bag" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pushButtonSave) #. +> trunk5 stable5 #: plugins/python/selectionsbagdocker/selectionsbagdocker.ui:23 #, kde-format msgid "save" msgstr "" #. i18n: context: Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:4 #, kde-format msgctxt "action" msgid "Ten Brushes" msgstr "" #. i18n: context: Action (activate_preset_1), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:8 #, kde-format msgctxt "action" msgid "Activate Brush Preset 1" msgstr "" #. i18n: context: Action (activate_preset_2), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:21 #, kde-format msgctxt "action" msgid "Activate Brush Preset 2" msgstr "" #. i18n: context: Action (activate_preset_3), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:34 #, kde-format msgctxt "action" msgid "Activate Brush Preset 3" msgstr "" #. i18n: context: Action (activate_preset_4), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:47 #, kde-format msgctxt "action" msgid "Activate Brush Preset 4" msgstr "" #. i18n: context: Action (activate_preset_5), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:60 #, kde-format msgctxt "action" msgid "Activate Brush Preset 5" msgstr "" #. i18n: context: Action (activate_preset_6), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:73 #, kde-format msgctxt "action" msgid "Activate Brush Preset 6" msgstr "" #. i18n: context: Action (activate_preset_7), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:86 #, kde-format msgctxt "action" msgid "Activate Brush Preset 7" msgstr "" #. i18n: context: Action (activate_preset_8), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:99 #, kde-format msgctxt "action" msgid "Activate Brush Preset 8" msgstr "" #. i18n: context: Action (activate_preset_9), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:112 #, kde-format msgctxt "action" msgid "Activate Brush Preset 9" msgstr "" #. i18n: context: Action (activate_preset_0), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.action:125 #, kde-format msgctxt "action" msgid "Activate Brush Preset 10" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.py:33 msgid "Ten Brushes" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.py:34 msgid "Assign ten brush presets to ten shortcuts." msgstr "" #. +> trunk5 stable5 #: plugins/python/tenbrushes/tenbrushes.py:62 #, python-brace-format msgid "Activate Brush Preset {num}" msgstr "" #. +> trunk5 #: plugins/python/tenbrushes/uitenbrushes.py:28 msgid "&Activate previous brush when pressing the shortcut for the second time" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenbrushes/uitenbrushes.py:44 msgid "Select the brush preset, then click on the button you want to use to select the preset" msgstr "" #. i18n: context: Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:4 #, kde-format msgctxt "action" msgid "Ten Scripts" msgstr "" #. i18n: context: Action (execute_script_1), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:7 #, kde-format msgctxt "action" msgid "Execute Script 1" msgstr "" #. i18n: context: Action (execute_script_2), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:19 #, kde-format msgctxt "action" msgid "Execute Script 2" msgstr "" #. i18n: context: Action (execute_script_3), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:31 #, kde-format msgctxt "action" msgid "Execute Script 3" msgstr "" #. i18n: context: Action (execute_script_4), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:43 #, kde-format msgctxt "action" msgid "Execute Script 4" msgstr "" #. i18n: context: Action (execute_script_5), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:55 #, kde-format msgctxt "action" msgid "Execute Script 5" msgstr "" #. i18n: context: Action (execute_script_6), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:67 #, kde-format msgctxt "action" msgid "Execute Script 6" msgstr "" #. i18n: context: Action (execute_script_7), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:79 #, kde-format msgctxt "action" msgid "Execute Script 7" msgstr "" #. i18n: context: Action (execute_script_8), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:91 #, kde-format msgctxt "action" msgid "Execute Script 8" msgstr "" #. i18n: context: Action (execute_script_9), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:103 #, kde-format msgctxt "action" msgid "Execute Script 9" msgstr "" #. i18n: context: Action (execute_script_10), Actions (Scripts), ActionCollection (Scripts) #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.action:115 #, kde-format msgctxt "action" msgid "Execute Script 10" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.py:36 msgid "Ten Scripts" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.py:37 msgid "Assign ten scripts to ten shortcuts." msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.py:58 #, python-brace-format msgid "Execute Script {num}" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.py:81 #, python-brace-format msgid "Script {0} executed" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/tenscripts.py:85 msgid "You did not assign a script to that action" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/uitenscripts.py:65 msgid "Selected path" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/uitenscripts.py:66 msgid "Select the script" msgstr "" #. +> trunk5 stable5 #: plugins/python/tenscripts/uitenscripts.py:87 msgid "Python files (*.py)" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:68 msgctxt "(qtundo-format)" msgid "Freehand Brush Stroke" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:75 #, kde-format msgctxt "@action" msgid "Brush Smoothing: Disabled" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:76 #, kde-format msgctxt "@action" msgid "Brush Smoothing: Basic" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:77 #, kde-format msgctxt "@action" msgid "Brush Smoothing: Weighted" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:78 #, kde-format msgctxt "@action" msgid "Brush Smoothing: Stabilizer" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:323 #, kde-format msgid "Weighted" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:324 #, kde-format msgid "Stabilizer" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:326 #, kde-format msgid "Brush Smoothing:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:347 #, kde-format msgid "Delay:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:352 #, kde-format msgid "Delay the brush stroke to make the line smoother" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:356 #, kde-format msgid "Radius where the brush is blocked" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:362 #, kde-format msgid "Finish line:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:375 #, kde-format msgid "Stabilize Sensors:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:383 #, kde-format msgid "Stroke Ending:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:390 #, kde-format msgid "Smooth Pressure" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:397 #, kde-format msgctxt "@info:tooltip" msgid "Scalable distance takes zoom level into account and makes the distance be visually constant whatever zoom level is chosen" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:402 #, kde-format msgid "Scalable Distance" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:421 #, kde-format msgid "Snap to Assistants" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:423 #, kde-format msgid "You need to add Assistants before this tool will work." msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:428 #, kde-format msgid "Assistant Magnetism" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:439 #, kde-format msgid "Magnetism:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:442 #, kde-format msgid "Snap Single:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.cc:445 #, kde-format msgctxt "@info:tooltip" msgid "Make it only snap to a single assistant, prevents snapping mess while using the infinite assistants." msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_brush.h:146 #, kde-format msgid "Freehand Brush Tool" msgstr "" #. +> trunk5 stable5 -#: plugins/tools/basictools/kis_tool_colorpicker.cc:150 +#: plugins/tools/basictools/kis_tool_colorpicker.cc:157 #, kde-format msgid "Cannot pick a color as no layer is active." msgstr "" #. +> trunk5 stable5 -#: plugins/tools/basictools/kis_tool_colorpicker.cc:155 +#: plugins/tools/basictools/kis_tool_colorpicker.cc:162 #, kde-format msgid "Cannot pick a color as the active layer is not visible." msgstr "" #. +> trunk5 stable5 -#: plugins/tools/basictools/kis_tool_colorpicker.cc:197 +#: plugins/tools/basictools/kis_tool_colorpicker.cc:205 #, kde-format msgid "Cannot write to palette file %1. Maybe it is read-only." msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_colorpicker.h:127 #, kde-format msgid "Color Selector Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_ellipse.cc:58 msgctxt "(qtundo-format)" msgid "Draw Ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_ellipse.h:58 #, kde-format msgid "Ellipse Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:96 #, kde-format msgid "You cannot use this tool with the selected layer type" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:132 msgctxt "(qtundo-format)" msgid "Flood Fill" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:162 #, kde-format msgid "Fast mode: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:165 #, kde-format msgid "Fills area faster, but does not take composition mode into account. Selections and other extended features will also be disabled." msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:170 #, kde-format msgid "Threshold: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:177 #, kde-format msgid "Grow selection: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:184 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:201 #, kde-format msgid "Feathering radius: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:191 #, kde-format msgid "Use pattern:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:193 #, kde-format msgid "When checked do not use the foreground color, but the pattern selected to fill with" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:195 #, kde-format msgid "Limit to current layer:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:199 #, kde-format msgid "Fill entire selection:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.cc:201 #, kde-format msgid "When checked do not look at the current layer colors, but just fill all of the selected area" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_fill.h:100 #, kde-format msgid "Fill Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:164 msgctxt "(qtundo-format)" msgid "Gradient" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:174 #, kde-format msgctxt "@info:progress" msgid "Gradient..." msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:230 #, kde-format msgctxt "the gradient will be drawn linearly" msgid "Linear" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:231 #, kde-format msgctxt "the gradient will be drawn bilinearly" msgid "Bi-Linear" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:232 #, kde-format msgctxt "the gradient will be drawn radially" msgid "Radial" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:233 #, kde-format msgctxt "the gradient will be drawn in a square around a centre" msgid "Square" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:234 #, kde-format msgctxt "the gradient will be drawn as an assymmetric cone" msgid "Conical" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:235 #, kde-format msgctxt "the gradient will be drawn as a symmetric cone" msgid "Conical Symmetric" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:236 #, kde-format msgctxt "the gradient will be drawn in a selection outline" msgid "Shaped" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:243 #, kde-format msgctxt "The gradient will not repeat" msgid "None" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:244 #, kde-format msgctxt "The gradient will repeat forwards" msgid "Forwards" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:245 #, kde-format msgctxt "The gradient will repeat alternatingly" msgid "Alternating" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:250 #, kde-format msgid "Anti-alias threshold:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.cc:257 #, kde-format msgctxt "the gradient will be drawn with the color order reversed" msgid "Reverse" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_gradient.h:114 #, kde-format msgid "Gradient Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_line.cc:59 msgctxt "(qtundo-format)" msgid "Draw Line" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_line.cc:98 #, kde-format msgid "Use sensors" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_line.cc:101 #, kde-format msgid "Show Preview" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_line.cc:104 #, kde-format msgid "Show Guideline" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_line.cc:359 #, kde-format msgid "Alt+Drag will move the origin of the currently displayed line around, Shift+Drag will force you to draw straight lines" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_line.h:116 #, kde-format msgid "Line Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_measure.cc:80 #, kde-format msgctxt "angle value in degrees" msgid "%1°" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_measure.h:111 #, kde-format msgid "Measure Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_move.cc:208 #: plugins/tools/basictools/kis_tool_move.cc:366 #, kde-format msgctxt "floating message in move tool" msgid "X: %1 px, Y: %2 px" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_move.h:165 #, kde-format msgid "Move Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_multihand.cpp:63 msgctxt "(qtundo-format)" msgid "Multibrush Stroke" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_multihand.cpp:273 #, kde-format msgid "Symmetry" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_multihand.cpp:275 #, kde-format msgid "Translate" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_multihand.cpp:276 #, kde-format msgid "Snowflake" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_multihand.h:103 #, kde-format msgid "Multibrush Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_pan.cpp:86 #, kde-format msgid "Pan Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_path.cc:113 msgctxt "(qtundo-format)" msgid "Draw Bezier Curve" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_path.h:87 #, kde-format msgid "Bezier Curve Tool: Shift-mouseclick ends the curve." msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_pencil.cc:86 msgctxt "(qtundo-format)" msgid "Draw Freehand Path" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_pencil.h:79 #, kde-format msgid "Freehand Path Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_rectangle.cc:62 msgctxt "(qtundo-format)" msgid "Draw Rectangle" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/kis_tool_rectangle.h:60 #, kde-format msgid "Rectangle Tool" msgstr "" #. i18n: context: Actions (Pencil Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: plugins/tools/basictools/KisToolPencil.action:4 #, kde-format msgctxt "action" msgid "Pencil Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/basictools/strokes/move_selection_stroke_strategy.cpp:35 msgctxt "(qtundo-format)" msgid "Move Selection" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, ColorPickerOptionsWidget) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:14 #, kde-format msgid "Color Picker" msgstr "" #. i18n: ectx: property (text), widget (QLabel, blendLabel) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:25 #, kde-format msgid "Blend: " msgstr "" #. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, blend) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:44 #, kde-format msgid "Blending controls the percentage of color that is picked and mixed with your current brush color. A full blending value picks colors completely, ignoring brush color." msgstr "" #. i18n: ectx: property (toolTip), widget (QComboBox, cmbSources) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:71 #, kde-format msgid "Determines whether the color picker will sample colors from all visible layers or only the currently selected layer." msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSources) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:78 #, kde-format msgid "Sample All Visible Layers" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbSources) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:83 #, kde-format msgid "Sample Current Layer" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbNormaliseValues) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:91 #, kde-format msgid "Displays per-channel color information below as percentages instead of bytes." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbNormaliseValues) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:94 #, kde-format msgid "Show colors as percentages" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, listViewChannels) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:111 #, kde-format msgid "Channel" msgstr "" #. i18n: ectx: property (text), widget (QLabel, radiusLabel) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:154 #, kde-format msgid "Radius: " msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, radius) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:173 #, kde-format msgid "Radius controls the color picker's sampling area. Pixel colors within this radius are mixed together." msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbPalette) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:208 #, kde-format msgid "Checking this box will add a new color swatch to a palette each time you pick a color." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbPalette) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:211 #, kde-format msgid "Add to palette:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, cbUpdateCurrentColor) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:225 #, kde-format msgid "Controls whether the color picker updates the current foreground or not." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, cbUpdateCurrentColor) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgcolorpicker.ui:228 #, kde-format msgid "Update color" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpSelectionMethod) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:23 #, kde-format msgid "Selection Mode" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioSelectedLayer) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:29 #, kde-format msgid "Move the layer that you have currently selected in the layerbox with its masks. Shortcut: ctrl-click." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioSelectedLayer) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:32 #, kde-format msgid "&Move current layer" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioFirstLayer) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:42 #, kde-format msgid "Move the first layer with visible content at the place where you click. This will also select that layer in the layerbox." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioFirstLayer) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:45 #, kde-format msgid "Mo&ve layer with content" msgstr "" #. i18n: ectx: property (toolTip), widget (QRadioButton, radioGroup) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:55 #, kde-format msgid "Move the group containing the first layer that contains visible content. Shortcut: ctrl-shift-click." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioGroup) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:58 #, kde-format msgid "Move &the whole group" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, grpMoveStep) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:74 #, kde-format msgid "Move Shortcut" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, spinMoveScale) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:86 #, kde-format msgid "When holding shift, move keyboard shortcuts scale up by this amount." msgstr "" #. i18n: ectx: property (text), widget (QLabel, scaleLabel) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:108 #, kde-format msgid "Multiplier:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, spinMoveStep) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:124 #, kde-format msgid "Number of pixels to move after move shortcut keypress." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:162 #, kde-format msgid "Unit:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_offsetX) #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, translateXBox) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:234 #: plugins/tools/basictools/wdgmovetool.ui:256 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1036 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1058 #, kde-format msgid "Horizontal Translation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_rotateX) #. i18n: ectx: property (text), widget (QLabel, label_offsetX) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:240 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:728 #, kde-format msgid "&x:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, translateYBox) #. i18n: ectx: property (toolTip), widget (QLabel, label_offsetY) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:272 #: plugins/tools/basictools/wdgmovetool.ui:285 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1074 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1087 #, kde-format msgid "Vertical Translation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_rotateY) #. i18n: ectx: property (text), widget (QLabel, label_offsetY) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:288 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:763 #, kde-format msgid "&y:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkShowCoordinates) #. i18n: ectx: property (text), widget (QCheckBox, chkShowCoordinates) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmovetool.ui:303 #: plugins/tools/basictools/wdgmovetool.ui:306 #, kde-format msgid "Show coordinates on canvas" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckbox) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmultihandtool.ui:153 #, kde-format msgid "Show Origin" msgstr "" #. i18n: ectx: property (text), widget (QLabel, brushesLabel) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmultihandtool.ui:166 #, kde-format msgid "Brushes:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, horizontalCheckbox) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmultihandtool.ui:182 #, kde-format msgid "Horizontal" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmultihandtool.ui:198 #, kde-format msgid "Origin:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, verticalCheckbox) #. +> trunk5 stable5 #: plugins/tools/basictools/wdgmultihandtool.ui:208 #, kde-format msgid "Vertical" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, toggleEditMode) #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionPointWidget.ui:30 #, kde-format msgid "Edit Mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelEscape) #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionPointWidget.ui:37 #, kde-format msgid "Escape Direction" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:779 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:792 #, kde-format msgid "Drag to edit connection." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:781 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:794 #, kde-format msgid "Double click connection or press delete to remove it." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:784 #, kde-format msgid "Click to edit connection points." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:799 #, kde-format msgid "Drag to move connection point. Double click connection or press delete to remove it." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:801 #, kde-format msgid "Double click connection point or press delete to remove it." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:803 #, kde-format msgid "Double click to add connection point." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:807 #, kde-format msgid "Drag to create new connection." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:835 #, kde-format msgid "Connection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionTool.cpp:850 #, kde-format msgid "Connection Point" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/connectionTool/ConnectionToolFactory.cpp:31 #, kde-format msgid "Connect shapes" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:639 #, kde-format msgid "Left click rotates around center, right click around highlighted position." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:642 #, kde-format msgid "Click and drag to shear selection." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:645 #, kde-format msgid "Click and drag to resize selection." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:680 #, kde-format msgid "Click and drag to move selection." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:684 #, kde-format msgid "Click and drag to resize selection. Middle click to set highlighted position." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:735 #, kde-format msgid "This tool only works on vector layers. You probably want the move tool." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1113 msgctxt "(qtundo-format)" msgid "Rotate Object 90° CW" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1117 msgctxt "(qtundo-format)" msgid "Rotate Object 90° CCW" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1121 msgctxt "(qtundo-format)" msgid "Rotate Object 180°" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1125 msgctxt "(qtundo-format)" msgid "Mirror Object Horizontally" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1129 msgctxt "(qtundo-format)" msgid "Mirror Object Vertically" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1133 msgctxt "(qtundo-format)" msgid "Reset Object Transformations" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1199 msgctxt "(qtundo-format)" msgid "Unite Shapes" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1213 msgctxt "(qtundo-format)" msgid "Intersect Shapes" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1223 msgctxt "(qtundo-format)" msgid "Subtract Shapes" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1266 msgctxt "(qtundo-format)" msgid "Split Shapes" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1664 #, kde-format msgid "Logical Operations" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolFactory.cpp:30 #, kde-format msgid "Select Shapes Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.cpp:122 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:50 #, kde-format msgid "Opacity [*varies*]: " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAnchorLock) #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:191 #, kde-format msgid "Anchor Lock" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUniformScaling) #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:198 #, kde-format msgid "" "" "

    When \"Uniform Scaling\" is enabled, the shape's stroke is scaled with the shape itself.

    " "

    In disabled state, the shape is only resized, keeping the stroke width and style intact.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkUniformScaling) #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:201 #, kde-format msgid "Scale Styles" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkGlobalCoordinates) #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:214 #, kde-format msgid "" "" "

    In \"Global Coordinates\" mode Width and Height fields show the size of the shape's bounding box in image-aligned coordinates, even when the shape is rotated or has any other transform.

    " "

    If \"Global Coordinates\" mode is disabled, Width and Height fields show the shape's \"local\" size, before application of any transformations.

    " "" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkGlobalCoordinates) #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:217 #, kde-format msgid "Global Coordinates" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolTabbedWidget.cpp:37 #, kde-format msgid "Geometry" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.cpp:111 #: plugins/tools/defaulttool/defaulttool/ShapeRotateStrategy.cpp:115 msgctxt "(qtundo-format)" msgid "Rotate" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.cpp:146 msgctxt "(qtundo-format)" msgid "Shear X" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.cpp:181 msgctxt "(qtundo-format)" msgid "Shear Y" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.cpp:221 #: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.cpp:255 msgctxt "(qtundo-format)" msgid "Scale" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.cpp:284 msgctxt "(qtundo-format)" msgid "Reset Transformations" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/ShapeMoveStrategy.cpp:62 #, kde-format msgid "Press Shift to hold x- or y-position." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/ShapeResizeStrategy.cpp:114 #, kde-format msgid "Press CTRL to resize from center." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/ShapeRotateStrategy.cpp:57 #, kde-format msgid "Press ALT to rotate in 45 degree steps." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/defaulttool/ShapeShearStrategy.cpp:174 msgctxt "(qtundo-format)" msgid "Shear" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:92 #, kde-format msgid "Select a Reference Image" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:124 #, kde-format msgid "Load Reference Images" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:137 #, kde-format msgid "Could not open '%1'." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:151 #, kde-format msgid "Could not load reference images from '%1'." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:166 #, kde-format msgid "Save Reference Images" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:178 #, kde-format msgid "Could not open '%1' for saving." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:187 #, kde-format msgid "Failed to save reference images." msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.h:89 #, kde-format msgid "Reference Images Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:57 #, kde-format msgid "Saturation [*varies*]: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:67 #, kde-format msgid "Add Reference Image" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:71 #, kde-format msgid "Delete all Reference Images" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:74 #, kde-format msgid "Load Reference Images Set" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:78 #, kde-format msgid "Export Reference Images Set" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:93 #, kde-format msgid "Embed to .KRA" msgstr "" #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImagesWidget.cpp:94 #, kde-format msgid "Link to Image" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkKeepAspectRatio) #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/WdgToolOptions.ui:35 #, kde-format msgid "Keep aspect ratio" msgstr "" #. i18n: ectx: property (text), widget (QLabel, saveLocationLabel) #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/WdgToolOptions.ui:42 #, kde-format msgid "Save Location:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, referenceImageOptionsLabel) #. +> trunk5 stable5 #: plugins/tools/defaulttool/referenceimagestool/WdgToolOptions.ui:52 #, kde-format msgid "Add/Select an image to show options" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/BlendEffect.cpp:31 #: plugins/tools/karbonplugins/filtereffects/BlendEffectFactory.cpp:27 #, kde-format msgid "Blend" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:36 #, kde-format msgid "Blend mode" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/BlurEffect.cpp:275 #: plugins/tools/karbonplugins/filtereffects/BlurEffectFactory.cpp:27 #, kde-format msgid "Gaussian blur" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffect.cpp:35 #, kde-format msgid "Color Matrix" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectConfigWidget.cpp:44 #, kde-format msgid "Apply color matrix" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectConfigWidget.cpp:45 #, kde-format msgid "Saturate colors" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectConfigWidget.cpp:46 #, kde-format msgid "Rotate hue" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectConfigWidget.cpp:47 #, kde-format msgid "Luminance to alpha" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectConfigWidget.cpp:66 #, kde-format msgid "Saturate value" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ColorMatrixEffectFactory.cpp:27 #, kde-format msgid "Color matrix" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffect.cpp:31 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectFactory.cpp:27 #, kde-format msgid "Component transfer" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:63 #, kde-format msgid "Identity" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:65 #, kde-format msgid "Discrete" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:67 #, kde-format msgid "Gamma" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:80 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:90 #, kde-format msgid "Values" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:100 #, kde-format msgid "Slope" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:105 #, kde-format msgid "Intercept" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:117 #, kde-format msgid "Amplitude" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:122 #, kde-format msgid "Exponent" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffect.cpp:32 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectFactory.cpp:27 #, kde-format msgid "Composite" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:39 #, kde-format msgid "Operation" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:42 #, kde-format msgctxt "blending mode" msgid "Over" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:43 #, kde-format msgctxt "blending mode" msgid "In" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:44 #, kde-format msgctxt "blending mode" msgid "Out" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:45 #, kde-format msgctxt "blending mode" msgid "Atop" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:46 #, kde-format msgctxt "blending mode" msgid "Xor" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/CompositeEffectConfigWidget.cpp:47 #, kde-format msgctxt "blending mode" msgid "Arithmetic" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffect.cpp:35 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectFactory.cpp:27 #, kde-format msgid "Convolve Matrix" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:49 #, kde-format msgid "Wrap" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:51 #, kde-format msgid "Edge mode:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:58 #, kde-format msgid "Kernel size:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:67 #, kde-format msgid "Target point:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:74 #, kde-format msgid "Divisor:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:76 #, kde-format msgid "Bias:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:79 #, kde-format msgid "Preserve alpha" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ConvolveMatrixEffectConfigWidget.cpp:82 #, kde-format msgid "Edit kernel" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/FloodEffect.cpp:29 #: plugins/tools/karbonplugins/filtereffects/FloodEffectFactory.cpp:27 #, kde-format msgid "Flood fill" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/FloodEffectConfigWidget.cpp:38 #, kde-format msgid "Flood color" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ImageEffectConfigWidget.cpp:41 #, kde-format msgid "Select image..." msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/ImageEffectConfigWidget.cpp:76 #, kde-format msgid "Select image" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MergeEffect.cpp:29 #: plugins/tools/karbonplugins/filtereffects/MergeEffectFactory.cpp:27 #, kde-format msgid "Merge" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffect.cpp:32 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffectFactory.cpp:27 #, kde-format msgid "Morphology" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffectConfigWidget.cpp:41 #, kde-format msgid "Erode" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffectConfigWidget.cpp:42 #, kde-format msgid "Dilate" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffectConfigWidget.cpp:45 #, kde-format msgid "Operator:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffectConfigWidget.cpp:49 #, kde-format msgid "Radius x:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/MorphologyEffectConfigWidget.cpp:55 #, kde-format msgid "Radius y:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/OffsetEffectConfigWidget.cpp:38 #, kde-format msgid "dx" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/filtereffects/OffsetEffectConfigWidget.cpp:44 #, kde-format msgid "dy" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphicShapeFactory.cpp:28 #, kde-format msgid "A calligraphic shape" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphicShapeFactory.cpp:30 #, kde-format msgid "Calligraphic Shape" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:72 #, kde-format msgid "Save profile as..." msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:77 #, kde-format msgid "Remove profile" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:85 #, kde-format msgid "&Follow selected path" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:88 #, kde-format msgid "Use tablet &pressure" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:99 #, kde-format msgid "Thinning:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:108 #, kde-format msgid "Use tablet &angle" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:120 #, kde-format msgid "Fixation:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:129 #, kde-format msgid "Caps:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:138 #: plugins/tools/tool_dyna/kis_tool_dyna.cpp:289 #, kde-format msgid "Mass:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:147 #: plugins/tools/tool_dyna/kis_tool_dyna.cpp:295 #, kde-format msgid "Drag:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:198 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:199 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:226 #, kde-format msgid "Current" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:218 #, kde-format msgid "Profile name" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:219 #, kde-format msgid "Please insert the name by which you want to save this profile:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:228 #, kde-format msgid "Sorry, the name you entered is invalid." msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:229 #, kde-format msgctxt "invalid profile name" msgid "Invalid name." msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:237 #, kde-format msgid "" "A profile with that name already exists.\n" "Do you want to overwrite it?" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:372 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:397 #, kde-format msgid "Mouse" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:385 #, kde-format msgid "Graphics Pen" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:410 #, kde-format msgid "Calligraphy: increase width" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:415 #, kde-format msgid "Calligraphy: decrease width" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:420 #, kde-format msgid "Calligraphy: increase angle" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:425 #, kde-format msgid "Calligraphy: decrease angle" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:432 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:433 #: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyToolFactory.cpp:32 #, kde-format msgid "Calligraphy" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterAddCommand.cpp:34 msgctxt "(qtundo-format)" msgid "Add filter effect" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:75 #, kde-format msgid "Add effect to current filter stack" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:85 #, kde-format msgid "Add to filter presets" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:89 #, kde-format msgid "Remove filter preset" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:359 #, kde-format msgid "Effect name" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:360 #, kde-format msgid "Please enter a name for the filter effect" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, FilterEffectEditWidget) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:32 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:346 #, kde-format msgid "Filter Effect Editor" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:40 #, kde-format msgid "Effects and Connections" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:92 #, kde-format msgid "Filter Presets" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:116 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:510 #, kde-format msgid "Effect Properties" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterRemoveCommand.cpp:36 msgctxt "(qtundo-format)" msgid "Remove filter effect" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/FilterStackSetCommand.cpp:40 msgctxt "(qtundo-format)" msgid "Set filter stack" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:473 #, kde-format msgid "Effects" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:483 #, kde-format msgid "View and edit filter" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:489 #, kde-format msgid "Remove filter from object" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:493 #, kde-format msgid "Add Filter" msgstr "" #. i18n: ectx: property (text), widget (QLabel, widthLabel) #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:534 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:110 #: plugins/tools/tool_crop/wdg_tool_crop.ui:319 #, kde-format msgid "W:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, heightLabel) #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:540 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:120 #: plugins/tools/tool_crop/wdg_tool_crop.ui:221 #, kde-format msgid "H:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:545 #, kde-format msgid "Effect Region" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsToolFactory.cpp:29 #, kde-format msgid "Filter effects editing" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:35 #, kde-format msgid "Original" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:36 #, kde-format msgid "Tiled" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:37 #, kde-format msgid "Stretched" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:39 #, kde-format msgid "Top Left" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:40 #, kde-format msgid "Top" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:41 #, kde-format msgid "Top Right" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:45 #, kde-format msgid "Bottom Left" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:46 #, kde-format msgid "Bottom" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:47 #, kde-format msgid "Bottom Right" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:39 #, kde-format msgid "Reference Point:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:49 #, kde-format msgid "Reference Point Offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:76 #, kde-format msgid "Tile Offset" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:103 #, kde-format msgid "Pattern Size" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternTool.cpp:304 #, kde-format msgid "Pattern Options" msgstr "" #. +> trunk5 stable5 #: plugins/tools/karbonplugins/tools/KarbonPatternToolFactory.cpp:30 #, kde-format msgid "Pattern editing" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:59 #, kde-format msgid "Contiguous Area Selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:136 msgctxt "(qtundo-format)" msgid "Select Contiguous Area" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:180 #: plugins/tools/selectiontools/kis_tool_select_similar.cc:158 #, kde-format msgid "Fuzziness: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:191 #, kde-format msgid "Grow/shrink selection: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:215 #, kde-format msgid "Limit to current layer" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_contiguous.h:82 #, kde-format msgid "Contiguous Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_elliptical.cc:49 msgctxt "(qtundo-format)" msgid "Select Ellipse" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_elliptical.cc:81 #, kde-format msgid "Elliptical Selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_elliptical.h:76 #, kde-format msgid "Elliptical Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_outline.cc:64 #, kde-format msgid "Outline Selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_outline.cc:160 msgctxt "(qtundo-format)" msgid "Select by Outline" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_outline.h:78 #, kde-format msgid "Outline Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_path.cc:37 #, kde-format msgid "Select path" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_path.cc:147 msgctxt "(qtundo-format)" msgid "Select by Bezier Curve" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_path.h:91 #, kde-format msgid "Bezier Curve Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_polygonal.cc:55 msgctxt "(qtundo-format)" msgid "Select Polygon" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_polygonal.cc:92 #, kde-format msgid "Polygonal Selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_polygonal.h:66 #, kde-format msgid "Polygonal Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_rectangular.cc:51 msgctxt "(qtundo-format)" msgid "Select Rectangle" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_rectangular.cc:81 #, kde-format msgid "Rectangular Selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_rectangular.h:68 #, kde-format msgid "Rectangular Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_similar.cc:87 #, kde-format msgid "Similar Color Selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_similar.cc:137 msgctxt "(qtundo-format)" msgid "Select Similar Color" msgstr "" #. +> trunk5 stable5 #: plugins/tools/selectiontools/kis_tool_select_similar.h:62 #, kde-format msgid "Similar Color Selection Tool" msgstr "" #. i18n: context: Actions (Path Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: plugins/tools/selectiontools/KisToolSelectPath.action:4 #, kde-format msgctxt "action" msgid "Path Selection Tool" msgstr "" #. i18n: context: Actions (Similar Selection Tool), ActionCollection (Tools) #. +> trunk5 stable5 #: plugins/tools/selectiontools/KisToolSelectSimilar.action:4 #, kde-format msgctxt "action" msgid "Similar Selection Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/kis_font_family_combo_box.cpp:119 #, kde-format msgid "Font Style" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextChangeCommand.cpp:37 msgctxt "(qtundo-format)" msgid "Change SvgTextTool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:101 #, kde-format msgid "Text Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:179 #, kde-format msgid "Conversion failed" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:346 #, kde-format msgid "Find Text" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:350 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:391 #, kde-format msgid "Find:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:386 #, kde-format msgid "Find and Replace all" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:393 #, kde-format msgid "Replace:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:823 #, kde-format msgid "You have modified the text. Discard changes?" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, richTab) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:902 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:908 #: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:24 #, kde-format msgid "Rich text" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:905 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:909 #, kde-format msgid "SVG Source" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:1047 #, kde-format msgid "Text Color" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextEditor.cpp:1062 #, kde-format msgid "Line height" msgstr "" #. i18n: context: Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:4 #, kde-format msgctxt "action" msgid "SVG Text Tool" msgstr "" #. i18n: context: Action (svg_format_textcolor), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:8 #, kde-format msgctxt "action" msgid "Text Color..." msgstr "" #. i18n: context: Action (svg_format_textcolor), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:13 #, kde-format msgctxt "action" msgid "Text Color" msgstr "" #. i18n: context: Action (svg_background_color), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:18 #, kde-format msgctxt "action" msgid "Background Color..." msgstr "" #. i18n: context: Action (svg_background_color), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:23 #, kde-format msgctxt "action" msgid "Background" msgstr "" #. i18n: context: Action (svg_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:28 #: plugins/tools/svgtexttool/SvgTextTool.action:33 #, kde-format msgctxt "action" msgid "Font Size" msgstr "" #. i18n: context: Action (svg_font), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:38 #, kde-format msgctxt "action" msgid "Change character size, font, boldface, italics etc." msgstr "" #. i18n: context: Action (svg_font), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:43 #, kde-format msgctxt "action" msgid "Font..." msgstr "" #. i18n: context: Action (svg_insert_special_character), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:48 #, kde-format msgctxt "action" msgid "Insert one or more symbols or characters not found on the keyboard" msgstr "" #. i18n: context: Action (svg_insert_special_character), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:53 #, kde-format msgctxt "action" msgid "Special Character..." msgstr "" #. i18n: context: Action (svg_align_justified), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_justified), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_justified), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_justified), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:78 #: plugins/tools/svgtexttool/SvgTextTool.action:83 #, kde-format msgctxt "action" msgid "Align Block" msgstr "" #. i18n: context: Action (svg_align_center), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_center), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_center), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_align_center), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:88 #: plugins/tools/svgtexttool/SvgTextTool.action:93 #, kde-format msgctxt "action" msgid "Align Center" msgstr "" #. i18n: context: Action (svg_decrease_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_decrease_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_decrease_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_decrease_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:98 #: plugins/tools/svgtexttool/SvgTextTool.action:103 #, kde-format msgctxt "action" msgid "Decrease Font Size" msgstr "" #. i18n: context: Action (svg_increase_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_increase_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_increase_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_increase_font_size), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:108 #: plugins/tools/svgtexttool/SvgTextTool.action:113 #, kde-format msgctxt "action" msgid "Increase Font Size" msgstr "" #. i18n: context: Action (svg_format_subscript), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_subscript), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_subscript), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_subscript), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:118 #: plugins/tools/svgtexttool/SvgTextTool.action:123 #, kde-format msgctxt "action" msgid "Subscript" msgstr "" #. i18n: context: Action (svg_format_superscript), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_superscript), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_superscript), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_superscript), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:128 #: plugins/tools/svgtexttool/SvgTextTool.action:133 #, kde-format msgctxt "action" msgid "Superscript" msgstr "" #. i18n: context: Action (svg_format_underline), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_underline), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_underline), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_underline), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:138 #: plugins/tools/svgtexttool/SvgTextTool.action:143 #, kde-format msgctxt "action" msgid "Underline" msgstr "" #. i18n: context: Action (svg_format_strike_through), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_strike_through), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_strike_through), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_strike_through), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:148 #: plugins/tools/svgtexttool/SvgTextTool.action:153 #, kde-format msgctxt "action" msgid "Strikethrough" msgstr "" #. i18n: context: Action (svg_weight_bold), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_bold), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_bold), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_bold), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:158 #: plugins/tools/svgtexttool/SvgTextTool.action:163 #, kde-format msgctxt "action" msgid "Bold" msgstr "" #. i18n: context: Action (svg_format_italic), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_italic), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_italic), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_format_italic), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:168 #: plugins/tools/svgtexttool/SvgTextTool.action:173 #, kde-format msgctxt "action" msgid "Italic" msgstr "" #. i18n: context: Action (svg_weight_normal), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_normal), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_normal), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_normal), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:178 #: plugins/tools/svgtexttool/SvgTextTool.action:183 #, kde-format msgctxt "action" msgid "Normal" msgstr "" #. i18n: context: Action (svg_weight_demi), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_demi), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_demi), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_demi), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:188 #: plugins/tools/svgtexttool/SvgTextTool.action:193 #, kde-format msgctxt "action" msgid "Demi" msgstr "" #. i18n: context: Action (svg_weight_black), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_black), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_black), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_black), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:198 #: plugins/tools/svgtexttool/SvgTextTool.action:203 #, kde-format msgctxt "action" msgid "Black" msgstr "" #. i18n: context: Action (svg_weight_light), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_light), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_light), Actions (Text Tool), ActionCollection (svg_Tools) #. i18n: context: Action (svg_weight_light), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:208 #: plugins/tools/svgtexttool/SvgTextTool.action:213 #, kde-format msgctxt "action" msgid "Light" msgstr "" #. i18n: context: Action (svg_line_height), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:218 #, kde-format msgctxt "action" msgid "Line Height in em" msgstr "" #. i18n: context: Action (svg_line_height), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:223 #, kde-format msgctxt "action" msgid "Line Height" msgstr "" #. i18n: context: Action (svg_settings), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:228 #, kde-format msgctxt "action" msgid "Text Editor Settings" msgstr "" #. i18n: context: Action (svg_settings), Actions (Text Tool), ActionCollection (svg_Tools) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.action:233 #, kde-format msgctxt "action" msgid "Settings..." msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.cpp:122 #, kde-format msgid "Create new texts with..." msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.cpp:145 #, kde-format msgid "Anchor text to the left." msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.cpp:153 #, kde-format msgid "Anchor text to the middle." msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.cpp:161 #, kde-format msgid "Anchor text to the right." msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextTool.cpp:182 #, kde-format msgid "Edit Text" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:33 #, kde-format msgid "&Insert" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:37 #, kde-format msgid "&Format" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:45 #, kde-format msgid "&Weight" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/svgtexttool.xmlgui:79 #, kde-format msgid "Font Settings" msgstr "" #. +> trunk5 stable5 #: plugins/tools/svgtexttool/SvgTextToolFactory.cpp:32 #, kde-format msgid "SVG Text Tool" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, svgTab) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:34 #, kde-format msgid "SVG source" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabSvgTextEdit) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:44 #, kde-format msgid "SVG" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkVertical) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:77 #, kde-format msgid "Vertical Text Layout" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:21 #, kde-format msgid "Editor Mode" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:27 #, kde-format msgid "Note: the Rich Text editor only supports a subset of SVG." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioRichText) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:37 #, kde-format msgid "Rich Te&xt Only" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, radioSvgSource) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:51 #, kde-format msgid "S&VG Source Only" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:80 #, kde-format msgid "Keyword" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:108 #, kde-format msgid "Element" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:136 #, kde-format msgid "Attribute" msgstr "" #. i18n: ectx: property (text), widget (QLabel, colorComment_2) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:192 #, kde-format msgid "Comment" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:220 #, kde-format msgid "Editor text color" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:230 #, kde-format msgid "Editor background:" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:256 #, kde-format msgid "Fonts" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:262 #, kde-format msgid "" "" "

    Which writing system should the fonts chooser show the fonts of? No writing system selected will have all fonts shown.

    " "" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, WdgToolCrop) #. +> trunk5 stable5 #: plugins/tools/tool_crop/kis_tool_crop.cc:126 #: plugins/tools/tool_crop/wdg_tool_crop.ui:14 #, kde-format msgid "Crop" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_crop/kis_tool_crop.h:223 #, kde-format msgid "Crop Tool" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, boolCenter) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:62 #, kde-format msgid "Resize keeping center fixed" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_vertiPos) #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, intY) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:72 #: plugins/tools/tool_crop/wdg_tool_crop.ui:135 #, kde-format msgid "Vertical Position" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_vertiPos) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:75 #, kde-format msgid "&Y:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_horizPos) #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, intX) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:85 #: plugins/tools/tool_crop/wdg_tool_crop.ui:110 #, kde-format msgid "Horizontal Position" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_horizPos) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:88 #, kde-format msgid "&X:" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, boolGrow) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:148 #, kde-format msgid "Allow growing the image by dragging outside bounds of the image" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, lockWidthButton) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:329 #, kde-format msgid "Lock the width" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, lockHeightButton) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:342 #, kde-format msgid "Lock the height" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, lockRatioButton) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:355 #, kde-format msgid "Lock the aspect ratio" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bnCrop) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:406 #, kde-format msgid "&Crop" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:413 #, kde-format msgid "Applies to:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbDecor) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:429 #, kde-format msgid "Thirds" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbDecor) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:434 #, kde-format msgid "Fifths" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, cmbDecor) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:439 #, kde-format msgid "Passport photo" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: plugins/tools/tool_crop/wdg_tool_crop.ui:452 #, kde-format msgid "Decoration:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_dyna/kis_tool_dyna.cpp:49 msgctxt "(qtundo-format)" msgid "Dynamic Brush Stroke" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_dyna/kis_tool_dyna.cpp:303 #, kde-format msgid "Fixed angle:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_dyna/kis_tool_dyna.cpp:323 #, kde-format msgid "Initial width:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_dyna/kis_tool_dyna.cpp:328 #, kde-format msgid "Width range:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_dyna/kis_tool_dyna.h:159 #, kde-format msgid "Dynamic Brush Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush.cpp:61 msgctxt "(qtundo-format)" msgid "Colorize Mask Key Stroke" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush.h:96 #, kde-format msgid "Colorize Mask Editing Tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:80 #, kde-format msgid "Edge detection: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:83 #, kde-format msgctxt "@info:tooltip" msgid "Activate for images with vast solid areas. Set the value to the width of the thinnest lines on the image" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:90 #, kde-format msgid "Gap close hint: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:93 #, kde-format msgctxt "@info:tooltip" msgid "The mask will try to close non-closed contours if the gap is smaller than \"Gap close hint\" value" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:98 #, kde-format msgid "Clean up: " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:101 #, kde-format msgctxt "@info:tooltip" msgid "The mask will try to remove parts of the key strokes that are placed outside the closed contours. 0% - no effect, 100% - max effect" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkAutoUpdates) #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:19 #, kde-format msgid "Auto updates" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowKeyStrokes) #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:35 #, kde-format msgid "Edit key strokes" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkShowOutput) #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:42 #, kde-format msgid "Show output" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, chkLimitToDevice) #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:49 #, kde-format msgid "Limit to layer bounds" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:115 #, kde-format msgid "Key Strokes" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_polygon/kis_tool_polygon.cc:56 msgctxt "(qtundo-format)" msgid "Draw Polygon" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_polygon/kis_tool_polygon.h:53 #, kde-format msgid "Polygon Tool: Shift-mouseclick ends the polygon." msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_polyline/kis_tool_polyline.h:54 #, kde-format msgid "Polyline Tool: Shift-mouseclick ends the polyline." msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch.cpp:138 #, kde-format msgid "Select a paint layer to use this tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch.cpp:175 msgctxt "(qtundo-format)" msgid "Smart Patch" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch.h:91 #, kde-format msgid "Smart Patch Tool" msgstr "" #. i18n: ectx: property (text), widget (QLabel, Fast) #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch_options_widget.ui:23 #, kde-format msgid "low/fast" msgstr "" #. i18n: ectx: property (text), widget (QLabel, Accurate) #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch_options_widget.ui:46 #, kde-format msgid "high/slow" msgstr "" #. i18n: ectx: property (text), widget (QLabel, Fast_2) #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch_options_widget.ui:94 #, kde-format msgid "Accuracy:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, patchRadiusLabel) #. +> trunk5 stable5 #: plugins/tools/tool_smart_patch/kis_tool_smart_patch_options_widget.ui:111 #, kde-format msgid "Patch Radius:" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_free_transform_strategy_gsl_helpers.cpp:339 #, kde-format msgid "Sorry, Krita was built without the support of GNU Scientific Library, so you cannot scale the selection with handles. Please compile Krita with GNU Scientific Library support, or use options widget for editing scale values manually." msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, warpButton) #. i18n: ectx: property (text), widget (QToolButton, warpButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:125 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:152 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:155 #, kde-format msgid "Warp" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, liquifyButton) #. i18n: ectx: property (text), widget (QToolButton, liquifyButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:126 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:205 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:208 #, kde-format msgid "Liquify" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, cageButton) #. i18n: ectx: property (text), widget (QToolButton, cageButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:127 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:180 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:183 #, kde-format msgid "Cage" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, freeTransformButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:128 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:99 #, kde-format msgid "Free" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:132 #, kde-format msgid "Mirror Horizontal" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:133 #, kde-format msgid "Mirror Vertical" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:134 #, kde-format msgid "Rotate 90 degrees Clockwise" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:135 #, kde-format msgid "Rotate 90 degrees CounterClockwise" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:137 #, kde-format msgid "Apply" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:885 #, kde-format msgctxt "floating message in transformation tool" msgid "Selected layer cannot be transformed with active transformation mode " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:906 #, kde-format msgctxt "floating message in transformation tool" msgid "Selections are not used when editing transform masks " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:917 #, kde-format msgctxt "floating message in transformation tool" msgid "Cannot transform empty layer " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.cc:946 #, kde-format msgctxt "floating message in transformation tool" msgid "Invisible sublayers will also be transformed. Lock layers if you do not want them to be transformed " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform.h:359 #, kde-format msgid "Transform a layer or a selection" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:61 #, kde-format msgctxt "@info:tooltip" msgid "" "

    Select filtering mode:\n" "

      " "
    • Bilinear for areas with uniform color to avoid artifacts
    • " "
    • Bicubic for smoother results
    • " "
    • Lanczos3 for sharp results. May produce aerials.
    • " "
    " "

    " msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:71 #, kde-format msgid "Default (Affine)" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:72 #, kde-format msgid "Strong (Rigid)" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:73 #, kde-format msgid "Strongest (Similitude)" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:205 #, kde-format msgctxt "@info:tooltip" msgid "Size of the deformation brush" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:210 #, kde-format msgctxt "@info:tooltip" msgid "Amount of the deformation you get" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:215 #, kde-format msgctxt "@info:tooltip" msgid "When in non-buildup mode, shows how fast the deformation limit is reached." msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:219 #, kde-format msgctxt "@info:tooltip" msgid "Switch between Build Up and Wash mode of painting. Build Up mode adds deformations one on top of the other without any limits. Wash mode gradually deforms the piece to the selected deformation level." msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:226 #, kde-format msgctxt "@info:tooltip" msgid "Space between two sequential applications of the deformation" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:230 #, kde-format msgctxt "@info:tooltip" msgid "Scale Size value according to current stylus pressure" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:234 #, kde-format msgctxt "@info:tooltip" msgid "Scale Amount value according to current stylus pressure" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:238 #, kde-format msgctxt "@info:tooltip" msgid "Reverse direction of the current deformation tool" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:253 #, kde-format msgctxt "@info:tooltip" msgid "Move: drag the image along the brush stroke" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:254 #, kde-format msgctxt "@info:tooltip" msgid "Scale: grow/shrink image under cursor" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:255 #, kde-format msgctxt "@info:tooltip" msgid "Rotate: twirl image under cursor" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:256 #, kde-format msgctxt "@info:tooltip" msgid "Offset: shift the image to the right of the stroke direction" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:257 #, kde-format msgctxt "@info:tooltip" msgid "Undo: erase actions of other tools" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:606 #, kde-format msgid "Switch between editing and deforming cage" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, lockUnlockPointsButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:657 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1617 #, kde-format msgid "Lock Points" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:659 #, kde-format msgid "Unlock Points" msgstr "" #. i18n: ectx: property (text), widget (QLabel, cageTransformDirections) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:746 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1649 #, kde-format msgid "Create 3 points on the canvas to begin" msgstr "" #. +> trunk5 stable5 #: plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp:46 msgctxt "(qtundo-format)" msgid "Transform" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, freeTransformButton) #. i18n: ectx: property (text), widget (QLabel, lblTransformType) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:102 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:235 #, kde-format msgid "Free Transform" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, btnTransformAroundPivotPoint) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:528 #, kde-format msgid "Transform around pivot point (Alt)" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, freeMoveRadioButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:548 #, kde-format msgid "Posi&tion" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, freeScaleRadioButton) #. i18n: ectx: property (title), widget (QGroupBox, scaleGroup) #. i18n: ectx: property (text), widget (QToolButton, liquifyScale) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:571 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:841 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1765 #, kde-format msgid "Scale" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, freeShearRadioButton) #. i18n: ectx: property (title), widget (QGroupBox, shearGroup) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:581 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1120 #, kde-format msgid "Shear" msgstr "" #. i18n: ectx: property (text), widget (QLabel, tooBigLabelWidget) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:618 #, kde-format msgid "off canvas" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_rotateX) #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, aXBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:722 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:738 #, kde-format msgid "Rotate around X-Axis" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_rotateY) #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, aYBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:757 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:773 #, kde-format msgid "Rotate around Y-Axis" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, aZBox) #. i18n: ectx: property (toolTip), widget (QLabel, label_rotateZ) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:786 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:805 #, kde-format msgid "Rotate around Z-Axis" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_rotateZ) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:811 #, kde-format msgid "&z:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_width) #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, scaleXBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:887 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:909 #, kde-format msgid "Horizontal Scale" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_width) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:890 #, kde-format msgid "w&idth:" msgstr "" #. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, scaleYBox) #. i18n: ectx: property (toolTip), widget (QLabel, label_height) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:925 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:947 #, kde-format msgid "Vertical Scale" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_height) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:950 #, kde-format msgid "&height:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_offsetX) #. i18n: ectx: property (text), widget (QLabel, label_shearX) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1042 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1170 #, kde-format msgid "x:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_offsetY) #. i18n: ectx: property (text), widget (QLabel, label_shearY) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1090 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1211 #, kde-format msgid "y:" msgstr "" #. i18n: ectx: property (toolTip), widget (QLabel, label_shearX) #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, shearXBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1167 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1230 #, kde-format msgid "Horizontal Shear" msgstr "" #. i18n: ectx: property (toolTip), widget (KisDoubleSliderSpinBox, shearYBox) #. i18n: ectx: property (toolTip), widget (QLabel, label_shearY) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1189 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1208 #, kde-format msgid "Vertical Shear" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, flipXButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1276 #, kde-format msgid "Flip selection horizontally" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, flipYButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1298 #, kde-format msgid "Flip selection vertically" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, rotateCCWButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1336 #, kde-format msgid "Rotate selection counter-clockwise 90 degrees" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, rotateCWButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1358 #, kde-format msgid "Rotate the selection clockwise 90 degrees" msgstr "" #. i18n: ectx: property (text), widget (QLabel, flexibilityLabel) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1437 #, kde-format msgid "&Flexibility:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, warpTypeLabel) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1466 #, kde-format msgid "Anc&hor Strength:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1484 #, kde-format msgid "Anchor Points" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, defaultRadioButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1519 #, kde-format msgid "Subd&ivide" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, customRadioButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1576 #, kde-format msgid "Draw" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, resetPointsButton) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1610 #, kde-format msgid "Clear Points" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, cageAddEditRadio) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1656 #, kde-format msgid "Add/Ed&it Anchor Points" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, cageDeformRadio) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1672 #, kde-format msgid "De&form Layer" msgstr "" #. i18n: ectx: property (whatsThis), widget (QFrame, liquifyOptionsLayout) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1710 #, kde-format msgid "" "" "


    " "

    " "" msgstr "" #. i18n: ectx: property (text), widget (QToolButton, liquifyRotate) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1787 #, kde-format msgid "Rotate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1870 #, kde-format msgid "Reverse:" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, buidupModeComboBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:1994 #, kde-format msgid "Build Up" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, showDecorationsBox) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:2099 #, kde-format msgid "Show Decorations" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, chkWorkRecursively) #. +> trunk5 stable5 #: plugins/tools/tool_transform2/wdg_tool_transform.ui:2127 #, kde-format msgid "Work Recursively" msgstr "" Index: trunk/l10n-support/templates/summit/messages/kde-workspace/kcm_sddm.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/kde-workspace/kcm_sddm.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/kde-workspace/kcm_sddm.pot (revision 1519254) @@ -1,297 +1,303 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-05-19 11:44+0200\n" +"POT-Creation-Date: 2018-07-05 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. +> trunk5 stable5 plasma5lts #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #. +> trunk5 stable5 plasma5lts #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" #. +> trunk5 stable5 plasma5lts #: sddmauthhelper.cpp:160 sddmauthhelper.cpp:180 sddmauthhelper.cpp:187 #, kde-format msgid "Invalid theme package" msgstr "" +#. +> trunk5 +#: sddmauthhelper.cpp:165 +#, kde-format +msgid "Could not open file" +msgstr "" + #. +> trunk5 stable5 plasma5lts #: sddmauthhelper.cpp:195 #, kde-format msgid "Could not decompress archive" msgstr "" #. +> trunk5 stable5 plasma5lts #: sddmthemeinstaller.cpp:41 #, kde-format msgid "SDDM theme installer" msgstr "" #. +> trunk5 stable5 plasma5lts #: sddmthemeinstaller.cpp:48 #, kde-format msgid "Install a theme." msgstr "" #. +> trunk5 stable5 plasma5lts #: sddmthemeinstaller.cpp:49 #, kde-format msgid "Uninstall a theme." msgstr "" #. +> trunk5 stable5 plasma5lts #: sddmthemeinstaller.cpp:51 #, kde-format msgid "The theme to install, must be an existing archive file." msgstr "" #. +> trunk5 stable5 plasma5lts #: sddmthemeinstaller.cpp:75 #, kde-format msgid "Unable to install theme" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/configwidgets/selectimagebutton.cpp:42 #, kde-format msgid "Load from file..." msgstr "" #. +> trunk5 stable5 plasma5lts #: src/configwidgets/selectimagebutton.cpp:43 #, kde-format msgid "Clear Image" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/configwidgets/selectimagebutton.cpp:76 #, kde-format msgctxt "@title:window" msgid "Select Image" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/cursortheme/dummytheme.cpp:26 #, kde-format msgid "Default" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/cursortheme/dummytheme.cpp:26 #, kde-format msgid "The default cursor theme in SDDM" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/cursortheme/thememodel.cpp:75 #, kde-format msgid "Name" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/cursortheme/thememodel.cpp:78 #, kde-format msgid "Description" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/cursortheme/xcursortheme.cpp:74 #, kde-format msgctxt "@info The argument is the list of available sizes (in pixel). Example: 'Available sizes: 24' or 'Available sizes: 24, 36, 48'" msgid "(Available sizes: %1)" msgstr "" #. +> trunk5 stable5 plasma5lts -#: src/sddmkcm.cpp:49 +#: src/sddmkcm.cpp:48 #, kde-format msgid "SDDM KDE Config" msgstr "" #. +> trunk5 stable5 plasma5lts -#: src/sddmkcm.cpp:51 +#: src/sddmkcm.cpp:50 #, kde-format msgid "Login screen using the SDDM" msgstr "" #. +> trunk5 stable5 plasma5lts -#: src/sddmkcm.cpp:55 src/sddmkcm.cpp:56 +#: src/sddmkcm.cpp:54 src/sddmkcm.cpp:55 #, kde-format msgid "Author" msgstr "" #. +> trunk5 stable5 plasma5lts -#: src/sddmkcm.cpp:122 +#: src/sddmkcm.cpp:121 #, kde-format msgid "Theme" msgstr "" #. +> trunk5 stable5 plasma5lts -#: src/sddmkcm.cpp:127 +#: src/sddmkcm.cpp:126 #, kde-format msgid "Advanced" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/sessionmodel.cpp:88 #, kde-format msgctxt "%1 is the name of a session" msgid "%1 (Wayland)" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/themeconfig.cpp:190 #, kde-format msgid "Download New SDDM Themes" msgstr "" #. +> trunk5 stable5 plasma5lts #: src/themesdelegate.cpp:66 #, kde-format msgid "No preview available" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:17 #, kde-format msgid "General" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:23 #, kde-format msgid "Cursor Theme:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, autoLogin) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:36 #, kde-format msgid "Auto &Login" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:51 #, kde-format msgid "User:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:61 #, kde-format msgid "Session:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:74 #, kde-format msgid "Relogin after quit" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:93 #, kde-format msgid "User" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:99 #, kde-format msgid "Minimum UID:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:119 #, kde-format msgid "Maximum UID:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:148 #, kde-format msgid "Commands" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:154 #, kde-format msgid "Halt Command:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 plasma5lts #: src/ui/advanceconfig.ui:164 #, kde-format msgid "Reboot Command:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, customizeBox) #. +> trunk5 stable5 plasma5lts #: src/ui/themeconfig.ui:53 #, kde-format msgid "Customize theme" msgstr "" #. i18n: ectx: property (text), widget (SelectImageButton, selectBackgroundButton) #. +> trunk5 stable5 plasma5lts #: src/ui/themeconfig.ui:80 #, kde-format msgid "..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 plasma5lts #: src/ui/themeconfig.ui:87 #, kde-format msgid "Background:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, getNewButton) #. +> trunk5 stable5 plasma5lts #: src/ui/themeconfig.ui:119 #, kde-format msgid "Get New Theme" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, installFromFileButton) #. +> trunk5 stable5 plasma5lts #: src/ui/themeconfig.ui:128 #, kde-format msgid "Install From File" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, removeThemeButton) #. +> trunk5 stable5 plasma5lts #: src/ui/themeconfig.ui:148 #, kde-format msgid "Remove Theme" msgstr "" Index: trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_applet_org.kde.desktopcontainment.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_applet_org.kde.desktopcontainment.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_applet_org.kde.desktopcontainment.pot (revision 1519254) @@ -1,529 +1,529 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-06-14 08:46+0200\n" +"POT-Creation-Date: 2018-07-05 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. +> trunk5 stable5 plasma5lts #: package/contents/config/config.qml:29 msgid "Location" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/config/config.qml:36 #: package/contents/ui/ConfigIcons.qml:299 #: package/contents/ui/FolderViewLayer.qml:406 msgid "Icons" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/config/config.qml:43 msgid "Filter" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/config/config.qml:50 msgid "Tweaks" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/AppletHandle.qml:105 msgid "Resize" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/AppletHandle.qml:127 msgid "Rotate" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/AppletHandle.qml:284 msgid "Remove" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/BackButtonItem.qml:116 msgid "Back" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:84 msgid "Show All Files" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:84 msgid "Show Files Matching" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:84 msgid "Hide Files Matching" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:90 msgid "File name pattern:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:104 msgid "File types:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:114 msgid "Search file type..." msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:211 msgid "File type" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:219 msgid "Description" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:237 msgid "Select All" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigFilter.qml:248 msgid "Deselect All" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:72 msgid "Panel button:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:83 msgid "Use a custom icon" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:125 msgctxt "@item:inmenu Open icon chooser dialog" msgid "Choose..." msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:131 msgctxt "@item:inmenu Reset icon to default" msgid "Clear Icon" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:151 msgid "Arrangement:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:158 msgid "Arrange in" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:168 #: plugins/folder/viewpropertiesmenu.cpp:34 #, kde-format msgid "Rows" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:168 #: plugins/folder/viewpropertiesmenu.cpp:38 #, kde-format msgid "Columns" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:176 #: plugins/folder/viewpropertiesmenu.cpp:43 #, kde-format msgid "Align" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:186 #: plugins/folder/viewpropertiesmenu.cpp:46 #, kde-format msgid "Left" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:186 #: plugins/folder/viewpropertiesmenu.cpp:50 #, kde-format msgid "Right" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:198 msgid "Lock in place" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:213 msgid "Sorting:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:220 msgid "Sort by" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:236 #: plugins/folder/viewpropertiesmenu.cpp:58 #, kde-format msgid "Unsorted" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:236 #: plugins/folder/viewpropertiesmenu.cpp:62 #, kde-format msgid "Name" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:236 #: package/contents/ui/ConfigIcons.qml:309 #: plugins/folder/viewpropertiesmenu.cpp:66 #, kde-format msgid "Size" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:236 #: plugins/folder/viewpropertiesmenu.cpp:70 #, kde-format msgid "Type" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:236 #: plugins/folder/viewpropertiesmenu.cpp:74 #, kde-format msgid "Date" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:251 #: plugins/folder/viewpropertiesmenu.cpp:79 #, kde-format msgid "Descending" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:263 msgid "Folders first" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:278 msgid "Appearance:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:287 msgctxt "whether to use icon or list view" msgid "View mode" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:299 msgid "List" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:334 #: plugins/folder/viewpropertiesmenu.cpp:88 #, kde-format msgid "Small" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:344 #: plugins/folder/viewpropertiesmenu.cpp:88 #, kde-format msgid "Large" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:354 msgid "Text lines" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:382 msgid "Features:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:391 msgid "Tool tips" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:403 msgid "Selection markers" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:415 msgid "Folder preview popups" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:425 msgid "Preview thumbnails" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigIcons.qml:434 msgid "More Preview Options..." msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:93 msgid "Location:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:101 msgid "Show the Desktop folder" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:113 msgid "Show files linked to the current activity" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:123 msgid "Show a place:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:171 msgid "Specify a folder:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:182 msgid "Type a path or a URL here" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:232 msgid "Title:" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:244 msgid "None" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:244 msgid "Default" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:244 msgid "Full path" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:244 msgid "Custom title" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigLocation.qml:257 msgid "Enter custom title here" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigTweaks.qml:42 msgid "Desktop Layout" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigTweaks.qml:51 msgid "Show the desktop toolbox" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigTweaks.qml:59 msgid "Widget Handling" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/ConfigTweaks.qml:69 msgid "Press and hold widgets to move them and reveal their handles" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/FolderItemPreviewPluginsDialog.qml:36 msgid "Preview Plugins" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/FolderItemPreviewPluginsDialog.qml:94 msgid "OK" msgstr "" #. +> trunk5 stable5 plasma5lts #: package/contents/ui/FolderItemPreviewPluginsDialog.qml:107 msgid "Cancel" msgstr "" #. +> trunk5 stable5 plasma5lts -#: package/contents/ui/main.qml:350 +#: package/contents/ui/main.qml:370 msgid "Widgets unlocked" msgstr "" #. +> trunk5 stable5 plasma5lts -#: package/contents/ui/main.qml:351 +#: package/contents/ui/main.qml:371 msgid "You can press and hold widgets to move them and reveal their handles." msgstr "" #. +> trunk5 stable5 plasma5lts -#: package/contents/ui/main.qml:352 +#: package/contents/ui/main.qml:372 msgid "Got it" msgstr "" #. +> trunk5 stable5 plasma5lts -#: package/contents/ui/main.qml:563 +#: package/contents/ui/main.qml:583 msgid "Configure Desktop" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/directorypicker.cpp:45 #, kde-format msgid "Select Folder" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:396 #, kde-format msgid "&Refresh Desktop" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:396 plugins/folder/foldermodel.cpp:1544 #, kde-format msgid "&Refresh View" msgstr "" #. +> plasma5lts #: plugins/folder/foldermodel.cpp:1540 #, kde-format msgid "&Reload" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:1551 #, kde-format msgid "&Empty Trash Bin" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:1554 #, kde-format msgctxt "Restore from trash" msgid "Restore" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:1559 #, kde-format msgid "&Open" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:1631 #, kde-format msgid "&Paste" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/foldermodel.cpp:1764 #, kde-format msgid "&Properties" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:31 #, kde-format msgid "Arrange In" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:55 #, kde-format msgid "Sort By" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:81 #, kde-format msgid "Folders First" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:84 #, kde-format msgid "Icon Size" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:88 #, kde-format msgid "Tiny" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:88 #, kde-format msgid "Small Medium" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:88 #, kde-format msgid "Medium" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:88 #, kde-format msgid "Huge" msgstr "" #. +> trunk5 stable5 plasma5lts #: plugins/folder/viewpropertiesmenu.cpp:97 #, kde-format msgid "Locked" msgstr "" Index: trunk/l10n-support/templates/summit/messages/kdemultimedia/juk.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/kdemultimedia/juk.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/kdemultimedia/juk.pot (revision 1519254) @@ -1,2327 +1,2333 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-07-03 08:45+0200\n" +"POT-Creation-Date: 2018-07-05 09:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. +> trunk5 stable5 #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:45 #, kde-format msgid "Create Search Playlist" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:54 #, kde-format msgid "Playlist name:" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:58 #, kde-format msgid "Search Criteria" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:63 #, kde-format msgid "Match any of the following" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:64 #, kde-format msgid "Match all of the following" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:88 #, kde-format msgctxt "additional search options" msgid "More" msgstr "" #. +> trunk5 stable5 #: advancedsearchdialog.cpp:93 #, kde-format msgid "Fewer" msgstr "" #. +> trunk5 stable5 #: cache.cpp:303 #, kde-format msgid "The music data cache has been corrupted. JuK needs to rescan it now. This may take some time." msgstr "" #. +> trunk5 stable5 #: collectionlist.cpp:137 #, kde-format msgid "Collection List" msgstr "" #. +> trunk5 stable5 #: collectionlist.cpp:278 #, kde-format msgid "" "Removing an item from the collection will also remove it from all of your playlists. Are you sure you want to continue?\n" "\n" "Note, however, that if the directory that these files are in is in your \"scan on startup\" list, they will be readded on startup." msgstr "" #. +> trunk5 stable5 #: collectionlist.cpp:328 #, kde-format msgid "Show Playing" msgstr "" #. +> trunk5 stable5 #: coverdialog.cpp:37 #, kde-format msgid "<All Artists>" msgstr "" #. +> trunk5 stable5 #: coverdialog.cpp:148 #, kde-format msgid "Remove Cover" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, CoverDialogBase) #. +> trunk5 stable5 #: coverdialogbase.ui:14 playlistcollection.cpp:972 #, kde-format msgid "Cover Manager" msgstr "" #. +> trunk5 stable5 #: deletedialog.cpp:60 #, kde-format msgid "1 file selected." msgid_plural "%1 files selected." msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: deletedialog.cpp:71 #, kde-format msgid "These items will be permanently deleted from your hard disk." msgstr "" #. +> trunk5 stable5 #: deletedialog.cpp:77 #, kde-format msgid "These items will be moved to the Trash Bin." msgstr "" #. +> trunk5 stable5 #: deletedialog.cpp:89 #, kde-format msgid "&Send to Trash" msgstr "" #. +> trunk5 stable5 #: deletedialog.cpp:93 #, kde-format msgid "About to delete selected files" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: deletedialogbase.ui:88 #, kde-format msgid "Are you sure that you want to remove these items?" msgstr "" #. i18n: ectx: property (toolTip), widget (QCheckBox, ddShouldDelete) #. +> trunk5 stable5 #: deletedialogbase.ui:138 #, kde-format msgid "If checked, files will be permanently removed instead of being placed in the Trash Bin" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, ddShouldDelete) #. +> trunk5 stable5 #: deletedialogbase.ui:143 #, kde-format msgid "" "" "

    If this box is checked, files will be permanently removed instead of being placed in the Trash Bin.

    " "\n" "\n" "

    Use this option with caution: Most filesystems are unable to reliably undelete deleted files.

    " "
    " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ddShouldDelete) #. +> trunk5 stable5 #: deletedialogbase.ui:146 #, kde-format msgid "&Delete files instead of moving them to the trash" msgstr "" #. +> trunk5 stable5 #: directorylist.cpp:56 #, kde-format msgid "Folder List" msgstr "" #. i18n: ectx: property (text), widget (QLabel, informationLabel) #. +> trunk5 stable5 #: directorylistbase.ui:19 #, kde-format msgid "Please choose the folders where you keep your music:" msgstr "" #. i18n: ectx: property (toolTip), widget (QListView, directoryListView) #. i18n: ectx: property (toolTip), widget (QListView, excludeDirectoryListView) #. +> trunk5 stable5 #: directorylistbase.ui:34 directorylistbase.ui:117 #, kde-format msgid "These folders will be scanned on startup for new files." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, addDirectoryButton) #. i18n: ectx: property (text), widget (QPushButton, addExcludeDirectoryButton) #. +> trunk5 stable5 #: directorylistbase.ui:64 directorylistbase.ui:147 #, kde-format msgid "Add Folder..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, removeDirectoryButton) #. i18n: ectx: property (text), widget (QPushButton, removeExcludeDirectoryButton) #. +> trunk5 stable5 #: directorylistbase.ui:71 directorylistbase.ui:154 #, kde-format msgid "Remove Folder" msgstr "" #. i18n: ectx: property (text), widget (QLabel, ExcludeInformationLabel) #. +> trunk5 stable5 #: directorylistbase.ui:102 #, kde-format msgid "Please choose the folders that should be excluded from music search:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, importPlaylistsCheckBox) #. +> trunk5 stable5 #: directorylistbase.ui:183 #, kde-format msgid "Import playlists" msgstr "" #. +> trunk5 stable5 -#: exampleoptions.cpp:56 main.cpp:62 playermanager.cpp:445 playlist.cpp:194 +#: exampleoptions.cpp:56 main.cpp:62 playermanager.cpp:445 playlist.cpp:195 #: systemtray.cpp:492 systemtray.cpp:503 #, kde-format msgid "JuK" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, ExampleOptionsBase) #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: exampleoptionsbase.ui:13 filerenamerbase.ui:203 #, kde-format msgid "Example" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: exampleoptionsbase.ui:37 #, kde-format msgid "Example Tag Selection" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_fileTagsButton) #. +> trunk5 stable5 #: exampleoptionsbase.ui:58 #, kde-format msgid "Get example tags from this file:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_manualTagsButton) #. +> trunk5 stable5 #: exampleoptionsbase.ui:81 #, kde-format msgid "Enter example tags manually:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, m_manualGroup) #. +> trunk5 stable5 #: exampleoptionsbase.ui:91 #, kde-format msgid "Example Tags" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: exampleoptionsbase.ui:135 #, kde-format msgctxt "song title" msgid "Title:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. +> trunk5 stable5 #: exampleoptionsbase.ui:145 #, kde-format msgid "Artist:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #. +> trunk5 stable5 #: exampleoptionsbase.ui:155 #, kde-format msgid "Album:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel4) #. +> trunk5 stable5 #: exampleoptionsbase.ui:165 #, kde-format msgid "Genre:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel5) #. +> trunk5 stable5 #: exampleoptionsbase.ui:175 #, kde-format msgid "Track number:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel6) #. +> trunk5 stable5 #: exampleoptionsbase.ui:185 #, kde-format msgid "Year:" msgstr "" #. i18n: ectx: property (text), widget (KLineEdit, m_exampleTitle) #. +> trunk5 stable5 #: exampleoptionsbase.ui:214 #, kde-format msgctxt "example song title" msgid "Title" msgstr "" #. i18n: ectx: property (text), widget (KLineEdit, m_exampleArtist) #. i18n: ectx: property (text), widget (K3ListView, trackList) #. +> trunk5 stable5 -#: exampleoptionsbase.ui:221 playlist.cpp:1290 tagrenameroptions.cpp:104 +#: exampleoptionsbase.ui:221 playlist.cpp:1291 tagrenameroptions.cpp:104 #: trackpickerdialogbase.ui:108 #, kde-format msgid "Artist" msgstr "" #. i18n: ectx: property (text), widget (KLineEdit, m_exampleAlbum) #. i18n: ectx: property (text), widget (K3ListView, trackList) #. +> trunk5 stable5 -#: exampleoptionsbase.ui:228 playlist.cpp:1291 tagrenameroptions.cpp:108 +#: exampleoptionsbase.ui:228 playlist.cpp:1292 tagrenameroptions.cpp:108 #: trackpickerdialogbase.ui:119 #, kde-format msgid "Album" msgstr "" #. i18n: ectx: property (text), widget (KLineEdit, m_exampleGenre) #. +> trunk5 stable5 -#: exampleoptionsbase.ui:235 playlist.cpp:1294 tagrenameroptions.cpp:117 +#: exampleoptionsbase.ui:235 playlist.cpp:1295 tagrenameroptions.cpp:117 #, kde-format msgid "Genre" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:66 #, kde-format msgctxt "warning about mass file rename" msgid "Warning" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:77 #, kde-format msgid "You are about to rename the following files. Are you sure you want to continue?" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:84 #, kde-format msgid "Original Name" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:85 #, kde-format msgid "New Name" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:108 #, kde-format msgid "No Change" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:395 #, kde-format msgctxt "remove music genre from file renamer" msgid "Remove" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:400 #, kde-format msgctxt "file renamer genre options" msgid "Options" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:498 #, kde-format msgid "Insert folder separator" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:591 #, kde-format msgid "No file selected, or selected file has no tags." msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:834 #, kde-format msgid "Hide Renamer Test Dialog" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, m_showExample) #. +> trunk5 stable5 #: filerenamer.cpp:839 filerenamerbase.ui:257 #, kde-format msgid "Show Renamer Test Dialog" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:921 #, kde-format msgid "%1 to %2" msgstr "" #. +> trunk5 stable5 #: filerenamer.cpp:928 #, kde-format msgid "The following rename operations failed:\n" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, FileRenamerBase) #. +> trunk5 stable5 #: filerenamerbase.ui:20 #, kde-format msgid "File Renamer Configuration" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_6) #. +> trunk5 stable5 #: filerenamerbase.ui:65 #, kde-format msgid "Music folder:" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, m_category) #. +> trunk5 stable5 #: filerenamerbase.ui:90 #, kde-format msgid "Album Tag" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, m_category) #. +> trunk5 stable5 #: filerenamerbase.ui:95 #, kde-format msgid "Artist Tag" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, m_category) #. +> trunk5 stable5 #: filerenamerbase.ui:100 #, kde-format msgid "Genre Tag" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, m_category) #. +> trunk5 stable5 #: filerenamerbase.ui:105 #, kde-format msgid "Title Tag" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, m_category) #. +> trunk5 stable5 #: filerenamerbase.ui:110 #, kde-format msgid "Track Tag" msgstr "" #. i18n: ectx: property (text), item, widget (KComboBox, m_category) #. +> trunk5 stable5 #: filerenamerbase.ui:115 #, kde-format msgid "Year Tag" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, m_insertCategory) #. +> trunk5 stable5 #: filerenamerbase.ui:123 #, kde-format msgid "Insert Category" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: filerenamerbase.ui:135 #, kde-format msgid "&Add category:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1_7) #. +> trunk5 stable5 #: filerenamerbase.ui:145 #, kde-format msgid "Separator:" msgstr "" #. +> trunk5 stable5 #: filerenamerconfigdlg.cpp:29 #, kde-format msgid "File Renamer Options" msgstr "" #. +> trunk5 stable5 #: filerenameroptions.cpp:38 #, kde-format msgctxt "%1 will be a music tag category like Artist or Album" msgid "%1 Options" msgstr "" #. +> trunk5 stable5 #: filerenameroptions.cpp:39 #, kde-format msgid "%1 Format" msgstr "" #. +> trunk5 stable5 #: filerenameroptions.cpp:40 #, kde-format msgid "When the Track's %1 is Empty" msgstr "" #. +> trunk5 stable5 #: filerenameroptions.cpp:41 #, kde-format msgid "When using the file renamer your files will be renamed to the values that you have in your track's %1 tag, plus any additional text that you specify below." msgstr "" #. +> trunk5 stable5 #: filerenameroptions.cpp:114 #, kde-format msgid "File Renamer" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_substitution) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:115 #, kde-format msgid "Substitution Example" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_includeEmptyButton) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:137 #, kde-format msgid "Include in the &filename anyways" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_ignoreTagButton) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:144 #, kde-format msgid "&Ignore this tag when renaming the file" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, m_useValueButton) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:162 #, kde-format msgid "Use &this value:" msgstr "" #. i18n: ectx: property (text), widget (KLineEdit, m_emptyTagValue) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:172 #, kde-format msgctxt "value to use in replacement when source tag empty" msgid "Empty" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, m_trackGroup) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:184 #, kde-format msgid "Track numbering" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel10) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:196 #, kde-format msgid "JuK can force the track used in a file name to have a minimum number of digits. You may want to do this for better sorting in file managers." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel5) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:228 #, kde-format msgid "Minimum number of digits:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_doubleDigitExample) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:266 #, kde-format msgid "014" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_singleDigitExample) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:284 #, kde-format msgid "003" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_singleDigit) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:291 #, kde-format msgid "3 ->" msgstr "" #. i18n: ectx: property (text), widget (QLabel, m_doubleDigit) #. +> trunk5 stable5 #: filerenameroptionsbase.ui:301 #, kde-format msgid "14 ->" msgstr "" #. +> trunk5 stable5 #: historyplaylist.cpp:42 #, kde-format msgid "Time" msgstr "" #. +> trunk5 stable5 #: juk.cpp:207 #, kde-format msgid "Your album art failed to download." msgstr "" #. +> trunk5 stable5 #: juk.cpp:209 #, kde-format msgid "Your album art has finished downloading." msgstr "" #. +> trunk5 stable5 #: juk.cpp:253 systemtray.cpp:185 #, kde-format msgid "&Random Play" msgstr "" #. +> trunk5 stable5 #: juk.cpp:260 #, kde-format msgid "&Disable Random Play" msgstr "" #. +> trunk5 stable5 #: juk.cpp:266 #, kde-format msgid "Use &Random Play" msgstr "" #. +> trunk5 stable5 #: juk.cpp:272 #, kde-format msgid "Use &Album Random Play" msgstr "" #. +> trunk5 stable5 #: juk.cpp:279 #, kde-format msgid "Remove From Playlist" msgstr "" #. +> trunk5 stable5 #: juk.cpp:283 #, kde-format msgid "&Play" msgstr "" #. +> trunk5 stable5 #: juk.cpp:287 #, kde-format msgid "P&ause" msgstr "" #. +> trunk5 stable5 #: juk.cpp:291 #, kde-format msgid "&Stop" msgstr "" #. +> trunk5 stable5 #: juk.cpp:294 #, kde-format msgctxt "previous track" msgid "Previous" msgstr "" #. +> trunk5 stable5 #: juk.cpp:299 #, kde-format msgctxt "next track" msgid "&Next" msgstr "" #. +> trunk5 stable5 #: juk.cpp:303 #, kde-format msgid "&Loop Playlist" msgstr "" #. +> trunk5 stable5 #: juk.cpp:307 #, kde-format msgid "&Resize Playlist Columns Manually" msgstr "" #. +> trunk5 stable5 #: juk.cpp:312 #, kde-format msgctxt "silence playback" msgid "Mute" msgstr "" #. +> trunk5 stable5 #: juk.cpp:316 #, kde-format msgid "Volume Up" msgstr "" #. +> trunk5 stable5 #: juk.cpp:320 #, kde-format msgid "Volume Down" msgstr "" #. +> trunk5 stable5 #: juk.cpp:324 #, kde-format msgid "Play / Pause" msgstr "" #. +> trunk5 stable5 #: juk.cpp:328 #, kde-format msgid "Seek Forward" msgstr "" #. +> trunk5 stable5 #: juk.cpp:332 #, kde-format msgid "Seek Back" msgstr "" #. +> trunk5 stable5 #: juk.cpp:336 #, kde-format msgid "Show / Hide" msgstr "" #. +> trunk5 stable5 #: juk.cpp:343 #, kde-format msgid "&Dock in System Tray" msgstr "" #. +> trunk5 stable5 #: juk.cpp:347 #, kde-format msgid "&Stay in System Tray on Close" msgstr "" #. +> trunk5 stable5 #: juk.cpp:350 #, kde-format msgid "Popup &Track Announcement" msgstr "" #. +> trunk5 stable5 #: juk.cpp:353 #, kde-format msgid "Save &Play Queue on Exit" msgstr "" #. +> trunk5 stable5 #: juk.cpp:356 #, kde-format msgid "&Tag Guesser..." msgstr "" #. +> trunk5 stable5 #: juk.cpp:359 #, kde-format msgid "&File Renamer..." msgstr "" #. +> trunk5 stable5 #: juk.cpp:362 #, kde-format msgid "&Configure scrobbling..." msgstr "" #. +> trunk5 stable5 #: juk.cpp:369 #, kde-format msgid "Track Position" msgstr "" #. +> trunk5 stable5 #: juk.cpp:371 slider.cpp:232 #, kde-format msgid "Volume" msgstr "" #. +> trunk5 stable5 #: juk.cpp:543 #, kde-format msgid "Closing the main window will keep JuK running in the system tray. Use Quit from the File menu to quit the application." msgstr "" #. +> trunk5 stable5 #: juk.cpp:545 #, kde-format msgid "Docking in System Tray" msgstr "" #. i18n: ectx: Menu (file) #. +> trunk5 stable5 #: jukui-rtl.rc:4 jukui.rc:6 #, kde-format msgid "&File" msgstr "" #. i18n: ectx: Menu (view) #. +> trunk5 stable5 #: jukui-rtl.rc:26 jukui.rc:28 #, kde-format msgid "&View" msgstr "" #. i18n: ectx: Menu (player) #. +> trunk5 stable5 #: jukui-rtl.rc:39 jukui.rc:41 #, kde-format msgid "&Player" msgstr "" #. i18n: ectx: Menu (playlist) #. +> trunk5 stable5 #: jukui-rtl.rc:56 jukui.rc:58 #, kde-format msgid "&Tagger" msgstr "" #. i18n: ectx: Menu (settings) #. +> trunk5 stable5 #: jukui-rtl.rc:67 jukui.rc:69 #, kde-format msgid "&Settings" msgstr "" #. i18n: ectx: ToolBar (mainToolBar) #. +> trunk5 stable5 #: jukui-rtl.rc:80 jukui.rc:82 #, kde-format msgid "Main Toolbar" msgstr "" #. i18n: ectx: ToolBar (playToolBar) #. +> trunk5 stable5 #: jukui-rtl.rc:98 jukui.rc:100 #, kde-format msgid "Play Toolbar" msgstr "" #. +> trunk5 stable5 #: keydialog.cpp:101 #, kde-format msgid "Configure Shortcuts" msgstr "" #. +> trunk5 stable5 #: keydialog.cpp:117 #, kde-format msgid "Global Shortcuts" msgstr "" #. +> trunk5 stable5 #: keydialog.cpp:123 #, kde-format msgid "&No keys" msgstr "" #. +> trunk5 stable5 #: keydialog.cpp:127 #, kde-format msgid "&Standard keys" msgstr "" #. +> trunk5 stable5 #: keydialog.cpp:131 #, kde-format msgid "&Multimedia keys" msgstr "" #. +> trunk5 stable5 #: keydialog.cpp:137 #, kde-format msgid "Here you can select the keys used as global shortcuts to control the player" msgstr "" #. +> trunk5 stable5 #: lyricswidget.cpp:45 #, kde-format msgid "Show &Lyrics" msgstr "" #. +> trunk5 stable5 #: lyricswidget.cpp:72 #, kde-format msgid "No file playing." msgstr "" #. +> trunk5 stable5 #: lyricswidget.cpp:76 #, kde-format msgid "Loading..." msgstr "" #. +> trunk5 stable5 #: lyricswidget.cpp:115 lyricswidget.cpp:143 #, kde-format msgid "Error while retrieving lyrics!" msgstr "" #. +> trunk5 stable5 #: lyricswidget.cpp:152 #, kde-format msgid "No lyrics available." msgstr "" #. +> trunk5 stable5 #: lyricswidget.cpp:161 #, kde-format msgid "" "
    " "
    " "Lyrics provided by LyricWiki" msgstr "" #. +> trunk5 stable5 #: main.cpp:34 #, kde-format msgid "Jukebox and music manager by the KDE community" msgstr "" #. +> trunk5 stable5 #: main.cpp:35 #, kde-format msgid "Author, chief dork and keeper of the funk" msgstr "" #. +> trunk5 stable5 #: main.cpp:36 #, kde-format msgid "Assistant super-hero, fixer of many things" msgstr "" #. +> trunk5 stable5 #: main.cpp:37 #, kde-format msgid "More KDE Platform 4 porting efforts" msgstr "" #. +> trunk5 stable5 #: main.cpp:38 #, kde-format msgid "" "System tray docking, \"inline\" tag editing,\n" "bug fixes, evangelism, moral support" msgstr "" #. +> trunk5 stable5 #: main.cpp:39 #, kde-format msgid "GStreamer port" msgstr "" #. +> trunk5 stable5 #: main.cpp:40 #, kde-format msgid "Global keybindings support" msgstr "" #. +> trunk5 stable5 #: main.cpp:41 #, kde-format msgid "Track announcement popups" msgstr "" #. +> trunk5 stable5 #: main.cpp:42 #, kde-format msgid "Automagic track data guessing, bugfixes" msgstr "" #. +> trunk5 stable5 #: main.cpp:43 #, kde-format msgid "More automagical things, now using MusicBrainz" msgstr "" #. +> trunk5 stable5 #: main.cpp:44 #, kde-format msgid "Co-conspirator in MusicBrainz wizardry" msgstr "" #. +> trunk5 stable5 #: main.cpp:45 #, kde-format msgid "Friendly, neighborhood aRts guru" msgstr "" #. +> trunk5 stable5 #: main.cpp:46 #, kde-format msgid "Making JuK friendlier to people with terabytes of music" msgstr "" #. +> trunk5 stable5 #: main.cpp:47 #, kde-format msgid "DCOP interface" msgstr "" #. +> trunk5 stable5 #: main.cpp:48 #, kde-format msgid "FLAC and MPC support" msgstr "" #. +> trunk5 stable5 #: main.cpp:49 #, kde-format msgid "Album cover manager" msgstr "" #. +> trunk5 stable5 #: main.cpp:50 #, kde-format msgid "Gimper of splash screen" msgstr "" #. +> trunk5 stable5 #: main.cpp:51 #, kde-format msgid "Porting to KDE 4 when no one else was around" msgstr "" #. +> trunk5 stable5 #: main.cpp:52 #, kde-format msgid "Badly-needed tag editor bugfixes." msgstr "" #. +> trunk5 stable5 #: main.cpp:53 #, kde-format msgid "Last.fm scrobbling support, lyrics, prepping for KDE Frameworks." msgstr "" #. +> trunk5 stable5 #: main.cpp:54 #, kde-format msgid "MPRIS2 Interface implementation." msgstr "" #. +> trunk5 stable5 #: main.cpp:55 #, kde-format msgid "Porting to KF5 when no one else was around" msgstr "" #. +> trunk5 stable5 #: main.cpp:64 #, kde-format msgid "© 2002–2017, Scott Wheeler, Michael Pyne, and others" msgstr "" #. +> trunk5 stable5 #: main.cpp:68 #, kde-format msgid "Scott Wheeler" msgstr "" #. +> trunk5 stable5 #: main.cpp:69 #, kde-format msgid "Michael Pyne" msgstr "" #. +> trunk5 stable5 #: main.cpp:70 #, kde-format msgid "Kacper Kasper" msgstr "" #. +> trunk5 stable5 #: main.cpp:71 #, kde-format msgid "Eike Hein" msgstr "" #. +> trunk5 stable5 #: main.cpp:72 #, kde-format msgid "Martin Sandsmark" msgstr "" #. +> trunk5 stable5 #: main.cpp:73 #, kde-format msgid "Γιώργος Κυλάφας (Giorgos Kylafas)" msgstr "" #. +> trunk5 stable5 #: main.cpp:74 #, kde-format msgid "Georg Grabler" msgstr "" #. +> trunk5 stable5 #: main.cpp:75 #, kde-format msgid "Laurent Montel" msgstr "" #. +> trunk5 stable5 #: main.cpp:76 #, kde-format msgid "Nathan Toone" msgstr "" #. +> trunk5 stable5 #: main.cpp:77 #, kde-format msgid "Matthias Kretz" msgstr "" #. +> trunk5 stable5 #: main.cpp:78 #, kde-format msgid "Daniel Molkentin" msgstr "" #. +> trunk5 stable5 #: main.cpp:79 #, kde-format msgid "Tim Jansen" msgstr "" #. +> trunk5 stable5 #: main.cpp:80 #, kde-format msgid "Stefan Asserhäll" msgstr "" #. +> trunk5 stable5 #: main.cpp:81 #, kde-format msgid "Stephen Douglas" msgstr "" #. +> trunk5 stable5 #: main.cpp:82 #, kde-format msgid "Frerich Raabe" msgstr "" #. +> trunk5 stable5 #: main.cpp:83 #, kde-format msgid "Zack Rusin" msgstr "" #. +> trunk5 stable5 #: main.cpp:84 #, kde-format msgid "Adam Treat" msgstr "" #. +> trunk5 stable5 #: main.cpp:85 #, kde-format msgid "Maks Orlovich" msgstr "" #. +> trunk5 stable5 #: main.cpp:86 #, kde-format msgid "Antonio Larrosa Jimenez" msgstr "" #. +> trunk5 stable5 #: main.cpp:87 #, kde-format msgid "Allan Sandfeld Jensen" msgstr "" #. +> trunk5 stable5 #: main.cpp:88 #, kde-format msgid "Pascal Klein" msgstr "" #. +> trunk5 stable5 #: main.cpp:93 #, kde-format msgid "File(s) to open" msgstr "" #. +> trunk5 stable5 #: main.cpp:110 #, kde-format msgid "" "JuK running in docked mode\n" "Use context menu in system tray to restore." msgstr "" #. +> trunk5 stable5 #: main.cpp:111 #, kde-format msgid "JuK Docked" msgstr "" #. +> trunk5 stable5 #: mediafiles.cpp:126 #, kde-format msgctxt "open audio file" msgid "Open" msgstr "" #. +> trunk5 stable5 #: mediafiles.cpp:139 #, kde-format msgid "Save Playlist" msgstr "" #. +> trunk5 stable5 #: musicbrainzquery.cpp:39 #, kde-format msgid "Querying MusicBrainz server..." msgstr "" #. +> trunk5 stable5 #: musicbrainzquery.cpp:52 #, kde-format msgid "No matches found." msgstr "" #. +> trunk5 stable5 #: musicbrainzquery.cpp:66 #, kde-format msgid "Error connecting to MusicBrainz server." msgstr "" #. +> trunk5 stable5 #: nowplaying.cpp:311 #, kde-format msgid "back to playlist" msgstr "" #. +> trunk5 stable5 #: playermanager.cpp:415 #, kde-format msgctxt "%1 will be the /path/to/file, %2 will be some string from Phonon describing the error" msgid "" "JuK is unable to play the audio file" "%1" "for the following reason:" "%2" msgstr "" #. +> trunk5 stable5 #: playermanager.cpp:461 #, kde-format msgctxt "%1 is the artist and %2 is the title of the currently playing track." msgid "%1 - %2 :: JuK" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:337 +#: playlist.cpp:338 #, kde-format msgid "Could not save to file %1." msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:581 +#: playlist.cpp:582 #, kde-format msgid "Are you sure you want to delete these covers?" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:583 +#: playlist.cpp:584 #, kde-format msgid "&Delete Covers" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:612 +#: playlist.cpp:613 #, kde-format msgid "Select Cover Image File" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:614 +#: playlist.cpp:615 #, kde-format msgid "Images (*.png *.jpg)" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:767 +#: playlist.cpp:768 #, kde-format msgid "Could not delete these files" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:768 +#: playlist.cpp:769 #, kde-format msgid "Could not move these files to the Trash" msgstr "" #. i18n: ectx: property (text), widget (K3ListView, trackList) #. +> trunk5 stable5 -#: playlist.cpp:1289 trackpickerdialogbase.ui:97 +#: playlist.cpp:1290 trackpickerdialogbase.ui:97 #, kde-format msgid "Track Name" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1292 +#: playlist.cpp:1293 #, kde-format msgid "Cover" msgstr "" #. i18n: ectx: property (text), widget (K3ListView, trackList) #. +> trunk5 stable5 -#: playlist.cpp:1293 tagrenameroptions.cpp:112 trackpickerdialogbase.ui:130 +#: playlist.cpp:1294 tagrenameroptions.cpp:112 trackpickerdialogbase.ui:130 #, kde-format msgctxt "cd track number" msgid "Track" msgstr "" #. i18n: ectx: property (text), widget (K3ListView, trackList) #. +> trunk5 stable5 -#: playlist.cpp:1295 tagrenameroptions.cpp:121 trackpickerdialogbase.ui:141 +#: playlist.cpp:1296 tagrenameroptions.cpp:121 trackpickerdialogbase.ui:141 #, kde-format msgid "Year" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1296 +#: playlist.cpp:1297 #, kde-format msgid "Length" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1297 +#: playlist.cpp:1298 #, kde-format msgid "Bitrate" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1298 +#: playlist.cpp:1299 #, kde-format msgid "Comment" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, fileInfoGroup) #. +> trunk5 stable5 -#: playlist.cpp:1299 trackpickerdialogbase.ui:21 +#: playlist.cpp:1300 trackpickerdialogbase.ui:21 #, kde-format msgid "File Name" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1300 +#: playlist.cpp:1301 #, kde-format msgid "File Name (full path)" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1465 +#: playlist.cpp:1454 #, kde-format msgid "&Show Columns" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1883 +#: playlist.cpp:1872 #, kde-format msgid "Add to Play Queue" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1896 +#: playlist.cpp:1885 playlist.cpp:2002 #, kde-format msgid "Edit" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1911 +#: playlist.cpp:1900 #, kde-format msgid "Create Playlist From Selected Items..." msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:1927 +#: playlist.cpp:1916 #, kde-format msgid "Edit '%1'" msgstr "" +#. +> trunk5 +#: playlist.cpp:2000 +#, kde-format +msgid "This will edit multiple files. Are you sure?" +msgstr "" + #. +> trunk5 stable5 -#: playlist.cpp:2100 playlistcollection.h:192 +#: playlist.cpp:2059 playlistcollection.h:192 #, kde-format msgid "Create New Playlist" msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:2109 +#: playlist.cpp:2068 #, kde-format msgid "Manual column widths have been enabled. You can switch back to automatic column sizes in the view menu." msgstr "" #. +> trunk5 stable5 -#: playlist.cpp:2112 +#: playlist.cpp:2071 #, kde-format msgid "Manual Column Widths Enabled" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:107 #, kde-format msgid "View Modes" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:161 #, kde-format msgid "Show &History" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:213 playlistcollection.cpp:424 #, kde-format msgctxt "verb, copy the playlist" msgid "Duplicate" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:345 #, kde-format msgid "Do you want to delete these files from the disk as well?" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:345 #, kde-format msgid "Keep" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:355 #, kde-format msgid "Could not delete these files." msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:362 #, kde-format msgid "Are you sure you want to remove these playlists from your collection?" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:365 #, kde-format msgid "Remove Items?" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bRemove) #. +> trunk5 stable5 #: playlistbox.cpp:366 tagguesserconfigdlgwidget.ui:100 #, kde-format msgid "&Remove" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:559 #, kde-format msgid "Hid&e" msgstr "" #. +> trunk5 stable5 #: playlistbox.cpp:561 playlistcollection.cpp:964 #, kde-format msgid "R&emove" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:206 #, kde-format msgid "Dynamic List" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:249 #, kde-format msgid "Now Playing" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:351 #, kde-format msgid "Do you want to add these items to the current list or to the collection list?" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:353 #, kde-format msgctxt "current playlist" msgid "Current" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:354 #, kde-format msgid "Collection" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:412 #, kde-format msgid "Rename" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:531 #, kde-format msgid "Search Playlist" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:556 #, kde-format msgid "Create Folder Playlist" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:595 #, kde-format msgid "History" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:780 #, kde-format msgid "Please enter a name for this playlist:" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:925 #, kde-format msgctxt "new playlist" msgid "&New" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:928 #, kde-format msgid "&Empty Playlist..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:930 #, kde-format msgid "&Search Playlist..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:932 #, kde-format msgid "Playlist From &Folder..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:938 #, kde-format msgid "&Guess Tag Information" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:943 #, kde-format msgid "From &File Name" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:945 #, kde-format msgid "From &Internet" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:948 #, kde-format msgid "Guess Tag Information From &File Name" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:953 #, kde-format msgid "Play First Track" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:954 #, kde-format msgid "Play Next Album" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:960 #, kde-format msgid "Manage &Folders..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:961 #, kde-format msgid "&Rename..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:962 #, kde-format msgctxt "verb, copy the playlist" msgid "D&uplicate..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:965 #, kde-format msgid "Reload" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:966 #, kde-format msgid "Edit Search..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:968 #, kde-format msgid "&Delete" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:969 #, kde-format msgid "Refresh" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:970 #, kde-format msgid "&Rename File" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:975 #, kde-format msgid "&View Cover" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:977 #, kde-format msgid "Get Cover From &File..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:979 #, kde-format msgid "Get Cover From &Internet..." msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:981 #, kde-format msgid "&Delete Cover" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:983 #, kde-format msgid "Show Cover &Manager" msgstr "" #. +> trunk5 stable5 #: playlistcollection.cpp:987 #, kde-format msgid "Show &Play Queue" msgstr "" #. +> trunk5 stable5 #: playlistcollection.h:195 #, kde-format msgid "Playlist" msgstr "" #. +> trunk5 stable5 #: playlistsplitter.cpp:163 #, kde-format msgid "Show &Search Bar" msgstr "" #. +> trunk5 stable5 #: playlistsplitter.cpp:166 #, kde-format msgid "Edit Track Search" msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:38 #, kde-format msgid "Configure scrobbling..." msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:43 #, kde-format msgid "Test login..." msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:50 #, kde-format msgid "Please enter your last.fm login credentials:" msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:54 #, kde-format msgid "Username:" msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:55 #, kde-format msgid "Password:" msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:84 #, kde-format msgid "KWallet is unavailable, your Last.fm credentials will be stored without encryption." msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:84 #, kde-format msgid "KWallet is unavailable" msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:130 #, kde-format msgid "Validating login..." msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:140 #, kde-format msgid "Login invalid." msgstr "" #. +> trunk5 stable5 #: scrobbleconfigdlg.cpp:148 #, kde-format msgid "Login valid." msgstr "" #. +> trunk5 stable5 #: searchwidget.cpp:72 #, kde-format msgid "Normal Matching" msgstr "" #. +> trunk5 stable5 #: searchwidget.cpp:73 #, kde-format msgid "Case Sensitive" msgstr "" #. +> trunk5 stable5 #: searchwidget.cpp:74 #, kde-format msgid "Pattern Matching" msgstr "" #. +> trunk5 stable5 #: searchwidget.cpp:173 #, kde-format msgid "All Visible" msgstr "" #. +> trunk5 stable5 #: searchwidget.cpp:205 #, kde-format msgid "Search:" msgstr "" #. +> trunk5 stable5 #: slider.cpp:233 #, kde-format msgid "100%" msgstr "" #. +> trunk5 stable5 #: slider.cpp:234 #, kde-format msgid "80%" msgstr "" #. +> trunk5 stable5 #: slider.cpp:235 #, kde-format msgid "60%" msgstr "" #. +> trunk5 stable5 #: slider.cpp:236 #, kde-format msgid "40%" msgstr "" #. +> trunk5 stable5 #: slider.cpp:237 #, kde-format msgid "20%" msgstr "" #. +> trunk5 stable5 #: slider.cpp:238 #, kde-format msgid "0%" msgstr "" #. +> trunk5 stable5 #: slideraction.cpp:53 #, kde-format msgid "Seeking is not supported in this file with your audio settings." msgstr "" #. +> trunk5 stable5 #: statuslabel.cpp:85 #, kde-format msgid "Jump to the currently playing item" msgstr "" #. +> trunk5 stable5 #: statuslabel.cpp:115 #, kde-format msgid "1 item" msgid_plural "%1 items" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: systemtray.cpp:165 #, kde-format msgid "Redisplay Popup" msgstr "" #. +> trunk5 stable5 #: tag.cpp:95 #, kde-format msgctxt "a playing track, %1 is artist, %2 is song title" msgid "%1 - %2" msgstr "" #. +> trunk5 stable5 #: tageditor.cpp:481 #, kde-format msgid "Show &Tag Editor" msgstr "" #. +> trunk5 stable5 #: tageditor.cpp:485 #, kde-format msgid "&Save" msgstr "" #. +> trunk5 stable5 #: tageditor.cpp:611 #, kde-format msgid "Do you want to save your changes to:\n" msgstr "" #. +> trunk5 stable5 #: tageditor.cpp:613 #, kde-format msgid "Save Changes" msgstr "" #. i18n: ectx: property (text), widget (QLabel, fileNameLabel) #. +> trunk5 stable5 #: tageditor.ui:19 #, kde-format msgid "F&ile name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, trackLabel) #. +> trunk5 stable5 #: tageditor.ui:29 #, kde-format msgid "T&rack:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, artistNameLabel) #. +> trunk5 stable5 #: tageditor.ui:39 #, kde-format msgid "&Artist name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, albumNameLabel) #. +> trunk5 stable5 #: tageditor.ui:49 #, kde-format msgid "Album &name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, genreLabel) #. +> trunk5 stable5 #: tageditor.ui:59 #, kde-format msgid "&Genre:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, yearLabel) #. +> trunk5 stable5 #: tageditor.ui:72 #, kde-format msgid "&Year:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lengthLabel) #. +> trunk5 stable5 #: tageditor.ui:96 #, kde-format msgid "&Length:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, bitrateLabel) #. +> trunk5 stable5 #: tageditor.ui:106 #, kde-format msgid "&Bitrate:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, commentLabel) #. +> trunk5 stable5 #: tageditor.ui:116 #, kde-format msgid "&Comment:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, trackNameLabel) #. +> trunk5 stable5 #: tageditor.ui:184 #, kde-format msgid "Trac&k name:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, artistNameEnable) #. i18n: ectx: property (text), widget (QCheckBox, trackNameEnable) #. i18n: ectx: property (text), widget (QCheckBox, albumNameEnable) #. i18n: ectx: property (text), widget (QCheckBox, genreEnable) #. i18n: ectx: property (text), widget (QCheckBox, trackEnable) #. i18n: ectx: property (text), widget (QCheckBox, yearEnable) #. i18n: ectx: property (text), widget (QCheckBox, commentEnable) #. +> trunk5 stable5 #: tageditor.ui:194 tageditor.ui:207 tageditor.ui:217 tageditor.ui:227 #: tageditor.ui:237 tageditor.ui:247 tageditor.ui:257 #, kde-format msgid "Enable" msgstr "" #. +> trunk5 stable5 #: tagguesserconfigdlg.cpp:37 #, kde-format msgid "Tag Guesser Configuration" msgstr "" #. i18n: ectx: property (toolTip), widget (QTreeView, lvSchemes) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:18 #, kde-format msgid "Currently used file name schemes" msgstr "" #. i18n: ectx: property (whatsThis), widget (QTreeView, lvSchemes) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:29 #, kde-format, no-c-format msgid "" "Here you can see the currently configured file name schemes which the \"Guess Tag Information From File Name\" entry in the song's context menu uses to extract tag information from a file name. Each string may contain one of the following placeholders:" "
      \n" "
    • %t: Title
    • " "\n" "
    • %a: Artist
    • " "\n" "
    • %A: Album
    • " "\n" "
    • %T: Track
    • " "\n" "
    • %c: Comment
    • " "\n" "
    " "\n" "For example, the file name scheme \"[%T] %a - %t\" would match \"[01] Deep Purple - Smoke on the water\" but not \"(Deep Purple) Smoke on the water\". For that second name, you would use the scheme \"(%a) %t\".

    " "\n" "Note that the order in which the schemes appear in the list is relevant, since the tag guesser will go through the list from the top to the bottom, and use the first matching scheme." msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bMoveUp) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:42 #, kde-format msgid "Move scheme up" msgstr "" #. i18n: ectx: property (whatsThis), widget (QToolButton, bMoveUp) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:45 #, kde-format msgid "Press this button to move the currently selected scheme one step upwards." msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, bMoveDown) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:55 #, kde-format msgid "Move scheme down" msgstr "" #. i18n: ectx: property (whatsThis), widget (QToolButton, bMoveDown) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:58 #, kde-format msgid "Press this button to move the currently selected scheme one step downwards." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bAdd) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:68 #, kde-format msgid "Add a new scheme" msgstr "" #. i18n: ectx: property (whatsThis), widget (QPushButton, bAdd) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:71 #, kde-format msgid "Press this button to add a new file name scheme to the end of the list." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bAdd) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:74 #, kde-format msgid "&Add" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bModify) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:81 #, kde-format msgid "Modify scheme" msgstr "" #. i18n: ectx: property (whatsThis), widget (QPushButton, bModify) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:84 #, kde-format msgid "Press this button to modify the currently selected scheme." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, bModify) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:87 #, kde-format msgid "&Modify" msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, bRemove) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:94 #, kde-format msgid "Remove scheme" msgstr "" #. i18n: ectx: property (whatsThis), widget (QPushButton, bRemove) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:97 #, kde-format msgid "Press this button to remove the currently selected scheme from the list." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: tagguesserconfigdlgwidget.ui:128 #, kde-format, no-c-format msgid "" "You can use the following placeholders:\n" "%t: Title\n" "%A: Album\n" "%a: Artist\n" "%T: Track\n" "%c: Comment" msgstr "" #. +> trunk5 stable5 #: tagrenameroptions.cpp:99 #, kde-format msgctxt "song title" msgid "Title" msgstr "" #. +> trunk5 stable5 #: tagrenameroptions.cpp:127 #, kde-format msgctxt "unknown renamer category" msgid "Unknown" msgstr "" #. +> trunk5 stable5 #: tagtransactionmanager.cpp:112 #, kde-format msgid "" "This file already exists.\n" "Do you want to replace it?" msgstr "" #. +> trunk5 stable5 #: tagtransactionmanager.cpp:113 #, kde-format msgid "File Exists" msgstr "" #. +> trunk5 stable5 #: tagtransactionmanager.cpp:113 #, kde-format msgid "Replace" msgstr "" #. +> trunk5 stable5 #: tagtransactionmanager.cpp:178 #, kde-format msgid "The following files were unable to be changed." msgstr "" #. +> trunk5 stable5 #: tagtransactionmanager.cpp:180 #, kde-format msgid "Error" msgstr "" #. +> trunk5 stable5 #: trackpickerdialog.cpp:54 #, kde-format msgid "Internet Tag Guesser" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, trackInfoGroup) #. +> trunk5 stable5 #: trackpickerdialogbase.ui:64 #, kde-format msgid "Select Best Possible Match" msgstr "" #. +> trunk5 stable5 #: treeviewitemplaylist.cpp:47 #, kde-format msgid "artist" msgstr "" #. +> trunk5 stable5 #: treeviewitemplaylist.cpp:49 #, kde-format msgid "genre" msgstr "" #. +> trunk5 stable5 #: treeviewitemplaylist.cpp:51 #, kde-format msgid "album" msgstr "" #. +> trunk5 stable5 #: treeviewitemplaylist.cpp:55 #, kde-format msgid "You are about to change the %1 on these files." msgstr "" #. +> trunk5 stable5 #: treeviewitemplaylist.cpp:57 #, kde-format msgid "Changing Track Tags" msgstr "" #. +> trunk5 stable5 #: upcomingplaylist.cpp:36 #, kde-format msgid "Play Queue" msgstr "" #. +> trunk5 stable5 #: viewmode.cpp:159 #, kde-format msgctxt "the normal viewing mode" msgid "Default" msgstr "" #. +> trunk5 stable5 #: viewmode.cpp:288 #, kde-format msgctxt "compact viewing mode" msgid "Compact" msgstr "" #. +> trunk5 stable5 #: viewmode.cpp:325 #, kde-format msgid "Tree" msgstr "" #. +> trunk5 stable5 #: viewmode.cpp:462 #, kde-format msgid "Artists" msgstr "" #. +> trunk5 stable5 #: viewmode.cpp:465 #, kde-format msgid "Albums" msgstr "" #. +> trunk5 stable5 #: viewmode.cpp:468 #, kde-format msgid "Genres" msgstr "" #. +> trunk5 stable5 #: volumepopupbutton.cpp:75 #, kde-format msgid "Mute/Unmute" msgstr "" #. +> trunk5 stable5 #: volumepopupbutton.cpp:114 #, kde-format msgid "%1%" msgstr "" #. +> trunk5 stable5 #: volumepopupbutton.cpp:123 volumepopupbutton.cpp:134 #, kde-format msgid "Volume: %1% (muted)" msgstr "" #. +> trunk5 stable5 #: volumepopupbutton.cpp:123 #, kde-format msgid "Volume: %1%" msgstr "" #. +> trunk5 stable5 #: webimagefetcher.cpp:84 #, kde-format msgid "Searching for cover. Please Wait..." msgstr "" #. +> trunk5 stable5 #: webimagefetcher.cpp:145 #, kde-format msgid "Downloading cover. Please Wait..." msgstr "" #. +> trunk5 stable5 #: webimagefetcher.cpp:162 #, kde-format msgid "Cover found" msgstr "" #. +> trunk5 stable5 #: webimagefetcher.cpp:191 #, kde-format msgid "Cover fetched from last.fm." msgstr "" Index: trunk/l10n-support/templates/summit/messages/kdemultimedia/kmix._desktop_.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/kdemultimedia/kmix._desktop_.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/kdemultimedia/kmix._desktop_.pot (revision 1519254) @@ -1,84 +1,84 @@ #, fuzzy msgid "" msgstr "" "Project-Id-Version: desktop files\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-06-26 08:03+0200\n" +"POT-Creation-Date: 2018-07-05 09:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. +> trunk5 stable5 #: desktop/kmix.notifyrc:3 msgctxt "Comment" msgid "Sound Mixer" msgstr "" #. +> trunk5 stable5 #: desktop/kmix.notifyrc:56 msgctxt "Name" msgid "Audio Device Fallback" msgstr "" #. +> trunk5 stable5 #: desktop/kmix.notifyrc:106 msgctxt "Comment" msgid "Notification on automatic fallback if the preferred device is unavailable" msgstr "" #. +> trunk5 stable5 #: desktop/kmix_autostart.desktop:14 desktop/org.kde.kmix.desktop:8 msgctxt "GenericName" msgid "Sound Mixer" msgstr "" #. +> trunk5 stable5 #: desktop/kmix_autostart.desktop:65 desktop/org.kde.kmix.desktop:59 msgctxt "Name" msgid "KMix" msgstr "" #. +> trunk5 stable5 #: desktop/kmixctrl_restore.desktop:3 msgctxt "Name" msgid "Restore Mixer Settings" msgstr "" #. +> trunk5 #: desktop/kmixd.desktop:4 msgctxt "Name" msgid "KMix Daemon" msgstr "" #. +> trunk5 -#: desktop/kmixd.desktop:19 +#: desktop/kmixd.desktop:20 msgctxt "Comment" msgid "Monitors sound devices" msgstr "" #. +> trunk5 stable5 #: desktop/restore_kmix_volumes.desktop:8 msgctxt "Name" msgid "Restore Mixer Volumes" msgstr "" #. +> trunk5 stable5 #: plasma/engine/plasma-dataengine-mixer.desktop:2 msgctxt "Name" msgid "Mixer DataEngine" msgstr "" #. +> stable5 #: kmixd.desktop:4 msgctxt "Name" msgid "KMixD" msgstr "" #. +> stable5 #: kmixd.desktop:54 msgctxt "Comment" msgid "KMixD Mixer Service" msgstr "" Index: trunk/l10n-support/templates/summit/messages/kdemultimedia/kmix.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/kdemultimedia/kmix.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/kdemultimedia/kmix.pot (revision 1519254) @@ -1,1385 +1,1488 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-06-07 09:11+0200\n" +"POT-Creation-Date: 2018-07-05 09:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. +> trunk5 stable5 #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: apps/kmix.cpp:182 +#, kde-format +msgid "Audio Setup..." +msgstr "" + +#. +> stable5 #: apps/kmix.cpp:182 #, kde-format msgid "Audio Setup" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:186 #, kde-format msgid "Hardware &Information" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:190 #, kde-format msgid "Hide Mixer Window" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:195 #, kde-format msgid "Configure &Channels..." msgstr "" #. +> trunk5 stable5 -#: apps/kmix.cpp:199 gui/kmixdockwidget.cpp:176 +#: apps/kmix.cpp:199 #, kde-format msgid "Select Master Channel..." msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:204 #, kde-format msgid "Save volume profile 1" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:209 #, kde-format msgid "Save volume profile 2" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:214 #, kde-format msgid "Save volume profile 3" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:219 #, kde-format msgid "Save volume profile 4" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:224 #, kde-format msgid "Load volume profile 1" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:229 #, kde-format msgid "Load volume profile 2" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:234 #, kde-format msgid "Load volume profile 3" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:239 #, kde-format msgid "Load volume profile 4" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:250 gui/mdwslider.cpp:165 #, kde-format msgid "Increase Volume" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:257 gui/mdwslider.cpp:172 #, kde-format msgid "Decrease Volume" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:262 #, kde-format msgid "Mute" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:278 #, kde-format msgid "Add new view" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:811 #, kde-format msgid "Cannot add view - GUIProfile is invalid." msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:811 apps/kmix.cpp:818 #, kde-format msgid "Error" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:818 #, kde-format msgid "Cannot add view - View already exists." msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:936 apps/kmixd.cpp:197 #, kde-format msgid "The soundcard containing the master device was unplugged. Changing to control %1 on card %2." msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:945 apps/kmixd.cpp:207 #, kde-format msgid "The last soundcard was unplugged." msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:1232 #, kde-format msgid "Mixer Hardware Information" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:1245 #, kde-format msgid "" "The helper application is either not installed or not working.\n" "\n" "%1" msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:1283 gui/dialogaddview.cpp:119 -#: gui/dialogchoosebackends.cpp:84 gui/dialogselectmaster.cpp:101 +#: gui/dialogchoosebackends.cpp:70 gui/dialogselectmaster.cpp:101 #, kde-format msgid "No sound card is installed or currently plugged in." msgstr "" #. +> trunk5 stable5 #: apps/kmix.cpp:1297 #, kde-format msgid "Mixer (%1)" msgstr "" #. +> trunk5 stable5 #: apps/kmixctrl.cpp:36 #, kde-format msgid "kmixctrl - kmix volume save/restore utility" msgstr "" #. +> trunk5 stable5 #: apps/kmixctrl.cpp:46 #, kde-format msgid "KMixCtrl" msgstr "" #. +> trunk5 stable5 #: apps/kmixctrl.cpp:49 #, kde-format msgid "(c) 2000 by Stefan Schimanski" msgstr "" #. +> trunk5 stable5 #: apps/kmixctrl.cpp:51 apps/main.cpp:60 #, kde-format msgid "Stefan Schimanski" msgstr "" #. +> trunk5 stable5 #: apps/kmixctrl.cpp:57 #, kde-format msgid "Save current volumes as default" msgstr "" #. +> trunk5 stable5 #: apps/kmixctrl.cpp:59 #, kde-format msgid "Restore default volumes" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:34 #, kde-format msgid "KMix - KDE's full featured mini mixer" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:44 #, kde-format msgid "KMix" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:46 #, kde-format msgid "(c) 1996-2013 The KMix Authors" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:49 #, kde-format msgid "Christian Esken" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:49 #, kde-format msgid "Original author and current maintainer" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:50 #, kde-format msgid "Colin Guthrie" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:50 #, kde-format msgid "PulseAudio support" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:51 #, kde-format msgid "Helio Chissini de Castro" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:51 #, kde-format msgid "ALSA 0.9x port" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:52 #, kde-format msgid "Brian Hanson" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:52 #, kde-format msgid "Solaris support" msgstr "" #. i18n("Helge Deller") , i18n("HP/UX port"), "deller@gmx.de"); #. The initial support was for ALSA 0.5. The new code is not based on it IIRC. #. i18n("Nick Lopez") , i18n("Initial ALSA port"), "kimo_sabe@usa.net"); #. Credit Policy: Authors who did a discrete part, like the Dataengine, OSD, help on specific platforms or soundcards. #. +> trunk5 stable5 #: apps/main.cpp:59 #, kde-format msgid "Igor Poboiko" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:59 #, kde-format msgid "Plasma Dataengine" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:60 #, kde-format msgid "Temporary maintainer" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:61 #, kde-format msgid "Sebestyen Zoltan" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:61 apps/main.cpp:62 #, kde-format msgid "*BSD fixes" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:62 #, kde-format msgid "Lennart Augustsson" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:63 #, kde-format msgid "Nadeem Hasan" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:63 #, kde-format msgid "Mute and volume preview, other fixes" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:64 #, kde-format msgid "Erwin Mascher" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:64 #, kde-format msgid "Improving support for emu10k1 based soundcards" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:65 #, kde-format msgid "Valentin Rusu" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:65 #, kde-format msgid "TerraTec DMX6Fire support" msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:79 #, kde-format msgid "Inhibits the unhiding of the KMix main window, if KMix is already running." msgstr "" #. +> trunk5 stable5 #: apps/main.cpp:80 #, kde-format msgid "Starts KMix in failsafe mode." msgstr "" #. +> trunk5 stable5 #: backends/mixer_alsa9.cpp:981 #, kde-format msgid "" "You do not have permission to access the alsa mixer device.\n" "Please verify if all alsa devices are properly created." msgstr "" #. +> trunk5 stable5 #: backends/mixer_alsa9.cpp:985 #, kde-format msgid "" "Alsa mixer cannot be found.\n" "Please check that the soundcard is installed and the\n" "soundcard driver is loaded.\n" msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend.cpp:304 #, kde-format msgid "" "kmix:You do not have permission to access the mixer device.\n" "Please check your operating systems manual to allow the access." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend.cpp:308 #, kde-format msgid "kmix: Could not write to mixer." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend.cpp:311 #, kde-format msgid "kmix: Could not read from mixer." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend.cpp:314 #, kde-format msgid "" "kmix: Mixer cannot be found.\n" "Please check that the soundcard is installed and that\n" "the soundcard driver is loaded.\n" msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend.cpp:319 #, kde-format msgid "kmix: Unknown error. Please report how you produced this error." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend_i18n.cpp:24 #, kde-format msgid "Recording level of the microphone input." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend_i18n.cpp:25 #, kde-format msgid "Controls the volume of the front speakers or all speakers (depending on your soundcard model). If you use a digital output, you might need to also use other controls like ADC or DAC. For headphones, soundcards often supply a Headphone control." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend_i18n.cpp:26 #, kde-format msgid "Most media, such as MP3s or Videos, are played back using the PCM channel. As such, the playback volume of such media is controlled by both this and the Master or Headphone channels." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend_i18n.cpp:27 #, kde-format msgid "Controls the headphone volume. Some soundcards include a switch that must be manually activated to enable the headphone output." msgstr "" #. +> trunk5 stable5 #: backends/mixer_backend_i18n.cpp:28 #, kde-format msgid "---" msgstr "" #. +> trunk5 stable5 #: backends/mixer_mpris2.cpp:52 backends/mixer_pulse.cpp:1114 #, kde-format msgid "Playback Streams" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:57 #, kde-format msgid "Volume" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:57 #, kde-format msgid "Bass" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:57 #, kde-format msgid "Treble" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:58 #, kde-format msgid "Synth" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:58 #, kde-format msgid "Pcm" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:58 #, kde-format msgid "Speaker" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:59 backends/mixer_sun.cpp:73 #, kde-format msgid "Microphone" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:59 backends/mixer_sun.cpp:75 #, kde-format msgid "CD" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:59 #, kde-format msgid "Line" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:60 #, kde-format msgid "Mix" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:60 #, kde-format msgid "Pcm2" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:60 #, kde-format msgid "RecMon" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:61 #, kde-format msgid "IGain" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:61 #, kde-format msgid "OGain" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:61 #, kde-format msgid "Line1" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:62 #, kde-format msgid "Line2" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:62 #, kde-format msgid "Line3" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:62 #, kde-format msgid "Digital1" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:63 #, kde-format msgid "Digital2" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:63 #, kde-format msgid "Digital3" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:63 #, kde-format msgid "PhoneIn" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:64 #, kde-format msgid "PhoneOut" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:64 #, kde-format msgid "Video" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:64 #, kde-format msgid "Radio" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:65 #, kde-format msgid "Monitor" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:65 #, kde-format msgid "3D-depth" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:65 #, kde-format msgid "3D-center" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:66 backends/mixer_oss.cpp:67 core/mixdevice.cpp:134 #, kde-format msgid "unknown" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:67 #, kde-format msgid "unused" msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:233 backends/mixer_oss4.cpp:495 #, kde-format msgid "" "kmix: You do not have permission to access the mixer device.\n" "Login as root and do a 'chmod a+rw /dev/mixer*' to allow the access." msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss.cpp:237 #, kde-format msgid "" "kmix: Mixer cannot be found.\n" "Please check that the soundcard is installed and the\n" "soundcard driver is loaded.\n" "On Linux you might need to use 'insmod' to load the driver.\n" "Use 'soundon' when using commercial OSS." msgstr "" #. +> trunk5 stable5 #: backends/mixer_oss4.cpp:499 #, kde-format msgid "" "kmix: Mixer cannot be found.\n" "Please check that the soundcard is installed and the\n" "soundcard driver is loaded.\n" "On Linux you might need to use 'insmod' to load the driver.\n" "Use 'soundon' when using OSS4 from 4front." msgstr "" #. +> trunk5 stable5 #: backends/mixer_pulse.cpp:341 backends/mixer_pulse.cpp:398 #, kde-format msgid "Unknown Application" msgstr "" #. +> trunk5 stable5 #: backends/mixer_pulse.cpp:444 backends/mixer_pulse.cpp:480 #, kde-format msgid "Event Sounds" msgstr "" #. +> trunk5 stable5 #: backends/mixer_pulse.cpp:1098 #, kde-format msgid "Playback Devices" msgstr "" #. +> trunk5 stable5 #: backends/mixer_pulse.cpp:1106 #, kde-format msgid "Capture Devices" msgstr "" #. +> trunk5 stable5 #: backends/mixer_pulse.cpp:1125 #, kde-format msgid "Capture Streams" msgstr "" #. +> trunk5 stable5 #: backends/mixer_pulse.cpp:1226 #, kde-format msgid "Volume Control Feedback Sound" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:68 #, kde-format msgid "Master Volume" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:69 #, kde-format msgid "Internal Speaker" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:70 #, kde-format msgid "Headphone" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:71 #, kde-format msgid "Line Out" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:72 #, kde-format msgid "Record Monitor" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:74 #, kde-format msgid "Line In" msgstr "" #. +> trunk5 stable5 #: backends/mixer_sun.cpp:240 #, kde-format msgid "" "kmix: You do not have permission to access the mixer device.\n" "Ask your system administrator to fix /dev/audioctl to allow access." msgstr "" #. +> trunk5 stable5 #: core/mixertoolbox.cpp:282 #, kde-format msgid "Sound drivers supported:" msgstr "" #. +> trunk5 stable5 #: core/mixertoolbox.cpp:283 #, kde-format msgid "Sound drivers used:" msgstr "" #. +> trunk5 stable5 #: core/mixertoolbox.cpp:288 #, kde-format msgid "Experimental multiple-Driver mode activated" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:50 #, kde-format msgctxt "Channel name" msgid "Left" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:50 #, kde-format msgctxt "Channel name" msgid "Right" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:51 #, kde-format msgctxt "Channel name" msgid "Center" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:51 #, kde-format msgctxt "Channel name" msgid "Subwoofer" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:52 #, kde-format msgctxt "Channel name" msgid "Surround Left" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:52 #, kde-format msgctxt "Channel name" msgid "Surround Right" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:53 #, kde-format msgctxt "Channel name" msgid "Side Left" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:53 #, kde-format msgctxt "Channel name" msgid "Side Right" msgstr "" #. +> trunk5 stable5 #: core/volume.cpp:54 #, kde-format msgctxt "Channel name" msgid "Rear Center" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:49 #, kde-format msgid "All controls" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:50 #, kde-format msgid "Only playback controls" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:51 #, kde-format msgid "Only capture controls" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:58 #, kde-format msgid "Add View" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:86 #, kde-format msgid "Select mixer:" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:105 gui/dialogselectmaster.cpp:87 #, kde-format msgid "Current mixer" msgstr "" #. +> trunk5 stable5 #: gui/dialogaddview.cpp:112 #, kde-format msgid "Select the design for the new view:" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/dialogchoosebackends.cpp:64 +#, kde-format +msgid "Mixers to show in the popup volume control:" +msgstr "" + +#. +> stable5 #: gui/dialogchoosebackends.cpp:77 #, kde-format msgid "Select the Mixers to display in the sound menu" msgstr "" #. +> trunk5 stable5 -#: gui/dialogchoosebackends.cpp:99 +#: gui/dialogchoosebackends.cpp:88 #, kde-format msgid "Select Mixers" msgstr "" #. +> trunk5 stable5 #: gui/dialogselectmaster.cpp:39 gui/dialogselectmaster.cpp:143 #, kde-format msgid "Select Master Channel" msgstr "" #. +> trunk5 stable5 #: gui/dialogselectmaster.cpp:68 #, kde-format msgid "Current mixer:" msgstr "" #. +> trunk5 stable5 #: gui/dialogselectmaster.cpp:94 #, kde-format msgid "Select the channel representing the master volume:" msgstr "" #. +> trunk5 stable5 #: gui/dialogselectmaster.cpp:175 #, kde-format msgid "Automatic (%1 recommendation)" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:157 #, kde-format msgid "Configure Channels" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:168 #, kde-format msgid "Configure the visible channels. Drag icons between the lists to update." msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:261 #, kde-format msgid "Visible channels:" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:264 #, kde-format msgid "Available channels:" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:279 #, kde-format msgid "Move the selected channel to the visible list" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:287 #, kde-format msgid "Move the selected channel to the available (hidden) list" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:360 #, kde-format msgid "Show the selected channel" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:361 #, kde-format msgid "Hide the selected channel" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:362 #, kde-format msgid "Visible channels" msgstr "" #. +> trunk5 stable5 #: gui/dialogviewconfiguration.cpp:363 #, kde-format msgid "Available channels" msgstr "" #. +> trunk5 stable5 -#: gui/kmixdockwidget.cpp:58 +#: gui/kmixdockwidget.cpp:58 gui/kmixprefdlg.cpp:80 #, kde-format msgid "Volume Control" msgstr "" #. +> trunk5 stable5 #: gui/kmixdockwidget.cpp:167 #, kde-format msgid "M&ute" msgstr "" #. +> trunk5 stable5 -#: gui/kmixdockwidget.cpp:197 +#: gui/kmixdockwidget.cpp:198 #, kde-format msgid "Mixer cannot be found" msgstr "" #. +> trunk5 stable5 -#: gui/kmixdockwidget.cpp:205 +#: gui/kmixdockwidget.cpp:206 #, kde-format msgid "Volume at %1%" msgstr "" #. +> trunk5 stable5 -#: gui/kmixdockwidget.cpp:207 +#: gui/kmixdockwidget.cpp:208 #, kde-format msgid " (Muted)" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:58 +#: gui/kmixprefdlg.cpp:59 #, kde-format msgid "Configure" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:77 +#: gui/kmixprefdlg.cpp:78 #, kde-format msgid "General" msgstr "" #. +> trunk5 stable5 +#: gui/kmixprefdlg.cpp:79 +#, kde-format +msgid "Startup" +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:78 #, kde-format msgid "Start" msgstr "" -#. +> trunk5 stable5 +#. +> stable5 #: gui/kmixprefdlg.cpp:79 #, kde-format msgid "Sound Menu" msgstr "" -#. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:116 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:117 #, kde-format -msgid "Startup" +msgid "Start KMix on desktop startup" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 #: gui/kmixprefdlg.cpp:119 #, kde-format -msgid "Restore volumes on login" +msgid "Start KMix automatically when the desktop starts." msgstr "" -#. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:120 -#, kde-format -msgid "Restore all volume levels and switches." -msgstr "" - -#. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:123 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:122 #, kde-format -msgid "Dynamic controls from Pulseaudio and MPRIS2 will not be restored." +msgid "Autostart will not work, because the autostart file kmix_autostart.desktop is missing. Check that KMix is installed correctly." msgstr "" -#. +> trunk5 stable5 +#. +> stable5 #: gui/kmixprefdlg.cpp:127 #, kde-format msgid "Autostart" msgstr "" -#. +> trunk5 stable5 +#. +> stable5 #: gui/kmixprefdlg.cpp:129 #, kde-format msgid "Enables the KMix autostart service (kmix_autostart.desktop)" msgstr "" +#. +> stable5 +#: gui/kmixprefdlg.cpp:404 +#, kde-format +msgid "Autostart can not be enabled, as the autostart file kmix_autostart.desktop is not installed." +msgstr "" + +#. +> trunk5 +#: gui/kmixprefdlg.cpp:132 +#, kde-format +msgid "Restore volumes on desktop startup" +msgstr "" + +#. +> stable5 +#: gui/kmixprefdlg.cpp:119 +#, kde-format +msgid "Restore volumes on login" +msgstr "" + +#. +> trunk5 +#: gui/kmixprefdlg.cpp:134 +#, kde-format +msgid "Restore all mixer volume levels and switches when the desktop starts." +msgstr "" + +#. +> stable5 +#: gui/kmixprefdlg.cpp:120 +#, kde-format +msgid "Restore all volume levels and switches." +msgstr "" + +#. +> trunk5 +#: gui/kmixprefdlg.cpp:137 +#, kde-format +msgid "Dynamic controls from PulseAudio and MPRIS2 will not be restored." +msgstr "" + +#. +> stable5 +#: gui/kmixprefdlg.cpp:123 +#, kde-format +msgid "Dynamic controls from Pulseaudio and MPRIS2 will not be restored." +msgstr "" + #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:142 +#: gui/kmixprefdlg.cpp:154 #, kde-format msgid "&Horizontal" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:143 +#: gui/kmixprefdlg.cpp:155 #, kde-format msgid "&Vertical" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:185 +#: gui/kmixprefdlg.cpp:197 #, kde-format msgid "Behavior" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:202 +#, kde-format +msgid "Volume feedback" +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:189 #, kde-format msgid "Volume Feedback" msgstr "" -#. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:192 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:205 #, kde-format -msgid "Volume feedback is only available for Pulseaudio." +msgid "Volume overdrive" msgstr "" -#. +> trunk5 stable5 +#. +> stable5 #: gui/kmixprefdlg.cpp:197 #, kde-format msgid "Volume Overdrive" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:206 +#, kde-format +msgctxt "@info:tooltip" +msgid "Raise the maximum volume to 150%" +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:198 #, kde-format msgctxt "@info:tooltip" msgid "Raise volume maximum to 150% (PulseAudio only)" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:209 +#, kde-format +msgid "Volume feedback and volume overdrive are only available for PulseAudio." +msgstr "" + +#. +> stable5 +#: gui/kmixprefdlg.cpp:192 +#, kde-format +msgid "Volume feedback is only available for Pulseaudio." +msgstr "" + +#. +> trunk5 +#: gui/kmixprefdlg.cpp:218 +#, kde-format +msgid "KMix must be restarted for the Volume Overdrive setting to take effect." +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:199 #, kde-format msgid "You must restart KMix for this setting to take effect." msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:204 +#: gui/kmixprefdlg.cpp:228 #, kde-format msgid "Visual" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:208 +#: gui/kmixprefdlg.cpp:233 #, kde-format msgid "Show &tickmarks" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:209 +#: gui/kmixprefdlg.cpp:234 #, kde-format msgid "Enable/disable tickmark scales on the sliders" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:211 +#: gui/kmixprefdlg.cpp:236 #, kde-format msgid "Show &labels" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:212 +#: gui/kmixprefdlg.cpp:237 #, kde-format msgid "Enables/disables description labels above the sliders" msgstr "" #. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:216 +#: gui/kmixprefdlg.cpp:241 #, kde-format msgid "Show On Screen Display (&OSD)" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:251 +#, kde-format +msgid "Slider orientation (main window): " +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:226 #, kde-format msgid "Slider orientation: " msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:252 +#, kde-format +msgid "Slider orientation (system tray popup):" +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:227 #, kde-format msgid "Slider orientation (System tray volume control):" msgstr "" -#. +> trunk5 stable5 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:263 +#, kde-format +msgid "Dock in system tray" +msgstr "" + +#. +> stable5 #: gui/kmixprefdlg.cpp:238 #, kde-format msgid "&Dock in system tray" msgstr "" -#. +> trunk5 stable5 +#. +> stable5 #: gui/kmixprefdlg.cpp:240 #, kde-format msgid "Docks the mixer into the KDE system tray" msgstr "" -#. +> trunk5 stable5 -#: gui/kmixprefdlg.cpp:404 +#. +> trunk5 +#: gui/kmixprefdlg.cpp:265 #, kde-format -msgid "Autostart can not be enabled, as the autostart file kmix_autostart.desktop is not installed." +msgid "Dock the mixer into the system tray. Click on it to open the popup volume control." msgstr "" #. +> trunk5 stable5 #: gui/mdwenum.cpp:58 #, kde-format msgid "&Hide" msgstr "" #. +> trunk5 stable5 #: gui/mdwenum.cpp:61 gui/mdwslider.cpp:130 #, kde-format msgid "C&onfigure Shortcuts..." msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:101 #, kde-format msgid "&Split Channels" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:114 #, kde-format msgid "&Muted" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:120 #, kde-format msgid "Set &Record Source" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:125 #, kde-format msgid "Mo&ve" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:179 #, kde-format msgid "Toggle Mute" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:292 #, kde-format msgid "capture" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:350 #, kde-format msgid "Capture/Uncapture %1" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:351 #, kde-format msgid "Mute/Unmute %1" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:581 #, kde-format msgid "Capture" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:618 #, kde-format msgid "%1 (capture)" msgstr "" #. +> trunk5 stable5 #: gui/mdwslider.cpp:1221 #, kde-format msgid "Automatic According to Category" msgstr "" #. +> trunk5 stable5 #: gui/viewbase.cpp:101 #, kde-format msgid "Configure this view" msgstr "" #. +> trunk5 stable5 #: gui/viewbase.cpp:162 #, kde-format msgid "&Channels" msgstr "" #. +> trunk5 stable5 #: gui/viewbase.cpp:215 #, kde-format msgid "Device Settings" msgstr "" #. +> trunk5 stable5 #: gui/viewdockareapopup.cpp:369 #, kde-format msgid "Show the full mixer window" msgstr "" #. +> trunk5 stable5 #: gui/viewdockareapopup.cpp:405 #, kde-format msgid "Load volume profile %1" msgstr "" #. +> trunk5 stable5 #: gui/viewsliders.cpp:231 #, kde-format msgid "Nothing is capturing audio." msgstr "" #. +> trunk5 stable5 #: gui/viewsliders.cpp:233 gui/viewsliders.cpp:239 #, kde-format msgid "Nothing is playing audio." msgstr "" #. +> trunk5 stable5 #: gui/viewsliders.cpp:235 #, kde-format msgid "No capture devices." msgstr "" #. +> trunk5 stable5 #: gui/viewsliders.cpp:237 #, kde-format msgid "No playback devices." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, customColors) #. +> stable5 #: colorwidget.ui:20 #, kde-format msgid "&Use custom colors" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, activeColors) #. +> stable5 #: colorwidget.ui:30 #, kde-format msgid "Active" msgstr "" #. i18n: ectx: property (text), widget (QLabel, TextLabel3) #. +> stable5 #: colorwidget.ui:52 #, kde-format msgid "&Silent:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, labelLoad) #. +> stable5 #: colorwidget.ui:96 #, kde-format msgid "&Loud:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, TextLabel4) #. +> stable5 #: colorwidget.ui:112 #, kde-format msgid "&Background:" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, mutedColors) #. +> stable5 #: colorwidget.ui:131 #, kde-format msgid "Muted" msgstr "" #. i18n: ectx: property (text), widget (QLabel, TextLabel6) #. +> stable5 #: colorwidget.ui:143 #, kde-format msgid "Lou&d:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, TextLabel8) #. +> stable5 #: colorwidget.ui:159 #, kde-format msgid "Backgrou&nd:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, TextLabel7) #. +> stable5 #: colorwidget.ui:175 #, kde-format msgid "Silen&t:" msgstr "" #. i18n: ectx: Menu (file) #. +> stable5 #: kmixui.rc:10 #, kde-format msgid "&File" msgstr "" #. i18n: ectx: Menu (help) #. +> stable5 #: kmixui.rc:21 #, kde-format msgid "&Help" msgstr "" Index: trunk/l10n-support/templates/summit/messages/pim/kleopatra.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/pim/kleopatra.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/pim/kleopatra.pot (revision 1519254) @@ -1,8836 +1,8863 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-07-03 08:45+0200\n" +"POT-Creation-Date: 2018-07-05 09:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. +> trunk5 stable5 #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #. +> trunk5 stable5 #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:41 #, kde-format msgid "Certificate Manager and Unified Crypto GUI" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:51 #, kde-format msgid "Current Maintainer" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:52 src/aboutdata.cpp:53 #, kde-format msgid "Former Maintainer" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:54 #, kde-format msgid "Original Author" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:59 #, kde-format msgid "David Faure" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:60 #, kde-format msgid "Backend configuration framework, KIO integration" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:64 #, kde-format msgid "Michel Boyer de la Giroday" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:65 #, kde-format msgid "Key-state dependent colors and fonts in the certificates list" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:69 #, kde-format msgid "Thomas Moenicke" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:70 #, kde-format msgid "Artwork" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:74 #, kde-format msgid "Frank Osterfeld" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:75 #, kde-format msgid "Resident gpgme/win wrangler, UI Server commands and dialogs" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:79 #, kde-format msgid "Karl-Heinz Zimmer" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:80 #, kde-format msgid "DN display ordering support, infrastructure" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:84 #, kde-format msgid "Laurent Montel" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:85 #, kde-format msgid "Qt5 port, general code maintenance" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:91 #, kde-format msgid "Kleopatra" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:93 #, kde-format msgid "" "(c) 2002 Steffen Hansen, Matthias Kalle Dalheimer, Klarälvdalens Datakonsult AB\n" "(c) 2004, 2007, 2008, 2009 Marc Mutz, Klarälvdalens Datakonsult AB" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:95 #, kde-format msgid "(c) 2010-2018 The Kleopatra developers" msgstr "" #. +> trunk5 stable5 #: src/aboutdata.cpp:97 #, kde-format msgid "Visit the Gpg4win homepage" msgstr "" #. +> trunk5 stable5 #: src/commands/adduseridcommand.cpp:245 #, kde-kuit-format msgctxt "@info" msgid "An error occurred while trying to add the user-id: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/adduseridcommand.cpp:248 #, kde-format msgctxt "@title:window" msgid "Add User-ID Error" msgstr "" #. +> trunk5 stable5 #: src/commands/adduseridcommand.cpp:253 #, kde-format msgctxt "@info" msgid "User-ID successfully added." msgstr "" #. +> trunk5 stable5 #: src/commands/adduseridcommand.cpp:254 #, kde-format msgctxt "@title:window" msgid "Add User-ID Succeeded" msgstr "" #. +> trunk5 stable5 #: src/commands/certifycertificatecommand.cpp:208 #, kde-kuit-format msgctxt "@info" msgid "To certify other certificates, you first need to create an OpenPGP certificate for yourself." msgstr "" #. +> trunk5 stable5 #: src/commands/certifycertificatecommand.cpp:210 #, kde-format msgid "Do you wish to create one now?" msgstr "" #. +> trunk5 stable5 #: src/commands/certifycertificatecommand.cpp:211 #, kde-format msgid "Certification Not Possible" msgstr "" #. +> trunk5 stable5 #: src/commands/changeexpirycommand.cpp:249 #, kde-format msgid "" "

    An error occurred while trying to change the expiry date for %1:

    " "

    %2

    " msgstr "" #. +> trunk5 stable5 #: src/commands/changeexpirycommand.cpp:253 #, kde-format msgid "Expiry Date Change Error" msgstr "" #. +> trunk5 stable5 #: src/commands/changeexpirycommand.cpp:258 #, kde-format msgid "Expiry date changed successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/changeexpirycommand.cpp:259 #, kde-format msgid "Expiry Date Change Succeeded" msgstr "" #. +> trunk5 stable5 #: src/commands/changeownertrustcommand.cpp:246 #, kde-format msgid "" "

    An error occurred while trying to change the certification trust for %1:

    " "

    %2

    " msgstr "" #. +> trunk5 stable5 #: src/commands/changeownertrustcommand.cpp:250 #, kde-format msgid "Certification Trust Change Error" msgstr "" #. +> trunk5 stable5 #: src/commands/changeownertrustcommand.cpp:255 #, kde-format msgid "Certification trust changed successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/changeownertrustcommand.cpp:256 #, kde-format msgid "Certification Trust Change Succeeded" msgstr "" #. +> trunk5 stable5 #: src/commands/changepassphrasecommand.cpp:209 #, kde-format msgid "" "

    An error occurred while trying to change the passphrase for %1:

    " "

    %2

    " msgstr "" #. +> trunk5 stable5 #: src/commands/changepassphrasecommand.cpp:213 #, kde-format msgid "Passphrase Change Error" msgstr "" #. +> trunk5 stable5 #: src/commands/changepassphrasecommand.cpp:218 #, kde-format msgid "Passphrase changed successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/changepassphrasecommand.cpp:219 #, kde-format msgid "Passphrase Change Succeeded" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:100 #, kde-format msgid "" "Failed to update the trust database:\n" "%1" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:102 #, kde-format msgid "Root Trust Update Failed" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:282 #, kde-format msgid "Cannot open existing file \"%1\" for reading: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:291 #, kde-format msgid "Cannot open file \"%1\" for reading and writing: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:295 #, kde-format msgid "Cannot set restrictive permissions on file %1: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:352 #, kde-format msgid "Failed to move file %1 to its final destination, %2: %3" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:363 #, kde-format msgid "Could not find gpgconf executable" msgstr "" #. +> trunk5 stable5 #: src/commands/changeroottrustcommand.cpp:375 #, kde-format msgid "\"gpgconf --reload gpg-agent\" failed: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/checksumcreatefilescommand.cpp:173 #: src/commands/checksumverifyfilescommand.cpp:173 #: src/commands/decryptverifyclipboardcommand.cpp:179 #: src/commands/decryptverifyfilescommand.cpp:196 #: src/commands/encryptclipboardcommand.cpp:165 #: src/commands/encryptclipboardcommand.cpp:179 #: src/commands/signclipboardcommand.cpp:168 #: src/commands/signclipboardcommand.cpp:182 #: src/commands/signencryptfilescommand.cpp:294 #, kde-format msgid "An error occurred: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/checksumcreatefilescommand.cpp:175 #, kde-format msgid "Create Checksum Files Error" msgstr "" #. +> trunk5 stable5 #: src/commands/checksumcreatefilescommand.cpp:188 #, kde-format msgid "Select One or More Files to Create Checksums For" msgstr "" #. +> trunk5 stable5 #: src/commands/checksumverifyfilescommand.cpp:175 #, kde-format msgid "Verify Checksum Files Error" msgstr "" #. +> trunk5 stable5 #: src/commands/checksumverifyfilescommand.cpp:188 #, kde-format msgid "Select One or More Checksum Files" msgstr "" #. +> trunk5 stable5 #: src/commands/clearcrlcachecommand.cpp:64 #: src/commands/importcrlcommand.cpp:178 #, kde-format msgid "Clear CRL Cache Error" msgstr "" #. +> trunk5 stable5 #: src/commands/clearcrlcachecommand.cpp:69 #, kde-format msgid "Clear CRL Cache Finished" msgstr "" #. +> trunk5 stable5 #: src/commands/clearcrlcachecommand.cpp:74 #, kde-format msgid "The DirMngr process that tried to clear the CRL cache ended prematurely because of an unexpected error. Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/clearcrlcachecommand.cpp:81 #, kde-format msgid "" "An error occurred while trying to clear the CRL cache. The output from %1 was:\n" "%2" msgstr "" #. +> trunk5 stable5 #: src/commands/clearcrlcachecommand.cpp:87 #, kde-format msgid "CRL cache cleared successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/decryptverifyclipboardcommand.cpp:165 #, kde-format msgid "The clipboard does not appear to contain a signature or encrypted text." msgstr "" #. +> trunk5 stable5 #: src/commands/decryptverifyclipboardcommand.cpp:167 #: src/commands/decryptverifyclipboardcommand.cpp:181 #, kde-format msgid "Decrypt/Verify Clipboard Error" msgstr "" #. +> trunk5 stable5 #: src/commands/decryptverifyfilescommand.cpp:81 #, kde-format msgid "Decrypt/Verify Failed" msgstr "" #. +> trunk5 stable5 #: src/commands/decryptverifyfilescommand.cpp:198 #, kde-format msgid "Decrypt/Verify Files Error" msgstr "" #. +> trunk5 stable5 #: src/commands/decryptverifyfilescommand.cpp:211 #, kde-format msgid "Select One or More Files to Decrypt and/or Verify" msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:101 #, kde-format msgctxt "@title:window" msgid "Delete Certificates" msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:176 #, kde-format msgid "" "Neither the OpenPGP nor the CMS backends support certificate deletion.\n" "Check your installation." msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:182 #, kde-format msgid "" "The OpenPGP backend does not support certificate deletion.\n" "Check your installation.\n" "Only the selected CMS certificates will be deleted." msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:191 #: src/commands/deletecertificatescommand.cpp:197 #, kde-format msgid "" "The OpenPGP backend does not support certificate deletion.\n" "Check your installation." msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:205 #, kde-format msgid "" "The CMS backend does not support certificate deletion.\n" "Check your installation.\n" "Only the selected OpenPGP certificates will be deleted." msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:229 #: src/commands/deletecertificatescommand.cpp:250 #, kde-format msgid "" "The CMS backend does not support certificate deletion.\n" "Check your installation." msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:327 #: src/commands/deletecertificatescommand.cpp:406 #, kde-format msgid "Certificate Deletion Failed" msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:328 #, kde-format msgid "Certificate Deletion Problem" msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:395 #, kde-format msgid "OpenPGP backend: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:399 #, kde-format msgid "CMS backend: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/deletecertificatescommand.cpp:402 #, kde-format msgid "" "" "

    An error occurred while trying to delete the certificate:

    " "

    %1

    " "
    " msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcertificatecommand.cpp:95 #: src/commands/dumpcrlcachecommand.cpp:114 #, kde-format msgctxt "@action:button Update the log text widget" msgid "&Update" msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcertificatecommand.cpp:293 #, kde-format msgid "Certificate Dump" msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcertificatecommand.cpp:321 #: src/commands/dumpcrlcachecommand.cpp:299 #, kde-format msgid "Unable to start process gpgsm. Please check your installation." msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcertificatecommand.cpp:323 #: src/commands/dumpcertificatecommand.cpp:350 #: src/commands/dumpcertificatecommand.cpp:355 #, kde-format msgid "Dump Certificate Error" msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcertificatecommand.cpp:346 #, kde-format msgid "The GpgSM process that tried to dump the certificate ended prematurely because of an unexpected error. Please check the output of gpgsm --dump-cert %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcertificatecommand.cpp:353 #, kde-format msgid "" "An error occurred while trying to dump the certificate. The output from GpgSM was:\n" "%1" msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcrlcachecommand.cpp:278 #, kde-format msgid "CRL Cache Dump" msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcrlcachecommand.cpp:301 #: src/commands/dumpcrlcachecommand.cpp:327 #: src/commands/dumpcrlcachecommand.cpp:332 #, kde-format msgid "Dump CRL Cache Error" msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcrlcachecommand.cpp:324 #, kde-format msgid "The GpgSM process that tried to dump the CRL cache ended prematurely because of an unexpected error. Please check the output of gpgsm --call-dirmngr listcrls for details." msgstr "" #. +> trunk5 stable5 #: src/commands/dumpcrlcachecommand.cpp:330 #, kde-format msgid "" "An error occurred while trying to dump the CRL cache. The output from GpgSM was:\n" "%1" msgstr "" #. +> trunk5 stable5 #: src/commands/encryptclipboardcommand.cpp:167 #: src/commands/encryptclipboardcommand.cpp:181 #, kde-format msgid "Encrypt Clipboard Error" msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:224 #, kde-format msgid "Export Certificates" msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:228 #, kde-format msgid "OpenPGP Certificates" msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:229 #, kde-format msgid "S/MIME Certificates" msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:265 #, kde-format msgid "Exporting certificates..." msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:276 #, kde-format msgid "" "" "

    An error occurred while trying to export the certificate:

    " "

    %1

    " "
    " msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:280 #: src/commands/exportcertificatecommand.cpp:326 #, kde-format msgid "Certificate Export Failed" msgstr "" #. +> trunk5 stable5 #: src/commands/exportcertificatecommand.cpp:325 #, kde-format msgid "Could not write to file %1." msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:75 #, kde-kuit-format msgctxt "@info" msgid "" "No OpenPGP directory services have been configured." "Since none is configured, Kleopatra will use keys.gnupg.net as the server to export to." "You can configure OpenPGP directory servers in Kleopatra's configuration dialog." "Do you want to continue with keys.gnupg.net as the server to export to?" msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:82 #: src/commands/exportopenpgpcertstoservercommand.cpp:95 #, kde-format msgctxt "@title:window" msgid "OpenPGP Certificate Export" msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:90 #, kde-kuit-format msgctxt "@info" msgid "" "When OpenPGP certificates have been exported to a public directory server, it is nearly impossible to remove them again." "Before exporting your certificate to a public directory server, make sure that you have created a revocation certificate so you can revoke the certificate if needed later." "Are you sure you want to continue?" msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:117 #, kde-format msgctxt "@title:window" msgid "OpenPGP Certificate Export Error" msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:122 #, kde-format msgctxt "@title:window" msgid "OpenPGP Certificate Export Finished" msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:128 #, kde-kuit-format msgctxt "@info" msgid "" "The GPG process that tried to export OpenPGP certificates ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:136 #, kde-kuit-format msgctxt "@info" msgid "" "An error occurred while trying to export OpenPGP certificates." " " "The output from %1 was: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/exportopenpgpcertstoservercommand.cpp:143 #, kde-format msgctxt "@info" msgid "OpenPGP certificates exported successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/exportpaperkeycommand.cpp:89 #, kde-kuit-format msgctxt "@info" msgid "" "Kleopatra uses PaperKey to create a minimized and printable version of your secret key." "Please make sure it is installed." msgstr "" #. +> trunk5 stable5 #: src/commands/exportpaperkeycommand.cpp:93 #: src/commands/importpaperkeycommand.cpp:182 #, kde-format msgctxt "@title" msgid "Failed to find PaperKey executable." msgstr "" #. +> trunk5 stable5 #: src/commands/exportpaperkeycommand.cpp:114 #, kde-format msgctxt "@title" msgid "Print secret key" msgstr "" #. +> trunk5 stable5 #: src/commands/exportpaperkeycommand.cpp:131 #, kde-format msgctxt "@title:window" msgid "Error printing secret key" msgstr "" #. +> trunk5 stable5 #: src/commands/exportpaperkeycommand.cpp:137 #, kde-kuit-format msgctxt "@info" msgid "" "The GPG process that tried to export the secret key ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/exportpaperkeycommand.cpp:146 #: src/commands/exportsecretkeycommand.cpp:156 #, kde-kuit-format msgctxt "@info" msgid "" "An error occurred while trying to export the secret key." " " "The output from %1 was: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/exportsecretkeycommand.cpp:137 #, kde-format msgctxt "@title:window" msgid "Secret Key Export Error" msgstr "" #. +> trunk5 stable5 #: src/commands/exportsecretkeycommand.cpp:142 #, kde-format msgctxt "@title:window" msgid "Secret Key Export Finished" msgstr "" #. +> trunk5 stable5 #: src/commands/exportsecretkeycommand.cpp:148 #, kde-kuit-format msgctxt "@info" msgid "" "The GPG or GpgSM process that tried to export the secret key ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/exportsecretkeycommand.cpp:163 #, kde-format msgctxt "@info" msgid "Secret key successfully exported." msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:97 #, kde-format msgid "This is a revocation certificate for the OpenPGP key:" msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:100 #, kde-format msgid "" "A revocation certificate is a kind of \"kill switch\" to publicly\n" "declare that a key shall not anymore be used. It is not possible\n" "to retract such a revocation certificate once it has been published." msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:104 #, kde-format msgid "" "Use it to revoke this key in case of a compromise or loss of\n" "the secret key." msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:107 #, kde-format msgid "" "To avoid an accidental use of this file, a colon has been inserted\n" "before the 5 dashes below. Remove this colon with a text editor\n" "before importing and publishing this revocation certificate." msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:117 #, kde-format msgctxt "@info" msgid "" "Certificate successfully created.
    " "
    " "Note:
    " "To prevent accidental import of the revocation
    " "it is required to manually edit the certificate
    " "before it can be imported." msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:121 #, kde-format msgid "Revocation certificate created" msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:128 #, kde-format msgid "Generate revocation certificate" msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:130 #, kde-format msgid "Revocation Certificates " msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:139 #: src/crypto/autodecryptverifyfilescontroller.cpp:224 src/utils/output.cpp:543 #, kde-format msgid "" "The file %1 already exists.\n" "Overwrite?" msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:141 #: src/crypto/autodecryptverifyfilescontroller.cpp:226 src/utils/output.cpp:545 #, kde-format msgid "Overwrite Existing File?" msgstr "" #. +> trunk5 stable5 #: src/commands/genrevokecommand.cpp:196 #, kde-format msgctxt "@title:window" msgid "Error creating revocation certificate" msgstr "" #. +> trunk5 stable5 #: src/commands/gnupgprocesscommand.cpp:150 #, kde-format msgid "Subprocess Diagnostics" msgstr "" #. +> trunk5 stable5 #: src/commands/gnupgprocesscommand.cpp:281 #, kde-format msgid "Unable to start process %1. Please check your installation." msgstr "" #. +> trunk5 stable5 #: src/commands/gnupgprocesscommand.cpp:287 #, kde-format msgid "Starting %1..." msgstr "" #. +> trunk5 stable5 #: src/commands/gnupgprocesscommand.cpp:310 #, kde-format msgid "Process finished" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromclipboardcommand.cpp:128 #, kde-format msgid "Clipboard contents do not look like a certificate." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromclipboardcommand.cpp:129 #: src/commands/importcertificatefromclipboardcommand.cpp:133 #: src/commands/importcertificatefromfilecommand.cpp:153 #: src/commands/importcertificatefromfilecommand.cpp:159 #: src/commands/importcertificatescommand.cpp:434 #: src/commands/importcertificatescommand.cpp:442 #: src/commands/importcertificatescommand.cpp:580 #: src/commands/importcertificatescommand.cpp:621 #, kde-format msgid "Certificate Import Failed" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromclipboardcommand.cpp:133 #, kde-format msgid "Could not determine certificate type of clipboard contents." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromclipboardcommand.cpp:135 #: src/utils/clipboardmenu.cpp:44 src/utils/output.cpp:705 #, kde-format msgid "Clipboard" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromdatacommand.cpp:94 #: src/view/padwidget.cpp:141 src/view/padwidget.cpp:334 #: src/view/padwidget.cpp:335 src/view/padwidget.cpp:395 #: src/view/padwidget.cpp:396 #, kde-format msgid "Notepad" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromfilecommand.cpp:153 #, kde-format msgid "Could not open file %1 for reading: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromfilecommand.cpp:159 #, kde-format msgid "Could not determine certificate type of %1." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromfilecommand.cpp:170 #, kde-format msgid "Certificates" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromfilecommand.cpp:171 #, kde-format msgid "Any files" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatefromfilecommand.cpp:177 #, kde-format msgid "Select Certificate File" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:227 #, kde-format msgctxt "@info:tooltip" msgid "Imported Certificates from %1" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:231 #, kde-format msgctxt "@info:tooltip" msgid "" "Imported certificates from these sources:
    " "%1" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:240 #, kde-format msgctxt "@title:tab" msgid "Imported Certificates" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:256 #, kde-format msgid "" "" "%1" "%2" "" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:257 #, kde-format msgid "" "" "%1" "%2" "" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:258 #, kde-format msgid "" "" "%1" "" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:266 #, kde-format msgid "Total number processed:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:268 #, kde-format msgid "Imported:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:271 #, kde-format msgid "New signatures:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:274 #, kde-format msgid "New user IDs:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:277 #, kde-format msgid "Certificates without user IDs:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:280 #, kde-format msgid "New subkeys:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:283 #, kde-format msgid "Newly revoked:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:286 #, kde-format msgid "Not imported:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:289 #, kde-format msgid "Unchanged:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:292 #, kde-format msgid "Secret keys processed:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:295 #, kde-format msgid "Secret keys imported:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:299 #, kde-format msgid "Secret keys not imported:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:302 #, kde-format msgid "Secret keys unchanged:" msgstr "" #. +> trunk5 #: src/commands/importcertificatescommand.cpp:308 #, kde-format msgid "Deprecated PGP-2 keys skipped:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:324 #, kde-format msgid "No imports (should not happen, please report a bug)." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:329 #: src/commands/importcertificatescommand.cpp:334 #, kde-format msgid "" "" "

    Detailed results of certificate import:

    " "%1
    " "
    " msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:331 #, kde-format msgid "" "" "

    Detailed results of importing %1:

    " "%2
    " "
    " msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:335 #, kde-format msgid "Totals" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:372 #, kde-format msgid "A phone call to the person." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:373 #, kde-format msgid "Using a business card." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:374 #, kde-format msgid "Confirming it on a trusted website." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:377 #, kde-format msgid "In order to mark the certificate as valid (green) it needs to be certified." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:378 #, kde-format msgid "Certifying means that you check the Fingerprint." msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:379 #, kde-format msgid "Some suggestions to do this are:" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:382 #, kde-format msgid "Do you wish to start this process now?" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:383 #, kde-format msgctxt "@title" msgid "You have imported a new certificate (public key)" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:408 #, kde-format msgid "Certificate Import Result" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:421 #, kde-format msgid "" "" "

    An error occurred while trying to import the certificate:

    " "

    %1

    " "
    " msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:425 #, kde-format msgid "" "" "

    An error occurred while trying to import the certificate %1:

    " "

    %2

    " "
    " msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:523 #, kde-kuit-format msgctxt "@info" msgid "" "You have imported a Secret Key." "The key has the fingerprint:" "%1" "And claims the User IDs:" "" "%2" "" "" "Is this your own key? (Set trust level to ultimate)" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:535 #, kde-format msgctxt "@title:window" msgid "Secret key imported" msgstr "" #. +> trunk5 stable5 #: src/commands/importcertificatescommand.cpp:578 #: src/commands/importcertificatescommand.cpp:619 #, kde-format msgid "The type of this certificate (%1) is not supported by this Kleopatra installation." msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:75 #, kde-format msgid "Certificate Revocation Lists, DER encoded" msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:76 #, kde-format msgid "Select CRL File to Import" msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:176 #, kde-format msgid "Unable to start process dirmngr. Please check your installation." msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:196 #, kde-format msgid "The GpgSM process that tried to import the CRL file ended prematurely because of an unexpected error. Please check the output of gpgsm --call-dirmngr loadcrl for details." msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:199 src/commands/importcrlcommand.cpp:203 #, kde-format msgid "Import CRL Error" msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:201 #, kde-format msgid "" "An error occurred while trying to import the CRL file. The output from gpgsm was:\n" "%1" msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:205 #, kde-format msgid "CRL file imported successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/importcrlcommand.cpp:206 #, kde-format msgid "Import CRL Finished" msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:110 #: src/crypto/autodecryptverifyfilescontroller.cpp:313 #, kde-kuit-format msgid "Cannot open %1 for reading." msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:161 #, kde-format msgid "Failed to restore any secret keys." msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:169 #, kde-kuit-format msgctxt "@info" msgid "Successfully restored the secret key parts from %1" msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:178 #, kde-kuit-format msgctxt "@info" msgid "" "Kleopatra uses PaperKey to import your text backup." "Please make sure it is installed." msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:187 #, kde-format msgid "Select input file" msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:189 #, kde-format msgid "Paper backup" msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:223 #, kde-format msgctxt "@title:window" msgid "Error importing secret key" msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:229 #, kde-kuit-format msgctxt "@info" msgid "" "The GPG process that tried to restore the secret key ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/importpaperkeycommand.cpp:238 #, kde-kuit-format msgctxt "@info" msgid "" "An error occurred while trying to restore the secret key." " " "The output from %1 was:" "%2" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:103 #, kde-format msgid "Signature" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, encryptionCB) #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:106 #: src/dialogs/certificatedetailswidget.cpp:387 #: src/newcertificatewizard/advancedsettingsdialog.ui:216 #, kde-format msgid "Encryption" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, authenticationCB) #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:109 #: src/newcertificatewizard/advancedsettingsdialog.ui:226 #, kde-format msgid "Authentication" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:141 src/view/pgpcardwidget.cpp:331 #, kde-format msgid "It will no longer be possible to decrypt past communication encrypted for the existing key." msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:153 #, kde-format msgid "Failed to find the card with the serial number: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:159 #, kde-format msgctxt "@info" msgid "" "

    This card already contains a key in this slot. Continuing will overwrite that key.

    " "

    If there is no backup the existing key will be irrecoverably lost.

    " msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:161 #, kde-format msgid "The existing key has the fingerprint:" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:163 #, kde-format msgctxt "@title:window" msgid "Overwrite existing key" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:205 #, kde-format msgctxt "@info" msgid "Moving the key to the card failed: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:206 src/commands/keytocardcommand.cpp:231 #: src/view/netkeywidget.cpp:201 src/view/nullpinwidget.cpp:120 #: src/view/pgpcardwidget.cpp:295 src/view/pgpcardwidget.cpp:310 #: src/view/pgpcardwidget.cpp:363 src/view/pgpcardwidget.cpp:389 #: src/view/pgpcardwidget.cpp:395 src/view/pgpcardwidget.cpp:401 #: src/view/pgpcardwidget.cpp:419 src/view/pgpcardwidget.cpp:446 #: src/view/pgpcardwidget.cpp:461 #, kde-format msgctxt "@title" msgid "Error" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:221 #, kde-format msgid "Successfully copied the key to the card." msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:222 src/view/pgpcardwidget.cpp:318 #: src/view/pgpcardwidget.cpp:369 src/view/pgpcardwidget.cpp:425 #: src/view/pgpcardwidget.cpp:467 #, kde-format msgctxt "@title" msgid "Success" msgstr "" #. +> trunk5 stable5 #: src/commands/keytocardcommand.cpp:230 #, kde-format msgctxt "@info" msgid "Failed to delete the key: %1" msgstr "" #. +> trunk5 stable5 #: src/commands/learncardkeyscommand.cpp:78 #, kde-format msgid "Error Learning SmartCard" msgstr "" #. +> trunk5 stable5 #: src/commands/learncardkeyscommand.cpp:83 #, kde-format msgid "Finished Learning SmartCard" msgstr "" #. +> trunk5 stable5 #: src/commands/learncardkeyscommand.cpp:89 #, kde-kuit-format msgctxt "@info" msgid "" "The GPG or GpgSM process that tried to learn the smart card ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:336 #: src/commands/lookupcertificatescommand.cpp:341 #, kde-format msgctxt "@title %1:\"OpenPGP\" or \"CMS\"" msgid "%1 Certificate Server" msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:374 #, kde-format msgctxt "@info" msgid "" "Failed to search on certificate server. The error returned was:\n" "%1" msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:383 #, kde-kuit-format msgctxt "@info" msgid "" "The query result has been truncated." "Either the local or a remote limit on the maximum number of returned hits has been exceeded." "You can try to increase the local limit in the configuration dialog, but if one of the configured servers is the limiting factor, you have to refine your search." msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:391 #, kde-format msgctxt "@title" msgid "Result Truncated" msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:413 #, kde-kuit-format msgctxt "@info" msgid "" "You do not have any directory servers configured." "You need to configure at least one directory server to search on one." "You can configure directory servers here: Settings->Configure Kleopatra." msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:418 #, kde-format msgctxt "@title" msgid "No Directory Servers Configured" msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:427 #, kde-format msgid "" "

    You seem to be searching for a fingerPrint or a key-id.

    " "

    Different keyservers expect different ways to search for these. Some require a \"0x\" prefix, while others require there be no such prefix.

    " "

    If your search does not yield any results, try removing the 0x prefix from your search.

    " msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:431 #, kde-format msgid "" "

    You seem to be searching for a fingerPrint or a key-id.

    " "

    Different keyservers expect different ways to search for these. Some require a \"0x\" prefix, while others require there be no such prefix.

    " "

    If your search does not yield any results, try adding the 0x prefix to your search.

    " msgstr "" #. +> trunk5 stable5 #: src/commands/lookupcertificatescommand.cpp:435 #, kde-format msgid "Hex-String Search" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:64 #, kde-kuit-format msgctxt "@info" msgid "" "No OpenPGP directory services have been configured." "If not all of the certificates carry the name of their preferred certificate server (few do), a fallback server is needed to fetch from." "Since none is configured, Kleopatra will use keys.gnupg.net as the fallback." "You can configure OpenPGP directory servers in Kleopatra's configuration dialog." "Do you want to continue with keys.gnupg.net as fallback server?" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:73 #: src/commands/refreshopenpgpcertscommand.cpp:87 #, kde-format msgctxt "@title:window" msgid "OpenPGP Certificate Refresh" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:81 #, kde-kuit-format msgctxt "@info" msgid "" "Refreshing OpenPGP certificates implies downloading all certificates anew, to check if any of them have been revoked in the meantime." "This can put a severe strain on your own as well as other people's network connections, and can take up to an hour or more to complete, depending on your network connection, and the number of certificates to check." " " "Are you sure you want to continue?" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:106 #, kde-format msgctxt "@title:window" msgid "OpenPGP Certificate Refresh Error" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:111 #, kde-format msgctxt "@title:window" msgid "OpenPGP Certificate Refresh Finished" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:117 #, kde-kuit-format msgctxt "@info" msgid "" "The GPG process that tried to refresh OpenPGP certificates ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:125 #, kde-kuit-format msgctxt "@info" msgid "" "An error occurred while trying to refresh OpenPGP certificates." " " "The output from %1 was: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshopenpgpcertscommand.cpp:132 #, kde-format msgctxt "@info" msgid "OpenPGP certificates refreshed successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:63 #, kde-kuit-format msgctxt "@info" msgid "" "Refreshing X.509 certificates implies downloading CRLs for all certificates, even if they might otherwise still be valid." "This can put a severe strain on your own as well as other people's network connections, and can take up to an hour or more to complete, depending on your network connection, and the number of certificates to check." " " "Are you sure you want to continue?" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:69 #, kde-format msgctxt "@title:window" msgid "X.509 Certificate Refresh" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:82 #, kde-format msgctxt "@title:window" msgid "X.509 Certificate Refresh Error" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:87 #, kde-format msgctxt "@title:window" msgid "X.509 Certificate Refresh Finished" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:93 #, kde-kuit-format msgctxt "@info" msgid "" "The GpgSM process that tried to refresh X.509 certificates ended prematurely because of an unexpected error." "Please check the output of %1 for details." msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:101 #, kde-kuit-format msgctxt "@info" msgid "" "An error occurred while trying to refresh X.509 certificates." "The output from %1 was: %2" msgstr "" #. +> trunk5 stable5 #: src/commands/refreshx509certscommand.cpp:108 #, kde-format msgctxt "@info" msgid "X.509 certificates refreshed successfully." msgstr "" #. +> trunk5 stable5 #: src/commands/setinitialpincommand.cpp:77 #, kde-format msgctxt "@title" msgid "Set Initial Pin" msgstr "" #. +> trunk5 stable5 #: src/commands/signclipboardcommand.cpp:170 #: src/commands/signclipboardcommand.cpp:184 #, kde-format msgid "Sign Clipboard Error" msgstr "" #. +> trunk5 stable5 #: src/commands/signencryptfilescommand.cpp:296 #, kde-format msgid "Sign/Encrypt Files Error" msgstr "" #. +> trunk5 stable5 #: src/commands/signencryptfilescommand.cpp:309 #, kde-format msgid "Select One or More Files to Sign and/or Encrypt" msgstr "" #. +> trunk5 stable5 #: src/commands/signencryptfoldercommand.cpp:61 #, kde-format msgid "Select Folder to Sign and/or Encrypt" msgstr "" #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.cpp:147 #, kde-format msgctxt "Key filter without user-assigned name" msgid "" msgstr "" #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.cpp:303 #, kde-format msgid "This parameter has been locked down by the system administrator." msgstr "" #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.cpp:331 #, kde-format msgid "DN-Attribute Order" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, AppearanceConfigWidget) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:13 #, kde-format msgid "Color && Font Configuration" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:20 #, kde-format msgid "Tooltips" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:26 #, kde-format msgid "Show the following information in certificate list tooltips:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, tooltipValidityCheckBox) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:33 #, kde-format msgid "Show validity" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, tooltipOwnerCheckBox) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:40 #, kde-format msgid "Show owner information" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, tooltipDetailsCheckBox) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:47 #, kde-format msgid "Show technical details" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:68 #, kde-format msgid "Certificate Categories" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, iconButton) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:82 #, kde-format msgid "Set &Icon..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, foregroundButton) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:92 #, kde-format msgid "Set &Text Color..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, backgroundButton) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:102 #, kde-format msgid "Set &Background Color..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, fontButton) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:112 #, kde-format msgid "Set F&ont..." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, italicCB) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:122 #, kde-format msgid "Italic" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, boldCB) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:132 #, kde-format msgid "Bold" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, strikeoutCB) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:142 #, kde-format msgid "Strikeout" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, defaultLookPB) #. +> trunk5 stable5 #: src/conf/appearanceconfigwidget.ui:168 #, kde-format msgid "Default Appearance" msgstr "" #. +> trunk5 stable5 #: src/conf/configuredialog.cpp:63 #, kde-format msgid "Configure" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:122 #: src/conf/cryptooperationsconfigwidget.cpp:213 #: src/newcertificatewizard/newcertificatewizard.cpp:1724 #: src/newcertificatewizard/newcertificatewizard.cpp:1734 #, kde-format msgid "default" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:125 #, kde-format msgid "This means that every configuration option of the GnuPG System will be reset to its default." msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:126 #, kde-format msgid "Apply profile" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:162 #, kde-format msgctxt "%1 is the name of the profile" msgid "The configuration profile \"%1\" was applied." msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:163 #, kde-format msgid "GnuPG Profile - Kleopatra" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:197 #, kde-format msgctxt "@title" msgid "General Operations" msgstr "" #. +> trunk5 #: src/conf/cryptooperationsconfigwidget.cpp:201 #, kde-format msgid "Activate GnuPG Profile:" msgstr "" #. +> stable5 #: src/conf/cryptooperationsconfigwidget.cpp:192 #, kde-format msgid "GnuPG Profile:" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:202 #, kde-format msgid "A profile consists of various settings that can apply to multiple components of the GnuPG system." msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:218 #, kde-format msgid "Apply" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:241 #, kde-format msgid "EMail Operations" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:243 #, kde-format msgid "Don't confirm signing certificate if there is only one valid certificate for the identity" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:244 #, kde-format msgid "Don't confirm encryption certificates if there is exactly one valid certificate for each recipient" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:250 #, kde-format msgid "File Operations" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:252 #, kde-format msgid "Create OpenPGP encrypted files with \".pgp\" file extensions instead of \".gpg\"" msgstr "" #. i18n: ectx: label, entry (AddASCIIArmor), group (FileOperations) #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:253 #: src/kcfg/fileoperationspreferences.kcfg:25 #, kde-format msgid "Create signed or encrypted files as text files." msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:254 #, kde-format msgctxt "@info" msgid "Set this option to encode encrypted or signed files as base64 encoded text. So that they can be opened with an editor or sent in a mail body. This will increase file size by one third." msgstr "" #. i18n: ectx: label, entry (AutoDecryptVerify), group (FileOperations) #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:257 #: src/kcfg/fileoperationspreferences.kcfg:15 #, kde-format msgid "Automatically start operation based on input detection for decrypt/verify." msgstr "" #. i18n: ectx: label, entry (DontUseTmpDir), group (FileOperations) #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:258 #: src/kcfg/fileoperationspreferences.kcfg:30 #, kde-format msgid "Create temporary decrypted files in the folder of the encrypted file." msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:259 #, kde-format msgctxt "@info" msgid "Set this option to avoid using the users temporary directory." msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:267 #, kde-format msgid "Checksum program to use when creating checksum files:" msgstr "" #. +> trunk5 stable5 #: src/conf/cryptooperationsconfigwidget.cpp:272 #, kde-format msgid "Archive command to use when archiving files:" msgstr "" #. +> trunk5 stable5 #: src/conf/dirservconfigpage.cpp:173 #, kde-format msgid "LDAP &timeout (minutes:seconds):" msgstr "" #. +> trunk5 stable5 #: src/conf/dirservconfigpage.cpp:183 #, kde-format msgid "&Maximum number of items returned by query:" msgstr "" #. +> trunk5 stable5 #: src/conf/dirservconfigpage.cpp:193 #, kde-format msgid "Automatically add &new servers discovered in CRL distribution points" msgstr "" #. +> trunk5 stable5 #: src/conf/dirservconfigpage.cpp:380 #, kde-format msgid "Backend error: gpgconf does not seem to know the entry for %1/%2/%3" msgstr "" #. +> trunk5 stable5 #: src/conf/dirservconfigpage.cpp:386 #, kde-format msgid "Backend error: gpgconf has wrong type for %1/%2/%3: %4 %5" msgstr "" #. +> trunk5 stable5 #: src/conf/kleopageconfigdialog.cpp:131 #, kde-format msgid "" "The settings of the current module have changed.\n" "Do you want to apply the changes or discard them?" msgstr "" #. +> trunk5 stable5 #: src/conf/kleopageconfigdialog.cpp:133 #, kde-format msgid "Apply Settings" msgstr "" #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.cpp:142 #, kde-format msgid "This option requires dirmngr >= 0.9.0" msgstr "" #. i18n: ectx: property (text), widget (QLabel, systemHTTPProxy) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.cpp:290 #: src/conf/smimevalidationconfigurationwidget.ui:221 #, kde-format msgid "no proxy" msgstr "" #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.cpp:292 #, kde-format msgid "(Current system setting: %1)" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, intervalRefreshCB) #. i18n: ectx: property (whatsThis), widget (QSpinBox, intervalRefreshSB) #. i18n: ectx: whatsthis, entry (RefreshInterval), group (SMime Validation) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:18 #: src/conf/smimevalidationconfigurationwidget.ui:31 #: src/kcfg/smimevalidationpreferences.kcfg:7 #, kde-format msgid "This option enables interval checking of certificate validity. You can also choose the checking interval (in hours). Note that validation is perfomed implicitly whenever significant files in ~/.gnupg change. This option therefore only affects external factors of certificate validity." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, intervalRefreshCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:21 #, kde-format msgid "Check certificate validity every" msgstr "" #. i18n: ectx: property (specialValueText), widget (QSpinBox, intervalRefreshSB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:37 #, kde-format msgid "hour" msgstr "" #. i18n: ectx: property (suffix), widget (QSpinBox, intervalRefreshSB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:40 #, kde-format msgid " hours" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, CRLRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:68 #, kde-format msgid "If this option is selected, S/MIME certificates are validated using Certificate Revocation Lists (CRLs)." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, CRLRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:71 #, kde-format msgid "Validate certificates using CRLs" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, OCSPRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:81 #, kde-format msgid "If this option is selected, S/MIME certificates are validated online using the Online Certificates Status Protocol (OCSP). Fill in the URL of the OCSP responder below." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, OCSPRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:84 #, kde-format msgid "Validate certificates online (OCSP)" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, OCSPGroupBox) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:94 #, kde-format msgid "Online Certificate Validation" msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:100 #, kde-format msgid "OCSP responder URL:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLineEdit, OCSPResponderURL) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:110 #, kde-format msgid "Enter here the address of the server for online validation of certificates (OCSP responder). The URL is usually starting with http://." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:117 #, kde-format msgid "OCSP responder signature:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ignoreServiceURLCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:127 #, kde-format msgid "Ignore service URL of certificates" msgstr "" #. i18n: ectx: property (whatsThis), widget (KleopatraClientCopy::Gui::CertificateRequester, OCSPResponderSignature) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:134 #, kde-format msgid "Choose here the certificate with which the OCSP server signs its replies." msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, doNotCheckCertPolicyCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:144 #, kde-format msgid "By default, GnuPG uses the file ~/.gnupg/policies.txt to check if a certificate policy is allowed. If this option is selected, policies are not checked." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, doNotCheckCertPolicyCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:147 #, kde-format msgid "Do not check certificate policies" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, neverConsultCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:154 #, kde-format msgid "If this option is checked, Certificate Revocation Lists are never used to validate S/MIME certificates." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, neverConsultCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:157 #, kde-format msgid "Never consult a CRL" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, allowMarkTrustedCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:164 #, kde-format msgid "If this option is checked while a root CA certificate is being imported, you will be asked to confirm its fingerprint and to state whether or not you consider this root certificate to be trusted. A root certificate needs to be trusted before the certificates it certified become trusted, but lightly allowing trusted root certificates into your certificate store will undermine the security of the system." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, allowMarkTrustedCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:167 #, kde-format msgid "Allow to mark root certificates as trusted" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, fetchMissingCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:174 #, kde-format msgid "If this option is checked, missing issuer certificates are fetched when necessary (this applies to both validation methods, CRLs and OCSP)." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, fetchMissingCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:177 #, kde-format msgid "Fetch missing issuer certificates" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabHTTP) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:185 #, kde-format msgid "&HTTP Requests" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, disableHTTPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:191 #, kde-format msgid "Entirely disables the use of HTTP for S/MIME." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, disableHTTPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:194 #, kde-format msgid "Do not perform any HTTP requests" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, ignoreHTTPDPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:201 #, kde-format msgid "When looking for the location of a CRL, the to-be-tested certificate usually contains what are known as \"CRL Distribution Point\" (DP) entries, which are URLs describing the way to access the CRL. The first-found DP entry is used. With this option, all entries using the HTTP scheme are ignored when looking for a suitable DP." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ignoreHTTPDPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:204 #, kde-format msgid "Ignore HTTP CRL distribution point of certificates" msgstr "" #. i18n: ectx: property (whatsThis), widget (QRadioButton, honorHTTPProxyRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:211 #, kde-format msgid "If this option is selected, the value of the HTTP proxy shown on the right (which comes from the environment variable http_proxy) will be used for any HTTP request." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, honorHTTPProxyRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:214 #, kde-format msgid "Use system HTTP proxy:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, useCustomHTTPProxyRB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:231 #, kde-format msgid "Use this proxy for HTTP requests: " msgstr "" #. i18n: ectx: property (whatsThis), widget (QLineEdit, customHTTPProxy) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:238 #, kde-format msgid "" "

    If no system proxy is set, or you need to use a different proxy for GpgSM, you can enter its location here.

    " "

    It will be used for all HTTP requests relating to S/MIME.

    " "

    The syntax is host:port, for instance myproxy.nowhere.com:3128.

    " msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, tabLDAP) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:259 #, kde-format msgid "&LDAP Requests" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, disableLDAPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:265 #, kde-format msgid "Entirely disables the use of LDAP for S/MIME." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, disableLDAPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:268 #, kde-format msgid "Do not perform any LDAP requests" msgstr "" #. i18n: ectx: property (whatsThis), widget (QCheckBox, ignoreLDAPDPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:275 #, kde-format msgid "When looking for the location of a CRL, the to-be-tested certificate usually contains what are known as \"CRL Distribution Point\" (DP) entries, which are URLs describing the way to access the CRL. The first found DP entry is used. With this option, all entries using the LDAP scheme are ignored when looking for a suitable DP." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ignoreLDAPDPCB) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:278 #, kde-format msgid "Ignore LDAP CRL distribution point of certificates" msgstr "" #. i18n: ectx: property (text), widget (QLabel, customLDAPLabel) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:285 #, kde-format msgid "Primary host for LDAP requests:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLineEdit, customLDAPProxy) #. +> trunk5 stable5 #: src/conf/smimevalidationconfigurationwidget.ui:296 #, kde-format msgid "" "Entering an LDAP server here will make all LDAP requests go to that server first. More precisely, this setting overrides any specified host and port part in a LDAP URL and will also be used if host and port have been omitted from the URL. Other LDAP servers will be used only if the connection to the \"proxy\" failed.\n" "The syntax is \"HOST\" or \"HOST:PORT\". If PORT is omitted, port 389 (standard LDAP port) is used." msgstr "" #. +> trunk5 stable5 #: src/crlview.cpp:60 #, kde-format msgid "CRL cache dump:" msgstr "" #. +> trunk5 stable5 #: src/crlview.cpp:70 #, kde-format msgid "&Update" msgstr "" #. +> trunk5 stable5 #: src/crlview.cpp:117 #, kde-format msgid "Unable to start gpgsm process. Please check your installation." msgstr "" #. +> trunk5 stable5 #: src/crlview.cpp:117 src/crlview.cpp:145 #, kde-format msgid "Certificate Manager Error" msgstr "" #. +> trunk5 stable5 #: src/crlview.cpp:145 #, kde-format msgid "The GpgSM process ended prematurely because of an unexpected error." msgstr "" #. +> trunk5 stable5 #: src/crypto/autodecryptverifyfilescontroller.cpp:159 #, kde-kuit-format msgid "" "Failed to find encrypted or signed data in one or more files." "You can manually select what to do with the files now." "If they contain signed or encrypted data please report a bug (see Help->Report Bug)." msgstr "" #. +> trunk5 stable5 #: src/crypto/autodecryptverifyfilescontroller.cpp:213 #: src/crypto/autodecryptverifyfilescontroller.cpp:247 #, kde-kuit-format msgid "Failed to move %1 to %2." msgstr "" #. +> trunk5 stable5 #: src/crypto/autodecryptverifyfilescontroller.cpp:228 src/utils/output.cpp:547 #, kde-format msgid "Overwrite All" msgstr "" #. +> trunk5 stable5 #: src/crypto/autodecryptverifyfilescontroller.cpp:240 #, kde-kuit-format msgid "Failed to delete %1." msgstr "" #. +> trunk5 stable5 #: src/crypto/autodecryptverifyfilescontroller.cpp:321 #, kde-kuit-format msgid "The file %1 contains certificates and can't be decrypted or verified." msgstr "" #. +> trunk5 stable5 #: src/crypto/autodecryptverifyfilescontroller.cpp:371 #, kde-kuit-format msgid "Select the file to verify with \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:85 #, kde-format msgctxt "@info" msgid "No checksum files have been created." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:86 #, kde-format msgctxt "@info" msgid "These checksum files have been successfully created:" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:89 #, kde-format msgctxt "@info" msgid "There were no errors." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:90 #, kde-format msgctxt "@info" msgid "The following errors were encountered:" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:323 #, kde-format msgid "Create Checksums: input files must be either all checksum files or all files to be checksummed, not a mixture of both." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:349 #: src/dialogs/updatenotification.cpp:94 src/mainwindow.cpp:646 #, kde-format msgid "Cancel" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:349 #, kde-format msgid "Initializing..." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:353 #, kde-format msgctxt "@title:window" msgid "Create Checksum Progress" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:627 #: src/crypto/verifychecksumscontroller.cpp:607 src/utils/output.cpp:677 #, kde-format msgid "Error while running %1: %2" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:630 #: src/crypto/verifychecksumscontroller.cpp:610 src/utils/input.cpp:397 #: src/utils/output.cpp:680 #, kde-format msgid "Failed to execute %1: %2" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:639 #, kde-kuit-format msgid "Failed to overwrite %1." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:666 #, kde-format msgid "No checksum programs defined." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:678 #: src/crypto/verifychecksumscontroller.cpp:647 #, kde-format msgid "Scanning directories..." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:693 #: src/crypto/verifychecksumscontroller.cpp:661 #, kde-format msgid "Calculating total size..." msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:711 #, kde-format msgid "Checksumming (%2) in %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/createchecksumscontroller.cpp:724 #: src/crypto/verifychecksumscontroller.cpp:692 #, kde-format msgid "Done." msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:82 #, kde-format msgid "Status and progress of the crypto operations is shown here." msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:163 #, kde-format msgid "User canceled" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:258 #, kde-format msgid "Decrypt/Verify E-Mail" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:281 #, kde-format msgid "At least one input needs to be provided" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:285 #, kde-format msgid "Informative sender/signed data count mismatch" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:290 #, kde-format msgid "Signature/signed data count mismatch" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:293 #, kde-format msgid "Signed data can only be given for detached signature verification" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:299 #, kde-format msgid "Input/Output count mismatch" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:302 #, kde-format msgid "Cannot use output and signed data simultaneously" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyemailcontroller.cpp:309 #, kde-format msgid "No backend support for %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyfilescontroller.cpp:139 #, kde-format msgid "Cannot determine whether input data is OpenPGP or CMS" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyfilescontroller.cpp:180 #, kde-format msgid "No usable inputs found" msgstr "" #. +> trunk5 stable5 #: src/crypto/decryptverifyfilescontroller.cpp:244 #: src/crypto/gui/decryptverifyfilesdialog.cpp:107 #, kde-format msgid "Decrypt/Verify Files" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:202 +#: src/crypto/decryptverifytask.cpp:209 #, kde-format msgid "Error: Signature not verified" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:204 +#: src/crypto/decryptverifytask.cpp:211 #, kde-format msgid "Good signature" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:206 +#: src/crypto/decryptverifytask.cpp:213 #, kde-format msgid "Signing certificate was revoked" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:208 +#: src/crypto/decryptverifytask.cpp:215 #, kde-format msgid "Signing certificate is expired" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:210 +#: src/crypto/decryptverifytask.cpp:217 #, kde-format msgid "Certificate is not available" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:212 +#: src/crypto/decryptverifytask.cpp:219 #, kde-format msgid "Signature expired" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:214 +#: src/crypto/decryptverifytask.cpp:221 #, kde-format msgid "CRL missing" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:216 +#: src/crypto/decryptverifytask.cpp:223 #, kde-format msgid "CRL too old" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:218 +#: src/crypto/decryptverifytask.cpp:225 #, kde-format msgid "Bad policy" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:220 +#: src/crypto/decryptverifytask.cpp:227 #, kde-format msgid "System error" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:222 +#: src/crypto/decryptverifytask.cpp:229 #, kde-format msgid "Bad signature" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:233 +#: src/crypto/decryptverifytask.cpp:240 #, kde-format msgid "The signature is valid but the trust in the certificate's validity is only marginal." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:235 +#: src/crypto/decryptverifytask.cpp:242 #, kde-format msgid "The signature is valid and the certificate's validity is fully trusted." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:237 +#: src/crypto/decryptverifytask.cpp:244 #, kde-format msgid "The signature is valid and the certificate's validity is ultimately trusted." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:239 +#: src/crypto/decryptverifytask.cpp:246 #, kde-format msgid "The signature is valid but the certificate's validity is not trusted." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:241 +#: src/crypto/decryptverifytask.cpp:248 #, kde-format msgid "The signature is valid but the certificate's validity is unknown." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:244 +#: src/crypto/decryptverifytask.cpp:251 #, kde-format msgid "The signature is valid but the certificate's validity is undefined." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:264 src/crypto/decryptverifytask.cpp:272 +#: src/crypto/decryptverifytask.cpp:271 src/crypto/decryptverifytask.cpp:286 #, kde-format msgid "Unknown certificate" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:292 +#: src/crypto/decryptverifytask.cpp:306 #, kde-format msgctxt "1 is a date" msgid "Signature created on %1" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:295 +#: src/crypto/decryptverifytask.cpp:309 #, kde-format msgid "With unavailable certificate:" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:297 +#: src/crypto/decryptverifytask.cpp:311 #, kde-format msgid "With certificate:" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:304 +#: src/crypto/decryptverifytask.cpp:318 #, kde-format msgctxt "VS-NfD-conforming is a German standard for restricted documents for which special restrictions about algorithms apply. The string states that a signature is compliant with that." msgid "The signature is VS-NfD-compliant." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:306 +#: src/crypto/decryptverifytask.cpp:320 #, kde-format msgctxt "VS-NfD-conforming is a German standard for restricted documents for which special restrictions about algorithms apply. The string states that a signature is not compliant with that." msgid "The signature is not VS-NfD-compliant." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:322 src/crypto/signencrypttask.cpp:71 +#: src/crypto/decryptverifytask.cpp:336 src/crypto/signencrypttask.cpp:71 #, kde-format msgctxt "Input file --> Output file (rarr is arrow" msgid "%1 → %2" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:427 +#: src/crypto/decryptverifytask.cpp:441 #, kde-format msgid "Verification canceled." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:429 +#: src/crypto/decryptverifytask.cpp:443 #, kde-format msgid "Verification failed: %1." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:435 +#: src/crypto/decryptverifytask.cpp:449 #, kde-format msgid "No signatures found." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:440 +#: src/crypto/decryptverifytask.cpp:454 #, kde-format msgid "Invalid signature." msgid_plural "%1 invalid signatures." msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:444 +#: src/crypto/decryptverifytask.cpp:458 #, kde-format msgid "The data could not be verified." msgid_plural "%1 signatures could not be verified." msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:450 +#: src/crypto/decryptverifytask.cpp:464 #, kde-format msgid "Valid signature by %1" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:452 +#: src/crypto/decryptverifytask.cpp:466 #, kde-format msgid "" "
    " "Warning: The sender's mail address is not stored in the %1 used for signing." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:453 +#: src/crypto/decryptverifytask.cpp:467 #, kde-format msgid "certificate" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:455 +#: src/crypto/decryptverifytask.cpp:469 #, kde-format msgid "Valid signature." msgid_plural "%1 valid signatures." msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:457 +#: src/crypto/decryptverifytask.cpp:471 #, kde-format msgid "" "
    " "Warning: The sender's mail address is not stored in the certificates used for signing." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:469 +#: src/crypto/decryptverifytask.cpp:483 #, kde-format msgid "Decryption canceled." msgstr "" +#. +> trunk5 +#: src/crypto/decryptverifytask.cpp:487 +#, kde-format +msgid "No integrity protection (MDC)." +msgstr "" + #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:471 src/crypto/decryptverifytask.cpp:473 +#: src/crypto/decryptverifytask.cpp:487 src/crypto/decryptverifytask.cpp:491 +#: src/crypto/decryptverifytask.cpp:493 #, kde-format msgid "Decryption failed: %1." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:475 +#: src/crypto/decryptverifytask.cpp:495 #, kde-format msgid "Decryption succeeded." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:495 src/crypto/decryptverifytask.cpp:516 +#: src/crypto/decryptverifytask.cpp:515 src/crypto/decryptverifytask.cpp:536 #, kde-format msgid "The signature is invalid: %1" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:504 +#: src/crypto/decryptverifytask.cpp:524 #, kde-format msgid "You can search the certificate on a keyserver or import it from a file." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:511 +#: src/crypto/decryptverifytask.cpp:531 #, kde-format msgid "The used key is not certified by you or any trusted person." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:512 +#: src/crypto/decryptverifytask.cpp:532 #, kde-format msgid "The used certificate is not certified by a trustworthy Certificate Authority or the Certificate Authority is unknown." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:536 src/crypto/decryptverifytask.cpp:557 +#: src/crypto/decryptverifytask.cpp:556 src/crypto/decryptverifytask.cpp:577 #: src/crypto/signencrypttask.cpp:245 src/crypto/signencrypttask.cpp:262 #: src/crypto/signencrypttask.cpp:581 src/crypto/signencrypttask.cpp:609 #: src/crypto/signencrypttask.cpp:637 #, kde-format msgid "Input error: %1" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:547 +#: src/crypto/decryptverifytask.cpp:567 #, kde-format msgctxt "separator for a list of e-mail addresses" msgid ", " msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:547 +#: src/crypto/decryptverifytask.cpp:567 #, kde-format msgid "

    The sender's address %1 is not stored in the certificate. Stored: %2

    " msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:563 +#: src/crypto/decryptverifytask.cpp:583 #, kde-format msgctxt "VS-NfD-conforming is a German standard for restricted documents for which special restrictions about algorithms apply. The string states that the decryption is compliant with that." msgid "The decryption is VS-NfD-compliant." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:565 +#: src/crypto/decryptverifytask.cpp:585 #, kde-format msgctxt "VS-NfD-conforming is a German standard for restricted documents for which special restrictions about algorithms apply. The string states that the decryption is compliant with that." msgid "The decryption is not VS-NfD-compliant." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:571 +#: src/crypto/decryptverifytask.cpp:591 #, kde-format msgid "Note: You cannot be sure who encrypted this message as it is not signed." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:577 +#: src/crypto/decryptverifytask.cpp:597 #, kde-format msgid "One unknown recipient." msgid_plural "%1 unknown recipients." msgstr[0] "" msgstr[1] "" +#. +> trunk5 +#: src/crypto/decryptverifytask.cpp:603 +#, kde-format +msgctxt "Integrity protection was missing because an old cipher was used." +msgid "Hint: If this file was encrypted before the year 2003 it is likely that the file is legitimate. This is because back then integrity protection was not widely used." +msgstr "" + +#. +> trunk5 +#: src/crypto/decryptverifytask.cpp:607 +#, kde-format +msgctxt "The user is offered to force decrypt a non integrity protected message. With the strong advice to re-encrypt it." +msgid "If you are confident that the file was not manipulated you should re-encrypt it after you have forced the decryption." +msgstr "" + #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:581 +#: src/crypto/decryptverifytask.cpp:613 #, kde-format msgid "Recipient:" msgid_plural "Recipients:" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:591 +#: src/crypto/decryptverifytask.cpp:623 #, kde-format msgid "One unknown recipient" msgid_plural "%1 unknown recipients" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:846 +#: src/crypto/decryptverifytask.cpp:879 #, kde-format msgctxt "label: result example: foo.sig: Verification failed. " msgid "%1: %2" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:974 src/crypto/decryptverifytask.cpp:1083 -#: src/crypto/decryptverifytask.cpp:1138 src/crypto/decryptverifytask.cpp:1240 -#: src/crypto/decryptverifytask.cpp:1295 src/crypto/decryptverifytask.cpp:1396 -#: src/crypto/decryptverifytask.cpp:1446 src/crypto/decryptverifytask.cpp:1552 +#: src/crypto/decryptverifytask.cpp:1008 src/crypto/decryptverifytask.cpp:1137 +#: src/crypto/decryptverifytask.cpp:1192 src/crypto/decryptverifytask.cpp:1294 +#: src/crypto/decryptverifytask.cpp:1349 src/crypto/decryptverifytask.cpp:1450 +#: src/crypto/decryptverifytask.cpp:1500 src/crypto/decryptverifytask.cpp:1606 #, kde-format msgid "Caught exception: %1" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:977 src/crypto/decryptverifytask.cpp:1085 -#: src/crypto/decryptverifytask.cpp:1141 src/crypto/decryptverifytask.cpp:1242 -#: src/crypto/decryptverifytask.cpp:1298 src/crypto/decryptverifytask.cpp:1398 -#: src/crypto/decryptverifytask.cpp:1448 src/crypto/decryptverifytask.cpp:1554 +#: src/crypto/decryptverifytask.cpp:1011 src/crypto/decryptverifytask.cpp:1139 +#: src/crypto/decryptverifytask.cpp:1195 src/crypto/decryptverifytask.cpp:1296 +#: src/crypto/decryptverifytask.cpp:1352 src/crypto/decryptverifytask.cpp:1452 +#: src/crypto/decryptverifytask.cpp:1502 src/crypto/decryptverifytask.cpp:1608 #: src/uiserver/assuanserverconnection.cpp:1580 #: src/uiserver/assuanserverconnection.cpp:1631 #, kde-format msgid "Caught unknown exception" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1026 +#: src/crypto/decryptverifytask.cpp:1060 #, kde-format msgid "Could not determine whether this is an S/MIME or an OpenPGP signature/ciphertext - maybe it is neither ciphertext nor a signature?" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1033 src/crypto/decryptverifytask.cpp:1198 +#: src/crypto/decryptverifytask.cpp:1067 src/crypto/decryptverifytask.cpp:1252 #, kde-format msgid "Decrypting: %1..." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1191 +#: src/crypto/decryptverifytask.cpp:1245 #, kde-format msgid "Could not determine whether this was S/MIME- or OpenPGP-encrypted - maybe it is not ciphertext at all?" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1348 src/crypto/decryptverifytask.cpp:1487 +#: src/crypto/decryptverifytask.cpp:1402 src/crypto/decryptverifytask.cpp:1541 #, kde-format msgid "Could not determine whether this is an S/MIME or an OpenPGP signature - maybe it is not a signature at all?" msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1355 +#: src/crypto/decryptverifytask.cpp:1409 #, kde-format msgid "Verifying: %1..." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1502 +#: src/crypto/decryptverifytask.cpp:1556 #, kde-kuit-format msgctxt "Verification of a detached signature in progress. The first file contains the data.The second file is the signature file." msgid "Verifying: %1 with %2..." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1507 +#: src/crypto/decryptverifytask.cpp:1561 #, kde-format msgid "Verifying signature: %1..." msgstr "" #. +> trunk5 stable5 -#: src/crypto/decryptverifytask.cpp:1515 +#: src/crypto/decryptverifytask.cpp:1569 #, kde-kuit-format msgctxt "Verification of a detached signature summary. The first file contains the data.The second file is signature." msgid "Verified %1 with %2" msgstr "" #. +> trunk5 stable5 #: src/crypto/encryptemailcontroller.cpp:151 #, kde-format msgid "Call to EncryptEMailController::protocolAsString() is ambiguous." msgstr "" #. +> trunk5 stable5 #: src/crypto/encryptemailcontroller.cpp:174 #: src/crypto/newsignencryptemailcontroller.cpp:450 #: src/crypto/signemailcontroller.cpp:187 #: src/crypto/signencryptfilescontroller.cpp:361 #, kde-format msgid "User cancel" msgstr "" #. +> trunk5 stable5 #: src/crypto/encryptemailtask.cpp:82 src/crypto/signencrypttask.cpp:198 #, kde-format msgid "Encryption canceled." msgstr "" #. +> trunk5 stable5 #: src/crypto/encryptemailtask.cpp:86 #, kde-format msgid "Encryption failed: %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/encryptemailtask.cpp:89 src/crypto/signencrypttask.cpp:205 #, kde-format msgid "Encryption succeeded." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificatelineedit.cpp:114 #, kde-format msgid "Please enter a name or email address..." msgstr "" #. +> trunk5 #: src/crypto/gui/certificatelineedit.cpp:186 #, kde-format msgid "Open selection dialog." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificatelineedit.cpp:192 #, kde-format msgid "Multiple certificates" msgstr "" #. +> stable5 #: src/crypto/gui/certificatelineedit.cpp:186 #, kde-format msgid "Please select a certificate." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificatelineedit.cpp:202 #, kde-format msgid "" "No matching certificates found.
    " "Click here to import a certificate." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificateselectionline.cpp:61 #, kde-format msgid "(no matching certificates found)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificateselectionline.cpp:63 #, kde-format msgid "Please select a certificate" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificateselectionline.cpp:218 #, kde-format msgid "(please choose between OpenPGP and S/MIME first)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/certificateselectionline.cpp:226 #: src/crypto/gui/resolverecipientspage.cpp:204 #, kde-format msgid "..." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfilesdialog.cpp:71 #: src/crypto/gui/decryptverifyfileswizard.cpp:221 #, kde-format msgid "&Output folder:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfilesdialog.cpp:114 #, kde-format msgid "Verify Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfilesdialog.cpp:138 #: src/crypto/gui/newresultpage.cpp:119 src/crypto/gui/resultpage.cpp:117 #, kde-format msgid "%1: All operations completed." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfilesdialog.cpp:140 #: src/crypto/gui/newresultpage.cpp:121 src/crypto/gui/resultpage.cpp:119 #, kde-format msgid "All operations completed." msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:158 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:162 #: src/crypto/gui/newresultpage.cpp:142 #: src/crypto/gui/resultlistwidget.cpp:228 src/crypto/gui/resultpage.cpp:136 #, kde-format msgctxt "number, operation description" msgid "Operation %1: %2" msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:160 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:164 #: src/crypto/gui/newresultpage.cpp:144 src/crypto/gui/resultpage.cpp:138 #, kde-format msgctxt "tag( \"OpenPGP\" or \"CMS\"), operation description" msgid "%1: %2" msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:212 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:216 #, kde-format msgid "Please select an output folder." msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:213 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:217 #, kde-format msgid "No output folder." msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:227 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:236 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:231 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:240 #, kde-format msgid "Please select a different output folder." msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:228 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:232 #, kde-format msgid "Failed to create output folder." msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/decryptverifyfilesdialog.cpp:237 +#: src/crypto/gui/decryptverifyfilesdialog.cpp:241 #, kde-format msgid "Invalid output folder." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfileswizard.cpp:210 #, kde-format msgid "Choose operations to be performed" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfileswizard.cpp:211 #, kde-format msgid "Here you can check and, if needed, override the operations Kleopatra detected for the input given." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfileswizard.cpp:214 #, kde-format msgid "&Decrypt/Verify" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyfileswizard.cpp:220 #, kde-format msgid "Create all output files in a single folder" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyoperationwidget.cpp:91 #, kde-format msgid "Input file:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyoperationwidget.cpp:95 #, kde-format msgid "&Input file is a detached signature" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyoperationwidget.cpp:96 #, kde-format msgid "&Signed data:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/decryptverifyoperationwidget.cpp:101 #, kde-format msgid "&Input file is an archive; unpack with:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/encryptemailwizard.cpp:53 #, kde-format msgid "Encrypt Mail Message" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/newresultpage.cpp:150 src/crypto/gui/resultpage.cpp:144 #, kde-format msgid "Results" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/objectspage.cpp:76 #, kde-format msgid "Objects" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/objectspage.cpp:85 #: src/crypto/gui/resolverecipientspage.cpp:422 #, kde-format msgid "Remove Selected" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/objectspage.cpp:97 #, kde-format msgid "Select File" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:197 #, kde-format msgid "No certificate selected" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:403 #, kde-format msgid "Recipients" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:418 #, kde-format msgid "Add Recipient..." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:433 #: src/crypto/gui/signencryptemailconflictdialog.cpp:392 #: src/view/padwidget.cpp:175 #, kde-format msgid "OpenPGP" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:437 #: src/crypto/gui/signencryptemailconflictdialog.cpp:393 #: src/view/padwidget.cpp:176 #, kde-format msgid "S/MIME" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:455 #, kde-format msgid "Warning: None of the selected certificates seem to be your own. You will not be able to decrypt the encrypted data again." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:577 #, kde-format msgid "Recipient" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:579 #, kde-format msgctxt "%1 == number" msgid "Recipient (%1)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:619 #, kde-format msgid "" "" "

    Recipients predefined via GnuPG settings:

    " "%1
    " msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resolverecipientspage.cpp:630 #, kde-format msgid "Sender" msgstr "" +#. +> trunk5 +#: src/crypto/gui/resultitemwidget.cpp:160 +#, kde-format +msgid "Force decryption" +msgstr "" + #. +> trunk5 stable5 -#: src/crypto/gui/resultitemwidget.cpp:163 +#: src/crypto/gui/resultitemwidget.cpp:204 #, kde-format msgctxt "1 is optional keyid. No space is intended as it can be empty." msgid "Search%1" msgstr "" #. +> trunk5 stable5 -#: src/crypto/gui/resultitemwidget.cpp:165 +#: src/crypto/gui/resultitemwidget.cpp:206 #, kde-format msgctxt "1 is optional keyid. No space is intended as it can be empty." msgid "Import%1" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/resultpage.cpp:89 #, kde-format msgid "Keep open after operation completed" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signemailwizard.cpp:88 #, kde-format msgid "You need to select a signing certificate to proceed." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signemailwizard.cpp:94 #, kde-format msgid "You need to select an %1 signing certificate to proceed." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signemailwizard.cpp:96 #, kde-format msgid "You need to select %1 and %2 signing certificates to proceed." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signemailwizard.cpp:128 #, kde-format msgid "Sign Mail Message" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:92 #, kde-format msgid "Please select an encryption certificate for recipient \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:103 #, kde-format msgid "Please select a signing certificate for sender \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:114 #, kde-format msgid "" "Kleopatra cannot unambiguously determine matching certificates for all recipients/senders of the message.\n" "Please select the correct certificates for each recipient:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:117 #, kde-format msgid "" "Kleopatra cannot unambiguously determine matching certificates for the sender of the message.\n" "Please select the correct certificates for the sender:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:120 #, kde-format msgid "" "Kleopatra cannot unambiguously determine matching certificates for all recipients of the message.\n" "Please select the correct certificates for each recipient:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:129 #, kde-format msgid "Please verify that correct certificates have been selected for each recipient:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:130 #, kde-format msgid "Please verify that the correct certificate has been selected for the sender:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:302 #: src/crypto/gui/signencryptfileswizard.cpp:310 src/view/padwidget.cpp:499 #, kde-format msgctxt "VS-NfD-conforming is a German standard for restricted documents for which special restrictions about algorithms apply. The string states that all cryptographic operations necessary for the communication are compliant with that." msgid "VS-NfD-compliant communication possible." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:304 #: src/crypto/gui/signencryptfileswizard.cpp:312 src/view/padwidget.cpp:501 #, kde-format msgctxt "VS-NfD-conforming is a German standard for restricted documents for which special restrictions about algorithms apply. The string states that all cryptographic operations necessary for the communication are compliant with that." msgid "VS-NfD-compliant communication not possible." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:391 #, kde-format msgid "Show all recipients" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:394 #, kde-format msgid "Select Signing Certificate" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:395 #, kde-format msgid "Select Encryption Certificate" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:396 #, kde-format msgid "Only show this dialog in case of conflicts (experimental)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:417 #, kde-format msgid "Select Certificates For Message" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:489 #, kde-format msgid "From:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:497 #, kde-format msgid "To:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptemailconflictdialog.cpp:542 #, kde-format msgid "Select Certificates For Message \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:87 #, kde-format msgctxt "@title" msgid "Sign / Encrypt Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:97 #, kde-format msgid "Output" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:100 #, kde-format msgid "Please select an action." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:103 #, kde-format msgid "Encrypt / Sign each file separately." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:105 #, kde-format msgctxt "@info" msgid "Keep each file separate instead of creating an archive for all." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:173 #, kde-kuit-format msgctxt "@info" msgid "" "Archiving in combination with sign-only currently requires what are known as opaque signatures - unlike detached ones, these embed the content in the signature." "This format is rather unusual. You might want to archive the files separately, and then sign the archive as one file with Kleopatra." "Future versions of Kleopatra are expected to also support detached signatures in this case." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:178 #, kde-format msgctxt "@title:window" msgid "Unusual Signature Warning" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:199 #, kde-kuit-format msgctxt "@info" msgid "" "None of the recipients you are encrypting to seems to be your own." "This means that you will not be able to decrypt the data anymore, once encrypted." "Do you want to continue, or cancel to change the recipient selection?" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:202 #, kde-format msgctxt "@title:window" msgid "Encrypt-To-Self Warning" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:241 #, kde-format msgid "The S/MIME signature." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:242 #, kde-format msgid "The signature." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:243 #, kde-format msgid "The signed and encrypted file." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:244 #, kde-format msgid "The encrypted file." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:245 #, kde-format msgid "The S/MIME encrypted file." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:246 #, kde-format msgid "Output directory." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:315 #, kde-format msgid "Next" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:374 #, kde-format msgctxt "@title" msgid "Results" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptfileswizard.cpp:376 #, kde-format msgctxt "@title" msgid "Status and progress of the crypto operations is shown here." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:123 #, kde-format msgid "Prove authenticity (sign)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:124 #, kde-format msgid "Sign as:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:143 #: src/crypto/gui/signencryptwidget.cpp:404 #, kde-format msgctxt "@action" msgid "Encrypt" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:149 #, kde-format msgid "Encrypt for me:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:155 #, kde-format msgid "Encrypt for others:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:184 #, kde-format msgid "Encrypt with password. Anyone you share the password with can read the data." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:186 #, kde-format msgctxt "Tooltip information for symetric encryption" msgid "Additionally to the keys of the recipients you can encrypt your data with a password. Anyone who has the password can read the data without any secret key. Using a password is less secure then public key cryptography. Even if you pick a very strong password." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:402 #, kde-format msgctxt "@action" msgid "Sign / Encrypt" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signencryptwidget.cpp:406 #, kde-format msgctxt "@action" msgid "Sign" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:85 #, kde-format msgctxt "%1=protocol (S/Mime, OpenPGP), %2=certificate" msgid "Sign using %1: %2" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:86 #, kde-format msgid "No certificate selected" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:311 #, kde-format msgid "Sign and encrypt (OpenPGP only)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:317 #, kde-format msgid "Encrypt only" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:322 #, kde-format msgid "Sign only" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:327 #, kde-format msgid "Encryption Options" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:330 #, kde-format msgid "Text output (ASCII armor)" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:335 #, kde-format msgid "Signing Options" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:340 #, kde-format msgid "Signer:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:355 #, kde-format msgid "Change Signing Certificates..." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signerresolvepage.cpp:517 #, kde-format msgid "Choose Operation to be Performed" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/signingcertificateselectiondialog.cpp:52 #, kde-format msgid "Select Signing Certificates" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, rememberCO) #. +> trunk5 stable5 #: src/crypto/gui/signingcertificateselectionwidget.ui:37 #, kde-format msgid "Remember these as default for future operations" msgstr "" #. i18n: ectx: property (text), widget (QLabel, pgpLabel) #. +> trunk5 stable5 #: src/crypto/gui/signingcertificateselectionwidget.ui:57 #, kde-format msgid "OpenPGP Signing Certificate:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, cmsLabel) #. +> trunk5 stable5 #: src/crypto/gui/signingcertificateselectionwidget.ui:67 #, kde-format msgid "S/MIME Signing Certificate:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/unknownrecipientwidget.cpp:51 #, kde-format msgctxt "Caption for an unknwon key/certificate where only ID is known." msgid "Unknown Recipient:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, findPB) #. +> trunk5 stable5 #: src/crypto/gui/unknownrecipientwidget.cpp:58 #: src/dialogs/lookupcertificatesdialog.ui:24 #, kde-format msgid "Search" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/unknownrecipientwidget.cpp:62 #, kde-format msgid "Search on keyserver" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/unknownrecipientwidget.cpp:79 #, kde-format msgid "The data was encrypted to this key / certificate." msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/verifychecksumsdialog.cpp:240 #, kde-format msgid "The following errors and warnings were recorded:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/verifychecksumsdialog.cpp:241 #, kde-format msgid "Checksum Verification Errors" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/verifychecksumsdialog.cpp:253 #: src/crypto/gui/verifychecksumsdialog.cpp:278 #, kde-format msgid "No errors occurred" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/verifychecksumsdialog.cpp:255 #, kde-format msgid "One error occurred" msgid_plural "%1 errors occurred" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/crypto/gui/verifychecksumsdialog.cpp:276 #, kde-format msgid "Progress:" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/verifychecksumsdialog.cpp:279 #, kde-format msgctxt "Show Errors" msgid "Show" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/wizard.cpp:97 #, kde-format msgid "&Next" msgstr "" #. +> trunk5 stable5 #: src/crypto/gui/wizard.cpp:135 src/view/smartcardwidget.cpp:90 #, kde-format msgid "Back" msgstr "" #. +> trunk5 stable5 #: src/crypto/newsignencryptemailcontroller.cpp:345 #, kde-format msgid "Call to NewSignEncryptEMailController::protocolAsString() is ambiguous." msgstr "" #. +> trunk5 stable5 #: src/crypto/newsignencryptemailcontroller.cpp:597 #: src/crypto/newsignencryptemailcontroller.cpp:602 #, kde-format msgctxt "@title:window" msgid "Error" msgstr "" #. +> trunk5 stable5 #: src/crypto/signemailtask.cpp:86 src/crypto/signencrypttask.cpp:181 #, kde-format msgid "Signing canceled." msgstr "" #. +> trunk5 stable5 #: src/crypto/signemailtask.cpp:90 #, kde-format msgid "Signing failed: %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/signemailtask.cpp:93 src/crypto/signencrypttask.cpp:187 #, kde-format msgid "Signing succeeded." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:136 #, kde-format msgid "Archive and Sign Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:138 #, kde-format msgid "Sign Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:144 #, kde-format msgid "Archive and Encrypt Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:146 #, kde-format msgid "Encrypt Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:151 #, kde-format msgid "Archive and Sign/Encrypt Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:153 #, kde-format msgid "Sign/Encrypt Files" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:292 #, kde-format msgctxt "base name of an archive file, e.g. archive.zip or archive.tar.gz" msgid "archive" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:612 #, kde-format msgid "Caught unexpected exception in SignEncryptFilesController::Private::slotWizardOperationPrepared: %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencryptfilescontroller.cpp:616 #, kde-format msgid "Caught unknown exception in SignEncryptFilesController::Private::slotWizardOperationPrepared" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:185 #, kde-format msgid "Signing failed." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:202 #, kde-format msgid "Encryption failed." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:230 #, kde-format msgid "Signing and encryption succeeded." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:247 src/crypto/signencrypttask.cpp:264 #, kde-format msgid "Output error: %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:271 #, kde-format msgid " Encryption succeeded." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:283 #, kde-format msgid "%1: Sign/encrypt canceled." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:283 #, kde-format msgid " %1: Sign/encrypt failed." msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:285 #, kde-format msgctxt "label: result. Example: foo -> foo.gpg: Encryption failed." msgid "%1: %2" msgstr "" #. +> trunk5 stable5 #: src/crypto/signencrypttask.cpp:457 #, kde-format msgid "Cannot determine protocol for task" msgstr "" #. +> trunk5 stable5 #: src/crypto/task.cpp:190 #, kde-format msgid "Unknown exception in Task::start()" msgstr "" #. +> trunk5 stable5 #: src/crypto/verifychecksumscontroller.cpp:233 #, kde-format msgctxt "@title:window" msgid "Verify Checksum Results" msgstr "" #. +> trunk5 stable5 #: src/crypto/verifychecksumscontroller.cpp:493 #, kde-format msgid "Cannot find checksums file for file %1" msgstr "" #. +> trunk5 stable5 #: src/crypto/verifychecksumscontroller.cpp:681 #, kde-format msgid "Verifying checksums (%2) in %1" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:70 #: src/dialogs/certificatedetailswidget.cpp:136 #: src/newcertificatewizard/newcertificatewizard.cpp:1276 #, kde-format msgid "Name" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:72 #, kde-format msgid "Comment" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:74 #: src/newcertificatewizard/newcertificatewizard.cpp:1279 #, kde-format msgid "EMail" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:90 #: src/newcertificatewizard/newcertificatewizard.cpp:1295 #, kde-format msgctxt "Format string for the labels in the \"Your Personal Data\" page" msgid "%1 (%2)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:122 #: src/newcertificatewizard/newcertificatewizard.cpp:1395 #, kde-format msgctxt "interpunctation for labels" msgid "%1:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameRequiredLB) #. i18n: ectx: property (text), widget (QLabel, emailRequiredLB) #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:124 #: src/newcertificatewizard/enterdetailspage.ui:26 #: src/newcertificatewizard/enterdetailspage.ui:43 #: src/newcertificatewizard/newcertificatewizard.cpp:1397 #, kde-format msgid "(required)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:124 #: src/newcertificatewizard/newcertificatewizard.cpp:1397 #, kde-format msgid "(optional)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:300 #: src/newcertificatewizard/newcertificatewizard.cpp:1573 #, kde-kuit-format msgctxt "@info" msgid "%1 is required, but empty." msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:302 #: src/newcertificatewizard/newcertificatewizard.cpp:1575 #, kde-kuit-format msgctxt "@info" msgid "" "%1 is required, but empty." "Local Admin rule: %2" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:308 #: src/newcertificatewizard/newcertificatewizard.cpp:1581 #, kde-kuit-format msgctxt "@info" msgid "%1 is incomplete." msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:310 #: src/newcertificatewizard/newcertificatewizard.cpp:1583 #, kde-kuit-format msgctxt "@info" msgid "" "%1 is incomplete." "Local Admin rule: %2" msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:315 #: src/newcertificatewizard/newcertificatewizard.cpp:1588 #, kde-kuit-format msgctxt "@info" msgid "%1 is invalid." msgstr "" #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.cpp:317 #: src/newcertificatewizard/newcertificatewizard.cpp:1590 #, kde-kuit-format msgctxt "@info" msgid "" "%1 is invalid." "Local Admin rule: %2" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, AddUserIDDialog) #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.ui:5 #, kde-format msgid "Add New User-ID" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: src/dialogs/adduseriddialog.ui:48 #, kde-format msgid "This is how the new User-ID will be stored in the certificate:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:124 #, kde-format msgctxt "Expires" msgid "never" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:136 #, kde-format msgid "Email" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:136 #, kde-format msgid "Trust Level" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:184 #, kde-format msgid "Updating..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:212 #, kde-format msgid "Revoke this User ID" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:328 #, kde-format msgid "Certify ..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:381 #, kde-format msgid "never" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, signingCB) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:383 #: src/newcertificatewizard/advancedsettingsdialog.ui:206 #, kde-format msgid "Signing" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:384 #: src/dialogs/certificatedetailswidget.cpp:388 #, kde-format msgid "First message" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:385 #: src/dialogs/certificatedetailswidget.cpp:389 #, kde-format msgid "Last message" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:386 #: src/dialogs/certificatedetailswidget.cpp:390 #, kde-format msgid "Message count" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:426 #, kde-format msgid "Common Name" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:427 #, kde-format msgid "Organization" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:428 #, kde-format msgid "Street" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:429 #, kde-format msgid "City" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:430 #, kde-format msgid "State" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:431 #, kde-format msgid "Country" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:454 #, kde-format msgctxt " of " msgid "%1 of %2" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, CertificateDetailsWidget) #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.cpp:582 #: src/dialogs/certificatedetailswidget.ui:14 #: src/dialogs/certificatedetailswidget.ui:76 #, kde-format msgid "Certificate Details" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, addUserIDBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:34 #, kde-format msgid "&Add email address" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, changePassphraseBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:41 #, kde-format msgid "Change &passphrase" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, trustChainDetailsBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:48 #, kde-format msgid "Trust chain &details..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, genRevokeBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:57 #, kde-format msgid "" "A revocation certificate is a file that serves as a \"kill switch\" to publicly\n" "declare that a key shall not anymore be used. It is not possible\"\n" "to retract such a revocation certificate once it has been published." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, genRevokeBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:60 #, kde-format msgid "Generate &revocation certificate" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, certifyBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:67 #: src/dialogs/certifycertificatedialog.cpp:199 #: src/newcertificatewizard/newcertificatewizard.cpp:1646 #, kde-format msgid "Certify" msgstr "" #. i18n: ectx: property (text), widget (QLabel, validFromLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:85 #, kde-format msgid "Valid from:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, validFrom) #. i18n: ectx: property (text), widget (QLabel, expires) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:92 #: src/dialogs/certificatedetailswidget.ui:124 #, kde-format msgid "00/00/00" msgstr "" #. i18n: ectx: property (text), widget (QLabel, expiresLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:115 #, kde-format msgid "Expires:" msgstr "" #. i18n: ectx: property (toolTip), widget (QToolButton, changeExpirationBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:134 src/view/pgpcardwidget.cpp:162 #: src/view/pgpcardwidget.cpp:175 #, kde-format msgid "Change" msgstr "" #. i18n: ectx: property (text), widget (QLabel, typeLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:159 #, kde-format msgid "Type:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, type) #. i18n: ectx: property (text), widget (QLabel, fingerprint) #. i18n: ectx: property (text), widget (QLabel, smimeIssuer) #. i18n: ectx: property (text), widget (QLabel, complianceLbl) #. i18n: ectx: property (text), widget (QLabel, smimeOwner) #. i18n: ectx: property (text), widget (QLabel, stored) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:166 #: src/dialogs/certificatedetailswidget.ui:183 #: src/dialogs/certificatedetailswidget.ui:214 #: src/dialogs/certificatedetailswidget.ui:240 #: src/dialogs/certificatedetailswidget.ui:348 src/dialogs/subkeyswidget.ui:80 #, kde-format msgid "unknown" msgstr "" #. i18n: ectx: property (text), widget (QLabel, fingerprintLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:176 #, kde-format msgid "Fingerprint:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, publishingLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:193 #, kde-format msgid "Publishing:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, publishing) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:200 #, kde-format msgid "Publish Certificate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, smimeIssuerLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:207 #, kde-format msgid "Issuer:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, compliance) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:227 #, kde-format msgid "Compliance:" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, moreDetailsBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:255 #, kde-format msgid "&More details..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, exportBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:262 #, kde-format msgid "&Export..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, webOfTrustBtn) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:269 #, kde-format msgid "&Certifications..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:318 #, kde-format msgid "You can use this certificate to secure communication with the following email addresses:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, smimeOwnerLbl) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:328 #, kde-format msgid "Owner:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, smimeRelatedAddresses) #. +> trunk5 stable5 #: src/dialogs/certificatedetailswidget.ui:341 #, kde-format msgid "Related addresses:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:112 #, kde-format msgid "Please select one or more of the following certificates:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:113 #, kde-format msgid "Please select one of the following certificates:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:150 #, kde-format msgid "Reload" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:151 #: src/view/keylistcontroller.cpp:397 src/view/welcomewidget.cpp:87 #, kde-format msgid "Import..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:152 #, kde-format msgid "Lookup..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:153 #, kde-format msgid "New..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:155 #, kde-format msgctxt "@info:tooltip" msgid "Import certificate from file" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:156 #, kde-format msgctxt "@info:tooltip" msgid "Lookup certificates on server" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:157 #, kde-format msgctxt "@info:tooltip" msgid "Refresh certificate list" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:158 #, kde-format msgctxt "@info:tooltip" msgid "Create a new certificate" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certificateselectiondialog.cpp:194 #, kde-format msgid "Certificate Selection" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: src/dialogs/certificationoptionswidget.ui:16 #, kde-format msgid "Step 2: Choose how to certify." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: src/dialogs/certificationoptionswidget.ui:30 #, kde-format msgid "Choose which of your certificates to sign with:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, localSignatureRB) #. +> trunk5 stable5 #: src/dialogs/certificationoptionswidget.ui:57 #, kde-format msgid "Certify only for myself" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, exportableSignatureRB) #. +> trunk5 stable5 #: src/dialogs/certificationoptionswidget.ui:67 #, kde-format msgid "Certify for everyone to see" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, sendToServerCB) #. +> trunk5 stable5 #: src/dialogs/certificationoptionswidget.ui:95 #, kde-format msgid "Send certified certificate to server afterwards" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:134 #, kde-format msgid "Step 1: Please select the user IDs you wish to certify." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:143 #, kde-format msgid "I have verified the fingerprint" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:166 #, kde-format msgid "" "Certificate: %1\n" "Fingerprint: %2" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:213 #, kde-format msgid "Certification will be performed using certificate %1." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:249 #, kde-format msgid "Signed user IDs:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:252 #, kde-format msgid "Summary:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:256 #, kde-format msgid "Check level:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:261 #, kde-format msgid "Selected secret key:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:283 #, kde-format msgid "Default certificate" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:287 #, kde-format msgid "No statement made" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:290 #, kde-format msgid "Not checked" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:293 #, kde-format msgid "Casually checked" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:296 #, kde-format msgid "Thoroughly checked" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:314 #, kde-format msgid "The certificate was not certified because it was already certified by the same certificate." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:316 #, kde-format msgid "The certificate could not be certified. Error: %1" msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:319 #, kde-format msgid "Certification canceled." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:321 #, kde-format msgid "Certification successful." msgstr "" #. +> trunk5 stable5 #: src/dialogs/certifycertificatedialog.cpp:400 #, kde-format msgctxt "arg is name, email of certificate holder" msgid "Certify Certificate: %1" msgstr "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:111 #, kde-format msgid "These are the certificates you have selected for deletion:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:113 #, kde-kuit-format msgid "" "These certificates will be deleted even though you did not" " explicitly select them (Why?):" msgstr "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:134 #, kde-kuit-format msgctxt "@info:whatsthis" msgid "" "Why do you want to delete more certificates than I selected?" "When you delete CA certificates (both root CAs and intermediate CAs), the certificates issued by them will also be deleted." "This can be nicely seen in Kleopatra's hierarchical view mode: In this mode, if you delete a certificate that has children, those children will also be deleted. Think of CA certificates as folders containing other certificates: When you delete the folder, you delete its contents, too." msgstr "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:146 #, kde-format msgctxt "@action:button" msgid "Delete" msgstr "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:212 #, kde-format msgid "The certificate to be deleted is your own. It contains private key material, which is needed to decrypt past communication encrypted to the certificate, and should therefore not be deleted." msgid_plural "All of the certificates to be deleted are your own. They contain private key material, which is needed to decrypt past communication encrypted to the certificate, and should therefore not be deleted." msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:226 #, kde-format msgid "One of the certificates to be deleted is your own. It contains private key material, which is needed to decrypt past communication encrypted to the certificate, and should therefore not be deleted." msgid_plural "Some of the certificates to be deleted are your own. They contain private key material, which is needed to decrypt past communication encrypted to the certificate, and should therefore not be deleted." msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/dialogs/deletecertificatesdialog.cpp:241 src/view/pgpcardwidget.cpp:333 #, kde-format msgid "Secret Key Deletion" msgstr "" #. +> trunk5 stable5 #: src/dialogs/expirydialog.cpp:156 #, kde-format msgid "Change Expiry" msgstr "" #. i18n: ectx: property (windowTitle), widget (QWidget, Kleo::Dialogs::ExpiryDialog) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:14 #, kde-format msgid "Change Certificate Date of Expiry" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:32 #, kde-format msgid "Please select when to expire this certificate:" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, neverRB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:39 #, kde-format msgid "Ne&ver" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, inRB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:51 #, kde-format msgid "In" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, inCB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:75 #, kde-format msgid "Days" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, inCB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:80 #, kde-format msgid "Weeks" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, inCB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:85 #, kde-format msgid "Months" msgstr "" #. i18n: ectx: property (text), item, widget (QComboBox, inCB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:90 #, kde-format msgid "Years" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, onRB) #. +> trunk5 stable5 #: src/dialogs/expirydialog.ui:113 #, kde-format msgid "On this da&y:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportcertificatesdialog.cpp:77 #, kde-format msgid "Export" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportcertificatesdialog.cpp:86 #, kde-format msgid " OpenPGP export file:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportcertificatesdialog.cpp:92 #, kde-format msgid "S/MIME export file:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportdialog.cpp:78 #, kde-format msgid "Exporting ..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportdialog.cpp:136 #, kde-format msgctxt "%1 is error message" msgid "Failed to export: '%1'" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportdialog.cpp:174 src/view/keylistcontroller.cpp:377 #, kde-format msgid "Export..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.cpp:104 #, kde-format msgid "Secret Key Files" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.cpp:128 #, kde-format msgctxt "@info" msgid "Please select export options for %1:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.cpp:142 #, kde-format msgid "Secret Key Files (*.pem *.p12 *.gpg *.asc *.pgp)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.cpp:221 #, kde-format msgctxt "@info" msgid "You have to enter an output filename." msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.cpp:222 #: src/dialogs/exportsecretkeydialog.cpp:231 #, kde-format msgctxt "@title" msgid "Incomplete data" msgstr "" #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.cpp:230 #, kde-format msgctxt "@info" msgid "You have to choose a passphrase character set." msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, ExportSecretKeyDialog) #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.ui:13 #, kde-format msgid "Export Secret Certificate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, outputFileLB) #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.ui:26 #, kde-format msgid "Output file:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, charsetLB) #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.ui:36 #, kde-format msgid "Passphrase charset:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, armorCB) #. +> trunk5 stable5 #: src/dialogs/exportsecretkeydialog.ui:66 #, kde-format msgid "ASCII armor" msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:77 #: src/newcertificatewizard/newcertificatewizard.cpp:1708 #, kde-format msgid "Name:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:78 #, kde-format msgid "EMail:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:81 #, kde-format msgid "Invalid EMail" msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:91 #, kde-format msgid "RSA Keysize:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:97 #, kde-format msgid "Backup encryption key" msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:98 #, kde-format msgid "Backup the encryption key in a file." msgstr "" #. +> trunk5 stable5 #: src/dialogs/gencardkeydialog.cpp:99 #, kde-format msgid "You will be asked for a passphrase to protect that file during key generation." msgstr "" #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.cpp:127 src/view/padwidget.cpp:474 #, kde-format msgid "Import" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, LookupCertificatesDialog) #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.ui:13 #, kde-format msgid "Lookup on Server" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, detailsPB) #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.ui:44 #, kde-format msgid "Details..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, saveAsPB) #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.ui:57 #, kde-format msgid "Save As..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, selectAllPB) #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.ui:70 #, kde-format msgid "Select All" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, deselectAllPB) #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.ui:96 #, kde-format msgid "Deselect All" msgstr "" #. i18n: ectx: property (text), widget (QLabel, findLB) #. +> trunk5 stable5 #: src/dialogs/lookupcertificatesdialog.ui:106 #, kde-format msgid "Find:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.cpp:58 #, kde-format msgid "(unknown certificate)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.cpp:126 #, kde-format msgctxt "@title" msgid "Change Trust Level of %1" msgstr "" #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.cpp:127 #, kde-format msgctxt "@info" msgid "How much do you trust certifications made by %1 to correctly verify authenticity of certificates?" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, unknownRB) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:29 #, kde-format msgid "I do not know" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_7) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:42 #, kde-format msgid "(unknown trust)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:75 #, kde-format msgid "" "Choose this if you have no opinion about the trustworthyness of the certificate's owner.
    " "Certifications at this trust level are ignored when checking the validity of OpenPGP certificates.
    " msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, neverRB) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:89 #, kde-format msgid "I do NOT trust them" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_8) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:99 #, kde-format msgid "(never trust)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:132 #, kde-format msgid "" "Choose this if you explicitly do not trust the certificate owner, e.g. because you have knowledge of him certifying without checking or without the certificate owner's consent.
    " "Certifications at this trust level are ignored when checking the validity of OpenPGP certificates.
    " msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, marginalRB) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:146 #, kde-format msgid "I believe checks are casual" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_9) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:156 #, kde-format msgid "(marginal trust)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:189 #, kde-format msgid "" "Choose this if you trust certifications are not done blindly, but not very accuratly, either.
    " "Certificates will only become valid with multiple certifications (typically three) at this trust level. This is usually a good choice.
    " msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, fullRB) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:203 #, kde-format msgid "I believe checks are very accurate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_10) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:213 #, kde-format msgid "(full trust)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:246 #, kde-format msgid "" "Choose this if you trust certifications are done very accurately.
    " "Certificates will become valid with just a single certification at this trust level, so assign this much trust with care.
    " msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, ultimateRB) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:263 #, kde-format msgid "This is my certificate" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_11) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:273 #, kde-format msgid "(ultimate trust)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_6) #. +> trunk5 stable5 #: src/dialogs/ownertrustdialog.ui:306 #, kde-format msgid "" "Choose this if and only if this is your certificate. This is the default if the secret key is available, but if you imported this certificate, you might need to adjust the trust level yourself.
    " "Certificates will become valid with just a single certification at this trust level.
    " msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_2) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:16 #, kde-format msgid "Step 2: How thoroughly have you checked that this certificate actually belongs to the person it claims it is from?" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, checkLevelNotCheckedRB) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:26 #, kde-format msgid "I have not checked at all" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_3) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:52 #, kde-format msgid "Describe semantics here..." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, checkLevelCasualRB) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:62 #, kde-format msgid "I have checked casually" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_4) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:88 #, kde-format msgid "Choose this if you know the person, and have asked them whether this was their certificate, but you have not verified they are actually in possession of the secret certificate." msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, checkLevelThoroughlyRB) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:98 #, kde-format msgid "I have checked very thoroughly" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label_5) #. +> trunk5 stable5 #: src/dialogs/selectchecklevelwidget.ui:124 #, kde-format msgid "Choose this if you have, for instance, checked the ID card of the person, and have verified that they are in possession of the secret key (e.g. by sending them encrypted mail and asking for it to be decrypted)." msgstr "" #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:107 #, kde-format msgid "Skipped" msgstr "" #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:108 #, kde-format msgid "Passed" msgstr "" #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:127 #, kde-format msgid "Test Name" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, resultGB) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:128 src/newcertificatewizard/resultpage.ui:16 #, kde-format msgid "Result" msgstr "" #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:268 #, kde-format msgid "(select test first)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:320 #, kde-format msgid "Rerun Tests" msgstr "" #. +> trunk5 stable5 #: src/dialogs/selftestdialog.cpp:325 #, kde-format msgid "Continue" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, SelfTestDialog) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:14 #, kde-format msgid "Kleopatra Self-Test Results" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:23 #, kde-format msgctxt "@info" msgid "" "

    These are the results of the Kleopatra self-test suite. Click on a test for details.

    " "

    Note that all but the first failure might be due to prior tests failing.

    " msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, showAllCB) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:62 #, kde-format msgid "Show all test results" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, detailsGB) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:76 src/view/keylistcontroller.cpp:430 #, kde-format msgid "Details" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, proposedCorrectiveActionGB) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:136 #, kde-format msgid "Proposed Corrective Action" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, doItPB) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:210 #, kde-format msgid "Do It" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, runAtStartUpCB) #. +> trunk5 stable5 #: src/dialogs/selftestdialog.ui:223 #, kde-format msgid "Run these tests at startup" msgstr "" #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.cpp:89 #, kde-kuit-format msgctxt "@info" msgid "No NullPin found. If this PIN was not set by you personally, the card might have been tampered with." msgstr "" #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.cpp:96 #, kde-format msgctxt "@info" msgid "Canceled setting PIN." msgstr "" #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.cpp:100 #, kde-kuit-format msgctxt "@info" msgid "There was an error setting the PIN: %1." msgstr "" #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.cpp:103 #, kde-format msgctxt "@info" msgid "PIN set successfully." msgstr "" #. i18n: ectx: property (text), widget (QLabel, mainLB) #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.ui:13 #, kde-format msgid "" "

    On this SmartCard, there is space for two certificates:\n" "

      \n" "
    1. A normal certificate
    2. " "\n" "
    3. A special certificate for making qualified signatures according to the German Signaturgesetz
    4. " "\n" "
    " "\n" "You need to set initial PINs for both of them.

    " msgstr "" #. i18n: ectx: property (text), widget (QLabel, nksLB) #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.ui:27 #, kde-format msgid "Step 1: Set the initial PIN for the first certificate (\"NKS\"):" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, nksPB) #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.ui:34 #, kde-format msgid "Set Initial PIN (NKS)" msgstr "" #. i18n: ectx: property (text), widget (QLabel, sigGLB) #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.ui:71 #, kde-format msgid "Step 2: Set the initial PIN for the qualified signature certificate (\"SigG\"):" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sigGPB) #. +> trunk5 stable5 #: src/dialogs/setinitialpindialog.ui:81 #, kde-format msgid "Set Initial PIN (SigG)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.cpp:78 #, kde-format msgid "Restore printed backup" msgstr "" #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.cpp:97 #, kde-format msgid "Transfer to smartcard" msgstr "" #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.cpp:154 #, kde-format msgctxt "stored..." msgid "on SmartCard with serial no. %1" msgstr "" #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.cpp:156 #, kde-format msgctxt "stored..." msgid "on this computer" msgstr "" #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.cpp:172 #, kde-format msgid "Subkeys details" msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:29 #, kde-format msgid "Subkeys:" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:40 #, kde-format msgid "ID" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:45 #, kde-format msgid "Type" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:50 #, kde-format msgid "Valid From" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:55 #, kde-format msgid "Valid Until" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:60 #, kde-format msgid "Status" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:65 #, kde-format msgid "Strength" msgstr "" #. i18n: ectx: property (text), widget (QTreeWidget, subkeysTree) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:70 #, kde-format msgid "Usage" msgstr "" #. i18n: ectx: property (text), widget (QLabel, storedLbl) #. +> trunk5 stable5 #: src/dialogs/subkeyswidget.ui:87 #, kde-format msgid "Stored:" msgstr "" #. +> trunk5 stable5 #: src/dialogs/trustchainwidget.cpp:75 #, kde-format msgid "Issuer Certificate Not Found (%1)" msgstr "" #. +> trunk5 stable5 #: src/dialogs/trustchainwidget.cpp:98 #, kde-format msgid "Trust Chain" msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:93 #, kde-format msgid "Searching for updates..." msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:179 #, kde-format msgctxt "@info" msgid "No update found in the available version database." msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:180 #, kde-format msgctxt "@title" msgid "Up to date" msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:207 #, kde-format msgctxt "%1 is the version number" msgid "Version %1 is available." msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:210 #, kde-format msgctxt "Link to NEWS style changelog" msgid "See the new features." msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:214 #, kde-format msgid "Update available!" msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:219 #, kde-format msgid "Show this notification for future updates." msgstr "" #. +> trunk5 stable5 #: src/dialogs/updatenotification.cpp:226 #, kde-format msgid "&Get update" msgstr "" #. +> trunk5 stable5 #: src/dialogs/weboftrustdialog.cpp:41 #, kde-format msgid "Certifications" msgstr "" #. +> trunk5 stable5 #: src/dialogs/weboftrustwidget.cpp:153 #, kde-kuit-format msgctxt "@info" msgid "An error occurred while loading the certifications: %1" msgstr "" #. +> trunk5 stable5 #: src/dialogs/weboftrustwidget.cpp:156 #, kde-format msgctxt "@title" msgid "Certifications Loading Failed" msgstr "" #. i18n: ectx: label, entry (QuickSignEMail), group (EMailOperations) #. +> trunk5 stable5 #: src/kcfg/emailoperationspreferences.kcfg:10 #, kde-format msgid "Quick Sign EMail" msgstr "" #. i18n: ectx: whatsthis, entry (QuickSignEMail), group (EMailOperations) #. +> trunk5 stable5 #: src/kcfg/emailoperationspreferences.kcfg:11 #, kde-format msgid "Minimize the number of steps when signing emails, use preset defaults unless problems occur." msgstr "" #. i18n: ectx: label, entry (QuickEncryptEMail), group (EMailOperations) #. +> trunk5 stable5 #: src/kcfg/emailoperationspreferences.kcfg:15 #, kde-format msgid "Quick Encrypt EMail" msgstr "" #. i18n: ectx: whatsthis, entry (QuickEncryptEMail), group (EMailOperations) #. +> trunk5 stable5 #: src/kcfg/emailoperationspreferences.kcfg:16 #, kde-format msgid "Minimize the number of steps when encrypting emails, use preset defaults unless problems occur." msgstr "" #. i18n: ectx: label, entry (DecryptVerifyPopupGeometry), group (EMailOperations) #. +> trunk5 stable5 #: src/kcfg/emailoperationspreferences.kcfg:20 #, kde-format msgid "Decrypt/Verify Popup Geometry" msgstr "" #. i18n: ectx: whatsthis, entry (DecryptVerifyPopupGeometry), group (EMailOperations) #. +> trunk5 stable5 #: src/kcfg/emailoperationspreferences.kcfg:21 #, kde-format msgid "The remembered size and position of the Decrypt/Verify Result Popup used by clients which do not support inline display of D/V results, such as MS Outlook." msgstr "" #. i18n: ectx: label, entry (UsePGPFileExt), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:10 #, kde-format msgid "Use pgp as the default extension for generated OpenPGP files" msgstr "" #. i18n: ectx: whatsthis, entry (UsePGPFileExt), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:11 #, kde-format msgid "Set this to make kleopatra default to pgp file extensions for OpenPGP files." msgstr "" #. i18n: ectx: whatsthis, entry (AutoDecryptVerify), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:16 #, kde-format msgid "With this option set Kleopatra no longer asks you what you want to do with input files but instead automatically starts the operations it detects as applicable to the input." msgstr "" #. i18n: ectx: label, entry (ArchiveCommand), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:20 #, kde-format msgid "Use this command to create file archives." msgstr "" #. i18n: ectx: whatsthis, entry (ArchiveCommand), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:21 #, kde-format msgid "When encrypting multiple files or a folder Kleopatra creates an encrypted archive with this command." msgstr "" #. i18n: ectx: whatsthis, entry (AddASCIIArmor), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:26 #, kde-format msgid "Set this option to encode encrypted or signed files as base64 encoded text. So that they can be opened with an editor or sent in a mail body. This will increase file size by one third." msgstr "" #. i18n: ectx: whatsthis, entry (DontUseTmpDir), group (FileOperations) #. +> trunk5 stable5 #: src/kcfg/fileoperationspreferences.kcfg:31 #, kde-format msgid "Set this option to avoid using the users temporary directory." msgstr "" #. i18n: ectx: label, entry (RefreshInterval), group (SMime Validation) #. +> trunk5 stable5 #: src/kcfg/smimevalidationpreferences.kcfg:6 #, kde-format msgid "Certificate refresh interval (in hours). Zero (0) disables." msgstr "" #. i18n: ectx: label, entry (ShowValidity), group (Tooltip) #. +> trunk5 stable5 #: src/kcfg/tooltippreferences.kcfg:9 #, kde-format msgid "Show certificate validity" msgstr "" #. i18n: ectx: whatsthis, entry (ShowValidity), group (Tooltip) #. +> trunk5 stable5 #: src/kcfg/tooltippreferences.kcfg:10 #, kde-format msgid "Show validity information for certificates in tooltip, such as whether the certificate is expired or revoked." msgstr "" #. i18n: ectx: label, entry (ShowOwnerInformation), group (Tooltip) #. +> trunk5 stable5 #: src/kcfg/tooltippreferences.kcfg:14 #, kde-format msgid "Show certificate owner information" msgstr "" #. i18n: ectx: whatsthis, entry (ShowOwnerInformation), group (Tooltip) #. +> trunk5 stable5 #: src/kcfg/tooltippreferences.kcfg:15 #, kde-format msgid "Show owner information for certificates in tooltip, such as User IDs, subject and issuers." msgstr "" #. i18n: ectx: label, entry (ShowCertificateDetails), group (Tooltip) #. +> trunk5 stable5 #: src/kcfg/tooltippreferences.kcfg:19 #, kde-format msgid "Show certificate details" msgstr "" #. i18n: ectx: whatsthis, entry (ShowCertificateDetails), group (Tooltip) #. +> trunk5 stable5 #: src/kcfg/tooltippreferences.kcfg:20 #, kde-format msgid "Show more certificate details, such as fingerprint, key length and expiration dates" msgstr "" #. i18n: ectx: Menu (file) #. +> trunk5 stable5 #: src/kleopatra.rc:5 src/kwatchgnupg/kwatchgnupgui.rc:4 #, kde-format msgid "&File" msgstr "" #. i18n: ectx: Menu (view) #. +> trunk5 stable5 #: src/kleopatra.rc:26 #, kde-format msgid "&View" msgstr "" #. i18n: ectx: Menu (certMenu) #. i18n: ectx: Menu (listview_popup) #. +> trunk5 stable5 #: src/kleopatra.rc:40 src/kleopatra.rc:109 #, kde-format msgid "&Certificates" msgstr "" #. i18n: ectx: Menu (tools) #. +> trunk5 stable5 #: src/kleopatra.rc:55 #, kde-format msgid "&Tools" msgstr "" #. i18n: ectx: Menu (settings) #. +> trunk5 stable5 #: src/kleopatra.rc:73 #, kde-format msgid "&Settings" msgstr "" #. i18n: ectx: Menu (window) #. +> trunk5 stable5 #: src/kleopatra.rc:77 #, kde-format msgid "&Window" msgstr "" #. i18n: ectx: Menu (help) #. +> trunk5 stable5 #: src/kleopatra.rc:88 #, kde-format msgid "&Help" msgstr "" #. i18n: ectx: ToolBar (mainToolBar) #. +> trunk5 stable5 #: src/kleopatra.rc:95 src/kwatchgnupg/kwatchgnupgui.rc:13 #, kde-format msgid "Main Toolbar" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:47 #, kde-format msgid "Use OpenPGP for the following operation" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:50 #, kde-format msgid "Use CMS (X.509, S/MIME) for the following operation" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:53 #, kde-format msgid "Location of the socket the ui server is listening on" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:56 #, kde-format msgid "Run UI server only, hide main window" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:60 #, kde-format msgid "Import certificate file(s)" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:63 #, kde-format msgid "Encrypt file(s)" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:66 #, kde-format msgid "Sign file(s)" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:69 #, kde-format msgid "Sign and/or encrypt file(s)" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:71 #, kde-format msgid "Same as --sign-encrypt, do not use" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:74 #, kde-format msgid "Decrypt file(s)" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:77 #, kde-format msgid "Verify file/signature" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:80 #, kde-format msgid "Decrypt and/or verify file(s)" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:82 #, kde-format msgid "Search for a certificate on a keyserver" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:85 #, kde-format msgid "Create or check a checksum file" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:90 #, kde-format msgctxt "If a certificate is already known it shows the certificate details dialog.Otherwise it brings up the certificate search dialog." msgid "Show details of a local certificate or search for it on a keyserver by fingerprint" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:94 #, kde-format msgid "Create a new key pair or certificate signing request" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:96 #, kde-format msgid "Parent Window Id for dialogs" msgstr "" #. +> trunk5 #: src/kleopatra_options.h:99 #, kde-format msgid "Open the config dialog" msgstr "" #. +> trunk5 stable5 #: src/kleopatra_options.h:106 #, kde-format msgid "File(s) to process" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:253 #, kde-format msgid "Failed to execute command" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:290 #, kde-format msgid "Ambiguous protocol: --openpgp and --cms" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:326 #, kde-format msgid "No search string specified for --search" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:337 #, kde-format msgid "No fingerprint argument specified for --query" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:377 #, kde-format msgid "Ambiguous commands \"%1\" and \"%2\"" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:384 #, kde-format msgid "No files specified for \"%1\" command" msgstr "" #. +> trunk5 stable5 #: src/kleopatraapplication.cpp:398 #, kde-format msgid "Cannot read \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:476 #, kde-format msgid "Failed to start uiserver %1" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:590 #, kde-format msgid "Invalid socket name!" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:601 #, kde-format msgid "Could not allocate resources to connect to Kleopatra UI server at %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:632 #, kde-format msgid "Could not connect to Kleopatra UI server at %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:645 #, kde-format msgid "Could not get the process-id of the Kleopatra UI server at %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:675 #, kde-format msgid "Failed to send critical option %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:684 #, kde-format msgid "Failed to send file path %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:690 #, kde-format msgid "Failed to send sender %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:696 #, kde-format msgid "Failed to send recipient %1: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/core/command.cpp:709 #, kde-format msgid "Command (%1) failed: %2" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/gui/certificaterequester.cpp:107 #, kde-format msgid "Change..." msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/gui/certificaterequester.cpp:256 #, kde-format msgid "Kleopatra Error" msgstr "" #. +> trunk5 stable5 #: src/libkleopatraclient/gui/certificaterequester.cpp:257 #, kde-format msgid "There was an error while connecting to Kleopatra: %1" msgstr "" #. +> trunk5 stable5 #: src/main.cpp:169 #, kde-kuit-format msgctxt "@info" msgid "" "The version of the GpgME library you are running against is older than the one that the GpgME++ library was built against." "Kleopatra will not function in this setting." "Please ask your administrator for help in resolving this issue." msgstr "" #. +> trunk5 stable5 #: src/main.cpp:173 #, kde-format msgctxt "@title" msgid "GpgME Too Old" msgstr "" #. +> trunk5 stable5 #: src/main.cpp:218 #, kde-format msgid "GPG UI Server Error" msgstr "" #. +> trunk5 stable5 #: src/main.cpp:219 #, kde-format msgid "" "The Kleopatra GPG UI Server Module could not be initialized.
    " "The error given was: %1
    " "You can use Kleopatra as a certificate manager, but cryptographic plugins that rely on a GPG UI Server being present might not work correctly, or at all.
    " msgstr "" #. +> trunk5 stable5 #: src/main.cpp:245 #, kde-format msgid "Invalid arguments: %1" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:110 #, kde-format msgctxt "Quit [ApplicationName]" msgid "&Quit %1" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:117 #, kde-format msgid "Only &Close Window" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:157 #, kde-format msgid "" "%1 may be used by other applications as a service.\n" "You may instead want to close this window without exiting %1." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:159 #, kde-format msgid "Really Quit?" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:198 #, kde-format msgctxt "Compliance means that GnuPG is running in a more restricted mode e.g. to handle restricted documents." msgid "Compliance: %1" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:217 #, kde-format msgid "Could not start the GnuPG Log Viewer (kwatchgnupg). Please check your installation." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:219 #, kde-format msgid "Error Starting KWatchGnuPG" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:233 #, kde-format msgctxt "The Gpg4win compendium is only availableat this point (24.7.2017) in german and english.Please check with Gpg4win before translating this filename." msgid "gpg4win-compendium-en.pdf" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:412 #, kde-format msgid "GnuPG Log Viewer" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:418 #, kde-format msgid "Check for updates" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:422 #, kde-format msgid "Gpg4win Compendium" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:427 #, kde-format msgctxt "Title for a generic data input / output area supporting text actions." msgid "Notepad" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:428 #, kde-format msgid "Switch to Pad view." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:433 #, kde-format msgid "Configure GnuPG Backend..." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:439 #, kde-format msgid "Perform Self-Test" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:443 #, kde-format msgid "Manage Smartcards" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:444 #, kde-format msgid "Edit or initialize a crypto hardware token." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:462 #, kde-format msgid "Set Focus to Quick Search" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:483 #, kde-format msgid "Could not configure the cryptography backend (gpgconf tool not found)" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:483 #, kde-format msgid "Configuration Error" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:518 #, kde-format msgid "There are still some background operations ongoing. These will be terminated when closing the window. Proceed?" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:521 #, kde-format msgid "Ongoing Background Tasks" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:630 src/view/keylistcontroller.cpp:405 #, kde-format msgid "Sign/Encrypt..." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:631 src/utils/clipboardmenu.cpp:49 #: src/view/keylistcontroller.cpp:401 #, kde-format msgid "Decrypt/Verify..." msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:636 #, kde-format msgid "Import Certificates" msgstr "" #. +> trunk5 stable5 #: src/mainwindow.cpp:637 #, kde-format msgid "Import CRLs" msgstr "" #. i18n: ectx: property (windowTitle), widget (QDialog, Kleo::NewCertificateUi::AdvancedSettingsDialog) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:14 #, kde-format msgid "Advanced Settings" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, technicalTab) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:21 #: src/view/keylistcontroller.cpp:467 #, kde-format msgid "Technical Details" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:27 #, kde-format msgid "Key Material" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, rsaRB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:33 #, kde-format msgid "RSA" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, rsaSubCB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:62 #, kde-format msgid "+ RSA" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, dsaRB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:72 #, kde-format msgid "DSA" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, elgCB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:105 #, kde-format msgid "+ Elgamal" msgstr "" #. i18n: ectx: property (text), widget (QRadioButton, ecdsaRB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:119 #, kde-format msgid "ECDSA" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, ecdhCB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:152 #, kde-format msgid "+ ECDH" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:169 #, kde-format msgid "Certificate Usage" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, expiryCB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:177 #, kde-format msgid "Valid until:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, certificationCB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:199 #, kde-format msgid "Certification" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, personalTab) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:250 #: src/newcertificatewizard/newcertificatewizard.cpp:1978 #, kde-format msgid "Personal Details" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, uidGB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:256 #, kde-format msgid "Additional User-IDs" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, emailGB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:268 #, kde-format msgid "EMail Addresses" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, dnsGB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:280 #, kde-format msgid "DNS Names" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, uriGB) #. +> trunk5 stable5 #: src/newcertificatewizard/advancedsettingsdialog.ui:292 #, kde-format msgid "URIs" msgstr "" #. i18n: ectx: property (title), widget (QWizardPage, Kleo::NewCertificateUi::ChooseProtocolPage) #. +> trunk5 stable5 #: src/newcertificatewizard/chooseprotocolpage.ui:13 #, kde-format msgctxt "@title" msgid "Choose Format" msgstr "" #. i18n: ectx: property (subTitle), widget (QWizardPage, Kleo::NewCertificateUi::ChooseProtocolPage) #. +> trunk5 stable5 #: src/newcertificatewizard/chooseprotocolpage.ui:16 #, kde-format msgid "Please choose which type you want to create. " msgstr "" #. i18n: ectx: property (text), widget (QCommandLinkButton, pgpCLB) #. +> trunk5 stable5 #: src/newcertificatewizard/chooseprotocolpage.ui:25 #, kde-format msgid "Create a personal OpenPGP key pair" msgstr "" #. i18n: ectx: property (description), widget (QCommandLinkButton, pgpCLB) #. +> trunk5 stable5 #: src/newcertificatewizard/chooseprotocolpage.ui:34 #, kde-format msgid "OpenPGP key pairs are certified by confirming the fingerprint of the public key." msgstr "" #. i18n: ectx: property (text), widget (QCommandLinkButton, x509CLB) #. +> trunk5 stable5 #: src/newcertificatewizard/chooseprotocolpage.ui:41 #, kde-format msgid "Create a personal X.509 key pair and certification request " msgstr "" #. i18n: ectx: property (description), widget (QCommandLinkButton, x509CLB) #. +> trunk5 stable5 #: src/newcertificatewizard/chooseprotocolpage.ui:50 #, kde-format msgid "X.509 key pairs are certified by a certification authority (CA). The generated request needs to be sent to a CA to finalize creation." msgstr "" #. i18n: ectx: property (title), widget (QWizardPage, Kleo::NewCertificateUi::EnterDetailsPage) #. +> trunk5 stable5 #: src/newcertificatewizard/enterdetailspage.ui:5 #, kde-format msgctxt "@title" msgid "Enter Details" msgstr "" #. i18n: ectx: property (subTitle), widget (QWizardPage, Kleo::NewCertificateUi::EnterDetailsPage) #. +> trunk5 stable5 #: src/newcertificatewizard/enterdetailspage.ui:8 #, kde-format msgid "Please enter your personal details below. If you want more control over the parameters, click on the Advanced Settings button." msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLB) #. +> trunk5 stable5 #: src/newcertificatewizard/enterdetailspage.ui:16 #, kde-format msgid "Real name:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, emailLB) #. +> trunk5 stable5 #: src/newcertificatewizard/enterdetailspage.ui:33 #, kde-format msgid "EMail address:" msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, addEmailToDnCB) #. +> trunk5 stable5 #: src/newcertificatewizard/enterdetailspage.ui:78 #, kde-format msgid "Add email address to DN (only needed for broken CAs)" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, advancedPB) #. +> trunk5 stable5 #: src/newcertificatewizard/enterdetailspage.ui:137 #, kde-format msgid "Advanced Settings..." msgstr "" #. i18n: ectx: property (title), widget (QWizardPage, Kleo::NewCertificateUi::KeyCreationPage) #. +> trunk5 stable5 #: src/newcertificatewizard/keycreationpage.ui:5 #, kde-format msgctxt "@title" msgid "Creating Key Pair..." msgstr "" #. i18n: ectx: property (text), widget (QLabel, label) #. +> trunk5 stable5 #: src/newcertificatewizard/keycreationpage.ui:14 #, kde-format msgid "The process of creating a key requires large amounts of random numbers. This may require several minutes..." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:413 #, kde-format msgid "new email" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:414 #, kde-format msgid "new dns name" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:415 #, kde-format msgid "new uri" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:810 #, kde-format msgctxt "@action" msgid "Create" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:867 #, kde-format msgid "Could not start key pair creation: %1" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:883 #, kde-format msgid "Operation canceled." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:884 #, kde-format msgid "Could not create key pair: %1" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:891 #, kde-format msgid "" "Key pair created successfully.\n" "Fingerprint: %1" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:897 #, kde-format msgid "Could not write output file %1: %2" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:905 #, kde-format msgid "Key pair created successfully." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:962 #, kde-format msgctxt "@title" msgid "Key Creation Failed" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:963 #, kde-format msgid "Key pair creation failed. Please find details about the failure below." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:965 #, kde-format msgctxt "@title" msgid "Key Pair Successfully Created" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:966 #, kde-format msgid "Your new key pair was created successfully. Please find details on the result and some suggested next steps below." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1027 #, kde-format msgctxt "@title" msgid "Save Request" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1028 #, kde-format msgid "PKCS#10 Requests (*.p10)" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1039 #, kde-kuit-format msgctxt "@info" msgid "Could not copy temporary file %1 to file %2: %3" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1042 #, kde-format msgctxt "@title" msgid "Error Saving Request" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1046 #, kde-kuit-format msgctxt "@info" msgid "" "Successfully wrote request to %1." "You should now send the request to the Certification Authority (CA)." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1049 #, kde-format msgctxt "@title" msgid "Request Saved" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1059 #, kde-format msgid "Please process this certificate." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1060 #, kde-format msgid "" "Please process this certificate and inform the sender about the location to fetch the resulting certificate.\n" "\n" "Thanks,\n" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1089 #, kde-format msgid "My new public OpenPGP key" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1090 #, kde-format msgid "Please find attached my new public OpenPGP key." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1126 #, kde-kuit-format msgctxt "@info" msgid "" "Kleopatra tried to send a mail via your default mail client." "Some mail clients are known not to support attachments when invoked this way." "If your mail client does not have an attachment, then drag the Kleopatra icon and drop it on the message compose window of your mail client." "If that does not work, either, save the request to a file, and then attach that." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1130 #, kde-format msgctxt "@title" msgid "Sending Mail" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1178 #, kde-format msgctxt "@info" msgid "This operation will delete the certification request. Please make sure that you have sent or saved it before proceeding." msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1180 #, kde-format msgctxt "@title" msgid "Certification Request About To Be Deleted" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1214 #, kde-format msgctxt "@title" msgid "Key Pair Creation Wizard" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1638 #, kde-format msgid "Sign" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1642 #: src/newcertificatewizard/newcertificatewizard.cpp:1671 #, kde-format msgid "Encrypt" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1649 #, kde-format msgid "Authenticate" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1712 #, kde-format msgid "Email Address:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1715 #, kde-format msgid "Subject-DN:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1718 #, kde-format msgid "Key Type:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1720 #: src/newcertificatewizard/newcertificatewizard.cpp:1730 #, kde-format msgid "Key Curve:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1722 #: src/newcertificatewizard/newcertificatewizard.cpp:1724 #, kde-format msgid "Key Strength:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1722 #: src/newcertificatewizard/newcertificatewizard.cpp:1732 #, kde-format msgid "1 bit" msgid_plural "%1 bits" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1726 #, kde-format msgid "Usage:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1726 #: src/newcertificatewizard/newcertificatewizard.cpp:1736 #, kde-format msgctxt "separator for key usages" msgid ", " msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1728 #, kde-format msgid "Subkey Type:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1732 #: src/newcertificatewizard/newcertificatewizard.cpp:1734 #, kde-format msgid "Subkey Strength:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1736 #, kde-format msgid "Subkey Usage:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1740 #, kde-format msgid "Valid Until:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1744 #, kde-format msgid "Add. Email Address:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1747 #, kde-format msgid "DNS Name:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1750 #, kde-format msgid "URI:" msgstr "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1830 #, kde-format msgctxt "%2: some admin-supplied text, %1: key size in bits" msgid "%2 (1 bit; default)" msgid_plural "%2 (%1 bits; default)" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1831 #, kde-format msgctxt "%2: some admin-supplied text, %1: key size in bits" msgid "%2 (1 bit)" msgid_plural "%2 (%1 bits)" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1833 #, kde-format msgctxt "%1: key size in bits" msgid "1 bit (default)" msgid_plural "%1 bits (default)" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1834 #, kde-format msgctxt "%1: key size in bits" msgid "1 bit" msgid_plural "%1 bits" msgstr[0] "" msgstr[1] "" #. +> trunk5 stable5 #: src/newcertificatewizard/newcertificatewizard.cpp:1983 #, kde-format msgctxt "@info:tooltip" msgid "Adding more than one User ID is not yet implemented." msgstr "" #. i18n: ectx: property (title), widget (QWizardPage, Kleo::NewCertificateUi::OverviewPage) #. +> trunk5 stable5 #: src/newcertificatewizard/overviewpage.ui:5 #, kde-format msgctxt "@title" msgid "Review Parameters" msgstr "" #. i18n: ectx: property (subTitle), widget (QWizardPage, Kleo::NewCertificateUi::OverviewPage) #. +> trunk5 stable5 #: src/newcertificatewizard/overviewpage.ui:8 #, kde-format msgid "Please review the parameters before proceeding." msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, showAllDetailsCB) #. +> trunk5 stable5 #: src/newcertificatewizard/overviewpage.ui:21 #, kde-format msgid "Show all details" msgstr "" #. i18n: ectx: property (toolTip), widget (Kleo::DragQueen, dragQueen) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:28 #, kde-format msgid "Drag this icon to your mail application's composer to attach the request to a mail." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, restartWizardPB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:41 #, kde-format msgid "Restart This Wizard (Keeps Your Parameters)" msgstr "" #. i18n: ectx: property (title), widget (QGroupBox, nextStepsGB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:48 #, kde-format msgid "Next Steps" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, saveRequestToFilePB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:54 #, kde-format msgid "Save Certificate Request To File..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sendRequestByEMailPB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:61 #, kde-format msgid "Send Certificate Request By EMail..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, makeBackupPB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:68 #, kde-format msgid "Make a Backup Of Your Key Pair..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sendCertificateByEMailPB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:75 #, kde-format msgid "Send Public Key By EMail..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, uploadToKeyserverPB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:82 #, kde-format msgid "Upload Public Key To Directory Service..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, createRevocationRequestPB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:89 #, kde-format msgid "Create Revocation Request..." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, createSigningCertificatePB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:96 #, kde-format msgid "Create Signing Certificate With Same Parameters" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, createEncryptionCertificatePB) #. +> trunk5 stable5 #: src/newcertificatewizard/resultpage.ui:103 #, kde-format msgid "Create Encryption Certificate With Same Parameters" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:68 #, kde-format msgctxt "@title" msgid "GPG (OpenPGP Backend) installation" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:69 #, kde-format msgctxt "@title" msgid "GpgSM (S/MIME Backend) installation" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:70 #, kde-format msgctxt "@title" msgid "GpgConf (Configuration) installation" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:99 #, kde-kuit-format msgctxt "@info" msgid "A problem was detected with the %1 backend." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:104 #, kde-format msgid "not supported" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:106 #, kde-kuit-format msgctxt "@info" msgid "It seems that the gpgme library was compiled without support for this backend." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:109 #, kde-kuit-format msgctxt "@info" msgid "Replace the gpgme library with a version compiled with %1 support." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:116 #, kde-format msgid "not properly installed" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:118 #, kde-kuit-format msgctxt "@info" msgid "Backend %1 is not installed properly." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:120 #, kde-kuit-format msgctxt "@info" msgid "Please check the output of %1 --version manually." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:123 #, kde-format msgid "too old" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:125 #, kde-kuit-format msgctxt "@info" msgid "Backend %1 is installed in version %2, but at least version %3 is required." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:131 src/selftest/enginecheck.cpp:183 #, kde-kuit-format msgctxt "@info" msgid "Install %1 version %2 or higher." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:134 #, kde-format msgid "unknown problem" msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:136 #, kde-kuit-format msgctxt "@info" msgid "Make sure %1 is installed and in PATH." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:180 #, kde-kuit-format msgctxt "@info" msgid "%1 v%2.%3.%4 is required for this test, but only %5 is installed." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:188 #, kde-kuit-format msgctxt "@info" msgid "" "%1 is required for this test, but does not seem available." "See tests further up for more information." msgstr "" #. +> trunk5 stable5 #: src/selftest/enginecheck.cpp:192 #, kde-kuit-format msgctxt "@info %1: test name" msgid "See \"%1\" above." msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:58 #, kde-format msgctxt "@title" msgid "Gpg-Agent Connectivity" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:69 #, kde-format msgid "GpgME library too old" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:71 #, kde-format msgctxt "@info" msgid "Either the GpgME library itself is too old, or the GpgME++ library was compiled against an older GpgME that did not support connecting to gpg-agent." msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:75 #, kde-kuit-format msgctxt "@info" msgid "Upgrade to gpgme 1.2.0 or higher, and ensure that gpgme++ was compiled against it." msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:88 #, kde-format msgid "GpgME does not support gpg-agent" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:90 #, kde-kuit-format msgctxt "@info" msgid "" "The GpgME library is new enough to support gpg-agent, but does not seem to do so in this installation." "The error returned was: %1." msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:103 #, kde-format msgid "unexpected error" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgagentcheck.cpp:105 #, kde-kuit-format msgctxt "@info" msgid "" "Unexpected error while asking gpg-agent for its version." "The error returned was: %1." msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:60 #, kde-format msgctxt "@title" msgid "%1 Configuration Check" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:123 #, kde-format msgid "The process terminated prematurely" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:128 #, kde-format msgctxt "self-test did not pass" msgid "Failed" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:130 #, kde-format msgid "" "There was an error executing the GnuPG configuration self-check for %2:\n" " %1\n" "You might want to execute \"gpgconf %3\" on the command line.\n" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:135 #, kde-format msgid "Diagnostics:" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:141 #, kde-format msgctxt "self-check did not pass" msgid "Failed" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:144 #, kde-format msgctxt "Self-test did not pass" msgid "" "The GnuPG configuration self-check failed.\n" "\n" "Error code: %1\n" "Diagnostics:" msgstr "" #. +> trunk5 stable5 #: src/selftest/gpgconfcheck.cpp:149 #, kde-format msgctxt "self-check did not pass" msgid "" "The GnuPG configuration self-check failed with error code %1.\n" "No output was received." msgstr "" #. +> trunk5 stable5 #: src/selftest/libkleopatrarccheck.cpp:56 #, kde-format msgctxt "@title" msgid "Config File 'libkleopatrarc'" msgstr "" #. +> trunk5 stable5 #: src/selftest/libkleopatrarccheck.cpp:72 #, kde-format msgid "Errors found" msgstr "" #. +> trunk5 stable5 #: src/selftest/libkleopatrarccheck.cpp:79 #, kde-kuit-format msgctxt "@info" msgid "" "Kleopatra detected the following errors in the libkleopatrarc configuration:" "%1" msgstr "" #. +> trunk5 stable5 #: src/selftest/registrycheck.cpp:58 #, kde-format msgctxt "@title" msgid "Windows Registry" msgstr "" #. +> trunk5 stable5 #: src/selftest/registrycheck.cpp:72 #, kde-format msgid "Obsolete registry entries found" msgstr "" #. +> trunk5 stable5 #: src/selftest/registrycheck.cpp:76 #, kde-kuit-format msgctxt "@info" msgid "" "Kleopatra detected an obsolete registry key (%1\\%2), added by either a previous Gpg4win version or applications such as WinPT or EnigMail." "Keeping the entry might lead to an old GnuPG backend being used." msgstr "" #. +> trunk5 stable5 #: src/selftest/registrycheck.cpp:82 #, kde-kuit-format msgctxt "@info" msgid "Delete registry key %1\\%2." msgstr "" #. +> trunk5 stable5 #: src/selftest/registrycheck.cpp:107 #, kde-kuit-format msgctxt "@info" msgid "Could not delete the registry key %1\\%2" msgstr "" #. +> trunk5 stable5 #: src/selftest/registrycheck.cpp:109 #, kde-format msgctxt "@title" msgid "Error Deleting Registry Key" msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:58 #, kde-format msgctxt "@title" msgid "UiServer Connectivity" msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:77 #, kde-format msgid "not reachable" msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:79 #, kde-kuit-format msgctxt "@info" msgid "Could not connect to UiServer: %1" msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:82 #, kde-kuit-format msgctxt "@info" msgid "Check that your firewall is not set to block local connections (allow connections to localhost or 127.0.0.1)." msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:86 #, kde-format msgid "multiple instances" msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:88 #, kde-kuit-format msgctxt "@info" msgid "It seems another Kleopatra is running (with process-id %1)" msgstr "" #. +> trunk5 stable5 #: src/selftest/uiservercheck.cpp:91 #, kde-kuit-format msgctxt "@info" msgid "Quit any other running instances of Kleopatra." msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:153 #, kde-format msgid "&Open Certificate Manager..." msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:154 #, kde-format msgid "&Configure %1..." msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:155 #, kde-format msgid "&About %1..." msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:156 #, kde-format msgid "&Shutdown Kleopatra" msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:158 #, kde-format msgid "SmartCard" msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:159 #, kde-format msgid "Update Card Status" msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:160 #, kde-format msgid "Set NetKey v3 Initial PIN..." msgstr "" #. +> trunk5 stable5 #: src/systrayicon.cpp:161 #, kde-format msgid "Learn NetKey v3 Card Certificates" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:195 #, kde-format msgid "No option name given" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:387 #, kde-format msgid "Parse error" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:396 #, kde-format msgid "Parse error: numeric session id too large" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:417 #, kde-format msgid "CAPABILITIES does not take arguments" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:457 #, kde-format msgid "Unknown value for WHAT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:474 #, kde-format msgid "START_KEYMANAGER does not take arguments" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:494 #, kde-format msgid "START_CONFDIALOG does not take arguments" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:558 #, kde-format msgid "Message #%1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:570 #, kde-format msgid "Empty file path" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:574 #: src/uiserver/assuanserverconnection.cpp:660 #, kde-format msgid "Only absolute file paths are allowed" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:577 #, kde-format msgid "Only files are allowed in INPUT/OUTPUT FILE" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:677 #, kde-format msgid "unknown exception caught" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:742 #, kde-format msgid "Cannot mix --info with non-info SENDER or RECIPIENT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:746 #, kde-format msgid "Argument is not a valid RFC-2822 mailbox" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:749 #, kde-format msgid "Garbage after valid RFC-2822 mailbox detected" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1214 #, kde-format msgid "Caught unexpected exception: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1219 #, kde-format msgid "Caught unknown exception - please report this error to the developers." msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1377 #, kde-format msgid "Cannot send \"%1\" status" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1387 #, kde-format msgid "Cannot send data" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1391 #, kde-format msgid "Cannot flush data" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1653 #, kde-format msgid "Required --mode option missing" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1663 #, kde-format msgid "invalid mode: \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1685 #, kde-format msgid "Required --protocol option missing" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1690 #, kde-format msgid "--protocol is not allowed here" msgstr "" #. +> trunk5 stable5 #: src/uiserver/assuanserverconnection.cpp:1700 #, kde-format msgid "invalid protocol \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/uiserver/createchecksumscommand.cpp:79 #: src/uiserver/decryptverifycommandfilesbase.cpp:181 #: src/uiserver/signencryptfilescommand.cpp:84 #: src/uiserver/verifychecksumscommand.cpp:81 #, kde-format msgid "At least one FILE must be present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:149 #, kde-format msgid "Cannot use non-info SENDER" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:153 #, kde-format msgid "Cannot use non-info RECIPIENT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:168 #, kde-format msgid "FILES present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:173 #, kde-format msgid "At least one INPUT needs to be provided" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:178 #, kde-format msgid "INPUT/SENDER --info count mismatch" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:183 #, kde-format msgid "INPUT/MESSAGE count mismatch" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:186 #, kde-format msgid "MESSAGE can only be given for detached signature verification" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:192 #: src/uiserver/encryptcommand.cpp:107 src/uiserver/signcommand.cpp:103 #, kde-format msgid "INPUT/OUTPUT count mismatch" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:195 #, kde-format msgid "Cannot use OUTPUT and MESSAGE simultaneously" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:203 #, kde-format msgid "No backend support for OpenPGP" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandemailbase.cpp:204 #, kde-format msgid "No backend support for S/MIME" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandfilesbase.cpp:159 #, kde-format msgid "Cannot use SENDER" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandfilesbase.cpp:163 #, kde-format msgid "Cannot use RECIPIENT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandfilesbase.cpp:170 #, kde-format msgid "INPUT present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandfilesbase.cpp:173 #, kde-format msgid "MESSAGE present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandfilesbase.cpp:176 #, kde-format msgid "OUTPUT present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/decryptverifycommandfilesbase.cpp:184 #, kde-format msgid "DECRYPT/VERIFY_FILES cannot use directories as input" msgstr "" #. +> trunk5 stable5 #: src/uiserver/echocommand.cpp:158 src/uiserver/signcommand.cpp:225 #, kde-format msgid "Caught unexpected exception in SignCommand::Private::slotMicAlgDetermined: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/echocommand.cpp:162 src/uiserver/signcommand.cpp:229 #, kde-format msgid "Caught unknown exception in SignCommand::Private::slotMicAlgDetermined" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:91 #, kde-format msgid "ENCRYPT is an email mode command, connection seems to be in filmanager mode" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:95 #, kde-format msgid "SENDER may not be given prior to ENCRYPT, except with --info" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:99 src/uiserver/signcommand.cpp:99 #, kde-format msgid "At least one INPUT must be present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:103 #, kde-format msgid "At least one OUTPUT must be present" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:111 #, kde-format msgid "MESSAGE command is not allowed before ENCRYPT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:120 #, kde-format msgid "Protocol given conflicts with protocol determined by PREP_ENCRYPT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:124 #, kde-format msgid "New recipients added after PREP_ENCRYPT command" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:127 #, kde-format msgid "New senders added after PREP_ENCRYPT command" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:133 src/uiserver/prepencryptcommand.cpp:94 #, kde-format msgid "No recipients given, or only with --info" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:205 #, kde-format msgid "Caught unexpected exception in EncryptCommand::Private::slotRecipientsResolved: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/encryptcommand.cpp:209 #, kde-format msgid "Caught unknown exception in EncryptCommand::Private::slotRecipientsResolved" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepencryptcommand.cpp:82 #, kde-format msgid "INPUT/OUTPUT/MESSAGE may only be given after PREP_ENCRYPT" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepencryptcommand.cpp:86 #, kde-format msgid "PREP_ENCRYPT is an email mode command, connection seems to be in filemanager mode" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepencryptcommand.cpp:90 #, kde-format msgid "SENDER may not be given prior to PREP_ENCRYPT, except with --info" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepencryptcommand.cpp:147 #, kde-format msgid "Caught unexpected exception in PrepEncryptCommand::Private::slotRecipientsResolved: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepencryptcommand.cpp:151 #, kde-format msgid "Caught unknown exception in PrepEncryptCommand::Private::slotRecipientsResolved" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepsigncommand.cpp:85 #, kde-format msgid "INPUT/OUTPUT/MESSAGE may only be given after PREP_SIGN" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepsigncommand.cpp:89 #, kde-format msgid "PREP_SIGN is an email mode command, connection seems to be in filemanager mode" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepsigncommand.cpp:93 #, kde-format msgid "No SENDER given" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepsigncommand.cpp:102 src/uiserver/signcommand.cpp:115 #, kde-format msgid "Protocol given conflicts with protocol determined by PREP_ENCRYPT in this session" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepsigncommand.cpp:177 #, kde-format msgid "Caught unexpected exception in PrepSignCommand::Private::slotRecipientsResolved: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/prepsigncommand.cpp:181 #, kde-format msgid "Caught unknown exception in PrepSignCommand::Private::slotRecipientsResolved" msgstr "" #. +> trunk5 stable5 #: src/uiserver/selectcertificatecommand.cpp:186 #, kde-format msgid "Caught unexpected exception in SelectCertificateCommand::Private::slotDialogAccepted: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/selectcertificatecommand.cpp:190 #, kde-format msgid "Caught unknown exception in SelectCertificateCommand::Private::slotDialogAccepted" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signcommand.cpp:91 #, kde-format msgid "SIGN is an email mode command, connection seems to be in filemanager mode" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signcommand.cpp:95 #, kde-format msgid "RECIPIENT may not be given prior to SIGN, except with --info" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signcommand.cpp:107 #, kde-format msgid "MESSAGE command is not allowed before SIGN" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signcommand.cpp:128 #, kde-format msgid "No senders given, or only with --info" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signcommand.cpp:202 #, kde-format msgid "Caught unexpected exception in SignCommand::Private::slotRecipientsResolved: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signcommand.cpp:206 #, kde-format msgid "Caught unknown exception in SignCommand::Private::slotRecipientsResolved" msgstr "" #. +> trunk5 stable5 #: src/uiserver/signencryptfilescommand.cpp:88 #: src/uiserver/signencryptfilescommand.cpp:93 #: src/uiserver/signencryptfilescommand.cpp:99 #: src/uiserver/signencryptfilescommand.cpp:104 #: src/uiserver/signencryptfilescommand.cpp:109 #, kde-format msgid "%1 is a filemanager mode command, connection seems to be in email mode (%2 present)" msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver.cpp:262 #, kde-format msgid "Could not determine the GnuPG home directory. Consider setting the GNUPGHOME environment variable." msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver.cpp:274 #, kde-format msgid "Cannot determine the GnuPG home directory: %1 exists but is not a directory." msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver.cpp:282 #, kde-format msgid "Could not create GnuPG home directory %1: %2" msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver.cpp:296 #, kde-format msgid "Detected another running gnupg UI server listening at %1." msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver_unix.cpp:66 src/uiserver/uiserver_win.cpp:64 #, kde-format msgid "Could not create socket: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver_unix.cpp:80 src/uiserver/uiserver_win.cpp:74 #, kde-format msgid "Could not bind to socket: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver_unix.cpp:86 src/uiserver/uiserver_win.cpp:78 #, kde-format msgid "Could not get socket nonce: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver_unix.cpp:92 src/uiserver/uiserver_win.cpp:83 #, kde-format msgid "Could not listen to socket: %1" msgstr "" #. +> trunk5 stable5 #: src/uiserver/uiserver_unix.cpp:96 src/uiserver/uiserver_win.cpp:87 #, kde-format msgid "Could not pass socket to Qt: %1. This should not happen, please report this bug." msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:109 #, kde-format msgid "Error in archive definition %1: %2" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:159 #, kde-format msgid "Cannot use both %f and | in '%1'" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:169 #, kde-format msgid "Quoting error in '%1' entry" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:172 #, kde-format msgid "'%1' too complex (would need shell)" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:176 src/utils/archivedefinition.cpp:226 #: src/utils/archivedefinition.cpp:240 src/utils/archivedefinition.cpp:252 #, kde-format msgid "'%1' entry is empty/missing" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:185 #, kde-format msgid "'%1' empty or not found" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:286 src/utils/archivedefinition.cpp:297 #, kde-format msgid "cannot use argument passing on standard input for unpack-command" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:353 #, kde-format msgid "" "Cannot find common base directory for these files:\n" "%1" msgstr "" #. +> trunk5 stable5 #: src/utils/archivedefinition.cpp:410 #, kde-format msgid "Caught unknown exception in group %1" msgstr "" #. +> trunk5 stable5 #: src/utils/auditlog.cpp:76 #, kde-format msgctxt "The Audit Log is a detailed error log from the gnupg backend" msgid "Show Audit Log" msgstr "" #. +> trunk5 stable5 #: src/utils/clipboardmenu.cpp:45 #, kde-format msgid "Certificate Import" msgstr "" #. +> trunk5 stable5 #: src/utils/clipboardmenu.cpp:46 #, kde-format msgid "Encrypt..." msgstr "" #. +> trunk5 stable5 #: src/utils/clipboardmenu.cpp:47 #, kde-format msgid "S/MIME-Sign..." msgstr "" #. +> trunk5 stable5 #: src/utils/clipboardmenu.cpp:48 #, kde-format msgid "OpenPGP-Sign..." msgstr "" #. +> trunk5 stable5 #: src/utils/hex.cpp:59 #, kde-format msgid "Invalid hex char '%1' in input stream." msgstr "" #. +> trunk5 stable5 #: src/utils/hex.cpp:73 src/utils/hex.cpp:78 #, kde-format msgid "Premature end of hex-encoded char in input stream" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:247 #, kde-format msgid "Could not open FD %1 for reading" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:277 src/utils/input.cpp:293 #, kde-format msgid "Could not open file \"%1\" for reading" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:290 #, kde-format msgid "File \"%1\" is already open, but not for reading" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:358 src/utils/output.cpp:647 #, kde-format msgid "Command not specified" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:363 src/utils/output.cpp:653 #, kde-format msgid "Could not start %1 process: %2" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:368 #, kde-format msgid "Failed to write input to %1 process: %2" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:381 #, kde-format msgctxt "e.g. \"Output of tar xf - file1 ...\"" msgid "Output of %1 ..." msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:383 #, kde-format msgctxt "e.g. \"Output of tar xf - file\"" msgid "Output of %1" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:394 #, kde-format msgid "" "Error while running %1:\n" "%2" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:431 #, kde-format msgid "Could not open clipboard for reading" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:443 #, kde-format msgid "Clipboard contents" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:445 #, kde-format msgid "FindBuffer contents" msgstr "" #. +> trunk5 stable5 #: src/utils/input.cpp:447 #, kde-format msgid "Current selection" msgstr "" #. +> trunk5 stable5 #: src/utils/input_p.h:79 #, kde-format msgid "No input device" msgstr "" #. +> trunk5 stable5 #: src/utils/log.cpp:165 #, kde-format msgid "Log Error: Could not open log file \"%1\" for writing." msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:303 #, kde-format msgid "No output device" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:509 #, kde-format msgid "Could not open FD %1 for writing" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:535 #, kde-format msgid "Could not create temporary file for output \"%1\"" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:597 #, kde-format msgid "Overwriting declined" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:603 #, kde-format msgid "Could not remove file \"%1\" for overwriting." msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:619 #, kde-format msgid "Could not rename file \"%1\" to \"%2\"" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:664 #, kde-format msgctxt "e.g. \"Input to tar xf - file1 ...\"" msgid "Input to %1 ..." msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:666 #, kde-format msgctxt "e.g. \"Input to tar xf - file\"" msgid "Input to %1" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:698 #, kde-format msgid "Could not write to clipboard" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:707 #, kde-format msgid "Find buffer" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:709 #, kde-format msgid "Selection" msgstr "" #. +> trunk5 stable5 #: src/utils/output.cpp:723 #, kde-format msgid "Could not find clipboard" msgstr "" #. +> trunk5 stable5 #: src/utils/path-helper.cpp:117 #, kde-format msgid "Cannot remove directory %1" msgstr "" #. +> trunk5 stable5 #: src/utils/path-helper.cpp:122 #, kde-format msgid "Cannot remove file %1: %2" msgstr "" #. +> trunk5 stable5 #: src/view/keycacheoverlay.cpp:61 #, kde-format msgid "Loading certificate cache..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:373 src/view/welcomewidget.cpp:83 #, kde-format msgid "New Key Pair..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:377 #, kde-format msgid "Export the selected certificate (public key) to a file" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:381 #, kde-format msgid "Publish on Server..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:381 #, kde-format msgid "Publish the selected certificate (public key) on a public keyserver" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:385 #, kde-format msgid "Export Secret Keys..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:389 #, kde-format msgid "Print Secret Key..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:393 #, kde-format msgid "Lookup on Server..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:393 #, kde-format msgid "Search for certificates online using a public keyserver" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:397 #, kde-format msgid "Import a certificate from a file" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:401 #, kde-format msgid "Decrypt and/or verify files" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:405 #, kde-format msgid "Encrypt and/or sign files" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:409 #, kde-format msgid "Sign/Encrypt Folder..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:409 #, kde-format msgid "Encrypt and/or sign folders" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:413 #, kde-format msgid "Create Checksum Files..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:417 #, kde-format msgid "Verify Checksum Files..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:422 #, kde-format msgid "Redisplay" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:426 #, kde-format msgid "Stop Operation" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:435 #, kde-format msgid "Delete" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:435 #, kde-format msgid "Delete selected certificates" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:439 #, kde-format msgid "Certify..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:439 #, kde-format msgid "Certify the validity of the selected certificate" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:443 #, kde-format msgid "Change Expiry Date..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:447 #, kde-format msgid "Change Certification Trust..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:451 #, kde-format msgid "Trust Root Certificate" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:455 #, kde-format msgid "Distrust Root Certificate" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:459 #, kde-format msgid "Change Passphrase..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:463 #, kde-format msgid "Add User-ID..." msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:472 #, kde-format msgid "Refresh X.509 Certificates" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:476 #, kde-format msgid "Refresh OpenPGP Certificates" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:480 #, kde-format msgid "Clear CRL Cache" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:484 #, kde-format msgid "Dump CRL Cache" msgstr "" #. +> trunk5 stable5 #: src/view/keylistcontroller.cpp:488 #, kde-format msgid "Import CRL From File..." msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:88 src/view/pgpcardwidget.cpp:149 #, kde-format msgid "Serial number:" msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:99 #, kde-format msgid "Certificates:" msgstr "" #. +> trunk5 #: src/view/netkeywidget.cpp:101 #, kde-format msgid "There are unknown certificates on this card." msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:102 #, kde-format msgctxt "@action" msgid "Load Certificates" msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:144 src/view/pgpcardwidget.cpp:200 #, kde-format msgid "Actions:" msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:146 #, kde-format msgctxt "NKS is an identifier for a type of keys on a NetKey card" msgid "Change NKS PIN" msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:147 #, kde-format msgctxt "SigG is an identifier for a type of keys on a NetKey card" msgid "Change SigG PIN" msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:168 #, kde-format msgctxt "1 is a Version number" msgid "NetKey v%1 Card" msgstr "" #. +> trunk5 #: src/view/netkeywidget.cpp:182 #, kde-format msgid "Error" msgstr "" #. +> trunk5 stable5 #: src/view/netkeywidget.cpp:200 src/view/nullpinwidget.cpp:119 #, kde-format msgctxt "@info" msgid "Failed to set PIN: %1" msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:55 #, kde-format msgctxt "NullPIN is a word that is used all over in the netkey documentation and should be understandable by Netkey cardholders" msgid "The NullPIN is still active on this card." msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:56 #, kde-format msgid "You need to set a PIN before you can use the certificates." msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:62 #, kde-format msgctxt "NKS is an identifier for a type of keys on a NetKey card" msgid "Set NKS PIN" msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:63 #, kde-format msgctxt "SigG is an identifier for a type of keys on a NetKey card" msgid "Set SigG PIN" msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:86 #, kde-format msgid "Setting a PIN is required but can't be reverted." msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:88 #, kde-format msgid "If you proceed you will be asked to enter a new PIN and later to repeat that PIN." msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:90 #, kde-format msgid "It will not be possible to recover the card if the PIN has been entered wrongly more than 2 times." msgstr "" #. +> trunk5 stable5 #: src/view/nullpinwidget.cpp:92 #, kde-format msgid "Set initial PIN" msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:100 src/view/padwidget.cpp:485 #, kde-format msgid "Sign / Encrypt Notepad" msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:101 #, kde-format msgid "Decrypt / Verify Notepad" msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:102 #, kde-format msgid "Revert" msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:153 #, kde-format msgid "

    Protocol:

    " msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:159 #, kde-format msgid "Recipients" msgstr "" #. +> trunk5 #: src/view/padwidget.cpp:161 #, kde-format msgid "Enter a message to encrypt or decrypt..." msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:315 src/view/padwidget.cpp:356 #, kde-format msgctxt "@title" msgid "Error in crypto action" msgstr "" #. +> trunk5 stable5 #: src/view/padwidget.cpp:333 #, kde-format msgid "Decrypt / Verify" msgstr "" #. +> trunk5 #: src/view/padwidget.cpp:435 #, kde-format msgid "Importing..." msgstr "" #. +> trunk5 #: src/view/padwidget.cpp:473 src/view/padwidget.cpp:482 #, kde-format msgctxt "1 is an operation to apply to the notepad. Like Sign/Encrypt or just Encrypt." msgid "%1 Notepad" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:156 #, kde-format msgctxt "The owner of a smartcard. GnuPG refers to this as cardholder." msgid "Cardholder:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:169 #, kde-format msgctxt "The URL under which a public key that corresponds to a smartcard can be downloaded" msgid "Pubkey URL:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:183 #, kde-format msgid "Keys:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:185 #, kde-format msgid "Signature:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:189 #, kde-format msgid "Encryption:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:193 #, kde-format msgid "Authentication:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:205 #, kde-format msgid "Generate new Keys" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:206 #, kde-format msgid "Create a new primary key and generate subkeys on the card." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:211 #, kde-format msgid "Change PIN" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:212 #, kde-format msgid "Change the PIN required to unblock the smartcard." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:216 #, kde-format msgid "Change Admin PIN" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:217 #, kde-format msgid "Change the PIN required to unlock the smartcard." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:221 #, kde-format msgid "Change Reset Code" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:222 #, kde-format msgid "Change the PIN required to reset the smartcard to an empty state." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:237 #, kde-format msgctxt "First placeholder is manufacturer, second placeholder is a version number" msgid "%1 OpenPGP v%2 card" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:245 src/view/pgpcardwidget.cpp:247 #, kde-format msgid "not set" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:277 #, kde-format msgid "Generating keys" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:278 #, kde-format msgid "This may take several minutes..." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:294 #, kde-format msgctxt "@info" msgid "Failed to generate new key: %1" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:304 #, kde-format msgid "Save backup of encryption key" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:306 #, kde-format msgid "Backup Key" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:309 #, kde-format msgctxt "@info" msgid "Failed to move backup. The backup key is still stored under: %1" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:317 #, kde-format msgctxt "@info" msgid "Successfully generated a new key for this card." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:329 #, kde-format msgid "The existing keys on this card will be deleted and replaced by new keys." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:362 #, kde-format msgctxt "@info" msgid "PIN change failed: %1" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:368 #, kde-format msgctxt "@info" msgid "Code successfully changed." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:378 #, kde-format msgid "Change cardholder" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:379 #, kde-format msgid "New name:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:388 #, kde-format msgctxt "@info" msgid "The \"<\" character may not be used." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:394 #, kde-format msgctxt "@info" msgid "Double spaces are not allowed" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:400 #, kde-format msgctxt "@info" msgid "The size of the name may not exceed 38 characters." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:418 #, kde-format msgctxt "@info" msgid "Name change failed: %1" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:424 #, kde-format msgctxt "@info" msgid "Name successfully changed." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:435 #, kde-format msgid "Change the URL where the pubkey can be found" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:436 #, kde-format msgid "New pubkey URL:" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:445 #, kde-format msgctxt "@info" msgid "The size of the URL may not exceed 254 characters." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:460 #, kde-format msgctxt "@info" msgid "URL change failed: %1" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:466 #, kde-format msgctxt "@info" msgid "URL successfully changed." msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:477 #, kde-format msgid "Slot empty" msgstr "" #. +> trunk5 stable5 #: src/view/pgpcardwidget.cpp:487 #, kde-format msgid "Public key not found." msgstr "" #. +> trunk5 stable5 #: src/view/searchbar.cpp:131 #, kde-format msgid "Search..." msgstr "" #. +> trunk5 stable5 #: src/view/searchbar.cpp:137 #, kde-format msgid "" "Some certificates are not yet certified. Click here to see a list of these certificates.
    " "
    " "Certification is required to make sure that the certificates actually belong to the identity they claim to belong to." msgstr "" #. +> trunk5 stable5 #: src/view/searchbar.cpp:170 #, kde-format msgid "Search...<%1>" msgstr "" #. +> trunk5 stable5 #: src/view/smartcardwidget.cpp:67 #, kde-format msgid "Please insert a compatible smartcard." msgstr "" #. +> trunk5 stable5 #: src/view/smartcardwidget.cpp:70 #, kde-format msgid "Kleopatra currently supports the following card types:" msgstr "" #. +> trunk5 stable5 #: src/view/smartcardwidget.cpp:74 #, kde-format msgid "Refresh the view (F5) to update the smartcard status." msgstr "" #. +> trunk5 stable5 #: src/view/smartcardwidget.cpp:93 #, kde-format msgid "Smartcard Management" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:583 #, kde-format msgid "Rename Tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:583 #, kde-format msgid "New tab title:" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:781 #, kde-format msgid "New Tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:781 #, kde-format msgid "Open a new tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:789 #, kde-format msgid "Rename Tab..." msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:789 #, kde-format msgid "Rename this tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:793 #, kde-format msgid "Duplicate Tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:793 #, kde-format msgid "Duplicate this tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:797 #, kde-format msgid "Close Tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:797 #, kde-format msgid "Close this tab" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:801 #, kde-format msgid "Move Tab Left" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:801 #, kde-format msgid "Move this tab left" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:805 #, kde-format msgid "Move Tab Right" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:805 #, kde-format msgid "Move this tab right" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:809 #, kde-format msgid "Hierarchical Certificate List" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:813 #, kde-format msgid "Expand All" msgstr "" #. +> trunk5 stable5 #: src/view/tabwidget.cpp:817 #, kde-format msgid "Collapse All" msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:65 #, kde-format msgctxt "%1 is version" msgid "Welcome to Kleopatra %1" msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:67 #, kde-format msgid "Kleopatra is a front-end for the crypto software GnuPG." msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:69 #, kde-format msgid "For most actions you need either a public key (certificate) or your own private key." msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:71 #, kde-format msgid "The private key is needed to decrypt or sign." msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:72 #, kde-format msgid "The public key can be used by others to verify your identity or encrypt to you." msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:75 #, kde-format msgctxt "More info about public key cryptography, please link to your local version of Wikipedia" msgid "https://en.wikipedia.org/wiki/Public-key_cryptography" msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:76 #, kde-format msgctxt "%1 is link a wiki article" msgid "You can learn more about this on Wikipedia." msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:97 #, kde-format msgid "Create a new OpenPGP key pair" msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:98 #, kde-format msgid "To create an S/MIME certificate request use \"New Key Pair\" from the 'File' Menu instead" msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:104 #, kde-format msgid "Import from a file." msgstr "" #. +> trunk5 stable5 #: src/view/welcomewidget.cpp:105 #, kde-format msgid "To import from a public keyserver use \"Lookup on Server\" instead." msgstr "" Index: trunk/l10n-support/templates/summit/messages/playground-graphics/colord-kde._desktop_.pot =================================================================== --- trunk/l10n-support/templates/summit/messages/playground-graphics/colord-kde._desktop_.pot (revision 1519253) +++ trunk/l10n-support/templates/summit/messages/playground-graphics/colord-kde._desktop_.pot (revision 1519254) @@ -1,54 +1,60 @@ #, fuzzy msgid "" msgstr "" "Project-Id-Version: desktop files\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-06-17 08:20+0200\n" +"POT-Creation-Date: 2018-07-05 09:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. +> trunk5 #: colord-kcm/kcm_colord.desktop:13 msgctxt "Name" msgid "Color Corrections" msgstr "" #. +> trunk5 #: colord-kcm/kcm_colord.desktop:42 msgctxt "Comment" msgid "Manage color correction of devices" msgstr "" #. +> trunk5 +#: colord-kcm/kcm_colord.desktop:77 +msgctxt "X-KDE-Keywords" +msgid "color,color correction,icc" +msgstr "" + +#. +> trunk5 #: colord-kded/colord.desktop:10 msgctxt "Name" msgid "Color Daemon" msgstr "" #. +> trunk5 #: colord-kded/colord.desktop:45 msgctxt "Comment" msgid "Manage Screen Color Profiles" msgstr "" #. +> trunk5 #: dataengine/plasma-engine-colord.desktop:2 msgctxt "Name" msgid "colord Engine" msgstr "" #. +> trunk5 #: icc-importer/colordkdeiccimporter.desktop:11 msgctxt "Name" msgid "ICC Profile Installer" msgstr "" #. +> trunk5 #: icc-importer/colordkdeiccimporter.desktop:42 msgctxt "Comment" msgid "Install ICC profiles" msgstr ""